﻿2025-08-20T20:12:15.8161861Z Current runner version: '2.328.0'
2025-08-20T20:12:15.8189687Z ##[group]Runner Image Provisioner
2025-08-20T20:12:15.8190684Z Hosted Compute Agent
2025-08-20T20:12:15.8191265Z Version: 20250818.377
2025-08-20T20:12:15.8191875Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T20:12:15.8192693Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T20:12:15.8193385Z ##[endgroup]
2025-08-20T20:12:15.8193973Z ##[group]VM Image
2025-08-20T20:12:15.8194539Z - OS: Linux (arm64)
2025-08-20T20:12:15.8195085Z - Source: Partner
2025-08-20T20:12:15.8195740Z - Name: Ubuntu 24.04 by Arm Limited
2025-08-20T20:12:15.8196369Z - Version: 20250728.24.1
2025-08-20T20:12:15.8197397Z - Included Software: https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md
2025-08-20T20:12:15.8198684Z ##[endgroup]
2025-08-20T20:12:15.8199999Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T20:12:15.8202746Z Attestations: write
2025-08-20T20:12:15.8203362Z Contents: write
2025-08-20T20:12:15.8204260Z Metadata: read
2025-08-20T20:12:15.8204956Z Packages: write
2025-08-20T20:12:15.8205503Z ##[endgroup]
2025-08-20T20:12:15.8208919Z Secret source: Actions
2025-08-20T20:12:15.8209822Z Prepare workflow directory
2025-08-20T20:12:15.8558887Z Prepare all required actions
2025-08-20T20:12:15.8597566Z Getting action download info
2025-08-20T20:12:16.1535659Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T20:12:16.7959809Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T20:12:17.1551533Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T20:12:17.2996855Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T20:12:17.6546151Z Getting action download info
2025-08-20T20:12:17.7879054Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T20:12:18.0394616Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T20:12:18.2883851Z Complete job name: aarch64-Linux ==> (ghcr.io/pkgforge/bincache/fish/official/source)
2025-08-20T20:12:18.3542314Z ##[group]Run ##Presets
2025-08-20T20:12:18.3542963Z [36;1m##Presets[0m
2025-08-20T20:12:18.3543244Z [36;1mset +x ; set +e[0m
2025-08-20T20:12:18.3543532Z [36;1m#-------------#[0m
2025-08-20T20:12:18.3543986Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T20:12:18.3544460Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T20:12:18.3544908Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:18.3545265Z [36;1m  fi[0m
2025-08-20T20:12:18.3545589Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T20:12:18.3546597Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T20:12:18.3547033Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:18.3547350Z [36;1m  fi[0m
2025-08-20T20:12:18.3547919Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T20:12:18.3548445Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T20:12:18.3548892Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:18.3549206Z [36;1m  fi[0m
2025-08-20T20:12:18.3549543Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T20:12:18.3549958Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T20:12:18.3550314Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T20:12:18.3550680Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T20:12:18.3551046Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:18.3551672Z [36;1m     else[0m
2025-08-20T20:12:18.3552040Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:18.3552442Z [36;1m     fi[0m
2025-08-20T20:12:18.3552674Z [36;1m  fi[0m
2025-08-20T20:12:18.3552985Z [36;1mfi[0m
2025-08-20T20:12:18.3584341Z shell: /usr/bin/bash -e {0}
2025-08-20T20:12:18.3585092Z env:
2025-08-20T20:12:18.3585833Z   GH_TOKEN: ***
2025-08-20T20:12:18.3586348Z ##[endgroup]
2025-08-20T20:12:18.3832302Z ##[group]Run ##Presets
2025-08-20T20:12:18.3832716Z [36;1m##Presets[0m
2025-08-20T20:12:18.3833132Z [36;1mset +x ; set +e[0m
2025-08-20T20:12:18.3833717Z [36;1m#-------------#[0m
2025-08-20T20:12:18.3834115Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T20:12:18.3834745Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T20:12:18.3835264Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T20:12:18.3835801Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T20:12:18.3836246Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T20:12:18.3836694Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T20:12:18.3837163Z [36;1m  exit 1[0m
2025-08-20T20:12:18.3837408Z [36;1mfi[0m
2025-08-20T20:12:18.3864746Z shell: /usr/bin/bash -e {0}
2025-08-20T20:12:18.3865282Z env:
2025-08-20T20:12:18.3865869Z   RO_GHTOKEN: ***
2025-08-20T20:12:18.3866206Z   RO_GLTOKEN: ***
2025-08-20T20:12:18.3867757Z   MINISIGN_KEY: ***
2025-08-20T20:12:18.3868085Z ##[endgroup]
2025-08-20T20:12:18.4012062Z ##[group]Run ##Presets
2025-08-20T20:12:18.4012707Z [36;1m##Presets[0m
2025-08-20T20:12:18.4012992Z [36;1mset +x ; set +e[0m
2025-08-20T20:12:18.4013240Z [36;1m#-------------#[0m
2025-08-20T20:12:18.4013596Z [36;1m##Host Triplet[0m
2025-08-20T20:12:18.4013977Z [36;1m if [[ "aarch64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:12:18.4014418Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T20:12:18.4014796Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:12:18.4015168Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T20:12:18.4015542Z [36;1m   if [[ "aarch64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T20:12:18.4015936Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T20:12:18.4016308Z [36;1m   elif [[ "aarch64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T20:12:18.4016726Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T20:12:18.4017033Z [36;1m   fi[0m
2025-08-20T20:12:18.4017476Z [36;1m elif [[ "aarch64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:12:18.4018188Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T20:12:18.4018545Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:12:18.4019032Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T20:12:18.4019424Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T20:12:18.4019770Z [36;1m fi[0m
2025-08-20T20:12:18.4020116Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:18.4020560Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:18.4021051Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:18.4021486Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:18.4021808Z [36;1m##Debug[0m
2025-08-20T20:12:18.4022125Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T20:12:18.4022430Z [36;1m   export DEBUG="1"[0m
2025-08-20T20:12:18.4022757Z [36;1m else[0m
2025-08-20T20:12:18.4023057Z [36;1m   export DEBUG="0"[0m
2025-08-20T20:12:18.4023307Z [36;1m fi[0m
2025-08-20T20:12:18.4023619Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:18.4023956Z [36;1m##Docker Platform[0m
2025-08-20T20:12:18.4024667Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T20:12:18.4025136Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T20:12:18.4025520Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T20:12:18.4025962Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T20:12:18.4026417Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T20:12:18.4026808Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T20:12:18.4027266Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T20:12:18.4027830Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T20:12:18.4028147Z [36;1m fi[0m
2025-08-20T20:12:18.4028551Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:18.4029027Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:18.4029372Z [36;1m##GHCRPKG_URL[0m
2025-08-20T20:12:18.4030024Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/fish/official/source" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:12:18.4030605Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T20:12:18.4031008Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:18.4031379Z [36;1m##Logs[0m
2025-08-20T20:12:18.4031621Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T20:12:18.4032225Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T20:12:18.4032518Z [36;1m else[0m
2025-08-20T20:12:18.4032761Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T20:12:18.4033132Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T20:12:18.4033442Z [36;1m fi[0m
2025-08-20T20:12:18.4034098Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:18.4034607Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:18.4034994Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T20:12:18.4035448Z [36;1m PKG_FAMILY_LOCAL="$(echo "fish" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:12:18.4035871Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T20:12:18.4036241Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:18.4036641Z [36;1m##Rebuild[0m
2025-08-20T20:12:18.4036887Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T20:12:18.4037192Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T20:12:18.4037547Z [36;1m else[0m
2025-08-20T20:12:18.4038037Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T20:12:18.4038396Z [36;1m fi[0m
2025-08-20T20:12:18.4038724Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:18.4039101Z [36;1m ##SBUILD_URL[0m
2025-08-20T20:12:18.4039655Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T20:12:18.4040275Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T20:12:18.4041161Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fish/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T20:12:18.4041999Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:12:18.4042415Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T20:12:18.4042954Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T20:12:18.4043471Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T20:12:18.4043898Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:18.4044300Z [36;1m    exit 1[0m
2025-08-20T20:12:18.4044564Z [36;1m   else[0m
2025-08-20T20:12:18.4044819Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T20:12:18.4045260Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:18.4045683Z [36;1m    #Check for x_exec.host[0m
2025-08-20T20:12:18.4046441Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T20:12:18.4046860Z [36;1m      #check if supported[0m
2025-08-20T20:12:18.4047276Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T20:12:18.4048187Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T20:12:18.4048680Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T20:12:18.4049037Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:18.4049457Z [36;1m         exit 1[0m
2025-08-20T20:12:18.4049713Z [36;1m       fi[0m
2025-08-20T20:12:18.4049951Z [36;1m      #get build system[0m
2025-08-20T20:12:18.4050470Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T20:12:18.4050881Z [36;1m       export BUILD_SYS[0m
2025-08-20T20:12:18.4051256Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:18.4051653Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T20:12:18.4052036Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:18.4052487Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:18.4052884Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T20:12:18.4053266Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:18.4053698Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:18.4054022Z [36;1m       fi[0m
2025-08-20T20:12:18.4054596Z [36;1m     fi[0m
2025-08-20T20:12:18.4054921Z [36;1m   fi[0m
2025-08-20T20:12:18.4055205Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T20:12:18.4082887Z shell: /usr/bin/bash -e {0}
2025-08-20T20:12:18.4083213Z ##[endgroup]
2025-08-20T20:12:18.9310441Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:12:18.9311292Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:12:18.9311545Z 
2025-08-20T20:12:19.0039547Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:12:19.0040281Z 100  5863  100  5863    0     0  78563      0 --:--:-- --:--:-- --:--:-- 79229
2025-08-20T20:12:19.0051756Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fish/static.official.source.yaml
2025-08-20T20:12:19.0256516Z ##[group]Run ##Presets
2025-08-20T20:12:19.0256945Z [36;1m##Presets[0m
2025-08-20T20:12:19.0257295Z [36;1mset +x ; set +e[0m
2025-08-20T20:12:19.0257849Z [36;1m#-------------#[0m
2025-08-20T20:12:19.0258120Z [36;1m##Debug?[0m
2025-08-20T20:12:19.0258467Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:12:19.0258812Z [36;1m  set -x[0m
2025-08-20T20:12:19.0259037Z [36;1mfi[0m
2025-08-20T20:12:19.0259404Z [36;1m#-------------#[0m
2025-08-20T20:12:19.0259667Z [36;1m##CoreUtils[0m
2025-08-20T20:12:19.0259919Z [36;1msudo apt update -y[0m
2025-08-20T20:12:19.0260352Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T20:12:19.0261357Z [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-20T20:12:19.0262441Z [36;1m##tmp[0m
2025-08-20T20:12:19.0262764Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T20:12:19.0263165Z [36;1m#GH ENV[0m
2025-08-20T20:12:19.0263444Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:19.0263793Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:19.0264195Z [36;1m#-------------#[0m
2025-08-20T20:12:19.0264458Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T20:12:19.0265007Z [36;1msudo apt update -y[0m
2025-08-20T20:12:19.0265349Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T20:12:19.0265649Z [36;1m##Setup Minisign[0m
2025-08-20T20:12:19.0266006Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T20:12:19.0266539Z [36;1mecho "***[0m
2025-08-20T20:12:19.0268560Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T20:12:19.0269001Z [36;1m##User-Agent[0m
2025-08-20T20:12:19.0269757Z [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-20T20:12:19.0270594Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:12:19.0297499Z shell: /usr/bin/bash -e {0}
2025-08-20T20:12:19.0298172Z env:
2025-08-20T20:12:19.0298443Z   CROSS_COMPILING: NO
2025-08-20T20:12:19.0298789Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:12:19.0299165Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:12:19.0299438Z   ON_QEMU: NO
2025-08-20T20:12:19.0299646Z   DEBUG: 0
2025-08-20T20:12:19.0299961Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:12:19.0300258Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:12:19.0300647Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fish/official/source
2025-08-20T20:12:19.0301020Z   KEEP_LOGS: YES
2025-08-20T20:12:19.0301263Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:12:19.0301579Z   PKG_FAMILY_LOCAL: fish
2025-08-20T20:12:19.0301856Z   SBUILD_REBUILD: false
2025-08-20T20:12:19.0302463Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fish/static.official.source.yaml
2025-08-20T20:12:19.0303131Z   BUILD_SYS: docker://rust
2025-08-20T20:12:19.0303405Z   BUILD_ON_HOST: FALSE
2025-08-20T20:12:19.0303647Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:12:19.0303951Z ##[endgroup]
2025-08-20T20:12:19.0614236Z 
2025-08-20T20:12:19.0615260Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:12:19.0615610Z 
2025-08-20T20:12:19.3000284Z Get:1 https://packages.microsoft.com/repos/azure-cli noble InRelease [3564 B]
2025-08-20T20:12:19.3195208Z Get:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T20:12:19.4085424Z Get:3 https://packages.microsoft.com/repos/azure-cli noble/main arm64 Packages [1500 B]
2025-08-20T20:12:19.4208355Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:12:19.4291005Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
2025-08-20T20:12:19.4516088Z Get:6 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T20:12:19.4552617Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble/main all Packages [643 B]
2025-08-20T20:12:19.4574279Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T20:12:19.4599767Z Get:9 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T20:12:19.4997928Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
2025-08-20T20:12:19.5267702Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
2025-08-20T20:12:19.5670281Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1397 kB]
2025-08-20T20:12:19.6411835Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Translation-en [268 kB]
2025-08-20T20:12:19.6590815Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Components [172 kB]
2025-08-20T20:12:19.6764376Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1101 kB]
2025-08-20T20:12:19.7012844Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Translation-en [288 kB]
2025-08-20T20:12:19.7195594Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Components [376 kB]
2025-08-20T20:12:19.7381452Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [2307 kB]
2025-08-20T20:12:19.7719753Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Translation-en [382 kB]
2025-08-20T20:12:19.7897993Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Components [212 B]
2025-08-20T20:12:19.8063471Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [28.2 kB]
2025-08-20T20:12:19.8794820Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Translation-en [6772 B]
2025-08-20T20:12:19.8958918Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Components [212 B]
2025-08-20T20:12:19.9119743Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Packages [39.9 kB]
2025-08-20T20:12:19.9293818Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-backports/main Translation-en [9152 B]
2025-08-20T20:12:19.9457908Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Components [3576 B]
2025-08-20T20:12:19.9621596Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Packages [30.1 kB]
2025-08-20T20:12:19.9785117Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe Translation-en [17.4 kB]
2025-08-20T20:12:19.9950315Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Components [19.2 kB]
2025-08-20T20:12:20.0115677Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-backports/restricted arm64 Components [216 B]
2025-08-20T20:12:20.0278601Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse arm64 Components [212 B]
2025-08-20T20:12:20.0443633Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1134 kB]
2025-08-20T20:12:20.0654979Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-security/main Translation-en [187 kB]
2025-08-20T20:12:20.0825749Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Components [18.4 kB]
2025-08-20T20:12:20.0990016Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [860 kB]
2025-08-20T20:12:20.1191097Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Translation-en [195 kB]
2025-08-20T20:12:20.1924155Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Components [52.3 kB]
2025-08-20T20:12:20.2091941Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [2170 kB]
2025-08-20T20:12:20.2352295Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Translation-en [359 kB]
2025-08-20T20:12:20.2531469Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Components [208 B]
2025-08-20T20:12:20.2696351Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [16.2 kB]
2025-08-20T20:12:20.2861011Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Translation-en [4288 B]
2025-08-20T20:12:20.3050871Z Get:43 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Components [208 B]
2025-08-20T20:12:28.5977973Z Fetched 11.9 MB in 1s (8682 kB/s)
2025-08-20T20:12:29.3633189Z Reading package lists...
2025-08-20T20:12:29.6017450Z Building dependency tree...
2025-08-20T20:12:29.6025878Z Reading state information...
2025-08-20T20:12:29.6296195Z 196 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:12:29.6386395Z 
2025-08-20T20:12:29.6387213Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:12:29.6387911Z 
2025-08-20T20:12:29.6504016Z Reading package lists...
2025-08-20T20:12:29.8834567Z Building dependency tree...
2025-08-20T20:12:29.8842708Z Reading state information...
2025-08-20T20:12:30.1312122Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:12:30.1312538Z bc set to manually installed.
2025-08-20T20:12:30.1313069Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:12:30.1313469Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T20:12:30.1313813Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:12:30.1862471Z The following NEW packages will be installed:
2025-08-20T20:12:30.1868197Z   dos2unix fdupes libio-pty-perl libipc-run-perl libtime-duration-perl
2025-08-20T20:12:30.1870119Z   moreutils
2025-08-20T20:12:30.1878739Z The following packages will be upgraded:
2025-08-20T20:12:30.1883837Z   jq libjq1
2025-08-20T20:12:30.2051317Z 2 upgraded, 6 newly installed, 0 to remove and 194 not upgraded.
2025-08-20T20:12:30.4815470Z Need to get 936 kB of archives.
2025-08-20T20:12:30.4816252Z After this operation, 3171 kB of additional disk space will be used.
2025-08-20T20:12:30.4816836Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fdupes arm64 1:2.3.0-1build1 [45.3 kB]
2025-08-20T20:12:30.7326476Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 jq arm64 1.7.1-3ubuntu0.24.04.1 [64.7 kB]
2025-08-20T20:12:30.9015468Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libjq1 arm64 1.7.1-3ubuntu0.24.04.1 [134 kB]
2025-08-20T20:12:31.0752696Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-pty-perl arm64 1:1.20-1build2 [31.1 kB]
2025-08-20T20:12:31.1662547Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libipc-run-perl all 20231003.0-1 [92.1 kB]
2025-08-20T20:12:31.2724022Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T20:12:31.3581171Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 moreutils arm64 0.69-1 [56.7 kB]
2025-08-20T20:12:31.4559253Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 dos2unix arm64 7.5.1-1 [500 kB]
2025-08-20T20:12:31.9451466Z Fetched 936 kB in 1s (656 kB/s)
2025-08-20T20:12:32.0052422Z Selecting previously unselected package fdupes.
2025-08-20T20:12:32.1199365Z (Reading database ... 
2025-08-20T20:12:32.1199754Z (Reading database ... 5%
2025-08-20T20:12:32.1200000Z (Reading database ... 10%
2025-08-20T20:12:32.1200358Z (Reading database ... 15%
2025-08-20T20:12:32.1200611Z (Reading database ... 20%
2025-08-20T20:12:32.1200933Z (Reading database ... 25%
2025-08-20T20:12:32.1201230Z (Reading database ... 30%
2025-08-20T20:12:32.1201470Z (Reading database ... 35%
2025-08-20T20:12:32.1201735Z (Reading database ... 40%
2025-08-20T20:12:32.1202012Z (Reading database ... 45%
2025-08-20T20:12:32.1202255Z (Reading database ... 50%
2025-08-20T20:12:32.3803206Z (Reading database ... 55%
2025-08-20T20:12:32.8596905Z (Reading database ... 60%
2025-08-20T20:12:33.3066763Z (Reading database ... 65%
2025-08-20T20:12:33.7106152Z (Reading database ... 70%
2025-08-20T20:12:34.1127119Z (Reading database ... 75%
2025-08-20T20:12:34.6284714Z (Reading database ... 80%
2025-08-20T20:12:35.1435781Z (Reading database ... 85%
2025-08-20T20:12:35.6551808Z (Reading database ... 90%
2025-08-20T20:12:36.1479209Z (Reading database ... 95%
2025-08-20T20:12:36.1479938Z (Reading database ... 100%
2025-08-20T20:12:36.1480556Z (Reading database ... 189117 files and directories currently installed.)
2025-08-20T20:12:36.1522761Z Preparing to unpack .../0-fdupes_1%3a2.3.0-1build1_arm64.deb ...
2025-08-20T20:12:36.1632992Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T20:12:36.2551542Z Preparing to unpack .../1-jq_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T20:12:36.2745517Z Unpacking jq (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T20:12:36.3727171Z Preparing to unpack .../2-libjq1_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T20:12:36.4037099Z Unpacking libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T20:12:36.4654903Z Selecting previously unselected package libio-pty-perl.
2025-08-20T20:12:36.4828084Z Preparing to unpack .../3-libio-pty-perl_1%3a1.20-1build2_arm64.deb ...
2025-08-20T20:12:36.4889513Z Unpacking libio-pty-perl (1:1.20-1build2) ...
2025-08-20T20:12:36.5706871Z Selecting previously unselected package libipc-run-perl.
2025-08-20T20:12:36.5871989Z Preparing to unpack .../4-libipc-run-perl_20231003.0-1_all.deb ...
2025-08-20T20:12:36.5931129Z Unpacking libipc-run-perl (20231003.0-1) ...
2025-08-20T20:12:36.6645222Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T20:12:36.6809037Z Preparing to unpack .../5-libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T20:12:36.6874550Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T20:12:36.7427216Z Selecting previously unselected package moreutils.
2025-08-20T20:12:36.7603288Z Preparing to unpack .../6-moreutils_0.69-1_arm64.deb ...
2025-08-20T20:12:36.7677966Z Unpacking moreutils (0.69-1) ...
2025-08-20T20:12:36.8821477Z Selecting previously unselected package dos2unix.
2025-08-20T20:12:36.8993341Z Preparing to unpack .../7-dos2unix_7.5.1-1_arm64.deb ...
2025-08-20T20:12:36.9052396Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T20:12:37.1727752Z Setting up libio-pty-perl (1:1.20-1build2) ...
2025-08-20T20:12:37.1902191Z Setting up libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T20:12:37.2068737Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T20:12:37.2260891Z Setting up libipc-run-perl (20231003.0-1) ...
2025-08-20T20:12:37.2455593Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T20:12:37.2620234Z Setting up jq (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T20:12:37.2814544Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T20:12:37.3001139Z Setting up moreutils (0.69-1) ...
2025-08-20T20:12:37.3197991Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:13:00.7196483Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:13:02.0562417Z Reading package lists...
2025-08-20T20:13:02.2916852Z Building dependency tree...
2025-08-20T20:13:02.2925816Z Reading state information...
2025-08-20T20:13:02.5476073Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T20:13:02.5480152Z apt-utils is already the newest version (2.8.3).
2025-08-20T20:13:02.5480572Z apt-utils set to manually installed.
2025-08-20T20:13:02.5481050Z ca-certificates is already the newest version (20240203).
2025-08-20T20:13:02.5481519Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:13:02.5481891Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:13:02.5482280Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:13:02.5482648Z moreutils is already the newest version (0.69-1).
2025-08-20T20:13:02.5483028Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:13:02.5483450Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:13:02.5483831Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:13:02.5484619Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T20:13:02.5485049Z tmux set to manually installed.
2025-08-20T20:13:02.5485359Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:13:02.5485744Z The following additional packages will be installed:
2025-08-20T20:13:02.5486221Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils gpg
2025-08-20T20:13:02.5486711Z   gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1 libfdisk1
2025-08-20T20:13:02.5487251Z   libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T20:13:02.5487823Z   uuid-runtime
2025-08-20T20:13:02.5491585Z Suggested packages:
2025-08-20T20:13:02.5492118Z   pinentry-gnome3 tor parcimonie xloadimage gpg-wks-server scdaemon nfs-common
2025-08-20T20:13:02.5492538Z   util-linux-extra util-linux-locales
2025-08-20T20:13:02.5492839Z Recommended packages:
2025-08-20T20:13:02.5493105Z   unattended-upgrades
2025-08-20T20:13:02.6024336Z The following NEW packages will be installed:
2025-08-20T20:13:02.6024822Z   rename
2025-08-20T20:13:02.6029471Z The following packages will be upgraded:
2025-08-20T20:13:02.6030063Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils
2025-08-20T20:13:02.6031239Z   gnupg2 gpg gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1
2025-08-20T20:13:02.6038386Z   libfdisk1 libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T20:13:02.6038913Z   software-properties-common util-linux uuid-runtime
2025-08-20T20:13:02.6216824Z 26 upgraded, 1 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:13:02.7617232Z Need to get 4390 kB of archives.
2025-08-20T20:13:02.7617900Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T20:13:02.7618779Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdutils arm64 1:2.39.3-9ubuntu6.3 [98.3 kB]
2025-08-20T20:13:02.8268558Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 util-linux arm64 2.39.3-9ubuntu6.3 [1115 kB]
2025-08-20T20:13:02.9084898Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 mount arm64 2.39.3-9ubuntu6.3 [116 kB]
2025-08-20T20:13:02.9254827Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libsmartcols1 arm64 2.39.3-9ubuntu6.3 [65.0 kB]
2025-08-20T20:13:02.9418954Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libuuid1 arm64 2.39.3-9ubuntu6.3 [36.0 kB]
2025-08-20T20:13:02.9584001Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 uuid-runtime arm64 2.39.3-9ubuntu6.3 [32.5 kB]
2025-08-20T20:13:02.9748326Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libblkid1 arm64 2.39.3-9ubuntu6.3 [123 kB]
2025-08-20T20:13:02.9920159Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libmount1 arm64 2.39.3-9ubuntu6.3 [133 kB]
2025-08-20T20:13:03.0090457Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-wks-client arm64 2.4.4-2ubuntu17.3 [69.7 kB]
2025-08-20T20:13:03.0257100Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dirmngr arm64 2.4.4-2ubuntu17.3 [316 kB]
2025-08-20T20:13:03.0446107Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-utils arm64 2.4.4-2ubuntu17.3 [106 kB]
2025-08-20T20:13:03.0615366Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgsm arm64 2.4.4-2ubuntu17.3 [225 kB]
2025-08-20T20:13:03.0797041Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-agent arm64 2.4.4-2ubuntu17.3 [221 kB]
2025-08-20T20:13:03.0977130Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg arm64 2.4.4-2ubuntu17.3 [549 kB]
2025-08-20T20:13:03.1193362Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgconf arm64 2.4.4-2ubuntu17.3 [103 kB]
2025-08-20T20:13:03.1361571Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg all 2.4.4-2ubuntu17.3 [359 kB]
2025-08-20T20:13:03.1556583Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 keyboxd arm64 2.4.4-2ubuntu17.3 [75.9 kB]
2025-08-20T20:13:03.1726385Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgv arm64 2.4.4-2ubuntu17.3 [151 kB]
2025-08-20T20:13:03.1899688Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 eject arm64 2.39.3-9ubuntu6.3 [26.4 kB]
2025-08-20T20:13:03.2631941Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libfdisk1 arm64 2.39.3-9ubuntu6.3 [142 kB]
2025-08-20T20:13:03.2803419Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdextrautils arm64 2.39.3-9ubuntu6.3 [71.4 kB]
2025-08-20T20:13:03.2972131Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 fdisk arm64 2.39.3-9ubuntu6.3 [120 kB]
2025-08-20T20:13:03.3141407Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-l10n all 2.4.4-2ubuntu17.3 [66.4 kB]
2025-08-20T20:13:03.3305728Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T20:13:03.3469832Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T20:13:03.3633316Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 rename all 2.02-1 [20.3 kB]
2025-08-20T20:13:03.3796845Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gnupg2 all 2.4.4-2ubuntu17.3 [4748 B]
2025-08-20T20:13:03.6450186Z Fetched 4390 kB in 1s (5891 kB/s)
2025-08-20T20:13:03.6766556Z (Reading database ... 
2025-08-20T20:13:03.6766939Z (Reading database ... 5%
2025-08-20T20:13:03.6767190Z (Reading database ... 10%
2025-08-20T20:13:03.6767740Z (Reading database ... 15%
2025-08-20T20:13:03.6768041Z (Reading database ... 20%
2025-08-20T20:13:03.6768328Z (Reading database ... 25%
2025-08-20T20:13:03.6768583Z (Reading database ... 30%
2025-08-20T20:13:03.6768829Z (Reading database ... 35%
2025-08-20T20:13:03.6769106Z (Reading database ... 40%
2025-08-20T20:13:03.6769410Z (Reading database ... 45%
2025-08-20T20:13:03.6769651Z (Reading database ... 50%
2025-08-20T20:13:03.6790178Z (Reading database ... 55%
2025-08-20T20:13:03.6880736Z (Reading database ... 60%
2025-08-20T20:13:03.6923283Z (Reading database ... 65%
2025-08-20T20:13:03.6939395Z (Reading database ... 70%
2025-08-20T20:13:03.6959772Z (Reading database ... 75%
2025-08-20T20:13:03.6994650Z (Reading database ... 80%
2025-08-20T20:13:03.7179337Z (Reading database ... 85%
2025-08-20T20:13:03.7198585Z (Reading database ... 90%
2025-08-20T20:13:03.7300707Z (Reading database ... 95%
2025-08-20T20:13:03.7301026Z (Reading database ... 100%
2025-08-20T20:13:03.7301416Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:13:03.7338538Z Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:13:03.7514156Z Unpacking bsdutils (1:2.39.3-9ubuntu6.3) over (1:2.39.3-9ubuntu6.2) ...
2025-08-20T20:13:03.8712898Z Setting up bsdutils (1:2.39.3-9ubuntu6.3) ...
2025-08-20T20:13:03.9504938Z (Reading database ... 
2025-08-20T20:13:03.9505524Z (Reading database ... 5%
2025-08-20T20:13:03.9505785Z (Reading database ... 10%
2025-08-20T20:13:03.9506079Z (Reading database ... 15%
2025-08-20T20:13:03.9506378Z (Reading database ... 20%
2025-08-20T20:13:03.9506656Z (Reading database ... 25%
2025-08-20T20:13:03.9506926Z (Reading database ... 30%
2025-08-20T20:13:03.9507183Z (Reading database ... 35%
2025-08-20T20:13:03.9507427Z (Reading database ... 40%
2025-08-20T20:13:03.9508097Z (Reading database ... 45%
2025-08-20T20:13:03.9508382Z (Reading database ... 50%
2025-08-20T20:13:03.9527321Z (Reading database ... 55%
2025-08-20T20:13:03.9614925Z (Reading database ... 60%
2025-08-20T20:13:03.9656082Z (Reading database ... 65%
2025-08-20T20:13:03.9670712Z (Reading database ... 70%
2025-08-20T20:13:03.9690453Z (Reading database ... 75%
2025-08-20T20:13:03.9724560Z (Reading database ... 80%
2025-08-20T20:13:03.9908473Z (Reading database ... 85%
2025-08-20T20:13:03.9928305Z (Reading database ... 90%
2025-08-20T20:13:04.0031361Z (Reading database ... 95%
2025-08-20T20:13:04.0031852Z (Reading database ... 100%
2025-08-20T20:13:04.0032261Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:13:04.0069918Z Preparing to unpack .../util-linux_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:13:04.0323729Z Unpacking util-linux (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:13:04.1664560Z Setting up util-linux (2.39.3-9ubuntu6.3) ...
2025-08-20T20:13:04.7939884Z fstrim.service is a disabled or a static unit not running, not starting it.
2025-08-20T20:13:04.8478961Z (Reading database ... 
2025-08-20T20:13:04.8479307Z (Reading database ... 5%
2025-08-20T20:13:04.8479550Z (Reading database ... 10%
2025-08-20T20:13:04.8480007Z (Reading database ... 15%
2025-08-20T20:13:04.8480249Z (Reading database ... 20%
2025-08-20T20:13:04.8480547Z (Reading database ... 25%
2025-08-20T20:13:04.8480790Z (Reading database ... 30%
2025-08-20T20:13:04.8481060Z (Reading database ... 35%
2025-08-20T20:13:04.8481337Z (Reading database ... 40%
2025-08-20T20:13:04.8481576Z (Reading database ... 45%
2025-08-20T20:13:04.8481852Z (Reading database ... 50%
2025-08-20T20:13:04.8502927Z (Reading database ... 55%
2025-08-20T20:13:04.8593846Z (Reading database ... 60%
2025-08-20T20:13:04.8635615Z (Reading database ... 65%
2025-08-20T20:13:04.8650772Z (Reading database ... 70%
2025-08-20T20:13:04.8671569Z (Reading database ... 75%
2025-08-20T20:13:04.8705765Z (Reading database ... 80%
2025-08-20T20:13:04.8892337Z (Reading database ... 85%
2025-08-20T20:13:04.8912627Z (Reading database ... 90%
2025-08-20T20:13:04.9018962Z (Reading database ... 95%
2025-08-20T20:13:04.9019225Z (Reading database ... 100%
2025-08-20T20:13:04.9019674Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:13:04.9058852Z Preparing to unpack .../mount_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:13:04.9233036Z Unpacking mount (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:13:05.0218404Z Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:13:05.0501079Z Unpacking libsmartcols1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:13:05.1325943Z Setting up libsmartcols1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:13:05.2105289Z (Reading database ... 
2025-08-20T20:13:05.2105896Z (Reading database ... 5%
2025-08-20T20:13:05.2106154Z (Reading database ... 10%
2025-08-20T20:13:05.2106506Z (Reading database ... 15%
2025-08-20T20:13:05.2106804Z (Reading database ... 20%
2025-08-20T20:13:05.2107046Z (Reading database ... 25%
2025-08-20T20:13:05.2107329Z (Reading database ... 30%
2025-08-20T20:13:05.2107557Z (Reading database ... 35%
2025-08-20T20:13:05.2108158Z (Reading database ... 40%
2025-08-20T20:13:05.2108461Z (Reading database ... 45%
2025-08-20T20:13:05.2108733Z (Reading database ... 50%
2025-08-20T20:13:05.2128924Z (Reading database ... 55%
2025-08-20T20:13:05.2217440Z (Reading database ... 60%
2025-08-20T20:13:05.2257507Z (Reading database ... 65%
2025-08-20T20:13:05.2271464Z (Reading database ... 70%
2025-08-20T20:13:05.2291287Z (Reading database ... 75%
2025-08-20T20:13:05.2324453Z (Reading database ... 80%
2025-08-20T20:13:05.2504272Z (Reading database ... 85%
2025-08-20T20:13:05.2523656Z (Reading database ... 90%
2025-08-20T20:13:05.2624866Z (Reading database ... 95%
2025-08-20T20:13:05.2625461Z (Reading database ... 100%
2025-08-20T20:13:05.2625811Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:13:05.2662821Z Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:13:05.2881930Z Unpacking libuuid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:13:05.3709147Z Setting up libuuid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:13:05.4733323Z (Reading database ... 
2025-08-20T20:13:05.4733664Z (Reading database ... 5%
2025-08-20T20:13:05.4734150Z (Reading database ... 10%
2025-08-20T20:13:05.4734399Z (Reading database ... 15%
2025-08-20T20:13:05.4735125Z (Reading database ... 20%
2025-08-20T20:13:05.4735454Z (Reading database ... 25%
2025-08-20T20:13:05.4735695Z (Reading database ... 30%
2025-08-20T20:13:05.4735963Z (Reading database ... 35%
2025-08-20T20:13:05.4736217Z (Reading database ... 40%
2025-08-20T20:13:05.4736450Z (Reading database ... 45%
2025-08-20T20:13:05.4736748Z (Reading database ... 50%
2025-08-20T20:13:05.4757204Z (Reading database ... 55%
2025-08-20T20:13:05.4844729Z (Reading database ... 60%
2025-08-20T20:13:05.4884375Z (Reading database ... 65%
2025-08-20T20:13:05.4898220Z (Reading database ... 70%
2025-08-20T20:13:05.4918079Z (Reading database ... 75%
2025-08-20T20:13:05.4950229Z (Reading database ... 80%
2025-08-20T20:13:05.5120037Z (Reading database ... 85%
2025-08-20T20:13:05.5138777Z (Reading database ... 90%
2025-08-20T20:13:05.5236069Z (Reading database ... 95%
2025-08-20T20:13:05.5236385Z (Reading database ... 100%
2025-08-20T20:13:05.5236913Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:13:05.5271494Z Preparing to unpack .../uuid-runtime_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:13:05.5571467Z Unpacking uuid-runtime (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:13:05.6539776Z Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:13:05.6758325Z Unpacking libblkid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:13:05.7588184Z Setting up libblkid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:13:05.8308698Z (Reading database ... 
2025-08-20T20:13:05.8309287Z (Reading database ... 5%
2025-08-20T20:13:05.8309558Z (Reading database ... 10%
2025-08-20T20:13:05.8309848Z (Reading database ... 15%
2025-08-20T20:13:05.8310116Z (Reading database ... 20%
2025-08-20T20:13:05.8310394Z (Reading database ... 25%
2025-08-20T20:13:05.8311738Z (Reading database ... 30%
2025-08-20T20:13:05.8312048Z (Reading database ... 35%
2025-08-20T20:13:05.8312442Z (Reading database ... 40%
2025-08-20T20:13:05.8312746Z (Reading database ... 45%
2025-08-20T20:13:05.8313025Z (Reading database ... 50%
2025-08-20T20:13:05.8331402Z (Reading database ... 55%
2025-08-20T20:13:05.8418446Z (Reading database ... 60%
2025-08-20T20:13:05.8458464Z (Reading database ... 65%
2025-08-20T20:13:05.8472859Z (Reading database ... 70%
2025-08-20T20:13:05.8493817Z (Reading database ... 75%
2025-08-20T20:13:05.8529579Z (Reading database ... 80%
2025-08-20T20:13:05.8712843Z (Reading database ... 85%
2025-08-20T20:13:05.8739061Z (Reading database ... 90%
2025-08-20T20:13:05.8838893Z (Reading database ... 95%
2025-08-20T20:13:05.8839211Z (Reading database ... 100%
2025-08-20T20:13:05.8839638Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:13:05.8878704Z Preparing to unpack .../libmount1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:13:05.9115598Z Unpacking libmount1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:13:05.9954757Z Setting up libmount1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:13:06.0560404Z (Reading database ... 
2025-08-20T20:13:06.0560991Z (Reading database ... 5%
2025-08-20T20:13:06.0561302Z (Reading database ... 10%
2025-08-20T20:13:06.0561550Z (Reading database ... 15%
2025-08-20T20:13:06.0561879Z (Reading database ... 20%
2025-08-20T20:13:06.0562102Z (Reading database ... 25%
2025-08-20T20:13:06.0562344Z (Reading database ... 30%
2025-08-20T20:13:06.0562612Z (Reading database ... 35%
2025-08-20T20:13:06.0562849Z (Reading database ... 40%
2025-08-20T20:13:06.0563078Z (Reading database ... 45%
2025-08-20T20:13:06.0563394Z (Reading database ... 50%
2025-08-20T20:13:06.0583722Z (Reading database ... 55%
2025-08-20T20:13:06.0670667Z (Reading database ... 60%
2025-08-20T20:13:06.0710342Z (Reading database ... 65%
2025-08-20T20:13:06.0724316Z (Reading database ... 70%
2025-08-20T20:13:06.0744758Z (Reading database ... 75%
2025-08-20T20:13:06.0778787Z (Reading database ... 80%
2025-08-20T20:13:06.0947405Z (Reading database ... 85%
2025-08-20T20:13:06.0971215Z (Reading database ... 90%
2025-08-20T20:13:06.1061348Z (Reading database ... 95%
2025-08-20T20:13:06.1061793Z (Reading database ... 100%
2025-08-20T20:13:06.1062199Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:13:06.1096321Z Preparing to unpack .../0-gpg-wks-client_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:13:06.1298818Z Unpacking gpg-wks-client (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:13:06.2309240Z Preparing to unpack .../1-dirmngr_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:13:06.2793017Z Unpacking dirmngr (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:13:06.3793485Z Preparing to unpack .../2-gnupg-utils_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:13:06.3984228Z Unpacking gnupg-utils (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:13:06.4832236Z Preparing to unpack .../3-gpgsm_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:13:06.5180889Z Unpacking gpgsm (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:13:06.6056191Z Preparing to unpack .../4-gpg-agent_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:13:06.6235176Z Unpacking gpg-agent (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:13:06.7188754Z Preparing to unpack .../5-gpg_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:13:06.7388319Z Unpacking gpg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:13:06.8200815Z Preparing to unpack .../6-gpgconf_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:13:06.8392295Z Unpacking gpgconf (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:13:06.9159932Z Preparing to unpack .../7-gnupg_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T20:13:06.9337391Z Unpacking gnupg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:13:07.0281555Z Preparing to unpack .../8-keyboxd_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:13:07.0573663Z Unpacking keyboxd (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:13:07.1449857Z Preparing to unpack .../9-gpgv_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:13:07.1617547Z Unpacking gpgv (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:13:07.2455797Z Setting up gpgv (2.4.4-2ubuntu17.3) ...
2025-08-20T20:13:07.3137931Z (Reading database ... 
2025-08-20T20:13:07.3138275Z (Reading database ... 5%
2025-08-20T20:13:07.3138539Z (Reading database ... 10%
2025-08-20T20:13:07.3139014Z (Reading database ... 15%
2025-08-20T20:13:07.3139251Z (Reading database ... 20%
2025-08-20T20:13:07.3139572Z (Reading database ... 25%
2025-08-20T20:13:07.3139821Z (Reading database ... 30%
2025-08-20T20:13:07.3140097Z (Reading database ... 35%
2025-08-20T20:13:07.3140395Z (Reading database ... 40%
2025-08-20T20:13:07.3140639Z (Reading database ... 45%
2025-08-20T20:13:07.3140908Z (Reading database ... 50%
2025-08-20T20:13:07.3160657Z (Reading database ... 55%
2025-08-20T20:13:07.3246441Z (Reading database ... 60%
2025-08-20T20:13:07.3287229Z (Reading database ... 65%
2025-08-20T20:13:07.3302277Z (Reading database ... 70%
2025-08-20T20:13:07.3323130Z (Reading database ... 75%
2025-08-20T20:13:07.3358024Z (Reading database ... 80%
2025-08-20T20:13:07.3532228Z (Reading database ... 85%
2025-08-20T20:13:07.3557297Z (Reading database ... 90%
2025-08-20T20:13:07.3647552Z (Reading database ... 95%
2025-08-20T20:13:07.3647881Z (Reading database ... 100%
2025-08-20T20:13:07.3648354Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:13:07.3682886Z Preparing to unpack .../0-eject_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:13:07.3853076Z Unpacking eject (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:13:07.4711510Z Preparing to unpack .../1-libfdisk1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:13:07.4919177Z Unpacking libfdisk1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:13:07.5735605Z Preparing to unpack .../2-bsdextrautils_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:13:07.5957043Z Unpacking bsdextrautils (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:13:07.6787438Z Preparing to unpack .../3-fdisk_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:13:07.6965577Z Unpacking fdisk (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:13:07.7824578Z Preparing to unpack .../4-gnupg-l10n_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T20:13:07.8010129Z Unpacking gnupg-l10n (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:13:07.8923355Z Preparing to unpack .../5-software-properties-common_0.99.49.3_all.deb ...
2025-08-20T20:13:08.0099949Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:13:08.1107286Z Preparing to unpack .../6-python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T20:13:08.1894107Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:13:08.2584566Z Selecting previously unselected package rename.
2025-08-20T20:13:08.2768988Z Preparing to unpack .../7-rename_2.02-1_all.deb ...
2025-08-20T20:13:08.2828440Z Unpacking rename (2.02-1) ...
2025-08-20T20:13:08.3520970Z Preparing to unpack .../8-gnupg2_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T20:13:08.3707395Z Unpacking gnupg2 (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:13:08.4494169Z Setting up bsdextrautils (2.39.3-9ubuntu6.3) ...
2025-08-20T20:13:08.4677285Z Setting up rename (2.02-1) ...
2025-08-20T20:13:08.4829063Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T20:13:08.4943575Z Setting up eject (2.39.3-9ubuntu6.3) ...
2025-08-20T20:13:08.5141061Z Setting up gnupg-l10n (2.4.4-2ubuntu17.3) ...
2025-08-20T20:13:08.5363693Z Setting up libfdisk1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:13:08.5558956Z Setting up mount (2.39.3-9ubuntu6.3) ...
2025-08-20T20:13:08.5728132Z Setting up uuid-runtime (2.39.3-9ubuntu6.3) ...
2025-08-20T20:13:09.1786408Z uuidd.service is a disabled or a static unit not running, not starting it.
2025-08-20T20:13:09.2031624Z Setting up gpgconf (2.4.4-2ubuntu17.3) ...
2025-08-20T20:13:09.2208360Z Setting up gpg (2.4.4-2ubuntu17.3) ...
2025-08-20T20:13:09.2401986Z Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...
2025-08-20T20:13:09.2674824Z Setting up gpg-agent (2.4.4-2ubuntu17.3) ...
2025-08-20T20:13:09.6318597Z Setting up gpgsm (2.4.4-2ubuntu17.3) ...
2025-08-20T20:13:09.6501086Z Setting up fdisk (2.39.3-9ubuntu6.3) ...
2025-08-20T20:13:09.6664602Z Setting up dirmngr (2.4.4-2ubuntu17.3) ...
2025-08-20T20:13:09.7765775Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T20:13:09.9254365Z Setting up keyboxd (2.4.4-2ubuntu17.3) ...
2025-08-20T20:13:10.0220092Z Setting up gnupg (2.4.4-2ubuntu17.3) ...
2025-08-20T20:13:10.0405832Z Setting up gnupg2 (2.4.4-2ubuntu17.3) ...
2025-08-20T20:13:10.0586569Z Setting up gpg-wks-client (2.4.4-2ubuntu17.3) ...
2025-08-20T20:13:10.0796812Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T20:13:10.1918700Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:13:10.4581972Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:13:10.4858136Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:13:12.1611312Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T20:13:13.4952058Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:13:13.5188135Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:13:13.7032020Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:13:13.7870854Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T20:13:13.8709125Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T20:13:13.9548635Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T20:13:14.8587745Z Reading package lists...
2025-08-20T20:13:15.0699459Z Building dependency tree...
2025-08-20T20:13:15.0707960Z Reading state information...
2025-08-20T20:13:15.0958509Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:13:15.1083973Z 
2025-08-20T20:13:15.1085047Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:13:15.1085432Z 
2025-08-20T20:13:15.1790107Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:13:15.1791159Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:13:15.2049384Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:13:15.2211118Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T20:13:15.2372473Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T20:13:15.2535386Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T20:13:16.2352112Z Reading package lists...
2025-08-20T20:13:16.4273899Z Building dependency tree...
2025-08-20T20:13:16.4281010Z Reading state information...
2025-08-20T20:13:16.4499030Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:13:16.4590394Z 
2025-08-20T20:13:16.4591089Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:13:16.4591443Z 
2025-08-20T20:13:16.4702752Z Reading package lists...
2025-08-20T20:13:16.7021386Z Building dependency tree...
2025-08-20T20:13:16.7029134Z Reading state information...
2025-08-20T20:13:17.0505932Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:13:17.1054832Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:13:17.1354538Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T20:13:17.2047044Z ##[group]Run ##Presets
2025-08-20T20:13:17.2047460Z [36;1m##Presets[0m
2025-08-20T20:13:17.2048008Z [36;1mset +x ; set +e[0m
2025-08-20T20:13:17.2048274Z [36;1m#-------------#[0m
2025-08-20T20:13:17.2048507Z [36;1m##Debug?[0m
2025-08-20T20:13:17.2048816Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:13:17.2049160Z [36;1m  set -x[0m
2025-08-20T20:13:17.2049357Z [36;1mfi[0m
2025-08-20T20:13:17.2049594Z [36;1m#-------------#[0m
2025-08-20T20:13:17.2050044Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T20:13:17.2050670Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T20:13:17.2051083Z [36;1msudo service procps restart[0m
2025-08-20T20:13:17.2051393Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T20:13:17.2078845Z shell: /usr/bin/bash -e {0}
2025-08-20T20:13:17.2079130Z env:
2025-08-20T20:13:17.2079692Z   CROSS_COMPILING: NO
2025-08-20T20:13:17.2079956Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:13:17.2080297Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:13:17.2080547Z   ON_QEMU: NO
2025-08-20T20:13:17.2080775Z   DEBUG: 0
2025-08-20T20:13:17.2081019Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:13:17.2081277Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:13:17.2081690Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fish/official/source
2025-08-20T20:13:17.2082032Z   KEEP_LOGS: YES
2025-08-20T20:13:17.2082238Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:13:17.2082518Z   PKG_FAMILY_LOCAL: fish
2025-08-20T20:13:17.2082798Z   SBUILD_REBUILD: false
2025-08-20T20:13:17.2083357Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fish/static.official.source.yaml
2025-08-20T20:13:17.2084007Z   BUILD_SYS: docker://rust
2025-08-20T20:13:17.2084248Z   BUILD_ON_HOST: FALSE
2025-08-20T20:13:17.2084501Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:13:17.2084759Z   SYSTMP: /tmp
2025-08-20T20:13:17.2084985Z   GHA_MODE: MATRIX
2025-08-20T20:13:17.2085476Z   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-20T20:13:17.2085963Z ##[endgroup]
2025-08-20T20:13:17.2186038Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T20:13:17.2250145Z 0
2025-08-20T20:13:17.2593052Z vm.max_map_count = 262144
2025-08-20T20:13:17.2593444Z fs.inotify.max_user_watches = 655360
2025-08-20T20:13:17.2594147Z fs.inotify.max_user_instances = 1280
2025-08-20T20:13:17.2595074Z vm.mmap_rnd_bits = 28
2025-08-20T20:13:17.2689219Z ##[group]Run ##Presets
2025-08-20T20:13:17.2689834Z [36;1m##Presets[0m
2025-08-20T20:13:17.2690081Z [36;1mset +x ; set +e[0m
2025-08-20T20:13:17.2690314Z [36;1m#-------------#[0m
2025-08-20T20:13:17.2690633Z [36;1m##Debug?[0m
2025-08-20T20:13:17.2690898Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:13:17.2691273Z [36;1m  set -x[0m
2025-08-20T20:13:17.2691523Z [36;1mfi[0m
2025-08-20T20:13:17.2691730Z [36;1m#-------------#[0m
2025-08-20T20:13:17.2692020Z [36;1m##Main[0m
2025-08-20T20:13:17.2692253Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:13:17.2692903Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T20:13:17.2693671Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T20:13:17.2694059Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T20:13:17.2694452Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T20:13:17.2694734Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T20:13:17.2695056Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T20:13:17.2695436Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T20:13:17.2695766Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T20:13:17.2696177Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T20:13:17.2696804Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T20:13:17.2697147Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T20:13:17.2697901Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T20:13:17.2698254Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T20:13:17.2698567Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T20:13:17.2698935Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T20:13:17.2699246Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T20:13:17.2699612Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T20:13:17.2699939Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T20:13:17.2700284Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T20:13:17.2700652Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T20:13:17.2700973Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T20:13:17.2701294Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T20:13:17.2701685Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T20:13:17.2702041Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T20:13:17.2702394Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T20:13:17.2702702Z [36;1m     "${POD_ID}" \[0m
2025-08-20T20:13:17.2703046Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T20:13:17.2703545Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:13:17.2704062Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T20:13:17.2704542Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T20:13:17.2704944Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:13:17.2705314Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:13:17.2705950Z [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-20T20:13:17.2706789Z [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-20T20:13:17.2707357Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T20:13:17.2707912Z [36;1m else[0m
2025-08-20T20:13:17.2708614Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T20:13:17.2709008Z [36;1m fi[0m
2025-08-20T20:13:17.2709353Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T20:13:17.2709756Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T20:13:17.2710180Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:13:17.2710662Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:13:17.2711068Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:13:17.2711520Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:13:17.2711984Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:13:17.2712408Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:13:17.2712883Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:13:17.2713321Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:13:17.2713646Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T20:13:17.2741345Z shell: /usr/bin/bash -e {0}
2025-08-20T20:13:17.2741782Z env:
2025-08-20T20:13:17.2742000Z   CROSS_COMPILING: NO
2025-08-20T20:13:17.2742229Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:13:17.2742809Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:13:17.2743056Z   ON_QEMU: NO
2025-08-20T20:13:17.2743262Z   DEBUG: 0
2025-08-20T20:13:17.2743524Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:13:17.2743795Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:13:17.2744181Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fish/official/source
2025-08-20T20:13:17.2744524Z   KEEP_LOGS: YES
2025-08-20T20:13:17.2744737Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:13:17.2745009Z   PKG_FAMILY_LOCAL: fish
2025-08-20T20:13:17.2745244Z   SBUILD_REBUILD: false
2025-08-20T20:13:17.2745819Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fish/static.official.source.yaml
2025-08-20T20:13:17.2746436Z   BUILD_SYS: docker://rust
2025-08-20T20:13:17.2746683Z   BUILD_ON_HOST: FALSE
2025-08-20T20:13:17.2746937Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:13:17.2747174Z   SYSTMP: /tmp
2025-08-20T20:13:17.2747387Z   GHA_MODE: MATRIX
2025-08-20T20:13:17.2748124Z   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-20T20:13:17.2748950Z   GHCR_TOKEN: ***
2025-08-20T20:13:17.2749302Z   GITHUB_TOKEN: ***
2025-08-20T20:13:17.2749670Z   GITLAB_TOKEN: ***
2025-08-20T20:13:17.2750878Z   MINISIGN_KEY: ***
2025-08-20T20:13:17.2751349Z ##[endgroup]
2025-08-20T20:13:17.3422071Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T20:13:17.4123930Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:13:17.4124920Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:13:17.4125390Z 
2025-08-20T20:13:17.4507846Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:13:17.4508371Z 100  5863  100  5863    0     0   148k      0 --:--:-- --:--:-- --:--:--  150k
2025-08-20T20:13:17.4519691Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fish/static.official.source.yaml
2025-08-20T20:13:17.4599961Z 
2025-08-20T20:13:17.4600534Z [+] Building [/tmp/tmp.YdwGyO3bhU/SBUILD_INPUT] Locally
2025-08-20T20:13:17.4600785Z 
2025-08-20T20:13:17.4611387Z '/tmp/tmp.YdwGyO3bhU/SBUILD_INPUT' -> '/tmp/pkgforge/hNasbI18J_build.yaml'
2025-08-20T20:13:17.5578249Z 
2025-08-20T20:13:17.5579234Z [+] Passwordless sudo is Configured
2025-08-20T20:13:17.6196510Z 
2025-08-20T20:13:17.6209810Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T20:13:17.6210115Z 
2025-08-20T20:13:17.6617742Z 
2025-08-20T20:13:17.6619538Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/aarch64-Linux
2025-08-20T20:13:17.6619940Z 
2025-08-20T20:13:17.6619970Z 
2025-08-20T20:13:17.6620188Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T20:13:17.6620654Z 
2025-08-20T20:13:17.6660132Z [+] Installing: 7z -> 7z
2025-08-20T20:13:18.0428774Z [+] Installing: actionlint -> actionlint
2025-08-20T20:13:18.4183462Z [+] Installing: anew -> anew
2025-08-20T20:13:18.7940542Z [+] Installing: anew-rs -> anew-rs
2025-08-20T20:13:19.1705240Z [+] Installing: ansi2html -> ansi2html
2025-08-20T20:13:19.5106849Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T20:13:19.8546988Z [+] Installing: archey -> archey
2025-08-20T20:13:20.2511905Z [+] Installing: aria2 -> aria2c
2025-08-20T20:13:20.6376507Z [+] Installing: askalono -> askalono
2025-08-20T20:13:21.0253427Z [+] Installing: bsdtar -> bsdtar
2025-08-20T20:13:21.4274112Z [+] Installing: b3sum -> b3sum
2025-08-20T20:13:21.8191050Z [+] Installing: bita -> bita
2025-08-20T20:13:22.2291185Z [+] Installing: btop -> btop
2025-08-20T20:13:22.6355655Z [+] Installing: chafa -> chafa
2025-08-20T20:13:23.0413162Z [+] Installing: cloudflared -> cloudflared
2025-08-20T20:13:23.5029444Z [+] Installing: croc -> croc
2025-08-20T20:13:23.8838840Z [+] Installing: csvtk -> csvtk
2025-08-20T20:13:24.3102654Z [+] Installing: cutlines -> cutlines
2025-08-20T20:13:24.6391170Z curl: (22) The requested URL returned error: 404
2025-08-20T20:13:24.6424795Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T20:13:24.6425553Z [+] Installing: dbin -> dbin
2025-08-20T20:13:25.0384083Z [+] Installing: dasel -> dasel
2025-08-20T20:13:25.4334750Z [+] Installing: delta -> delta
2025-08-20T20:13:25.8121949Z [+] Installing: ds -> ds
2025-08-20T20:13:26.1445749Z curl: (22) The requested URL returned error: 404
2025-08-20T20:13:26.1481335Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T20:13:26.1482146Z [+] Installing: dos2unix -> dos2unix
2025-08-20T20:13:26.5416819Z [+] Installing: duf -> duf
2025-08-20T20:13:26.9296016Z [+] Installing: duplicut -> duplicut
2025-08-20T20:13:27.2925442Z [+] Installing: dust -> dust
2025-08-20T20:13:27.6660701Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T20:13:28.0736823Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T20:13:28.4415836Z [+] Installing: dysk -> dysk
2025-08-20T20:13:28.8209712Z [+] Installing: eget -> eget
2025-08-20T20:13:29.2306508Z [+] Installing: epoch -> epoch
2025-08-20T20:13:29.6084359Z [+] Installing: faketty -> faketty
2025-08-20T20:13:29.9925394Z [+] Installing: fastfetch -> fastfetch
2025-08-20T20:13:30.3616391Z [+] Installing: freeze -> freeze
2025-08-20T20:13:30.7675023Z [+] Installing: fusermount3 -> fusermount
2025-08-20T20:13:31.1257793Z [+] Installing: gdu -> gdu
2025-08-20T20:13:31.5293069Z [+] Installing: gh -> gh
2025-08-20T20:13:31.9963215Z [+] Installing: gitleaks -> gitleaks
2025-08-20T20:13:32.3875216Z [+] Installing: git-sizer -> git-sizer
2025-08-20T20:13:32.7662064Z [+] Installing: glab -> glab
2025-08-20T20:13:33.2350916Z [+] Installing: glow -> glow
2025-08-20T20:13:33.6298257Z [+] Installing: httpx -> httpx
2025-08-20T20:13:34.1082912Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T20:13:34.5436739Z [+] Installing: husarnet -> husarnet
2025-08-20T20:13:34.8752725Z curl: (22) The requested URL returned error: 404
2025-08-20T20:13:34.8790723Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T20:13:34.8791144Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T20:13:35.2626046Z curl: (22) The requested URL returned error: 404
2025-08-20T20:13:35.2661486Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T20:13:35.2661871Z [+] Installing: imgcat -> imgcat
2025-08-20T20:13:35.6422934Z [+] Installing: jc -> jc
2025-08-20T20:13:36.0563141Z [+] Installing: jq -> jq
2025-08-20T20:13:36.4475628Z [+] Installing: logdy -> logdy
2025-08-20T20:13:36.8817384Z [+] Installing: micro -> micro
2025-08-20T20:13:37.2942429Z [+] Installing: miniserve -> miniserve
2025-08-20T20:13:37.6803355Z [+] Installing: minisign -> minisign
2025-08-20T20:13:38.0462293Z [+] Installing: ncdu -> ncdu
2025-08-20T20:13:38.4207511Z [+] Installing: notify -> notify
2025-08-20T20:13:38.8318401Z [+] Installing: ouch -> ouch
2025-08-20T20:13:39.2094696Z [+] Installing: oras -> oras
2025-08-20T20:13:39.6433172Z [+] Installing: pipetty -> pipetty
2025-08-20T20:13:39.9880712Z [+] Installing: pixterm -> pixterm
2025-08-20T20:13:40.3637704Z [+] Installing: qsv -> qsv
2025-08-20T20:13:40.7782895Z [+] Installing: rclone -> rclone
2025-08-20T20:13:41.2987106Z [+] Installing: ripgrep -> rg
2025-08-20T20:13:41.6757993Z [+] Installing: rga -> rga
2025-08-20T20:13:42.0736253Z [+] Installing: rsync -> rsync
2025-08-20T20:13:42.4594948Z [+] Installing: script -> script
2025-08-20T20:13:43.0226022Z [+] Installing: shellcheck -> shellcheck
2025-08-20T20:13:43.4852995Z [+] Installing: soar -> soar
2025-08-20T20:13:43.8809647Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T20:13:44.2708517Z [+] Installing: sstrip -> sstrip
2025-08-20T20:13:44.6155350Z [+] Installing: strace -> strace
2025-08-20T20:13:44.9970358Z [+] Installing: sttr -> sttr
2025-08-20T20:13:45.3763437Z [+] Installing: tailscale -> tailscale
2025-08-20T20:13:45.7907285Z [+] Installing: tailscaled -> tailscaled
2025-08-20T20:13:46.2028948Z [+] Installing: taplo -> taplo
2025-08-20T20:13:46.5812269Z [+] Installing: tldr -> tldr
2025-08-20T20:13:46.9625776Z [+] Installing: tldr -> tealdeer
2025-08-20T20:13:47.3352598Z [+] Installing: tmux -> tmux
2025-08-20T20:13:47.6953493Z [+] Installing: tok -> tok
2025-08-20T20:13:48.0539822Z [+] Installing: trufflehog -> trufflehog
2025-08-20T20:13:48.4974216Z [+] Installing: trurl -> trurl
2025-08-20T20:13:48.8833598Z [+] Installing: tss -> tss
2025-08-20T20:13:49.2396771Z [+] Installing: ulexec -> ulexec
2025-08-20T20:13:49.6223802Z [+] Installing: unfurl -> unfurl
2025-08-20T20:13:49.9903478Z [+] Installing: upx -> upx
2025-08-20T20:13:50.3599749Z [+] Installing: validtoml -> validtoml
2025-08-20T20:13:50.7311846Z [+] Installing: wget -> wget
2025-08-20T20:13:51.1063931Z [+] Installing: wget2 -> wget2
2025-08-20T20:13:51.5008776Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T20:13:51.8952991Z [+] Installing: xq -> xq
2025-08-20T20:13:52.2847130Z [+] Installing: xz -> xz
2025-08-20T20:13:52.6477393Z [+] Installing: unxz -> unxz
2025-08-20T20:13:53.0195275Z [+] Installing: yq -> yq
2025-08-20T20:13:53.4052749Z [+] Installing: yj -> yj
2025-08-20T20:13:53.7701265Z [+] Installing: zapper -> zapper
2025-08-20T20:13:54.1349606Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T20:13:54.4809793Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T20:13:54.8026093Z curl: (22) The requested URL returned error: 404
2025-08-20T20:13:54.8058852Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T20:13:54.8059604Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T20:13:55.1408458Z curl: (22) The requested URL returned error: 404
2025-08-20T20:13:55.1444271Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T20:13:55.1444676Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T20:13:55.4678383Z curl: (22) The requested URL returned error: 404
2025-08-20T20:13:55.4715787Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T20:13:55.4716484Z [+] Installing: zstd -> zstd
2025-08-20T20:13:55.8483689Z [+] Creating symlinks...
2025-08-20T20:13:55.8558582Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T20:13:55.8640594Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T20:13:55.8720602Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T20:13:55.8802982Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T20:13:55.8883055Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T20:13:55.8966949Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T20:13:55.9055666Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T20:13:55.9139729Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T20:13:55.9221680Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T20:13:55.9301950Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T20:13:55.9382084Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T20:13:55.9462568Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T20:13:55.9543614Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T20:13:55.9624493Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T20:13:55.9705189Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T20:13:55.9786020Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T20:13:55.9872039Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T20:13:55.9899598Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T20:13:55.9972783Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T20:13:56.0052906Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T20:13:56.0132360Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T20:13:56.0166459Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T20:13:56.0238317Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T20:13:56.0317226Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T20:13:56.0398013Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T20:13:56.0478681Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T20:13:56.0559496Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T20:13:56.0639994Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T20:13:56.0720893Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T20:13:56.0802503Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T20:13:56.0885192Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T20:13:56.0966503Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T20:13:56.1048595Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T20:13:56.1129137Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T20:13:56.1210754Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T20:13:56.1289453Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T20:13:56.1368334Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T20:13:56.1450088Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T20:13:56.1533449Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T20:13:56.1615185Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T20:13:56.1701903Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T20:13:56.1788624Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T20:13:56.1875373Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T20:13:56.1962212Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T20:13:56.1998320Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T20:13:56.2024338Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T20:13:56.2101810Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T20:13:56.2188241Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T20:13:56.2271501Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T20:13:56.2352883Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T20:13:56.2432449Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T20:13:56.2512700Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T20:13:56.2595344Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T20:13:56.2675553Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T20:13:56.2754775Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T20:13:56.2834635Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T20:13:56.2911516Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T20:13:56.2988154Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T20:13:56.3065879Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T20:13:56.3146600Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T20:13:56.3226917Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T20:13:56.3307563Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T20:13:56.3391002Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T20:13:56.3470844Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T20:13:56.3552522Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T20:13:56.3635609Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T20:13:56.3717029Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T20:13:56.3799866Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T20:13:56.3879497Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T20:13:56.3958746Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T20:13:56.4038640Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T20:13:56.4119737Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T20:13:56.4201751Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T20:13:56.4290789Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T20:13:56.4383325Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T20:13:56.4468036Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T20:13:56.4550552Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T20:13:56.4631969Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T20:13:56.4711987Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T20:13:56.4792483Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T20:13:56.4873400Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T20:13:56.4955207Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T20:13:56.5040535Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T20:13:56.5125429Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T20:13:56.5207205Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T20:13:56.5293379Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T20:13:56.5381006Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T20:13:56.5468995Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T20:13:56.5554183Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T20:13:56.5642791Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T20:13:56.5728233Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T20:13:56.5808953Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T20:13:56.5886864Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T20:13:56.5964994Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T20:13:56.6044483Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T20:13:56.6079282Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T20:13:56.6104128Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T20:13:56.6127933Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T20:13:56.6199469Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T20:13:56.6222894Z 
2025-08-20T20:13:56.6223483Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T20:13:56.6223840Z 
2025-08-20T20:13:56.6343163Z 
2025-08-20T20:13:56.6423315Z 
2025-08-20T20:13:56.6423998Z [+] Disk Size (/usr/local/bin) :: 740M --> 1.6G
2025-08-20T20:13:56.6425705Z 
2025-08-20T20:13:56.6425799Z [+] Installation completed!
2025-08-20T20:13:56.6502601Z 
2025-08-20T20:13:56.6503020Z [+] GITHUB_TOKEN is Exported
2025-08-20T20:13:56.8562806Z github.com
2025-08-20T20:13:56.8568794Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T20:13:56.8569120Z   - Active account: true
2025-08-20T20:13:56.8569371Z   - Git operations protocol: https
2025-08-20T20:13:56.8569618Z   - Token: ghp_************************************
2025-08-20T20:13:56.8570244Z   - 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-20T20:13:56.8570880Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T20:13:56.8571214Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T20:13:56.9698641Z Limit: 5000, Remaining: 4942, Reset: 2025-08-20 20:25:34 +0000 UTC (11m37s)
2025-08-20T20:13:56.9707154Z 
2025-08-20T20:13:56.9707318Z [+] GHCR_TOKEN is Exported
2025-08-20T20:13:56.9738162Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T20:13:57.0990740Z Login Succeeded
2025-08-20T20:13:57.1000386Z 
2025-08-20T20:13:57.1000748Z [+] GITLAB is Exported
2025-08-20T20:13:57.2286496Z [git remote -v]
2025-08-20T20:13:57.6032267Z gitlab.com
2025-08-20T20:13:57.6032881Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T20:13:57.6035313Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T20:13:57.6035872Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T20:13:57.6036309Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T20:13:57.6036657Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T20:13:57.6036969Z   ✓ Token found: **************************
2025-08-20T20:13:57.6037128Z 
2025-08-20T20:13:57.6037472Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T20:13:57.6043751Z [git remote -v]
2025-08-20T20:13:57.6050958Z 2025/08/20 20:13:57 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T20:13:57.6051473Z git: exit status 128]
2025-08-20T20:13:57.8039821Z 
2025-08-20T20:13:57.8040214Z 
2025-08-20T20:13:57.8040958Z  [+] Started Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (08:13:57 PM)
2025-08-20T20:13:57.8041359Z 
2025-08-20T20:13:57.8041363Z 
2025-08-20T20:13:57.8041427Z [+] USER = runner
2025-08-20T20:13:57.8041596Z [+] HOME = /home/runner
2025-08-20T20:13:57.8044248Z [+] PATH = /home/runner/.local/share/soar/bin:/home/runner/bin:/home/runner/.cargo/bin:/home/runner/.cargo/env:/home/runner/.config/guix/current/bin/guix:/home/runner/.go/bin:/home/runner/go/bin:/home/runner/.local/bin:/home/runner/miniconda3/bin:/home/runner/miniconda3/condabin:/root/.config/guix/current/bin/guix:/usr/local/zig:/usr/local/zig/lib:/usr/local/zig/lib/include:/usr/local/musl/bin:/usr/local/musl/lib:/usr/local/musl/include:/snap/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/opt/google-cloud-sdk/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2025-08-20T20:13:57.8046343Z 
2025-08-20T20:13:57.8867167Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:13:57.8869068Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:13:58.0032525Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:13:58.0192735Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T20:13:58.0354100Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T20:13:58.0515437Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T20:13:59.0070629Z Reading package lists...
2025-08-20T20:13:59.0369120Z Reading package lists...
2025-08-20T20:13:59.2953561Z Building dependency tree...
2025-08-20T20:13:59.2961069Z Reading state information...
2025-08-20T20:13:59.6229875Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T20:13:59.6230252Z apt-utils is already the newest version (2.8.3).
2025-08-20T20:13:59.6230590Z ca-certificates is already the newest version (20240203).
2025-08-20T20:13:59.6230944Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:13:59.6231261Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T20:13:59.6231565Z moreutils is already the newest version (0.69-1).
2025-08-20T20:13:59.6231921Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T20:13:59.6232311Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T20:13:59.6232663Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:13:59.7089460Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:13:59.7089984Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:13:59.8082353Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:13:59.8242797Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T20:13:59.8403751Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T20:13:59.8564545Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T20:14:00.7985224Z Reading package lists...
2025-08-20T20:14:00.8294776Z Reading package lists...
2025-08-20T20:14:01.0427016Z Building dependency tree...
2025-08-20T20:14:01.0436646Z Reading state information...
2025-08-20T20:14:01.2838003Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T20:14:01.2838410Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:14:01.2838754Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:14:01.2839056Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:14:01.2839394Z ca-certificates is already the newest version (20240203).
2025-08-20T20:14:01.2839718Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T20:14:01.2840023Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:14:01.2840314Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T20:14:01.2840993Z gawk set to manually installed.
2025-08-20T20:14:01.2841229Z git-lfs is already the newest version (3.6.1).
2025-08-20T20:14:01.2841518Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:14:01.2841824Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:14:01.2842111Z make is already the newest version (4.3-4.1build2).
2025-08-20T20:14:01.2842435Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:14:01.2842772Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:14:01.2843077Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:14:01.2843374Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:14:01.2843673Z The following additional packages will be installed:
2025-08-20T20:14:01.2844068Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T20:14:01.2844482Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T20:14:01.2844912Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T20:14:01.2845315Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T20:14:01.2845739Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T20:14:01.2846862Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T20:14:01.2856242Z Suggested packages:
2025-08-20T20:14:01.2856517Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T20:14:01.2856944Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T20:14:01.2857386Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T20:14:01.2857928Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T20:14:01.2858308Z   xdg-utils inkscape poppler-utils fonts-japanese-mincho
2025-08-20T20:14:01.2858678Z   | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic
2025-08-20T20:14:01.2859036Z   fonts-arphic-ukai fonts-arphic-uming fonts-nanum
2025-08-20T20:14:01.3078125Z The following NEW packages will be installed:
2025-08-20T20:14:01.3080117Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T20:14:01.3080555Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T20:14:01.3081016Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T20:14:01.3081436Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T20:14:01.3082229Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T20:14:01.3085786Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T20:14:01.3086772Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T20:14:01.5028018Z 0 upgraded, 36 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:14:01.5028388Z Need to get 27.2 MB of archives.
2025-08-20T20:14:01.5028719Z After this operation, 111 MB of additional disk space will be used.
2025-08-20T20:14:01.5029258Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-20T20:14:02.2082376Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T20:14:02.6384008Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 b3sum arm64 1.2.0-1 [343 kB]
2025-08-20T20:14:02.8097471Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 build-essential arm64 12.10ubuntu1 [4932 B]
2025-08-20T20:14:02.8941457Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libhiredis1.1.0 arm64 1.2.0-6ubuntu3 [40.7 kB]
2025-08-20T20:14:02.9788285Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ccache arm64 4.9.1-1 [541 kB]
2025-08-20T20:14:03.2303804Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T20:14:03.4047216Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T20:14:03.6565698Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-utils arm64 1:7.7+6build3 [93.1 kB]
2025-08-20T20:14:03.7421916Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T20:14:04.5180115Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-20T20:14:04.6878442Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-20T20:14:05.2330779Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libidn12 arm64 1.42-1build1 [56.9 kB]
2025-08-20T20:14:05.3228652Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libijs-0.35 arm64 0.35-15.1build1 [15.3 kB]
2025-08-20T20:14:05.4084616Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjbig2dec0 arm64 0.20-1build3 [63.2 kB]
2025-08-20T20:14:05.4994353Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper1 arm64 1.1.29build1 [13.4 kB]
2025-08-20T20:14:05.5841544Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10 arm64 10.02.1~dfsg1-0ubuntu7.7 [3777 kB]
2025-08-20T20:14:06.0933222Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 ghostscript arm64 10.02.1~dfsg1-0ubuntu7.7 [43.5 kB]
2025-08-20T20:14:06.1777052Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick-6.q16 arm64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-20T20:14:06.3454046Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick arm64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-20T20:14:06.4294883Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-20T20:14:06.5145547Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre21 arm64 3.5.28-2ubuntu0.24.04.1 [608 kB]
2025-08-20T20:14:06.7721023Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libimath-3-1-29t64 arm64 3.1.9-3.1ubuntu2 [68.2 kB]
2025-08-20T20:14:07.0624591Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr0t64 arm64 1.2~git20170615.f752187-5.1ubuntu2 [177 kB]
2025-08-20T20:14:07.3080835Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr-tools arm64 1.2~git20170615.f752187-5.1ubuntu2 [16.0 kB]
2025-08-20T20:14:07.3962644Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libopenexr-3-1-30 arm64 3.1.5-5.1build3 [939 kB]
2025-08-20T20:14:07.7522330Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwmflite-0.2-7 arm64 0.2.13-1.1build3 [68.6 kB]
2025-08-20T20:14:07.8398232Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libmagickcore-6.q16-7-extra arm64 8:6.9.12.98+dfsg1-5.2build2 [67.7 kB]
2025-08-20T20:14:07.9267752Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libnetpbm11t64 arm64 2:11.05.02-1.1build1 [113 kB]
2025-08-20T20:14:08.0168291Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper-utils arm64 1.1.29build1 [8490 B]
2025-08-20T20:14:08.1009981Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtool-bin arm64 2.4.7-7build1 [84.0 kB]
2025-08-20T20:14:08.1895749Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 lzip arm64 1.24.1-1build1 [81.7 kB]
2025-08-20T20:14:08.2777822Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netpbm arm64 2:11.05.02-1.1build1 [2092 kB]
2025-08-20T20:14:08.7517382Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl arm64 1.2.4-2 [420 kB]
2025-08-20T20:14:09.2768824Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-dev arm64 1.2.4-2 [613 kB]
2025-08-20T20:14:09.5305370Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-tools arm64 1.2.4-2 [5542 B]
2025-08-20T20:14:09.7596512Z Preconfiguring packages ...
2025-08-20T20:14:09.8553441Z Fetched 27.2 MB in 8s (3310 kB/s)
2025-08-20T20:14:09.8959738Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T20:14:09.8990469Z (Reading database ... 
2025-08-20T20:14:09.8992392Z (Reading database ... 5%
2025-08-20T20:14:09.8992614Z (Reading database ... 10%
2025-08-20T20:14:09.8992814Z (Reading database ... 15%
2025-08-20T20:14:09.8993006Z (Reading database ... 20%
2025-08-20T20:14:09.8993268Z (Reading database ... 25%
2025-08-20T20:14:09.8993463Z (Reading database ... 30%
2025-08-20T20:14:09.8993683Z (Reading database ... 35%
2025-08-20T20:14:09.8993880Z (Reading database ... 40%
2025-08-20T20:14:09.8994071Z (Reading database ... 45%
2025-08-20T20:14:09.8994263Z (Reading database ... 50%
2025-08-20T20:14:09.9013207Z (Reading database ... 55%
2025-08-20T20:14:09.9095723Z (Reading database ... 60%
2025-08-20T20:14:09.9133563Z (Reading database ... 65%
2025-08-20T20:14:09.9147166Z (Reading database ... 70%
2025-08-20T20:14:09.9166364Z (Reading database ... 75%
2025-08-20T20:14:09.9198317Z (Reading database ... 80%
2025-08-20T20:14:09.9355534Z (Reading database ... 85%
2025-08-20T20:14:09.9377891Z (Reading database ... 90%
2025-08-20T20:14:09.9457298Z (Reading database ... 95%
2025-08-20T20:14:09.9457749Z (Reading database ... 100%
2025-08-20T20:14:09.9458052Z (Reading database ... 189350 files and directories currently installed.)
2025-08-20T20:14:09.9482067Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T20:14:09.9686769Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T20:14:10.1207171Z Selecting previously unselected package poppler-data.
2025-08-20T20:14:10.1355515Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T20:14:10.1431667Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T20:14:10.2611010Z Selecting previously unselected package b3sum.
2025-08-20T20:14:10.2776053Z Preparing to unpack .../02-b3sum_1.2.0-1_arm64.deb ...
2025-08-20T20:14:10.2888377Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T20:14:10.3719438Z Selecting previously unselected package build-essential.
2025-08-20T20:14:10.3877053Z Preparing to unpack .../03-build-essential_12.10ubuntu1_arm64.deb ...
2025-08-20T20:14:10.3952666Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T20:14:10.4488137Z Selecting previously unselected package libhiredis1.1.0:arm64.
2025-08-20T20:14:10.4637438Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_arm64.deb ...
2025-08-20T20:14:10.4759491Z Unpacking libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T20:14:10.5340556Z Selecting previously unselected package ccache.
2025-08-20T20:14:10.5483799Z Preparing to unpack .../05-ccache_4.9.1-1_arm64.deb ...
2025-08-20T20:14:10.5547077Z Unpacking ccache (4.9.1-1) ...
2025-08-20T20:14:10.6254869Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T20:14:10.6411329Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T20:14:10.6467337Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T20:14:10.7033474Z Selecting previously unselected package xfonts-encodings.
2025-08-20T20:14:10.7182924Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T20:14:10.7241930Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T20:14:10.7782238Z Selecting previously unselected package xfonts-utils.
2025-08-20T20:14:10.7926784Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_arm64.deb ...
2025-08-20T20:14:10.7982096Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T20:14:10.8808311Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T20:14:10.8961878Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T20:14:10.9517015Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T20:14:11.0571934Z Selecting previously unselected package libgs-common.
2025-08-20T20:14:11.0733209Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T20:14:11.0792407Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:14:11.1319402Z Selecting previously unselected package libgs10-common.
2025-08-20T20:14:11.1486498Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T20:14:11.1545708Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:14:11.2345882Z Selecting previously unselected package libidn12:arm64.
2025-08-20T20:14:11.2506939Z Preparing to unpack .../12-libidn12_1.42-1build1_arm64.deb ...
2025-08-20T20:14:11.2577922Z Unpacking libidn12:arm64 (1.42-1build1) ...
2025-08-20T20:14:11.3191203Z Selecting previously unselected package libijs-0.35:arm64.
2025-08-20T20:14:11.3337353Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_arm64.deb ...
2025-08-20T20:14:11.3395155Z Unpacking libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T20:14:11.3952796Z Selecting previously unselected package libjbig2dec0:arm64.
2025-08-20T20:14:11.4095225Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_arm64.deb ...
2025-08-20T20:14:11.4152733Z Unpacking libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T20:14:11.4881134Z Selecting previously unselected package libpaper1:arm64.
2025-08-20T20:14:11.5032614Z Preparing to unpack .../15-libpaper1_1.1.29build1_arm64.deb ...
2025-08-20T20:14:11.5094261Z Unpacking libpaper1:arm64 (1.1.29build1) ...
2025-08-20T20:14:11.5719967Z Selecting previously unselected package libgs10:arm64.
2025-08-20T20:14:11.5865586Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T20:14:11.5928157Z Unpacking libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:14:11.7351139Z Selecting previously unselected package ghostscript.
2025-08-20T20:14:11.7501242Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T20:14:11.7561486Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:14:11.8142330Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T20:14:11.8296541Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T20:14:11.8353172Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:14:11.9596560Z Selecting previously unselected package imagemagick.
2025-08-20T20:14:11.9766942Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T20:14:11.9824797Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:14:12.0302621Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T20:14:12.0465447Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T20:14:12.0526806Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:14:12.1118851Z Selecting previously unselected package libdjvulibre21:arm64.
2025-08-20T20:14:12.1273974Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_arm64.deb ...
2025-08-20T20:14:12.1333123Z Unpacking libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:14:12.2024076Z Selecting previously unselected package libimath-3-1-29t64:arm64.
2025-08-20T20:14:12.2178519Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_arm64.deb ...
2025-08-20T20:14:12.2240850Z Unpacking libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T20:14:12.2841248Z Selecting previously unselected package libjxr0t64:arm64.
2025-08-20T20:14:12.2990214Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T20:14:12.3048518Z Unpacking libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:14:12.3581248Z Selecting previously unselected package libjxr-tools.
2025-08-20T20:14:12.3744274Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T20:14:12.3802125Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:14:12.4403117Z Selecting previously unselected package libopenexr-3-1-30:arm64.
2025-08-20T20:14:12.4567955Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_arm64.deb ...
2025-08-20T20:14:12.4644381Z Unpacking libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T20:14:12.5406441Z Selecting previously unselected package libwmflite-0.2-7:arm64.
2025-08-20T20:14:12.5566503Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_arm64.deb ...
2025-08-20T20:14:12.5624760Z Unpacking libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T20:14:12.6137895Z Selecting previously unselected package libmagickcore-6.q16-7-extra:arm64.
2025-08-20T20:14:12.6298204Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T20:14:12.6370788Z Unpacking libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:14:12.6997109Z Selecting previously unselected package libnetpbm11t64:arm64.
2025-08-20T20:14:12.7160448Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T20:14:12.7219501Z Unpacking libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T20:14:12.7722566Z Selecting previously unselected package libpaper-utils.
2025-08-20T20:14:12.7895965Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_arm64.deb ...
2025-08-20T20:14:12.7959158Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T20:14:12.8427934Z Selecting previously unselected package libtool-bin.
2025-08-20T20:14:12.8586649Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_arm64.deb ...
2025-08-20T20:14:12.8647684Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T20:14:12.9278038Z Selecting previously unselected package lzip.
2025-08-20T20:14:12.9439899Z Preparing to unpack .../31-lzip_1.24.1-1build1_arm64.deb ...
2025-08-20T20:14:12.9496006Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T20:14:13.0056554Z Selecting previously unselected package netpbm.
2025-08-20T20:14:13.0204307Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T20:14:13.0264670Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T20:14:13.2442164Z Selecting previously unselected package musl:arm64.
2025-08-20T20:14:13.2618726Z Preparing to unpack .../33-musl_1.2.4-2_arm64.deb ...
2025-08-20T20:14:13.2678560Z Unpacking musl:arm64 (1.2.4-2) ...
2025-08-20T20:14:13.3352718Z Selecting previously unselected package musl-dev:arm64.
2025-08-20T20:14:13.3528792Z Preparing to unpack .../34-musl-dev_1.2.4-2_arm64.deb ...
2025-08-20T20:14:13.3604760Z Unpacking musl-dev:arm64 (1.2.4-2) ...
2025-08-20T20:14:13.4396999Z Selecting previously unselected package musl-tools.
2025-08-20T20:14:13.4563282Z Preparing to unpack .../35-musl-tools_1.2.4-2_arm64.deb ...
2025-08-20T20:14:13.4640575Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T20:14:13.5353985Z Setting up libpaper1:arm64 (1.1.29build1) ...
2025-08-20T20:14:13.6732529Z 
2025-08-20T20:14:13.6732985Z Creating config file /etc/papersize with new version
2025-08-20T20:14:13.7600794Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T20:14:13.7774502Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T20:14:13.8055730Z Setting up libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T20:14:13.8303689Z Setting up libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T20:14:13.8472794Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:14:13.8634026Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T20:14:13.8813444Z Setting up libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T20:14:13.9037893Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T20:14:13.9540473Z Setting up libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:14:13.9714711Z Setting up libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T20:14:13.9899094Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T20:14:14.0060485Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T20:14:14.0123748Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T20:14:14.0190933Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T20:14:14.0306380Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T20:14:14.0494942Z Setting up libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T20:14:14.0659776Z Setting up libidn12:arm64 (1.42-1build1) ...
2025-08-20T20:14:14.0838583Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T20:14:14.0998834Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:14:14.1162969Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T20:14:14.1225206Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T20:14:14.1299838Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T20:14:14.1366040Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T20:14:14.1439243Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T20:14:14.1505989Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T20:14:14.1592857Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T20:14:14.1657232Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T20:14:14.2067241Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T20:14:14.2135020Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T20:14:14.6347414Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T20:14:14.6422872Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T20:14:14.6499026Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T20:14:14.6565832Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T20:14:14.6638970Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T20:14:14.6705951Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T20:14:14.6775973Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T20:14:14.6840133Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T20:14:14.6911145Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T20:14:14.6981737Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T20:14:14.7055559Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T20:14:14.7123579Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T20:14:14.7251878Z Setting up b3sum (1.2.0-1) ...
2025-08-20T20:14:14.7449112Z Setting up musl:arm64 (1.2.4-2) ...
2025-08-20T20:14:14.7747758Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T20:14:14.7959032Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T20:14:14.8319467Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:14:14.8483326Z Setting up libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T20:14:14.8684876Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:14:14.8850164Z Setting up ccache (4.9.1-1) ...
2025-08-20T20:14:14.8971297Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T20:14:14.9104638Z Setting up libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:14:14.9281487Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T20:14:14.9474781Z Setting up musl-dev:arm64 (1.2.4-2) ...
2025-08-20T20:14:14.9666901Z Setting up libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T20:14:14.9839801Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:14:15.0007072Z Setting up libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:14:15.0171347Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T20:14:15.2043315Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T20:14:15.2221037Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:14:15.2546674Z Setting up libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:14:15.2875667Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:14:15.3143558Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:14:15.3941503Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T20:14:15.7472387Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T20:14:16.6284522Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:14:16.6571809Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:14:19.0538653Z Reading package lists...
2025-08-20T20:14:19.2198472Z Building dependency tree...
2025-08-20T20:14:19.2206920Z Reading state information...
2025-08-20T20:14:19.4518036Z autoconf is already the newest version (2.71-3).
2025-08-20T20:14:19.4518424Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:14:19.4518802Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:14:19.4519127Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T20:14:19.4519462Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:14:19.4519832Z ca-certificates is already the newest version (20240203).
2025-08-20T20:14:19.4520143Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T20:14:19.4520438Z file is already the newest version (1:5.45-3build1).
2025-08-20T20:14:19.4520890Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:14:19.4521200Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:14:19.4521514Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:14:19.4521823Z patch is already the newest version (2.7.6-7build3).
2025-08-20T20:14:19.4522484Z patch set to manually installed.
2025-08-20T20:14:19.4522777Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T20:14:19.4523104Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T20:14:19.4523409Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T20:14:19.4523706Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:14:19.4523966Z Suggested packages:
2025-08-20T20:14:19.4524143Z   scons-doc
2025-08-20T20:14:19.4673141Z The following NEW packages will be installed:
2025-08-20T20:14:19.4680593Z   autopoint byacc clang qemu-user-static scons
2025-08-20T20:14:19.6114334Z 0 upgraded, 5 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:14:19.6114697Z Need to get 17.8 MB of archives.
2025-08-20T20:14:19.6114995Z After this operation, 171 MB of additional disk space will be used.
2025-08-20T20:14:19.6115485Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T20:14:19.8509804Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 clang arm64 1:18.0-59~exp2 [5854 B]
2025-08-20T20:14:20.0567253Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 qemu-user-static arm64 1:8.2.2+ds-0ubuntu1.9 [16.7 MB]
2025-08-20T20:14:20.4445964Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T20:14:20.6427030Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 byacc arm64 1:2.0.20221106-1 [82.2 kB]
2025-08-20T20:14:21.2051639Z Fetched 17.8 MB in 1s (13.5 MB/s)
2025-08-20T20:14:22.2758623Z Selecting previously unselected package autopoint.
2025-08-20T20:14:22.2791112Z (Reading database ... 
2025-08-20T20:14:22.2791671Z (Reading database ... 5%
2025-08-20T20:14:22.2791901Z (Reading database ... 10%
2025-08-20T20:14:22.2792105Z (Reading database ... 15%
2025-08-20T20:14:22.2792299Z (Reading database ... 20%
2025-08-20T20:14:22.2792498Z (Reading database ... 25%
2025-08-20T20:14:22.2792726Z (Reading database ... 30%
2025-08-20T20:14:22.2792924Z (Reading database ... 35%
2025-08-20T20:14:22.2793118Z (Reading database ... 40%
2025-08-20T20:14:22.2793313Z (Reading database ... 45%
2025-08-20T20:14:22.2793510Z (Reading database ... 50%
2025-08-20T20:14:22.2814815Z (Reading database ... 55%
2025-08-20T20:14:22.2898610Z (Reading database ... 60%
2025-08-20T20:14:22.2937867Z (Reading database ... 65%
2025-08-20T20:14:22.2951227Z (Reading database ... 70%
2025-08-20T20:14:22.2972199Z (Reading database ... 75%
2025-08-20T20:14:22.3093573Z (Reading database ... 80%
2025-08-20T20:14:22.3160544Z (Reading database ... 85%
2025-08-20T20:14:22.3185700Z (Reading database ... 90%
2025-08-20T20:14:22.3268651Z (Reading database ... 95%
2025-08-20T20:14:22.3268897Z (Reading database ... 100%
2025-08-20T20:14:22.3269185Z (Reading database ... 191843 files and directories currently installed.)
2025-08-20T20:14:22.3294053Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T20:14:22.3359549Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T20:14:22.3961834Z Selecting previously unselected package clang.
2025-08-20T20:14:22.4104506Z Preparing to unpack .../clang_1%3a18.0-59~exp2_arm64.deb ...
2025-08-20T20:14:22.4168882Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T20:14:22.4671900Z Selecting previously unselected package qemu-user-static.
2025-08-20T20:14:22.4829397Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_arm64.deb ...
2025-08-20T20:14:22.4888458Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T20:14:23.4418465Z Selecting previously unselected package scons.
2025-08-20T20:14:23.4586519Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T20:14:23.4645722Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T20:14:23.5410680Z Selecting previously unselected package byacc.
2025-08-20T20:14:23.5570945Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_arm64.deb ...
2025-08-20T20:14:23.5630031Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T20:14:23.6441015Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T20:14:23.6638735Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T20:14:23.6886951Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T20:14:23.7367139Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T20:14:24.0989093Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T20:14:24.1178918Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:14:25.3111783Z Processing triggers for systemd (255.4-1ubuntu8.8) ...
2025-08-20T20:14:26.4093534Z Reading package lists...
2025-08-20T20:14:26.6145310Z Building dependency tree...
2025-08-20T20:14:26.6153927Z Reading state information...
2025-08-20T20:14:26.8467189Z The following additional packages will be installed:
2025-08-20T20:14:26.8467789Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T20:14:26.8468183Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T20:14:26.8468615Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T20:14:26.8469084Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T20:14:26.8469526Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T20:14:26.8469951Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T20:14:26.8470417Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T20:14:26.8471202Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T20:14:26.8473430Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T20:14:26.8482511Z Suggested packages:
2025-08-20T20:14:26.8482778Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T20:14:26.8483163Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T20:14:26.8483567Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T20:14:26.8485940Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T20:14:26.8486349Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts
2025-08-20T20:14:26.8486755Z   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
2025-08-20T20:14:26.8487212Z   debian-keyring equivs libgitlab-api-v4-perl libsoap-lite-perl pristine-tar
2025-08-20T20:14:26.8487881Z   libcrypt-ssleay-perl libscalar-number-perl libxstring-perl libsub-name-perl
2025-08-20T20:14:26.8488281Z   libauthen-ntlm-perl wdiff-doc
2025-08-20T20:14:26.8488493Z Recommended packages:
2025-08-20T20:14:26.8488768Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T20:14:26.8489190Z   libjson-perl liblist-compare-perl libstring-shellquote-perl licensecheck
2025-08-20T20:14:26.8489584Z   lintian python3-unidiff python3-xdg libhtml-format-perl
2025-08-20T20:14:26.8489937Z   libnamespace-clean-perl libdata-dump-perl libhtml-form-perl
2025-08-20T20:14:26.8490256Z   libhttp-daemon-perl libmailtools-perl
2025-08-20T20:14:26.8666838Z The following NEW packages will be installed:
2025-08-20T20:14:26.8667847Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T20:14:26.8668228Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T20:14:26.8668631Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T20:14:26.8669099Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T20:14:26.8669548Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T20:14:26.8669975Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T20:14:26.8670419Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T20:14:26.8671710Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T20:14:26.8675192Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T20:14:27.0739469Z 0 upgraded, 30 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:14:27.0740077Z Need to get 2409 kB of archives.
2025-08-20T20:14:27.0740390Z After this operation, 7427 kB of additional disk space will be used.
2025-08-20T20:14:27.0740896Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T20:14:27.1580138Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T20:14:27.2595490Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T20:14:27.4268164Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T20:14:27.5162639Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T20:14:27.6115371Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-xsaccessor-perl arm64 1.19-4build4 [33.0 kB]
2025-08-20T20:14:27.7212456Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libb-hooks-op-check-perl arm64 0.22-3build1 [9284 B]
2025-08-20T20:14:27.8093778Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T20:14:27.9002423Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdevel-callchecker-perl arm64 0.008-2build3 [13.0 kB]
2025-08-20T20:14:27.9936764Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libparams-classify-perl arm64 0.015-2build5 [19.7 kB]
2025-08-20T20:14:28.0913758Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T20:14:28.2715948Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T20:14:28.3558134Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T20:14:28.4687335Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T20:14:28.5936917Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T20:14:28.7707080Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T20:14:28.8675912Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T20:14:29.1536312Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T20:14:29.2422259Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T20:14:29.3292567Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 perl-openssl-defaults arm64 7build3 [6628 B]
2025-08-20T20:14:29.4148003Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-ssleay-perl arm64 1.94-1build4 [311 kB]
2025-08-20T20:14:29.6307040Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T20:14:29.8914343Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T20:14:30.0677417Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T20:14:30.1643220Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T20:14:30.2809325Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T20:14:30.3873698Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T20:14:30.6691312Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 patchutils arm64 0.4.2-1build3 [75.3 kB]
2025-08-20T20:14:30.7835731Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 wdiff arm64 1.2.2-6build1 [28.6 kB]
2025-08-20T20:14:30.8788261Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 devscripts all 2.23.7 [1069 kB]
2025-08-20T20:14:31.4097809Z Fetched 2409 kB in 4s (562 kB/s)
2025-08-20T20:14:31.4356080Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T20:14:31.4387334Z (Reading database ... 
2025-08-20T20:14:31.4387987Z (Reading database ... 5%
2025-08-20T20:14:31.4388220Z (Reading database ... 10%
2025-08-20T20:14:31.4388423Z (Reading database ... 15%
2025-08-20T20:14:31.4388657Z (Reading database ... 20%
2025-08-20T20:14:31.4388857Z (Reading database ... 25%
2025-08-20T20:14:31.4389051Z (Reading database ... 30%
2025-08-20T20:14:31.4389244Z (Reading database ... 35%
2025-08-20T20:14:31.4389436Z (Reading database ... 40%
2025-08-20T20:14:31.4389852Z (Reading database ... 45%
2025-08-20T20:14:31.4390058Z (Reading database ... 50%
2025-08-20T20:14:31.4409482Z (Reading database ... 55%
2025-08-20T20:14:31.4490270Z (Reading database ... 60%
2025-08-20T20:14:31.4529048Z (Reading database ... 65%
2025-08-20T20:14:31.4542295Z (Reading database ... 70%
2025-08-20T20:14:31.4568609Z (Reading database ... 75%
2025-08-20T20:14:31.4686722Z (Reading database ... 80%
2025-08-20T20:14:31.4752106Z (Reading database ... 85%
2025-08-20T20:14:31.4777147Z (Reading database ... 90%
2025-08-20T20:14:31.4861650Z (Reading database ... 95%
2025-08-20T20:14:31.4861878Z (Reading database ... 100%
2025-08-20T20:14:31.4862172Z (Reading database ... 192291 files and directories currently installed.)
2025-08-20T20:14:31.4887800Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T20:14:31.4958190Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T20:14:31.5558852Z Selecting previously unselected package libfile-which-perl.
2025-08-20T20:14:31.5709602Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T20:14:31.5793566Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T20:14:31.6516260Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T20:14:31.6662739Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T20:14:31.6747160Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T20:14:31.7344362Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T20:14:31.7501142Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T20:14:31.7560105Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T20:14:31.8048466Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T20:14:31.8204748Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T20:14:31.8262179Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T20:14:31.8715503Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T20:14:31.8860907Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_arm64.deb ...
2025-08-20T20:14:31.8919321Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T20:14:31.9396638Z Selecting previously unselected package libb-hooks-op-check-perl:arm64.
2025-08-20T20:14:31.9565155Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_arm64.deb ...
2025-08-20T20:14:31.9626279Z Unpacking libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T20:14:32.0132840Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T20:14:32.0291892Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T20:14:32.0352097Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T20:14:32.0859129Z Selecting previously unselected package libdevel-callchecker-perl:arm64.
2025-08-20T20:14:32.1009701Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_arm64.deb ...
2025-08-20T20:14:32.1078601Z Unpacking libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T20:14:32.4014175Z Selecting previously unselected package libparams-classify-perl:arm64.
2025-08-20T20:14:32.4196316Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_arm64.deb ...
2025-08-20T20:14:32.4259798Z Unpacking libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T20:14:32.4839158Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T20:14:32.5004483Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T20:14:32.5063768Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T20:14:32.5622579Z Selecting previously unselected package libimport-into-perl.
2025-08-20T20:14:32.5783420Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T20:14:32.5849971Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T20:14:32.6333395Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T20:14:32.6492606Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T20:14:32.6552553Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T20:14:32.7035499Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T20:14:32.7190511Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T20:14:32.7250409Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T20:14:32.7730464Z Selecting previously unselected package libmoo-perl.
2025-08-20T20:14:32.7883937Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T20:14:32.7948872Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T20:14:32.8442912Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T20:14:32.8610061Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T20:14:32.8676071Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T20:14:32.9245013Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T20:14:32.9401356Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T20:14:32.9473021Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T20:14:32.9966829Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T20:14:33.0119173Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T20:14:33.0179655Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T20:14:33.0652174Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T20:14:33.0808582Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T20:14:33.0875345Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T20:14:33.1315777Z Selecting previously unselected package perl-openssl-defaults:arm64.
2025-08-20T20:14:33.1460429Z Preparing to unpack .../19-perl-openssl-defaults_7build3_arm64.deb ...
2025-08-20T20:14:33.1524010Z Unpacking perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T20:14:33.2113872Z Selecting previously unselected package libnet-ssleay-perl:arm64.
2025-08-20T20:14:33.2263560Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_arm64.deb ...
2025-08-20T20:14:33.2323275Z Unpacking libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T20:14:33.2949979Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T20:14:33.3110392Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T20:14:33.3178106Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T20:14:33.3729749Z Selecting previously unselected package libnet-http-perl.
2025-08-20T20:14:33.3882661Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T20:14:33.3941505Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T20:14:33.4424870Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T20:14:33.4578018Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T20:14:33.4639020Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T20:14:33.5088223Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T20:14:33.5235250Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T20:14:33.5296516Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T20:14:33.5778404Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T20:14:33.5932147Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T20:14:33.5989755Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T20:14:33.6475394Z Selecting previously unselected package libwww-perl.
2025-08-20T20:14:33.6623761Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T20:14:33.6712492Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T20:14:33.7298776Z Selecting previously unselected package patchutils.
2025-08-20T20:14:33.7457030Z Preparing to unpack .../27-patchutils_0.4.2-1build3_arm64.deb ...
2025-08-20T20:14:33.7522325Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T20:14:33.8066612Z Selecting previously unselected package wdiff.
2025-08-20T20:14:33.8229864Z Preparing to unpack .../28-wdiff_1.2.2-6build1_arm64.deb ...
2025-08-20T20:14:33.8286688Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T20:14:33.9034362Z Selecting previously unselected package devscripts.
2025-08-20T20:14:33.9192455Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T20:14:33.9399511Z Unpacking devscripts (2.23.7) ...
2025-08-20T20:14:34.0641366Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T20:14:34.0837810Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T20:14:34.1012041Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T20:14:34.1179032Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T20:14:34.1344939Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T20:14:34.1520881Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T20:14:34.1992237Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T20:14:34.2153989Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T20:14:34.2342099Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T20:14:34.2551350Z Setting up perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T20:14:34.2719824Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T20:14:34.2890159Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T20:14:34.3063275Z Setting up libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T20:14:34.3252115Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T20:14:34.3439080Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T20:14:34.3609069Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T20:14:34.3789900Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T20:14:34.3972034Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T20:14:34.4158218Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T20:14:34.4362078Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T20:14:34.4538406Z Setting up libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T20:14:34.4717702Z Setting up libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T20:14:34.4881404Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T20:14:34.5068776Z Setting up libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T20:14:34.5238293Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T20:14:34.5461531Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T20:14:34.5661834Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T20:14:34.5909885Z Setting up libwww-perl (6.76-1) ...
2025-08-20T20:14:34.6092191Z Setting up devscripts (2.23.7) ...
2025-08-20T20:14:34.7384656Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T20:14:34.7572680Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:14:36.3123471Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:14:37.4136484Z Reading package lists...
2025-08-20T20:14:37.5971025Z Building dependency tree...
2025-08-20T20:14:37.5979388Z Reading state information...
2025-08-20T20:14:37.8405599Z The following additional packages will be installed:
2025-08-20T20:14:37.8411613Z   cmake-data libjsoncpp25 librhash0
2025-08-20T20:14:37.8420213Z Suggested packages:
2025-08-20T20:14:37.8420421Z   cmake-doc cmake-format elpa-cmake-mode
2025-08-20T20:14:37.8570512Z The following NEW packages will be installed:
2025-08-20T20:14:37.8579285Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T20:14:38.0500220Z 0 upgraded, 4 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:14:38.0500845Z Need to get 12.7 MB of archives.
2025-08-20T20:14:38.0501181Z After this operation, 45.0 MB of additional disk space will be used.
2025-08-20T20:14:38.0501697Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjsoncpp25 arm64 1.9.5-6build1 [78.2 kB]
2025-08-20T20:14:38.3602767Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librhash0 arm64 1.4.3-3build1 [126 kB]
2025-08-20T20:14:38.5568276Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T20:14:39.0109800Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake arm64 3.28.3-1build7 [10.3 MB]
2025-08-20T20:14:39.9626895Z Fetched 12.7 MB in 2s (6838 kB/s)
2025-08-20T20:14:39.9959925Z Selecting previously unselected package libjsoncpp25:arm64.
2025-08-20T20:14:39.9992298Z (Reading database ... 
2025-08-20T20:14:39.9992560Z (Reading database ... 5%
2025-08-20T20:14:39.9992780Z (Reading database ... 10%
2025-08-20T20:14:39.9992977Z (Reading database ... 15%
2025-08-20T20:14:39.9993170Z (Reading database ... 20%
2025-08-20T20:14:39.9993359Z (Reading database ... 25%
2025-08-20T20:14:39.9993548Z (Reading database ... 30%
2025-08-20T20:14:39.9993742Z (Reading database ... 35%
2025-08-20T20:14:39.9993935Z (Reading database ... 40%
2025-08-20T20:14:39.9994423Z (Reading database ... 45%
2025-08-20T20:14:39.9995161Z (Reading database ... 50%
2025-08-20T20:14:40.0015117Z (Reading database ... 55%
2025-08-20T20:14:40.0096841Z (Reading database ... 60%
2025-08-20T20:14:40.0135839Z (Reading database ... 65%
2025-08-20T20:14:40.0149805Z (Reading database ... 70%
2025-08-20T20:14:40.0176515Z (Reading database ... 75%
2025-08-20T20:14:40.0295751Z (Reading database ... 80%
2025-08-20T20:14:40.0360388Z (Reading database ... 85%
2025-08-20T20:14:40.0386392Z (Reading database ... 90%
2025-08-20T20:14:40.0472198Z (Reading database ... 95%
2025-08-20T20:14:40.0472405Z (Reading database ... 100%
2025-08-20T20:14:40.0472687Z (Reading database ... 193226 files and directories currently installed.)
2025-08-20T20:14:40.0498333Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_arm64.deb ...
2025-08-20T20:14:40.0633386Z Unpacking libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T20:14:40.1217849Z Selecting previously unselected package librhash0:arm64.
2025-08-20T20:14:40.1367969Z Preparing to unpack .../librhash0_1.4.3-3build1_arm64.deb ...
2025-08-20T20:14:40.1425352Z Unpacking librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T20:14:40.2082073Z Selecting previously unselected package cmake-data.
2025-08-20T20:14:40.2227083Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T20:14:40.2343685Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T20:14:41.1772876Z Selecting previously unselected package cmake.
2025-08-20T20:14:41.1947944Z Preparing to unpack .../cmake_3.28.3-1build7_arm64.deb ...
2025-08-20T20:14:41.2011162Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T20:14:41.4117934Z Setting up libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T20:14:41.4287861Z Setting up librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T20:14:41.4459324Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T20:14:41.4659176Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T20:14:41.4849039Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:14:42.7934552Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:14:43.8622069Z Reading package lists...
2025-08-20T20:14:44.0321263Z Building dependency tree...
2025-08-20T20:14:44.0329458Z Reading state information...
2025-08-20T20:14:44.2845230Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T20:14:44.2845630Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:14:44.2845946Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:14:44.2846713Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:14:44.2847031Z b3sum is already the newest version (1.2.0-1).
2025-08-20T20:14:44.2847340Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:14:44.2847808Z ca-certificates is already the newest version (20240203).
2025-08-20T20:14:44.2848119Z ccache is already the newest version (4.9.1-1).
2025-08-20T20:14:44.2848419Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T20:14:44.2848736Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:14:44.2849024Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T20:14:44.2849304Z git-lfs is already the newest version (3.6.1).
2025-08-20T20:14:44.2849635Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T20:14:44.2849986Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T20:14:44.2850288Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:14:44.2850594Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:14:44.2850911Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:14:44.2851212Z make is already the newest version (4.3-4.1build2).
2025-08-20T20:14:44.2851487Z musl is already the newest version (1.2.4-2).
2025-08-20T20:14:44.2851759Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T20:14:44.2852042Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T20:14:44.2852371Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:14:44.2852911Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:14:44.2853212Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:14:44.2853532Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:14:44.2853863Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:14:44.3038303Z Reading package lists...
2025-08-20T20:14:44.4852139Z Building dependency tree...
2025-08-20T20:14:44.4861604Z Reading state information...
2025-08-20T20:14:44.7552350Z autoconf is already the newest version (2.71-3).
2025-08-20T20:14:44.7553273Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:14:44.7553651Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T20:14:44.7553979Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:14:44.7554313Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T20:14:44.7554652Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:14:44.7555011Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T20:14:44.7555324Z ca-certificates is already the newest version (20240203).
2025-08-20T20:14:44.7555637Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T20:14:44.7555957Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T20:14:44.7556251Z file is already the newest version (1:5.45-3build1).
2025-08-20T20:14:44.7556551Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:14:44.7556862Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:14:44.7557176Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:14:44.7557487Z patch is already the newest version (2.7.6-7build3).
2025-08-20T20:14:44.7557996Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T20:14:44.7558329Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T20:14:44.7558694Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T20:14:44.7559042Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T20:14:44.7559328Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T20:14:44.7559624Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:14:44.7559960Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:14:44.7744556Z Reading package lists...
2025-08-20T20:14:44.9500169Z Building dependency tree...
2025-08-20T20:14:44.9506999Z Reading state information...
2025-08-20T20:14:45.2037498Z devscripts is already the newest version (2.23.7).
2025-08-20T20:14:45.2038058Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:14:45.2226793Z Reading package lists...
2025-08-20T20:14:45.3830201Z Building dependency tree...
2025-08-20T20:14:45.3838256Z Reading state information...
2025-08-20T20:14:45.6288139Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T20:14:45.6288563Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:14:45.6480463Z Reading package lists...
2025-08-20T20:14:45.8125669Z Building dependency tree...
2025-08-20T20:14:45.8133448Z Reading state information...
2025-08-20T20:14:46.0448569Z binutils-aarch64-linux-gnu is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:14:46.0449002Z binutils-aarch64-linux-gnu set to manually installed.
2025-08-20T20:14:46.0823239Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:14:46.1244327Z Reading package lists...
2025-08-20T20:14:46.2857213Z Building dependency tree...
2025-08-20T20:14:46.2864066Z Reading state information...
2025-08-20T20:14:46.5112438Z g++-aarch64-linux-gnu is already the newest version (4:13.2.0-7ubuntu1).
2025-08-20T20:14:46.5112858Z g++-aarch64-linux-gnu set to manually installed.
2025-08-20T20:14:46.5113205Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T20:14:46.5113574Z The following additional packages will be installed:
2025-08-20T20:14:46.5114319Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T20:14:46.5114722Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T20:14:46.5115169Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T20:14:46.5115558Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T20:14:46.5115947Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T20:14:46.5116389Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T20:14:46.5116784Z   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libasan8-armel-cross
2025-08-20T20:14:46.5117191Z   libasan8-armhf-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T20:14:46.5117566Z   libc6-armel-cross libc6-armhf-cross libc6-dev-armel-cross
2025-08-20T20:14:46.5118495Z   libc6-dev-armhf-cross libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross
2025-08-20T20:14:46.5118978Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-armel-cross
2025-08-20T20:14:46.5119330Z   libgomp1-armhf-cross libstdc++-13-dev-armel-cross
2025-08-20T20:14:46.5119704Z   libstdc++-13-dev-armhf-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T20:14:46.5120146Z   libubsan1-armel-cross libubsan1-armhf-cross linux-libc-dev-armel-cross
2025-08-20T20:14:46.5120493Z   linux-libc-dev-armhf-cross
2025-08-20T20:14:46.5128067Z Suggested packages:
2025-08-20T20:14:46.5128366Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T20:14:46.5128737Z   gdb-arm-linux-gnueabi gcc-doc gdb-arm-linux-gnueabihf
2025-08-20T20:14:46.5445277Z The following NEW packages will be installed:
2025-08-20T20:14:46.5445618Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T20:14:46.5446019Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T20:14:46.5446471Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T20:14:46.5446919Z   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf gcc-13-arm-linux-gnueabi
2025-08-20T20:14:46.5447296Z   gcc-13-arm-linux-gnueabi-base gcc-13-arm-linux-gnueabihf
2025-08-20T20:14:46.5447795Z   gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base gcc-13-cross-base-ports
2025-08-20T20:14:46.5448220Z   gcc-14-cross-base gcc-14-cross-base-ports gcc-arm-linux-gnueabi
2025-08-20T20:14:46.5448619Z   gcc-arm-linux-gnueabihf libasan8-armel-cross libasan8-armhf-cross
2025-08-20T20:14:46.5449342Z   libatomic1-armel-cross libatomic1-armhf-cross libc6-armel-cross
2025-08-20T20:14:46.5449749Z   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
2025-08-20T20:14:46.5450156Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-armel-cross
2025-08-20T20:14:46.5450580Z   libgcc-s1-armhf-cross libgomp1-armel-cross libgomp1-armhf-cross
2025-08-20T20:14:46.5450950Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T20:14:46.5451323Z   libstdc++6-armel-cross libstdc++6-armhf-cross libubsan1-armel-cross
2025-08-20T20:14:46.5454114Z   libubsan1-armhf-cross linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
2025-08-20T20:14:46.7435168Z 0 upgraded, 42 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:14:46.7435525Z Need to get 112 MB of archives.
2025-08-20T20:14:46.7436417Z After this operation, 377 MB of additional disk space will be used.
2025-08-20T20:14:46.7437094Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T20:14:47.0073600Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 cpp-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [9910 kB]
2025-08-20T20:14:47.7514469Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T20:14:47.8358325Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 cpp-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [9911 kB]
2025-08-20T20:14:48.4395040Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 cpp-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [4456 B]
2025-08-20T20:14:48.5237289Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cpp-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [5328 B]
2025-08-20T20:14:48.6082667Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 binutils-arm-linux-gnueabi arm64 2.42-4ubuntu2.5 [3449 kB]
2025-08-20T20:14:48.9518878Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T20:14:49.0363704Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T20:14:49.1210639Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T20:14:49.2932896Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-20T20:14:49.4627019Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-20T20:14:49.8411140Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-20T20:14:49.9294480Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-20T20:14:50.4208573Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-20T20:14:50.5978968Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-20T20:14:50.8583199Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-20T20:14:51.1134448Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-20T20:14:52.1396080Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T20:14:52.3922018Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T20:14:52.6474353Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-20T20:14:52.9863709Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 g++-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-20T20:14:53.7481160Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 binutils-arm-linux-gnueabihf arm64 2.42-4ubuntu2.5 [3450 kB]
2025-08-20T20:14:54.5315094Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T20:14:54.6160340Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T20:14:54.7005810Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T20:14:54.9559055Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-20T20:14:55.0401063Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-20T20:14:55.1257232Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-20T20:14:55.2098983Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-20T20:14:55.6322073Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-20T20:14:55.8844958Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-20T20:14:56.1378003Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-20T20:14:56.4805993Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-20T20:14:57.5884601Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T20:14:57.8405531Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T20:14:58.0942774Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-20T20:14:58.4301454Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 g++-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-20T20:14:59.1128949Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 gcc-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-20T20:14:59.1971530Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 g++-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [946 B]
2025-08-20T20:14:59.2810377Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 gcc-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [1232 B]
2025-08-20T20:14:59.3654736Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 g++-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [968 B]
2025-08-20T20:14:59.6303726Z Fetched 112 MB in 13s (8760 kB/s)
2025-08-20T20:14:59.6587540Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:arm64.
2025-08-20T20:14:59.6619807Z (Reading database ... 
2025-08-20T20:14:59.6620436Z (Reading database ... 5%
2025-08-20T20:14:59.6620680Z (Reading database ... 10%
2025-08-20T20:14:59.6620883Z (Reading database ... 15%
2025-08-20T20:14:59.6621081Z (Reading database ... 20%
2025-08-20T20:14:59.6621276Z (Reading database ... 25%
2025-08-20T20:14:59.6621470Z (Reading database ... 30%
2025-08-20T20:14:59.6622008Z (Reading database ... 35%
2025-08-20T20:14:59.6622222Z (Reading database ... 40%
2025-08-20T20:14:59.6622416Z (Reading database ... 45%
2025-08-20T20:14:59.6622607Z (Reading database ... 50%
2025-08-20T20:14:59.6642253Z (Reading database ... 55%
2025-08-20T20:14:59.6721555Z (Reading database ... 60%
2025-08-20T20:14:59.6759725Z (Reading database ... 65%
2025-08-20T20:14:59.6773081Z (Reading database ... 70%
2025-08-20T20:14:59.6799264Z (Reading database ... 75%
2025-08-20T20:14:59.6916538Z (Reading database ... 80%
2025-08-20T20:14:59.6978294Z (Reading database ... 85%
2025-08-20T20:14:59.7003386Z (Reading database ... 90%
2025-08-20T20:14:59.7094830Z (Reading database ... 95%
2025-08-20T20:14:59.7095058Z (Reading database ... 100%
2025-08-20T20:14:59.7095347Z (Reading database ... 196635 files and directories currently installed.)
2025-08-20T20:14:59.7120697Z Preparing to unpack .../00-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:14:59.7194746Z Unpacking gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:14:59.7725587Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T20:14:59.7868124Z Preparing to unpack .../01-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:14:59.7957054Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:00.0295657Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:arm64.
2025-08-20T20:15:00.0469229Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:15:00.0553609Z Unpacking gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:00.1206051Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T20:15:00.1368669Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:15:00.1448553Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:00.3737060Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T20:15:00.3927652Z Preparing to unpack .../04-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T20:15:00.3991930Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:15:00.4532855Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T20:15:00.4706765Z Preparing to unpack .../05-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T20:15:00.4767039Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:15:00.5355209Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T20:15:00.5522557Z Preparing to unpack .../06-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T20:15:00.5639505Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T20:15:00.6916767Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T20:15:00.7091351Z Preparing to unpack .../07-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:00.7152448Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:00.7651996Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T20:15:00.7828216Z Preparing to unpack .../08-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:00.7889981Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:00.8439811Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T20:15:00.8612677Z Preparing to unpack .../09-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:15:00.8683947Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:15:00.9399156Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T20:15:00.9556801Z Preparing to unpack .../10-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:00.9619863Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:01.0206171Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T20:15:01.0364516Z Preparing to unpack .../11-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:01.0423972Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:01.0995498Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T20:15:01.1154902Z Preparing to unpack .../12-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:01.1214765Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:01.1740195Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T20:15:01.1903099Z Preparing to unpack .../13-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:01.1969214Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:01.3028943Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T20:15:01.3203191Z Preparing to unpack .../14-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:01.3285944Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:01.3942434Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T20:15:01.4104563Z Preparing to unpack .../15-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:01.4164548Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:01.4858187Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T20:15:01.5026478Z Preparing to unpack .../16-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:01.5087559Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:01.6138477Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T20:15:01.6304680Z Preparing to unpack .../17-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:15:01.6415179Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:02.0341534Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T20:15:02.0514511Z Preparing to unpack .../18-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:15:02.0576350Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T20:15:02.3092777Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T20:15:02.3265899Z Preparing to unpack .../19-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:15:02.3376289Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:15:02.4824560Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T20:15:02.4990301Z Preparing to unpack .../20-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:02.5056696Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:02.7347499Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T20:15:02.7528179Z Preparing to unpack .../21-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:15:02.7613714Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:03.0222135Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T20:15:03.0390889Z Preparing to unpack .../22-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T20:15:03.0480477Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T20:15:03.1582675Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T20:15:03.1768609Z Preparing to unpack .../23-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:03.1826752Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:03.2346215Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T20:15:03.2515108Z Preparing to unpack .../24-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:03.2584711Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:03.3132212Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T20:15:03.3298673Z Preparing to unpack .../25-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:15:03.3356960Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:15:03.4235572Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T20:15:03.4401595Z Preparing to unpack .../26-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:03.4479179Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:03.5031925Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T20:15:03.5213833Z Preparing to unpack .../27-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:03.5282749Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:03.5917922Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T20:15:03.6095732Z Preparing to unpack .../28-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:03.6161012Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:03.6746295Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T20:15:03.6924452Z Preparing to unpack .../29-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:03.6998764Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:03.8009327Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T20:15:03.8187467Z Preparing to unpack .../30-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:03.8247215Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:03.8920941Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T20:15:03.9092026Z Preparing to unpack .../31-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:03.9152171Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:03.9879896Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T20:15:04.0060967Z Preparing to unpack .../32-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:04.0130516Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:04.1053597Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T20:15:04.1231706Z Preparing to unpack .../33-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:15:04.1319164Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:04.5345258Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T20:15:04.5523711Z Preparing to unpack .../34-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:15:04.5585517Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T20:15:04.8153614Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T20:15:04.8335905Z Preparing to unpack .../35-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:15:04.8421731Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:15:04.9568253Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T20:15:04.9755411Z Preparing to unpack .../36-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:04.9815633Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:05.2222857Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T20:15:05.2408604Z Preparing to unpack .../37-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:15:05.2517462Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:05.4810137Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T20:15:05.4992653Z Preparing to unpack .../38-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T20:15:05.5055949Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:15:05.5501788Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T20:15:05.5672193Z Preparing to unpack .../39-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T20:15:05.5732178Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:15:05.6182275Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T20:15:05.6358251Z Preparing to unpack .../40-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T20:15:05.6430960Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:15:05.6883701Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T20:15:05.7061684Z Preparing to unpack .../41-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T20:15:05.7116755Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:15:05.7804920Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T20:15:05.7999478Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:15:05.8177522Z Setting up gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:05.8364172Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:05.8545982Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:05.8712678Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T20:15:05.8906600Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:05.9119920Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T20:15:05.9296328Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:15:05.9471326Z Setting up gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:05.9637864Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:05.9804243Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:15:05.9981525Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T20:15:06.0165475Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.0395989Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.0579306Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.0764053Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.0961670Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.1166837Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.1336144Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.1534561Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:15:06.1698515Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.1860758Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.2039874Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:15:06.2210662Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.2400489Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.2566327Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.2743280Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:15:06.2981124Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.3158559Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.3336254Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.3505331Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.3692810Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.3893714Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.4069615Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:15:06.4244697Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.4455932Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.4627097Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.4812333Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:15:06.5028623Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:15:06.5190992Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.5353364Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:15:06.5622859Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T20:15:06.5691565Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T20:15:06.5813630Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:15:07.9086496Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:15:09.0369370Z Reading package lists...
2025-08-20T20:15:09.2258835Z Building dependency tree...
2025-08-20T20:15:09.2266600Z Reading state information...
2025-08-20T20:15:09.4596274Z The following additional packages will be installed:
2025-08-20T20:15:09.4597243Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T20:15:09.4600946Z   libpcap0.8-dev
2025-08-20T20:15:09.4874253Z The following NEW packages will be installed:
2025-08-20T20:15:09.4875519Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T20:15:09.4881406Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T20:15:09.5058136Z 0 upgraded, 8 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:15:09.7824195Z Need to get 1640 kB of archives.
2025-08-20T20:15:09.7824596Z After this operation, 7134 kB of additional disk space will be used.
2025-08-20T20:15:09.7825153Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdbus-1-dev arm64 1.14.10-4ubuntu4.1 [200 kB]
2025-08-20T20:15:10.2719568Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjudydebian1 arm64 1.0.5-5.1build1 [104 kB]
2025-08-20T20:15:10.3882521Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-3-dev arm64 3.7.0-0.3build1.1 [105 kB]
2025-08-20T20:15:10.5057433Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-route-3-dev arm64 3.7.0-0.3build1.1 [225 kB]
2025-08-20T20:15:10.7004979Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libibverbs-dev arm64 50.0-2ubuntu0.2 [695 kB]
2025-08-20T20:15:11.0003167Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap0.8-dev arm64 1.10.4-4.1ubuntu3 [265 kB]
2025-08-20T20:15:11.1768210Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap-dev arm64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T20:15:11.2617806Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 pcaputils arm64 0.8-1.1build2 [42.4 kB]
2025-08-20T20:15:11.5350305Z Fetched 1640 kB in 2s (939 kB/s)
2025-08-20T20:15:11.5689828Z Selecting previously unselected package libdbus-1-dev:arm64.
2025-08-20T20:15:11.5724547Z (Reading database ... 
2025-08-20T20:15:11.5724774Z (Reading database ... 5%
2025-08-20T20:15:11.5724974Z (Reading database ... 10%
2025-08-20T20:15:11.5725166Z (Reading database ... 15%
2025-08-20T20:15:11.5725358Z (Reading database ... 20%
2025-08-20T20:15:11.5725549Z (Reading database ... 25%
2025-08-20T20:15:11.5725744Z (Reading database ... 30%
2025-08-20T20:15:11.5726320Z (Reading database ... 35%
2025-08-20T20:15:11.5726527Z (Reading database ... 40%
2025-08-20T20:15:11.5726721Z (Reading database ... 45%
2025-08-20T20:15:11.5726914Z (Reading database ... 50%
2025-08-20T20:15:11.5749143Z (Reading database ... 55%
2025-08-20T20:15:11.5841160Z (Reading database ... 60%
2025-08-20T20:15:11.5882515Z (Reading database ... 65%
2025-08-20T20:15:11.5900518Z (Reading database ... 70%
2025-08-20T20:15:11.5925654Z (Reading database ... 75%
2025-08-20T20:15:11.6058800Z (Reading database ... 80%
2025-08-20T20:15:11.6133770Z (Reading database ... 85%
2025-08-20T20:15:11.6164298Z (Reading database ... 90%
2025-08-20T20:15:11.6281134Z (Reading database ... 95%
2025-08-20T20:15:11.6281341Z (Reading database ... 100%
2025-08-20T20:15:11.6281631Z (Reading database ... 202071 files and directories currently installed.)
2025-08-20T20:15:11.6323168Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_arm64.deb ...
2025-08-20T20:15:11.6386077Z Unpacking libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T20:15:11.7137047Z Selecting previously unselected package libjudydebian1.
2025-08-20T20:15:11.7322435Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_arm64.deb ...
2025-08-20T20:15:11.7445409Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T20:15:11.7935672Z Selecting previously unselected package libnl-3-dev:arm64.
2025-08-20T20:15:11.8117384Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T20:15:11.8182154Z Unpacking libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T20:15:11.8785841Z Selecting previously unselected package libnl-route-3-dev:arm64.
2025-08-20T20:15:11.8971752Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T20:15:11.9029675Z Unpacking libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T20:15:11.9615953Z Selecting previously unselected package libibverbs-dev:arm64.
2025-08-20T20:15:11.9800851Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_arm64.deb ...
2025-08-20T20:15:11.9858229Z Unpacking libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T20:15:12.0729056Z Selecting previously unselected package libpcap0.8-dev:arm64.
2025-08-20T20:15:12.0913613Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T20:15:12.0994690Z Unpacking libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:15:12.1604150Z Selecting previously unselected package libpcap-dev:arm64.
2025-08-20T20:15:12.1780292Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T20:15:12.1865769Z Unpacking libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:15:12.2643383Z Selecting previously unselected package pcaputils.
2025-08-20T20:15:12.2819535Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_arm64.deb ...
2025-08-20T20:15:12.2900673Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T20:15:12.3663310Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T20:15:12.3836842Z Setting up libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T20:15:12.5263121Z Setting up libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T20:15:12.5439432Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T20:15:12.5716688Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T20:15:12.8032315Z Setting up libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T20:15:12.8233214Z Setting up libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T20:15:12.8450996Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:15:12.8759083Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:15:14.4800081Z Processing triggers for sgml-base (1.31) ...
2025-08-20T20:15:14.5337820Z Setting up libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:15:14.5521825Z Setting up libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:15:16.0198173Z Reading package lists...
2025-08-20T20:15:16.2895918Z Building dependency tree...
2025-08-20T20:15:16.2905948Z Reading state information...
2025-08-20T20:15:16.3407896Z Reading package lists...
2025-08-20T20:15:16.5955765Z Building dependency tree...
2025-08-20T20:15:16.5964245Z Reading state information...
2025-08-20T20:15:16.8751480Z The following additional packages will be installed:
2025-08-20T20:15:16.8755193Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T20:15:16.8763813Z Suggested packages:
2025-08-20T20:15:16.8764115Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T20:15:16.8764517Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T20:15:16.8947300Z The following NEW packages will be installed:
2025-08-20T20:15:16.8947826Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T20:15:16.8952289Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T20:15:16.9492978Z 0 upgraded, 9 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:15:16.9493332Z Need to get 801 kB of archives.
2025-08-20T20:15:16.9493657Z After this operation, 6261 kB of additional disk space will be used.
2025-08-20T20:15:16.9494150Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz1 arm64 1.14-1 [37.6 kB]
2025-08-20T20:15:16.9902239Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz-dev arm64 1.14-1 [53.3 kB]
2025-08-20T20:15:17.0240087Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-libc-dev arm64 0.2.152-1 [353 kB]
2025-08-20T20:15:17.0793180Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-cc-dev arm64 1.0.83-1 [61.6 kB]
2025-08-20T20:15:17.0968154Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-pkg-config-dev arm64 0.3.27-1 [21.5 kB]
2025-08-20T20:15:17.1133036Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 liblzma-dev arm64 5.6.1+really5.4.5-1ubuntu0.2 [178 kB]
2025-08-20T20:15:17.1341843Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-lzma-sys-dev arm64 0.1.20-1 [10.9 kB]
2025-08-20T20:15:17.1505876Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma arm64 9.22-2.2 [43.5 kB]
2025-08-20T20:15:17.1674757Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T20:15:17.4505388Z Fetched 801 kB in 0s (3048 kB/s)
2025-08-20T20:15:17.4826542Z Selecting previously unselected package liblz1:arm64.
2025-08-20T20:15:17.4862524Z (Reading database ... 
2025-08-20T20:15:17.4862822Z (Reading database ... 5%
2025-08-20T20:15:17.4863048Z (Reading database ... 10%
2025-08-20T20:15:17.4863245Z (Reading database ... 15%
2025-08-20T20:15:17.4863437Z (Reading database ... 20%
2025-08-20T20:15:17.4863633Z (Reading database ... 25%
2025-08-20T20:15:17.4863822Z (Reading database ... 30%
2025-08-20T20:15:17.4864014Z (Reading database ... 35%
2025-08-20T20:15:17.4864210Z (Reading database ... 40%
2025-08-20T20:15:17.4864406Z (Reading database ... 45%
2025-08-20T20:15:17.4864598Z (Reading database ... 50%
2025-08-20T20:15:17.4888631Z (Reading database ... 55%
2025-08-20T20:15:17.4981961Z (Reading database ... 60%
2025-08-20T20:15:17.5021100Z (Reading database ... 65%
2025-08-20T20:15:17.5039697Z (Reading database ... 70%
2025-08-20T20:15:17.5067206Z (Reading database ... 75%
2025-08-20T20:15:17.5208405Z (Reading database ... 80%
2025-08-20T20:15:17.5287697Z (Reading database ... 85%
2025-08-20T20:15:17.5325214Z (Reading database ... 90%
2025-08-20T20:15:17.5443190Z (Reading database ... 95%
2025-08-20T20:15:17.5443632Z (Reading database ... 100%
2025-08-20T20:15:17.5443930Z (Reading database ... 202727 files and directories currently installed.)
2025-08-20T20:15:17.5487561Z Preparing to unpack .../0-liblz1_1.14-1_arm64.deb ...
2025-08-20T20:15:17.5660265Z Unpacking liblz1:arm64 (1.14-1) ...
2025-08-20T20:15:17.6184355Z Selecting previously unselected package liblz-dev:arm64.
2025-08-20T20:15:17.6378903Z Preparing to unpack .../1-liblz-dev_1.14-1_arm64.deb ...
2025-08-20T20:15:17.6452762Z Unpacking liblz-dev:arm64 (1.14-1) ...
2025-08-20T20:15:17.7151713Z Selecting previously unselected package librust-libc-dev:arm64.
2025-08-20T20:15:17.7336375Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_arm64.deb ...
2025-08-20T20:15:17.7405439Z Unpacking librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T20:15:17.8195161Z Selecting previously unselected package librust-cc-dev:arm64.
2025-08-20T20:15:17.8379712Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_arm64.deb ...
2025-08-20T20:15:17.8439054Z Unpacking librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T20:15:17.9008416Z Selecting previously unselected package librust-pkg-config-dev:arm64.
2025-08-20T20:15:17.9195201Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_arm64.deb ...
2025-08-20T20:15:17.9255099Z Unpacking librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T20:15:17.9761807Z Selecting previously unselected package liblzma-dev:arm64.
2025-08-20T20:15:17.9955588Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_arm64.deb ...
2025-08-20T20:15:18.0023033Z Unpacking liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T20:15:18.0619050Z Selecting previously unselected package librust-lzma-sys-dev:arm64.
2025-08-20T20:15:18.0808085Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_arm64.deb ...
2025-08-20T20:15:18.0869783Z Unpacking librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T20:15:18.1437986Z Selecting previously unselected package lzma.
2025-08-20T20:15:18.1626893Z Preparing to unpack .../7-lzma_9.22-2.2_arm64.deb ...
2025-08-20T20:15:18.1689418Z Unpacking lzma (9.22-2.2) ...
2025-08-20T20:15:18.2310426Z Selecting previously unselected package lzma-dev.
2025-08-20T20:15:18.2488112Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T20:15:18.2551727Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T20:15:18.3318856Z Setting up liblz1:arm64 (1.14-1) ...
2025-08-20T20:15:18.3501286Z Setting up librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T20:15:18.3669329Z Setting up librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T20:15:18.3884297Z Setting up liblz-dev:arm64 (1.14-1) ...
2025-08-20T20:15:18.4070757Z Setting up lzma (9.22-2.2) ...
2025-08-20T20:15:18.4217691Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T20:15:18.4344150Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T20:15:18.4517073Z Setting up liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T20:15:18.4690668Z Setting up librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T20:15:18.4872876Z Setting up librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T20:15:18.5065226Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:15:18.5372685Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:15:19.8852991Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:15:21.3414494Z Reading package lists...
2025-08-20T20:15:21.5909682Z Building dependency tree...
2025-08-20T20:15:21.5918065Z Reading state information...
2025-08-20T20:15:21.9375025Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T20:15:21.9375464Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T20:15:21.9375808Z inetutils-telnet set to manually installed.
2025-08-20T20:15:21.9376108Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T20:15:21.9376434Z The following additional packages will be installed:
2025-08-20T20:15:21.9376697Z   tcpd update-inetd
2025-08-20T20:15:21.9552028Z The following packages will be REMOVED:
2025-08-20T20:15:21.9558760Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T20:15:21.9559915Z The following NEW packages will be installed:
2025-08-20T20:15:21.9560238Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T20:15:21.9560648Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T20:15:21.9567970Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T20:15:22.1074758Z 0 upgraded, 13 newly installed, 3 to remove and 167 not upgraded.
2025-08-20T20:15:22.1075527Z Need to get 691 kB of archives.
2025-08-20T20:15:22.1075807Z After this operation, 987 kB disk space will be freed.
2025-08-20T20:15:22.1076320Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-syslogd arm64 2:2.5-3ubuntu4 [61.1 kB]
2025-08-20T20:15:22.1611472Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 tcpd arm64 7.6.q-33 [25.2 kB]
2025-08-20T20:15:22.1803719Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 update-inetd all 4.53 [24.0 kB]
2025-08-20T20:15:22.2005250Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-inetd arm64 2:2.5-3ubuntu4 [44.9 kB]
2025-08-20T20:15:22.2239588Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftp arm64 2:2.5-3ubuntu4 [82.8 kB]
2025-08-20T20:15:22.2544465Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftpd arm64 2:2.5-3ubuntu4 [72.2 kB]
2025-08-20T20:15:22.2788582Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ping arm64 2:2.5-3ubuntu4 [61.9 kB]
2025-08-20T20:15:22.3018631Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talk arm64 2:2.5-3ubuntu4 [45.0 kB]
2025-08-20T20:15:22.3225118Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talkd arm64 2:2.5-3ubuntu4 [34.5 kB]
2025-08-20T20:15:22.3426190Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-telnetd arm64 2:2.5-3ubuntu4 [59.1 kB]
2025-08-20T20:15:22.3640615Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-tools arm64 2:2.5-3ubuntu4 [76.6 kB]
2025-08-20T20:15:22.3877777Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netcat-traditional arm64 1.10-48 [61.1 kB]
2025-08-20T20:15:22.4101050Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-traceroute arm64 2:2.5-3ubuntu4 [42.1 kB]
2025-08-20T20:15:22.6532119Z Preconfiguring packages ...
2025-08-20T20:15:22.7715852Z Fetched 691 kB in 0s (1548 kB/s)
2025-08-20T20:15:22.7928004Z (Reading database ... 
2025-08-20T20:15:22.7928582Z (Reading database ... 5%
2025-08-20T20:15:22.7929539Z (Reading database ... 10%
2025-08-20T20:15:22.7929806Z (Reading database ... 15%
2025-08-20T20:15:22.7930012Z (Reading database ... 20%
2025-08-20T20:15:22.7930207Z (Reading database ... 25%
2025-08-20T20:15:22.7930403Z (Reading database ... 30%
2025-08-20T20:15:22.7930599Z (Reading database ... 35%
2025-08-20T20:15:22.7930820Z (Reading database ... 40%
2025-08-20T20:15:22.7931014Z (Reading database ... 45%
2025-08-20T20:15:22.7931207Z (Reading database ... 50%
2025-08-20T20:15:22.7953839Z (Reading database ... 55%
2025-08-20T20:15:22.8043341Z (Reading database ... 60%
2025-08-20T20:15:22.8086159Z (Reading database ... 65%
2025-08-20T20:15:22.8105765Z (Reading database ... 70%
2025-08-20T20:15:22.8134896Z (Reading database ... 75%
2025-08-20T20:15:22.8288854Z (Reading database ... 80%
2025-08-20T20:15:22.8378715Z (Reading database ... 85%
2025-08-20T20:15:22.8423594Z (Reading database ... 90%
2025-08-20T20:15:22.8559075Z (Reading database ... 95%
2025-08-20T20:15:22.8559300Z (Reading database ... 100%
2025-08-20T20:15:22.8559596Z (Reading database ... 203219 files and directories currently installed.)
2025-08-20T20:15:22.8605285Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T20:15:22.9283843Z Removing iputils-ping (3:20240117-1build1) ...
2025-08-20T20:15:23.0069456Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T20:15:23.3782022Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T20:15:23.3817550Z (Reading database ... 
2025-08-20T20:15:23.3817975Z (Reading database ... 5%
2025-08-20T20:15:23.3818190Z (Reading database ... 10%
2025-08-20T20:15:23.3818387Z (Reading database ... 15%
2025-08-20T20:15:23.3818584Z (Reading database ... 20%
2025-08-20T20:15:23.3818775Z (Reading database ... 25%
2025-08-20T20:15:23.3818992Z (Reading database ... 30%
2025-08-20T20:15:23.3819187Z (Reading database ... 35%
2025-08-20T20:15:23.3819378Z (Reading database ... 40%
2025-08-20T20:15:23.3820006Z (Reading database ... 45%
2025-08-20T20:15:23.3820249Z (Reading database ... 50%
2025-08-20T20:15:23.3842944Z (Reading database ... 55%
2025-08-20T20:15:23.3936199Z (Reading database ... 60%
2025-08-20T20:15:23.3981963Z (Reading database ... 65%
2025-08-20T20:15:23.4001148Z (Reading database ... 70%
2025-08-20T20:15:23.4028508Z (Reading database ... 75%
2025-08-20T20:15:23.4171433Z (Reading database ... 80%
2025-08-20T20:15:23.4251666Z (Reading database ... 85%
2025-08-20T20:15:23.4289409Z (Reading database ... 90%
2025-08-20T20:15:23.4407150Z (Reading database ... 95%
2025-08-20T20:15:23.4409935Z (Reading database ... 100%
2025-08-20T20:15:23.4410249Z (Reading database ... 203147 files and directories currently installed.)
2025-08-20T20:15:23.4450764Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:15:23.4542853Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T20:15:23.5206894Z Selecting previously unselected package tcpd.
2025-08-20T20:15:23.5391982Z Preparing to unpack .../01-tcpd_7.6.q-33_arm64.deb ...
2025-08-20T20:15:23.5465303Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T20:15:23.6158293Z Selecting previously unselected package update-inetd.
2025-08-20T20:15:23.6343863Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T20:15:23.6412236Z Unpacking update-inetd (4.53) ...
2025-08-20T20:15:23.7160361Z Selecting previously unselected package inetutils-inetd.
2025-08-20T20:15:23.7344316Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:15:23.7460199Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T20:15:23.8169225Z Selecting previously unselected package inetutils-ftp.
2025-08-20T20:15:23.8364397Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:15:23.8423964Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T20:15:23.9121673Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T20:15:23.9313696Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:15:23.9381582Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T20:15:24.0135631Z Selecting previously unselected package inetutils-ping.
2025-08-20T20:15:24.0318886Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:15:24.0398055Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:15:24.1214001Z Selecting previously unselected package inetutils-talk.
2025-08-20T20:15:24.1401702Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:15:24.1474151Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T20:15:24.2519368Z Selecting previously unselected package inetutils-talkd.
2025-08-20T20:15:24.2710109Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:15:24.2778321Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T20:15:24.3558994Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T20:15:24.3751828Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:15:24.3833935Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T20:15:24.4409462Z Selecting previously unselected package inetutils-tools.
2025-08-20T20:15:24.4601861Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:15:24.4669378Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T20:15:24.5448849Z Selecting previously unselected package netcat-traditional.
2025-08-20T20:15:24.5634827Z Preparing to unpack .../11-netcat-traditional_1.10-48_arm64.deb ...
2025-08-20T20:15:24.5704530Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T20:15:24.6390786Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T20:15:24.6573467Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:15:24.6673438Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T20:15:24.7483423Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T20:15:24.7783668Z Setting up update-inetd (4.53) ...
2025-08-20T20:15:24.8779669Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T20:15:24.9006273Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T20:15:24.9149542Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T20:15:25.2507468Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:15:25.2508664Z 
2025-08-20T20:15:25.2508778Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T20:15:25.2508968Z 
2025-08-20T20:15:25.2509371Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:15:25.2509730Z 
2025-08-20T20:15:25.2510224Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:15:25.2510716Z 
2025-08-20T20:15:25.4876356Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T20:15:25.5150863Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T20:15:25.5362550Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T20:15:25.5484968Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:15:25.5720847Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T20:15:25.5917096Z Setting up tcpd (7.6.q-33) ...
2025-08-20T20:15:25.6113174Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T20:15:25.9229848Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T20:15:25.9230244Z 
2025-08-20T20:15:25.9230738Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T20:15:25.9231209Z 
2025-08-20T20:15:26.1554976Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T20:15:26.2666451Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T20:15:26.3567135Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T20:15:26.4321200Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:15:29.4965427Z Reading package lists...
2025-08-20T20:15:29.7462822Z Building dependency tree...
2025-08-20T20:15:29.7471003Z Reading state information...
2025-08-20T20:15:30.1068585Z The following packages will be REMOVED:
2025-08-20T20:15:30.1075360Z   inetutils-ping
2025-08-20T20:15:30.1076903Z The following NEW packages will be installed:
2025-08-20T20:15:30.1085266Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T20:15:30.1090760Z The following packages will be upgraded:
2025-08-20T20:15:30.1098788Z   iputils-tracepath
2025-08-20T20:15:30.1608828Z 1 upgraded, 3 newly installed, 1 to remove and 166 not upgraded.
2025-08-20T20:15:30.1609172Z Need to get 84.5 kB of archives.
2025-08-20T20:15:30.1609473Z After this operation, 163 kB of additional disk space will be used.
2025-08-20T20:15:30.1610079Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-ping arm64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T20:15:30.2088258Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-tracepath arm64 3:20240117-1ubuntu0.1 [13.4 kB]
2025-08-20T20:15:30.2269115Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-arping arm64 3:20240117-1ubuntu0.1 [14.7 kB]
2025-08-20T20:15:30.2449734Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 iputils-clockdiff arm64 3:20240117-1ubuntu0.1 [11.6 kB]
2025-08-20T20:15:30.5622867Z Fetched 84.5 kB in 0s (667 kB/s)
2025-08-20T20:15:30.5846121Z (Reading database ... 
2025-08-20T20:15:30.5846365Z (Reading database ... 5%
2025-08-20T20:15:30.5846599Z (Reading database ... 10%
2025-08-20T20:15:30.5846801Z (Reading database ... 15%
2025-08-20T20:15:30.5846993Z (Reading database ... 20%
2025-08-20T20:15:30.5847188Z (Reading database ... 25%
2025-08-20T20:15:30.5847380Z (Reading database ... 30%
2025-08-20T20:15:30.5848039Z (Reading database ... 35%
2025-08-20T20:15:30.5848272Z (Reading database ... 40%
2025-08-20T20:15:30.5848471Z (Reading database ... 45%
2025-08-20T20:15:30.5848666Z (Reading database ... 50%
2025-08-20T20:15:30.5869677Z (Reading database ... 55%
2025-08-20T20:15:30.5959461Z (Reading database ... 60%
2025-08-20T20:15:30.6001453Z (Reading database ... 65%
2025-08-20T20:15:30.6019923Z (Reading database ... 70%
2025-08-20T20:15:30.6058326Z (Reading database ... 75%
2025-08-20T20:15:30.6188553Z (Reading database ... 80%
2025-08-20T20:15:30.6271676Z (Reading database ... 85%
2025-08-20T20:15:30.6310656Z (Reading database ... 90%
2025-08-20T20:15:30.6428336Z (Reading database ... 95%
2025-08-20T20:15:30.6428564Z (Reading database ... 100%
2025-08-20T20:15:30.6428859Z (Reading database ... 203308 files and directories currently installed.)
2025-08-20T20:15:30.6469453Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:15:30.7548554Z Selecting previously unselected package iputils-ping.
2025-08-20T20:15:30.7585002Z (Reading database ... 
2025-08-20T20:15:30.7585248Z (Reading database ... 5%
2025-08-20T20:15:30.7585450Z (Reading database ... 10%
2025-08-20T20:15:30.7585643Z (Reading database ... 15%
2025-08-20T20:15:30.7585838Z (Reading database ... 20%
2025-08-20T20:15:30.7586832Z (Reading database ... 25%
2025-08-20T20:15:30.7587072Z (Reading database ... 30%
2025-08-20T20:15:30.7587275Z (Reading database ... 35%
2025-08-20T20:15:30.7587997Z (Reading database ... 40%
2025-08-20T20:15:30.7588194Z (Reading database ... 45%
2025-08-20T20:15:30.7588388Z (Reading database ... 50%
2025-08-20T20:15:30.7608888Z (Reading database ... 55%
2025-08-20T20:15:30.7703663Z (Reading database ... 60%
2025-08-20T20:15:30.7748225Z (Reading database ... 65%
2025-08-20T20:15:30.7767834Z (Reading database ... 70%
2025-08-20T20:15:30.7807827Z (Reading database ... 75%
2025-08-20T20:15:30.7939975Z (Reading database ... 80%
2025-08-20T20:15:30.8025246Z (Reading database ... 85%
2025-08-20T20:15:30.8064343Z (Reading database ... 90%
2025-08-20T20:15:30.8185638Z (Reading database ... 95%
2025-08-20T20:15:30.8185856Z (Reading database ... 100%
2025-08-20T20:15:30.8186147Z (Reading database ... 203299 files and directories currently installed.)
2025-08-20T20:15:30.8227572Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T20:15:30.8284423Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:15:30.9083544Z Preparing to unpack .../iputils-tracepath_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T20:15:30.9375407Z Unpacking iputils-tracepath (3:20240117-1ubuntu0.1) over (3:20240117-1build1) ...
2025-08-20T20:15:31.0034571Z Selecting previously unselected package iputils-arping.
2025-08-20T20:15:31.0231136Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T20:15:31.0306295Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:15:31.0902642Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T20:15:31.1091999Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T20:15:31.1159425Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T20:15:31.1981631Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:15:31.2407005Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:15:31.2756018Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T20:15:31.3088813Z Setting up iputils-tracepath (3:20240117-1ubuntu0.1) ...
2025-08-20T20:15:31.3304641Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:15:34.1924265Z Reading package lists...
2025-08-20T20:15:34.4333810Z Building dependency tree...
2025-08-20T20:15:34.4340967Z Reading state information...
2025-08-20T20:15:34.6922574Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T20:15:34.7239546Z The following packages will be upgraded:
2025-08-20T20:15:34.7239858Z   python3-pip python3-pip-whl
2025-08-20T20:15:34.7414236Z 2 upgraded, 0 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T20:15:34.8013182Z Need to get 3020 kB of archives.
2025-08-20T20:15:34.8013555Z After this operation, 1024 B of additional disk space will be used.
2025-08-20T20:15:34.8014130Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip all 24.0+dfsg-1ubuntu1.2 [1317 kB]
2025-08-20T20:15:34.9304401Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip-whl all 24.0+dfsg-1ubuntu1.2 [1703 kB]
2025-08-20T20:15:35.2245758Z Fetched 3020 kB in 0s (15.5 MB/s)
2025-08-20T20:15:35.2640862Z (Reading database ... 
2025-08-20T20:15:35.2641123Z (Reading database ... 5%
2025-08-20T20:15:35.2641325Z (Reading database ... 10%
2025-08-20T20:15:35.2641521Z (Reading database ... 15%
2025-08-20T20:15:35.2641723Z (Reading database ... 20%
2025-08-20T20:15:35.2641921Z (Reading database ... 25%
2025-08-20T20:15:35.2642114Z (Reading database ... 30%
2025-08-20T20:15:35.2642308Z (Reading database ... 35%
2025-08-20T20:15:35.2642529Z (Reading database ... 40%
2025-08-20T20:15:35.2642727Z (Reading database ... 45%
2025-08-20T20:15:35.2642914Z (Reading database ... 50%
2025-08-20T20:15:35.2663443Z (Reading database ... 55%
2025-08-20T20:15:35.2749201Z (Reading database ... 60%
2025-08-20T20:15:35.2789206Z (Reading database ... 65%
2025-08-20T20:15:35.2806652Z (Reading database ... 70%
2025-08-20T20:15:35.2843277Z (Reading database ... 75%
2025-08-20T20:15:35.2998410Z (Reading database ... 80%
2025-08-20T20:15:35.3040489Z (Reading database ... 85%
2025-08-20T20:15:35.3075379Z (Reading database ... 90%
2025-08-20T20:15:35.3184558Z (Reading database ... 95%
2025-08-20T20:15:35.3184769Z (Reading database ... 100%
2025-08-20T20:15:35.3185058Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T20:15:35.3223200Z Preparing to unpack .../python3-pip_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T20:15:35.5097997Z Unpacking python3-pip (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T20:15:35.6725864Z Preparing to unpack .../python3-pip-whl_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T20:15:35.6924169Z Unpacking python3-pip-whl (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T20:15:35.7911361Z Setting up python3-pip-whl (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T20:15:35.8125410Z Setting up python3-pip (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T20:15:36.7576597Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:15:39.5712006Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T20:15:39.8569203Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:15:40.7920199Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T20:15:40.9144395Z Collecting pip
2025-08-20T20:15:40.9653143Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T20:15:40.9888565Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T20:15:41.1114125Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 14.7 MB/s eta 0:00:00
2025-08-20T20:15:41.3806466Z Installing collected packages: pip
2025-08-20T20:15:42.0905907Z Successfully installed pip-25.2
2025-08-20T20:15:42.2914018Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T20:15:42.3347886Z Reading package lists...
2025-08-20T20:15:42.5782317Z Building dependency tree...
2025-08-20T20:15:42.5790752Z Reading state information...
2025-08-20T20:15:42.8349699Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T20:15:42.8350046Z pciutils set to manually installed.
2025-08-20T20:15:42.8350333Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T20:15:42.8350653Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T20:15:42.8350941Z python3-distro set to manually installed.
2025-08-20T20:15:42.8351257Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T20:15:42.8351591Z python3-netifaces set to manually installed.
2025-08-20T20:15:42.8352361Z The following additional packages will be installed:
2025-08-20T20:15:42.8352643Z   libsysfs2
2025-08-20T20:15:42.8360204Z Suggested packages:
2025-08-20T20:15:42.8360450Z   fancontrol read-edid i2c-tools
2025-08-20T20:15:42.8653374Z The following NEW packages will be installed:
2025-08-20T20:15:42.8656153Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T20:15:42.8874819Z 0 upgraded, 4 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T20:15:43.0344160Z Need to get 133 kB of archives.
2025-08-20T20:15:43.0344518Z After this operation, 695 kB of additional disk space will be used.
2025-08-20T20:15:43.0345017Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsysfs2 arm64 2.1.1-6build1 [21.2 kB]
2025-08-20T20:15:43.0681043Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 sysfsutils arm64 2.1.1-6build1 [15.0 kB]
2025-08-20T20:15:43.0884219Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lm-sensors arm64 1:3.6.0-9build1 [81.5 kB]
2025-08-20T20:15:43.1313049Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 virt-what arm64 1.25-2 [15.2 kB]
2025-08-20T20:15:43.4086229Z Fetched 133 kB in 0s (574 kB/s)
2025-08-20T20:15:43.4473962Z Selecting previously unselected package libsysfs2:arm64.
2025-08-20T20:15:43.4510599Z (Reading database ... 
2025-08-20T20:15:43.4511222Z (Reading database ... 5%
2025-08-20T20:15:43.4511462Z (Reading database ... 10%
2025-08-20T20:15:43.4511681Z (Reading database ... 15%
2025-08-20T20:15:43.4512249Z (Reading database ... 20%
2025-08-20T20:15:43.4512445Z (Reading database ... 25%
2025-08-20T20:15:43.4512637Z (Reading database ... 30%
2025-08-20T20:15:43.4512829Z (Reading database ... 35%
2025-08-20T20:15:43.4513020Z (Reading database ... 40%
2025-08-20T20:15:43.4513211Z (Reading database ... 45%
2025-08-20T20:15:43.4513402Z (Reading database ... 50%
2025-08-20T20:15:43.4534834Z (Reading database ... 55%
2025-08-20T20:15:43.4623639Z (Reading database ... 60%
2025-08-20T20:15:43.4665068Z (Reading database ... 65%
2025-08-20T20:15:43.4683612Z (Reading database ... 70%
2025-08-20T20:15:43.4721220Z (Reading database ... 75%
2025-08-20T20:15:43.4881989Z (Reading database ... 80%
2025-08-20T20:15:43.4925528Z (Reading database ... 85%
2025-08-20T20:15:43.4962331Z (Reading database ... 90%
2025-08-20T20:15:43.5079551Z (Reading database ... 95%
2025-08-20T20:15:43.5079783Z (Reading database ... 100%
2025-08-20T20:15:43.5080076Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T20:15:43.5124407Z Preparing to unpack .../libsysfs2_2.1.1-6build1_arm64.deb ...
2025-08-20T20:15:43.5270185Z Unpacking libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T20:15:43.6049514Z Selecting previously unselected package sysfsutils.
2025-08-20T20:15:43.6267154Z Preparing to unpack .../sysfsutils_2.1.1-6build1_arm64.deb ...
2025-08-20T20:15:43.6367469Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T20:15:43.7126427Z Selecting previously unselected package lm-sensors.
2025-08-20T20:15:43.7311148Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_arm64.deb ...
2025-08-20T20:15:43.7538262Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T20:15:43.8157535Z Selecting previously unselected package virt-what.
2025-08-20T20:15:43.8342515Z Preparing to unpack .../virt-what_1.25-2_arm64.deb ...
2025-08-20T20:15:43.8417202Z Unpacking virt-what (1.25-2) ...
2025-08-20T20:15:43.9186350Z Setting up virt-what (1.25-2) ...
2025-08-20T20:15:43.9415132Z Setting up libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T20:15:43.9597032Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T20:15:44.2769792Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T20:15:44.2770168Z 
2025-08-20T20:15:44.2770627Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T20:15:44.2771067Z 
2025-08-20T20:15:44.5150669Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T20:15:44.8299365Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T20:15:44.8299872Z 
2025-08-20T20:15:44.8516541Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:15:46.4989618Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:15:47.9006708Z Reading package lists...
2025-08-20T20:15:48.1551994Z Building dependency tree...
2025-08-20T20:15:48.1559160Z Reading state information...
2025-08-20T20:15:48.4382432Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T20:15:48.4382807Z The following additional packages will be installed:
2025-08-20T20:15:48.4385918Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T20:15:48.4386292Z   xorg-sgml-doctools
2025-08-20T20:15:48.4394409Z Suggested packages:
2025-08-20T20:15:48.4394597Z   libxcb-doc
2025-08-20T20:15:48.4569303Z The following NEW packages will be installed:
2025-08-20T20:15:48.4571325Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T20:15:48.4574622Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T20:15:48.4574978Z   xcb xorg-sgml-doctools
2025-08-20T20:15:48.5137348Z 0 upgraded, 11 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T20:15:48.5137827Z Need to get 816 kB of archives.
2025-08-20T20:15:48.5138127Z After this operation, 3266 kB of additional disk space will be used.
2025-08-20T20:15:48.5139006Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpthread-stubs0-dev arm64 0.4-1build3 [4734 B]
2025-08-20T20:15:48.5301391Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-20T20:15:48.5472660Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T20:15:48.6417306Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxau-dev arm64 1:1.0.9-1build6 [10.0 kB]
2025-08-20T20:15:48.6578440Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxdmcp-dev arm64 1:1.1.3-0ubuntu6 [26.3 kB]
2025-08-20T20:15:48.6744619Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb1-dev arm64 1.15-1ubuntu2 [91.2 kB]
2025-08-20T20:15:48.6915796Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-render0-dev arm64 1.15-1ubuntu2 [20.9 kB]
2025-08-20T20:15:48.7078873Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0 arm64 1.15-1ubuntu2 [6250 B]
2025-08-20T20:15:48.7241825Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0-dev arm64 1.15-1ubuntu2 [7806 B]
2025-08-20T20:15:48.7406683Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-xfixes0-dev arm64 1.15-1ubuntu2 [14.2 kB]
2025-08-20T20:15:48.7570207Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 xcb arm64 2.4-8build2 [21.1 kB]
2025-08-20T20:15:49.0411293Z Fetched 816 kB in 0s (2818 kB/s)
2025-08-20T20:15:49.0671489Z Selecting previously unselected package libpthread-stubs0-dev:arm64.
2025-08-20T20:15:49.0707499Z (Reading database ... 
2025-08-20T20:15:49.0707841Z (Reading database ... 5%
2025-08-20T20:15:49.0708040Z (Reading database ... 10%
2025-08-20T20:15:49.0708236Z (Reading database ... 15%
2025-08-20T20:15:49.0708432Z (Reading database ... 20%
2025-08-20T20:15:49.0708622Z (Reading database ... 25%
2025-08-20T20:15:49.0709505Z (Reading database ... 30%
2025-08-20T20:15:49.0709749Z (Reading database ... 35%
2025-08-20T20:15:49.0709976Z (Reading database ... 40%
2025-08-20T20:15:49.0710171Z (Reading database ... 45%
2025-08-20T20:15:49.0710364Z (Reading database ... 50%
2025-08-20T20:15:49.0733878Z (Reading database ... 55%
2025-08-20T20:15:49.0829099Z (Reading database ... 60%
2025-08-20T20:15:49.0871757Z (Reading database ... 65%
2025-08-20T20:15:49.0890590Z (Reading database ... 70%
2025-08-20T20:15:49.0929520Z (Reading database ... 75%
2025-08-20T20:15:49.1102885Z (Reading database ... 80%
2025-08-20T20:15:49.1144201Z (Reading database ... 85%
2025-08-20T20:15:49.1185081Z (Reading database ... 90%
2025-08-20T20:15:49.1312168Z (Reading database ... 95%
2025-08-20T20:15:49.1312399Z (Reading database ... 100%
2025-08-20T20:15:49.1312696Z (Reading database ... 203371 files and directories currently installed.)
2025-08-20T20:15:49.1357139Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_arm64.deb ...
2025-08-20T20:15:49.1466880Z Unpacking libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T20:15:49.2432687Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T20:15:49.2622133Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T20:15:49.2692470Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T20:15:49.3455328Z Selecting previously unselected package x11proto-dev.
2025-08-20T20:15:49.3637686Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T20:15:49.3702536Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T20:15:49.4568922Z Selecting previously unselected package libxau-dev:arm64.
2025-08-20T20:15:49.4749158Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_arm64.deb ...
2025-08-20T20:15:49.4818204Z Unpacking libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T20:15:49.5418801Z Selecting previously unselected package libxdmcp-dev:arm64.
2025-08-20T20:15:49.5612792Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_arm64.deb ...
2025-08-20T20:15:49.5677027Z Unpacking libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T20:15:49.6235067Z Selecting previously unselected package libxcb1-dev:arm64.
2025-08-20T20:15:49.6427559Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:15:49.6489647Z Unpacking libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:15:49.7066514Z Selecting previously unselected package libxcb-render0-dev:arm64.
2025-08-20T20:15:49.7250883Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:15:49.7318582Z Unpacking libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:15:49.7983923Z Selecting previously unselected package libxcb-shape0:arm64.
2025-08-20T20:15:49.8168030Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:15:49.8287438Z Unpacking libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:15:49.8855148Z Selecting previously unselected package libxcb-shape0-dev:arm64.
2025-08-20T20:15:49.9044524Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:15:49.9103584Z Unpacking libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:15:49.9736045Z Selecting previously unselected package libxcb-xfixes0-dev:arm64.
2025-08-20T20:15:49.9926511Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:15:49.9982636Z Unpacking libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:15:50.0807002Z Selecting previously unselected package xcb.
2025-08-20T20:15:50.0999507Z Preparing to unpack .../10-xcb_2.4-8build2_arm64.deb ...
2025-08-20T20:15:50.1065059Z Unpacking xcb (2.4-8build2) ...
2025-08-20T20:15:50.1940723Z Setting up libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:15:50.2138355Z Setting up libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T20:15:50.2313800Z Setting up xcb (2.4-8build2) ...
2025-08-20T20:15:50.2594198Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T20:15:50.2802215Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:15:50.3184246Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:15:51.8224229Z Processing triggers for sgml-base (1.31) ...
2025-08-20T20:15:51.8566009Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T20:15:51.8738019Z Setting up libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T20:15:51.8947983Z Setting up libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T20:15:51.9135232Z Setting up libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:15:51.9313632Z Setting up libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:15:51.9508049Z Setting up libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:15:51.9681307Z Setting up libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:15:53.5223521Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:15:54.1600349Z Collecting build
2025-08-20T20:15:54.2562013Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T20:15:54.3689259Z Collecting cffi
2025-08-20T20:15:54.3770531Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T20:15:54.4084910Z Collecting scons
2025-08-20T20:15:54.4169184Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:15:54.4514978Z Collecting scuba
2025-08-20T20:15:54.4596298Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T20:15:54.5224089Z Collecting pytest
2025-08-20T20:15:54.5299679Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T20:15:54.5669151Z Collecting packaging>=19.1 (from build)
2025-08-20T20:15:54.5740461Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:15:54.6037212Z Collecting pyproject_hooks (from build)
2025-08-20T20:15:54.6111545Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T20:15:54.6396267Z Collecting pycparser (from cffi)
2025-08-20T20:15:54.6466214Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T20:15:54.7001898Z Collecting PyYAML (from scuba)
2025-08-20T20:15:54.7075405Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T20:15:54.7369228Z Collecting iniconfig>=1 (from pytest)
2025-08-20T20:15:54.7442551Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T20:15:54.7812800Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T20:15:54.7882074Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T20:15:54.8573561Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T20:15:54.8647794Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:15:54.8867274Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T20:15:54.9125158Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T20:15:54.9537270Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:15:54.9958154Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 98.1 MB/s  0:00:00
2025-08-20T20:15:55.0037787Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T20:15:55.0239140Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T20:15:55.0462376Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T20:15:55.0648098Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T20:15:55.0846724Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:15:55.1052447Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:15:55.1281295Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 47.7 MB/s  0:00:00
2025-08-20T20:15:55.1356444Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T20:15:55.1541260Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T20:15:55.1731113Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T20:15:55.1962341Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.2/739.2 kB 26.0 MB/s  0:00:00
2025-08-20T20:15:55.2995877Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T20:15:56.9838331Z 
2025-08-20T20:15:56.9851889Z 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-20T20:15:57.2742758Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:15:57.8929995Z Collecting ansi2txt
2025-08-20T20:15:57.9400547Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T20:15:57.9842207Z Collecting pipx
2025-08-20T20:15:57.9912820Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:15:58.0225199Z Collecting scons
2025-08-20T20:15:58.0236544Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:15:58.0452084Z Collecting py2static
2025-08-20T20:15:58.0533594Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T20:15:58.1062445Z Collecting typer
2025-08-20T20:15:58.1132097Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T20:15:58.1569192Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T20:15:58.1645958Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:15:58.2015844Z Collecting packaging>=20 (from pipx)
2025-08-20T20:15:58.2025751Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:15:58.2278664Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T20:15:58.2351614Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T20:15:58.2689555Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T20:15:58.2761869Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:15:58.3317219Z Collecting pyinstaller (from py2static)
2025-08-20T20:15:58.3418202Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T20:15:58.3722739Z Collecting staticx (from py2static)
2025-08-20T20:15:58.3808125Z   Downloading staticx-0.14.1.tar.gz (73 kB)
2025-08-20T20:15:58.4140610Z   Preparing metadata (setup.py): started
2025-08-20T20:15:58.8887211Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T20:15:58.9142484Z Collecting click>=8.0.0 (from typer)
2025-08-20T20:15:58.9214839Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:15:58.9671510Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T20:15:58.9741490Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:15:59.0044303Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T20:15:59.0117774Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T20:15:59.0591440Z Collecting rich>=10.11.0 (from typer)
2025-08-20T20:15:59.0668086Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:15:59.1012754Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T20:15:59.1089328Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:15:59.1406417Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T20:15:59.1415864Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:15:59.1642562Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T20:15:59.1711946Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T20:15:59.3152619Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T20:15:59.3234021Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:15:59.3575318Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T20:15:59.3652862Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:15:59.4001990Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T20:15:59.4073124Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:15:59.4404808Z Collecting pyelftools (from staticx->py2static)
2025-08-20T20:15:59.4474091Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T20:15:59.4679690Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T20:15:59.4878029Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T20:15:59.4995934Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:15:59.5112038Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T20:15:59.5267019Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T20:15:59.5451973Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T20:15:59.5651125Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T20:15:59.5762018Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:15:59.5841306Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T20:15:59.6008661Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T20:15:59.6199825Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:15:59.6293558Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T20:15:59.6488613Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T20:15:59.6640527Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T20:15:59.6791410Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T20:15:59.7010198Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T20:15:59.7183595Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T20:15:59.7374977Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 726.3/726.3 kB 28.2 MB/s  0:00:00
2025-08-20T20:15:59.7550926Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:15:59.7763101Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:15:59.7988692Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 45.7 MB/s  0:00:00
2025-08-20T20:15:59.8058235Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:15:59.8218612Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T20:15:59.8665563Z Building wheels for collected packages: staticx
2025-08-20T20:15:59.8672953Z   Building wheel for staticx (setup.py): started
2025-08-20T20:16:10.5179002Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T20:16:10.5188219Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790701 sha256=980228578bd112baf0d9a1d07ca656dd862cc7ff564e328a564a42d866b7ce25
2025-08-20T20:16:10.5189136Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T20:16:10.5205746Z Successfully built staticx
2025-08-20T20:16:10.6186358Z 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-20T20:16:11.4347333Z   Attempting uninstall: scons
2025-08-20T20:16:11.4421339Z     Found existing installation: SCons 4.9.1
2025-08-20T20:16:11.4724099Z     Uninstalling SCons-4.9.1:
2025-08-20T20:16:11.4788596Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:16:11.9816470Z   Attempting uninstall: pygments
2025-08-20T20:16:11.9883586Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:16:12.0044919Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:16:12.0067979Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:16:12.6019207Z   Attempting uninstall: packaging
2025-08-20T20:16:12.6089766Z     Found existing installation: packaging 25.0
2025-08-20T20:16:12.6109959Z     Uninstalling packaging-25.0:
2025-08-20T20:16:12.6116057Z       Successfully uninstalled packaging-25.0
2025-08-20T20:16:13.5221704Z 
2025-08-20T20:16:13.5246554Z 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-20T20:16:13.8173582Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:16:13.9836344Z Collecting build
2025-08-20T20:16:13.9847515Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T20:16:14.0570591Z Collecting cffi
2025-08-20T20:16:14.0581945Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T20:16:14.0759827Z Collecting scons
2025-08-20T20:16:14.0770043Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:16:14.0958229Z Collecting scuba
2025-08-20T20:16:14.0968834Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T20:16:14.1404233Z Collecting pytest
2025-08-20T20:16:14.1415724Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T20:16:14.1629923Z Collecting packaging>=19.1 (from build)
2025-08-20T20:16:14.1639693Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:16:14.1873935Z Collecting pyproject_hooks (from build)
2025-08-20T20:16:14.1884421Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T20:16:14.2105041Z Collecting pycparser (from cffi)
2025-08-20T20:16:14.2116899Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T20:16:14.2418874Z Collecting PyYAML (from scuba)
2025-08-20T20:16:14.2435226Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T20:16:14.2584582Z Collecting iniconfig>=1 (from pytest)
2025-08-20T20:16:14.2594873Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T20:16:14.2792426Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T20:16:14.2803029Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T20:16:14.3017900Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T20:16:14.3028260Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:16:14.3079735Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T20:16:14.3089619Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T20:16:14.3101847Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:16:14.3135535Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T20:16:14.3146721Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T20:16:14.3158472Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T20:16:14.3167423Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T20:16:14.3175995Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:16:14.3185196Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:16:14.3202446Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T20:16:14.3213002Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T20:16:14.3221095Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T20:16:14.4285624Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T20:16:14.4289129Z   Attempting uninstall: scons
2025-08-20T20:16:14.4360754Z     Found existing installation: SCons 4.9.1
2025-08-20T20:16:14.4647837Z     Uninstalling SCons-4.9.1:
2025-08-20T20:16:14.4708584Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:16:14.9690763Z   Attempting uninstall: PyYAML
2025-08-20T20:16:14.9761694Z     Found existing installation: PyYAML 6.0.2
2025-08-20T20:16:14.9781986Z     Uninstalling PyYAML-6.0.2:
2025-08-20T20:16:14.9789007Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T20:16:15.0348301Z   Attempting uninstall: pyproject_hooks
2025-08-20T20:16:15.0416580Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T20:16:15.0431215Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T20:16:15.0436346Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T20:16:15.0701393Z   Attempting uninstall: pygments
2025-08-20T20:16:15.0770233Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:16:15.0924409Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:16:15.0947935Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:16:15.6705795Z   Attempting uninstall: pycparser
2025-08-20T20:16:15.6782895Z     Found existing installation: pycparser 2.22
2025-08-20T20:16:15.6803009Z     Uninstalling pycparser-2.22:
2025-08-20T20:16:15.6809306Z       Successfully uninstalled pycparser-2.22
2025-08-20T20:16:15.8025284Z   Attempting uninstall: pluggy
2025-08-20T20:16:15.8095351Z     Found existing installation: pluggy 1.6.0
2025-08-20T20:16:15.8113419Z     Uninstalling pluggy-1.6.0:
2025-08-20T20:16:15.8117089Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T20:16:15.8342434Z   Attempting uninstall: packaging
2025-08-20T20:16:15.8414728Z     Found existing installation: packaging 25.0
2025-08-20T20:16:15.8433988Z     Uninstalling packaging-25.0:
2025-08-20T20:16:15.8440178Z       Successfully uninstalled packaging-25.0
2025-08-20T20:16:15.8872927Z   Attempting uninstall: iniconfig
2025-08-20T20:16:15.8946313Z     Found existing installation: iniconfig 2.1.0
2025-08-20T20:16:15.8960718Z     Uninstalling iniconfig-2.1.0:
2025-08-20T20:16:15.8965762Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T20:16:15.9147737Z   Attempting uninstall: scuba
2025-08-20T20:16:15.9216456Z     Found existing installation: scuba 2.14.1
2025-08-20T20:16:15.9234508Z     Uninstalling scuba-2.14.1:
2025-08-20T20:16:15.9241995Z       Successfully uninstalled scuba-2.14.1
2025-08-20T20:16:15.9491565Z   Attempting uninstall: pytest
2025-08-20T20:16:15.9568960Z     Found existing installation: pytest 8.4.1
2025-08-20T20:16:15.9616129Z     Uninstalling pytest-8.4.1:
2025-08-20T20:16:15.9819702Z       Successfully uninstalled pytest-8.4.1
2025-08-20T20:16:16.1862637Z   Attempting uninstall: cffi
2025-08-20T20:16:16.1930642Z     Found existing installation: cffi 1.17.1
2025-08-20T20:16:16.1951249Z     Uninstalling cffi-1.17.1:
2025-08-20T20:16:16.2143614Z       Successfully uninstalled cffi-1.17.1
2025-08-20T20:16:16.2822170Z   Attempting uninstall: build
2025-08-20T20:16:16.2893278Z     Found existing installation: build 1.3.0
2025-08-20T20:16:16.2913022Z     Uninstalling build-1.3.0:
2025-08-20T20:16:16.2920803Z       Successfully uninstalled build-1.3.0
2025-08-20T20:16:16.3150898Z 
2025-08-20T20:16:16.3174323Z 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-20T20:16:16.6122248Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:16:16.7773032Z Collecting ansi2txt
2025-08-20T20:16:16.7784816Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T20:16:16.7992523Z Collecting pipx
2025-08-20T20:16:16.8003479Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:16:16.8181615Z Collecting scons
2025-08-20T20:16:16.8192620Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:16:16.8338364Z Collecting py2static
2025-08-20T20:16:16.8348861Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T20:16:16.8548528Z Collecting typer
2025-08-20T20:16:16.8559440Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T20:16:16.8815547Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T20:16:16.8826650Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:16:16.9028540Z Collecting packaging>=20 (from pipx)
2025-08-20T20:16:16.9039382Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:16:16.9248527Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T20:16:16.9259658Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T20:16:16.9446928Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T20:16:16.9457767Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:16:16.9809954Z Collecting pyinstaller (from py2static)
2025-08-20T20:16:16.9822535Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T20:16:17.0021642Z Collecting staticx (from py2static)
2025-08-20T20:16:17.0031404Z   Using cached staticx-0.14.1.tar.gz (73 kB)
2025-08-20T20:16:17.0172811Z   Preparing metadata (setup.py): started
2025-08-20T20:16:17.2160839Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T20:16:17.2370840Z Collecting click>=8.0.0 (from typer)
2025-08-20T20:16:17.2381413Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:16:17.2583831Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T20:16:17.2594361Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:16:17.2876554Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T20:16:17.2887276Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T20:16:17.3227869Z Collecting rich>=10.11.0 (from typer)
2025-08-20T20:16:17.3238812Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:16:17.3454627Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T20:16:17.3466051Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:16:17.3697349Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T20:16:17.3708042Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:16:17.3866522Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T20:16:17.3876410Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T20:16:17.4786973Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T20:16:17.4798487Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:16:17.5002904Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T20:16:17.5013359Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:16:17.5217296Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T20:16:17.5227231Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:16:17.5429198Z Collecting pyelftools (from staticx->py2static)
2025-08-20T20:16:17.5439221Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T20:16:17.5471369Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T20:16:17.5480970Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T20:16:17.5490694Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:16:17.5525337Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T20:16:17.5534183Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T20:16:17.5543588Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T20:16:17.5553279Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T20:16:17.5562847Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:16:17.5572393Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T20:16:17.5581734Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T20:16:17.5592623Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:16:17.5610106Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T20:16:17.5619771Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T20:16:17.5628997Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T20:16:17.5637975Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T20:16:17.5647248Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T20:16:17.5656532Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T20:16:17.5669692Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:16:17.5681825Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:16:17.5696460Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:16:17.5705577Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T20:16:17.6027118Z Building wheels for collected packages: staticx
2025-08-20T20:16:17.6033580Z   Building wheel for staticx (setup.py): started
2025-08-20T20:16:20.0687711Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T20:16:20.0697784Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790764 sha256=0ab29c1443fb5e8208d2a92cf94b16b82e8b4d347aa2aea876edd03e44db5161
2025-08-20T20:16:20.0698740Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T20:16:20.0716100Z Successfully built staticx
2025-08-20T20:16:20.1695741Z 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-20T20:16:20.1698087Z   Attempting uninstall: pyelftools
2025-08-20T20:16:20.1764228Z     Found existing installation: pyelftools 0.32
2025-08-20T20:16:20.1802796Z     Uninstalling pyelftools-0.32:
2025-08-20T20:16:20.1815005Z       Successfully uninstalled pyelftools-0.32
2025-08-20T20:16:20.2880800Z   Attempting uninstall: altgraph
2025-08-20T20:16:20.2952445Z     Found existing installation: altgraph 0.17.4
2025-08-20T20:16:20.2969041Z     Uninstalling altgraph-0.17.4:
2025-08-20T20:16:20.2974490Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T20:16:20.3166736Z   Attempting uninstall: typing-extensions
2025-08-20T20:16:20.3236151Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T20:16:20.3249125Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T20:16:20.3439652Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T20:16:20.3722180Z   Attempting uninstall: staticx
2025-08-20T20:16:20.3793311Z     Found existing installation: staticx 0.14.1
2025-08-20T20:16:20.3814026Z     Uninstalling staticx-0.14.1:
2025-08-20T20:16:20.3822693Z       Successfully uninstalled staticx-0.14.1
2025-08-20T20:16:20.4129077Z   Attempting uninstall: shellingham
2025-08-20T20:16:20.4203708Z     Found existing installation: shellingham 1.5.4
2025-08-20T20:16:20.4219690Z     Uninstalling shellingham-1.5.4:
2025-08-20T20:16:20.4225248Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T20:16:20.4405285Z   Attempting uninstall: setuptools
2025-08-20T20:16:20.4474693Z     Found existing installation: setuptools 80.9.0
2025-08-20T20:16:20.4677825Z     Uninstalling setuptools-80.9.0:
2025-08-20T20:16:20.4899178Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T20:16:21.0802254Z   Attempting uninstall: scons
2025-08-20T20:16:21.0883813Z     Found existing installation: SCons 4.9.1
2025-08-20T20:16:21.1177044Z     Uninstalling SCons-4.9.1:
2025-08-20T20:16:21.1236614Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:16:21.6133394Z   Attempting uninstall: pygments
2025-08-20T20:16:21.6207269Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:16:21.6364321Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:16:21.6387017Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:16:22.2099208Z   Attempting uninstall: platformdirs
2025-08-20T20:16:22.2172694Z     Found existing installation: platformdirs 4.3.8
2025-08-20T20:16:22.2189950Z     Uninstalling platformdirs-4.3.8:
2025-08-20T20:16:22.2195257Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T20:16:22.2411750Z   Attempting uninstall: packaging
2025-08-20T20:16:22.2485093Z     Found existing installation: packaging 25.0
2025-08-20T20:16:22.2504347Z     Uninstalling packaging-25.0:
2025-08-20T20:16:22.2510413Z       Successfully uninstalled packaging-25.0
2025-08-20T20:16:22.2935417Z   Attempting uninstall: mdurl
2025-08-20T20:16:22.3003405Z     Found existing installation: mdurl 0.1.2
2025-08-20T20:16:22.3017361Z     Uninstalling mdurl-0.1.2:
2025-08-20T20:16:22.3022598Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T20:16:22.3166573Z   Attempting uninstall: click
2025-08-20T20:16:22.3237533Z     Found existing installation: click 8.2.1
2025-08-20T20:16:22.3255585Z     Uninstalling click-8.2.1:
2025-08-20T20:16:22.3261076Z       Successfully uninstalled click-8.2.1
2025-08-20T20:16:22.3882837Z   Attempting uninstall: argcomplete
2025-08-20T20:16:22.3955941Z     Found existing installation: argcomplete 3.6.2
2025-08-20T20:16:22.3980237Z     Uninstalling argcomplete-3.6.2:
2025-08-20T20:16:22.3987887Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T20:16:22.4258062Z   Attempting uninstall: ansi2txt
2025-08-20T20:16:22.4328884Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T20:16:22.4342521Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T20:16:22.4531846Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T20:16:22.4661344Z   Attempting uninstall: userpath
2025-08-20T20:16:22.4732193Z     Found existing installation: userpath 1.9.2
2025-08-20T20:16:22.4748063Z     Uninstalling userpath-1.9.2:
2025-08-20T20:16:22.4754912Z       Successfully uninstalled userpath-1.9.2
2025-08-20T20:16:22.4907537Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T20:16:22.4981642Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T20:16:22.5280103Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T20:16:22.5318649Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T20:16:22.7304891Z   Attempting uninstall: markdown-it-py
2025-08-20T20:16:22.7373642Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T20:16:22.7429260Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T20:16:22.7440561Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T20:16:22.8059003Z   Attempting uninstall: rich
2025-08-20T20:16:22.8132613Z     Found existing installation: rich 14.1.0
2025-08-20T20:16:22.8183767Z     Uninstalling rich-14.1.0:
2025-08-20T20:16:22.8192263Z       Successfully uninstalled rich-14.1.0
2025-08-20T20:16:22.9743399Z   Attempting uninstall: pyinstaller
2025-08-20T20:16:22.9815937Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T20:16:23.0066932Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T20:16:23.0103229Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T20:16:23.2792689Z   Attempting uninstall: pipx
2025-08-20T20:16:23.2869224Z     Found existing installation: pipx 1.7.1
2025-08-20T20:16:23.2908165Z     Uninstalling pipx-1.7.1:
2025-08-20T20:16:23.2916530Z       Successfully uninstalled pipx-1.7.1
2025-08-20T20:16:23.3460717Z   Attempting uninstall: typer
2025-08-20T20:16:23.3532687Z     Found existing installation: typer 0.16.1
2025-08-20T20:16:23.3559170Z     Uninstalling typer-0.16.1:
2025-08-20T20:16:23.3566533Z       Successfully uninstalled typer-0.16.1
2025-08-20T20:16:23.3971982Z   Attempting uninstall: py2static
2025-08-20T20:16:23.4038735Z     Found existing installation: py2static 0.0.1
2025-08-20T20:16:23.4055251Z     Uninstalling py2static-0.0.1:
2025-08-20T20:16:23.4063297Z       Successfully uninstalled py2static-0.0.1
2025-08-20T20:16:23.4192587Z 
2025-08-20T20:16:23.4216884Z 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-20T20:16:23.7139383Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:16:23.8164881Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T20:16:23.8169267Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-7k766arf
2025-08-20T20:16:23.8189719Z Could not send telemetry data: POST https://gitlab.com/api/v4/usage_data/track_event: 403 {error: insufficient_scope}, {error_description: The request requires higher privileges than provided by the access token.}, {scope: ai_workflows api read_api}  Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-7k766arf
2025-08-20T20:16:25.0804952Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T20:16:25.0840371Z   Installing build dependencies: started
2025-08-20T20:16:25.8545744Z   Installing build dependencies: finished with status 'done'
2025-08-20T20:16:25.8556246Z   Getting requirements to build wheel: started
2025-08-20T20:16:26.1223343Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T20:16:26.1232821Z   Preparing metadata (pyproject.toml): started
2025-08-20T20:16:26.2964877Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T20:16:26.4432130Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T20:16:26.4443245Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:16:26.4639529Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T20:16:26.4648683Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:16:26.4841891Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T20:16:26.4850772Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:16:26.5048995Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T20:16:26.5057858Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:16:26.5095126Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:16:26.5104302Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:16:26.5115334Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:16:26.5130410Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:16:26.5235917Z Building wheels for collected packages: pyinstaller
2025-08-20T20:16:26.5242677Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T20:16:29.2352766Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T20:16:29.2372846Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1828928 sha256=23a97f5fcd076abf69045e8aa2432bb58b3a6b8664668a4699987674556f0a11
2025-08-20T20:16:29.2374468Z   Stored in directory: /tmp/pip-ephem-wheel-cache-52vimzld/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T20:16:29.2411480Z Successfully built pyinstaller
2025-08-20T20:16:29.3188548Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T20:16:29.3193569Z   Attempting uninstall: altgraph
2025-08-20T20:16:29.3264009Z     Found existing installation: altgraph 0.17.4
2025-08-20T20:16:29.3279945Z     Uninstalling altgraph-0.17.4:
2025-08-20T20:16:29.3285554Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T20:16:29.3508423Z   Attempting uninstall: setuptools
2025-08-20T20:16:29.3576611Z     Found existing installation: setuptools 80.9.0
2025-08-20T20:16:29.3778322Z     Uninstalling setuptools-80.9.0:
2025-08-20T20:16:29.3999303Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T20:16:29.9805646Z   Attempting uninstall: packaging
2025-08-20T20:16:29.9877800Z     Found existing installation: packaging 25.0
2025-08-20T20:16:29.9896126Z     Uninstalling packaging-25.0:
2025-08-20T20:16:29.9913172Z       Successfully uninstalled packaging-25.0
2025-08-20T20:16:30.0348700Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T20:16:30.0421338Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T20:16:30.0720669Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T20:16:30.0759738Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T20:16:30.2705084Z   Attempting uninstall: pyinstaller
2025-08-20T20:16:30.2776130Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T20:16:30.3031119Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T20:16:30.3067879Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T20:16:30.5830376Z 
2025-08-20T20:16:30.5856970Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T20:16:30.8079814Z 6.15.0
2025-08-20T20:16:32.0149014Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T20:16:32.0157483Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T20:16:32.0158038Z 
2025-08-20T20:16:32.0158253Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T20:16:32.0158743Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T20:16:32.0159309Z installation.
2025-08-20T20:16:32.0159444Z 
2025-08-20T20:16:32.0159641Z If you installed the current Docker package using this script and are using it
2025-08-20T20:16:32.0160153Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T20:16:32.0160636Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T20:16:32.0161039Z files to match the parameters passed to the script.
2025-08-20T20:16:32.0161282Z 
2025-08-20T20:16:32.0161434Z You may press Ctrl+C now to abort this script.
2025-08-20T20:16:32.0311911Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T20:16:33.2694087Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T20:16:33.7689368Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T20:16:33.7706192Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T20:16:33.8227437Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T20:16:33.8241696Z + sh -c 'echo "deb [arch=arm64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list'
2025-08-20T20:16:33.8248676Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T20:16:35.0499129Z + 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-20T20:16:45.4724416Z + sh -c 'docker version'
2025-08-20T20:16:45.4863479Z Client: Docker Engine - Community
2025-08-20T20:16:45.4863873Z  Version:           28.3.3
2025-08-20T20:16:45.4864104Z  API version:       1.51
2025-08-20T20:16:45.4864440Z  Go version:        go1.24.5
2025-08-20T20:16:45.4864692Z  Git commit:        980b856
2025-08-20T20:16:45.4864986Z  Built:             Fri Jul 25 11:35:18 2025
2025-08-20T20:16:45.4865310Z  OS/Arch:           linux/arm64
2025-08-20T20:16:45.4865554Z  Context:           default
2025-08-20T20:16:45.4865705Z 
2025-08-20T20:16:45.4865831Z Server: Docker Engine - Community
2025-08-20T20:16:45.4866086Z  Engine:
2025-08-20T20:16:45.4866307Z   Version:          28.3.3
2025-08-20T20:16:45.4866732Z   API version:      1.51 (minimum version 1.24)
2025-08-20T20:16:45.4867040Z   Go version:       go1.24.5
2025-08-20T20:16:45.4867275Z   Git commit:       bea959c
2025-08-20T20:16:45.4867555Z   Built:            Fri Jul 25 11:35:18 2025
2025-08-20T20:16:45.4868193Z   OS/Arch:          linux/arm64
2025-08-20T20:16:45.4868469Z   Experimental:     false
2025-08-20T20:16:45.4868710Z  containerd:
2025-08-20T20:16:45.4868902Z   Version:          1.7.27
2025-08-20T20:16:45.4869206Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T20:16:45.4869528Z  runc:
2025-08-20T20:16:45.4869760Z   Version:          1.2.5
2025-08-20T20:16:45.4870018Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T20:16:45.4870274Z  docker-init:
2025-08-20T20:16:45.4870471Z   Version:          0.19.0
2025-08-20T20:16:45.4870734Z   GitCommit:        de40ad0
2025-08-20T20:16:45.4878143Z 
2025-08-20T20:16:45.4878503Z ================================================================================
2025-08-20T20:16:45.4878773Z 
2025-08-20T20:16:45.4879507Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T20:16:45.4879930Z Docker daemon in rootless mode for your user:
2025-08-20T20:16:45.4880148Z 
2025-08-20T20:16:45.4880272Z     dockerd-rootless-setuptool.sh install
2025-08-20T20:16:45.4880478Z 
2025-08-20T20:16:45.4880724Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T20:16:45.4881050Z 
2025-08-20T20:16:45.4881054Z 
2025-08-20T20:16:45.4881235Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T20:16:45.4881770Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T20:16:45.4882050Z 
2025-08-20T20:16:45.4882240Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T20:16:45.4882733Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T20:16:45.4883189Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T20:16:45.4883486Z 
2025-08-20T20:16:45.4883603Z ================================================================================
2025-08-20T20:16:45.4883849Z 
2025-08-20T20:16:56.5076028Z ● docker.service - Docker Application Container Engine
2025-08-20T20:16:56.5076727Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:16:56.5077215Z      Active: active (running) since Wed 2025-08-20 20:16:46 UTC; 10s ago
2025-08-20T20:16:56.5077833Z TriggeredBy: ● docker.socket
2025-08-20T20:16:56.5078486Z        Docs: https://docs.docker.com
2025-08-20T20:16:56.5078802Z    Main PID: 21187 (dockerd)
2025-08-20T20:16:56.5079097Z       Tasks: 10
2025-08-20T20:16:56.5079322Z      Memory: 21.4M (peak: 24.9M)
2025-08-20T20:16:56.5079563Z         CPU: 259ms
2025-08-20T20:16:56.5079845Z      CGroup: /system.slice/docker.service
2025-08-20T20:16:56.5080938Z              └─21187 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:16:56.5081270Z 
2025-08-20T20:16:56.5081666Z Aug 20 20:16:45 runnervmdbl46 dockerd[21187]: time="2025-08-20T20:16:45.870549546Z" level=info msg="Loading containers: start."
2025-08-20T20:16:56.5082816Z Aug 20 20:16:46 runnervmdbl46 dockerd[21187]: time="2025-08-20T20:16:46.412501079Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count f9d7533c9b09b60bda35c820f0f8dec4021a422981898f867a2be382c3d55ac9], retrying...."
2025-08-20T20:16:56.5084016Z Aug 20 20:16:46 runnervmdbl46 dockerd[21187]: time="2025-08-20T20:16:46.448580348Z" level=info msg="Loading containers: done."
2025-08-20T20:16:56.5085171Z Aug 20 20:16:46 runnervmdbl46 dockerd[21187]: time="2025-08-20T20:16:46.470199223Z" 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-20T20:16:56.5086514Z Aug 20 20:16:46 runnervmdbl46 dockerd[21187]: time="2025-08-20T20:16:46.470287035Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:16:56.5087391Z Aug 20 20:16:46 runnervmdbl46 dockerd[21187]: time="2025-08-20T20:16:46.470359989Z" level=info msg="Initializing buildkit"
2025-08-20T20:16:56.5088691Z Aug 20 20:16:46 runnervmdbl46 dockerd[21187]: time="2025-08-20T20:16:46.486688081Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:16:56.5089432Z Aug 20 20:16:46 runnervmdbl46 dockerd[21187]: time="2025-08-20T20:16:46.491636739Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:16:56.5090197Z Aug 20 20:16:46 runnervmdbl46 dockerd[21187]: time="2025-08-20T20:16:46.491687989Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:16:56.5090887Z Aug 20 20:16:46 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:16:56.5166875Z ● docker.service - Docker Application Container Engine
2025-08-20T20:16:56.5167483Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:16:56.5168287Z      Active: active (running) since Wed 2025-08-20 20:16:46 UTC; 10s ago
2025-08-20T20:16:56.5168808Z TriggeredBy: ● docker.socket
2025-08-20T20:16:56.5169137Z        Docs: https://docs.docker.com
2025-08-20T20:16:56.5169415Z    Main PID: 21187 (dockerd)
2025-08-20T20:16:56.5169715Z       Tasks: 10
2025-08-20T20:16:56.5169937Z      Memory: 21.4M (peak: 24.9M)
2025-08-20T20:16:56.5170184Z         CPU: 259ms
2025-08-20T20:16:56.5170490Z      CGroup: /system.slice/docker.service
2025-08-20T20:16:56.5171047Z              └─21187 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:16:56.5171363Z 
2025-08-20T20:16:56.5171708Z Aug 20 20:16:45 runnervmdbl46 dockerd[21187]: time="2025-08-20T20:16:45.870549546Z" level=info msg="Loading containers: start."
2025-08-20T20:16:56.5172865Z Aug 20 20:16:46 runnervmdbl46 dockerd[21187]: time="2025-08-20T20:16:46.412501079Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count f9d7533c9b09b60bda35c820f0f8dec4021a422981898f867a2be382c3d55ac9], retrying...."
2025-08-20T20:16:56.5173999Z Aug 20 20:16:46 runnervmdbl46 dockerd[21187]: time="2025-08-20T20:16:46.448580348Z" level=info msg="Loading containers: done."
2025-08-20T20:16:56.5175166Z Aug 20 20:16:46 runnervmdbl46 dockerd[21187]: time="2025-08-20T20:16:46.470199223Z" 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-20T20:16:56.5176619Z Aug 20 20:16:46 runnervmdbl46 dockerd[21187]: time="2025-08-20T20:16:46.470287035Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:16:56.5177486Z Aug 20 20:16:46 runnervmdbl46 dockerd[21187]: time="2025-08-20T20:16:46.470359989Z" level=info msg="Initializing buildkit"
2025-08-20T20:16:56.5178437Z Aug 20 20:16:46 runnervmdbl46 dockerd[21187]: time="2025-08-20T20:16:46.486688081Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:16:56.5179188Z Aug 20 20:16:46 runnervmdbl46 dockerd[21187]: time="2025-08-20T20:16:46.491636739Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:16:56.5179961Z Aug 20 20:16:46 runnervmdbl46 dockerd[21187]: time="2025-08-20T20:16:46.491687989Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:16:56.5180626Z Aug 20 20:16:46 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:16:56.5333620Z ● docker.service - Docker Application Container Engine
2025-08-20T20:16:56.5334278Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:16:56.5334770Z      Active: active (running) since Wed 2025-08-20 20:16:46 UTC; 10s ago
2025-08-20T20:16:56.5335285Z TriggeredBy: ● docker.socket
2025-08-20T20:16:56.5335622Z        Docs: https://docs.docker.com
2025-08-20T20:16:56.5335899Z    Main PID: 21187 (dockerd)
2025-08-20T20:16:56.5336187Z       Tasks: 10
2025-08-20T20:16:56.5336395Z      Memory: 21.4M (peak: 24.9M)
2025-08-20T20:16:56.5336645Z         CPU: 259ms
2025-08-20T20:16:56.5336938Z      CGroup: /system.slice/docker.service
2025-08-20T20:16:56.5337490Z              └─21187 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:16:56.5337998Z 
2025-08-20T20:16:56.5338303Z Aug 20 20:16:45 runnervmdbl46 dockerd[21187]: time="2025-08-20T20:16:45.870549546Z" level=info msg="Loading containers: start."
2025-08-20T20:16:56.5339510Z Aug 20 20:16:46 runnervmdbl46 dockerd[21187]: time="2025-08-20T20:16:46.412501079Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count f9d7533c9b09b60bda35c820f0f8dec4021a422981898f867a2be382c3d55ac9], retrying...."
2025-08-20T20:16:56.5340647Z Aug 20 20:16:46 runnervmdbl46 dockerd[21187]: time="2025-08-20T20:16:46.448580348Z" level=info msg="Loading containers: done."
2025-08-20T20:16:56.5342001Z Aug 20 20:16:46 runnervmdbl46 dockerd[21187]: time="2025-08-20T20:16:46.470199223Z" 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-20T20:16:56.5343347Z Aug 20 20:16:46 runnervmdbl46 dockerd[21187]: time="2025-08-20T20:16:46.470287035Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:16:56.5344223Z Aug 20 20:16:46 runnervmdbl46 dockerd[21187]: time="2025-08-20T20:16:46.470359989Z" level=info msg="Initializing buildkit"
2025-08-20T20:16:56.5344968Z Aug 20 20:16:46 runnervmdbl46 dockerd[21187]: time="2025-08-20T20:16:46.486688081Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:16:56.5345700Z Aug 20 20:16:46 runnervmdbl46 dockerd[21187]: time="2025-08-20T20:16:46.491636739Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:16:56.5346475Z Aug 20 20:16:46 runnervmdbl46 dockerd[21187]: time="2025-08-20T20:16:46.491687989Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:16:56.5347141Z Aug 20 20:16:46 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:16:56.5425824Z Docker version 28.3.3, build 980b856
2025-08-20T20:16:56.5569368Z Unable to find image 'hello-world:latest' locally
2025-08-20T20:16:56.8039149Z latest: Pulling from library/hello-world
2025-08-20T20:16:56.8825093Z 198f93fd5094: Pulling fs layer
2025-08-20T20:16:57.0402264Z 198f93fd5094: Download complete
2025-08-20T20:16:57.0728110Z 198f93fd5094: Pull complete
2025-08-20T20:16:57.0945839Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T20:16:57.1045628Z Status: Downloaded newer image for hello-world:latest
2025-08-20T20:16:57.7731841Z 
2025-08-20T20:16:57.7732345Z Hello from Docker!
2025-08-20T20:16:57.7732759Z This message shows that your installation appears to be working correctly.
2025-08-20T20:16:57.7733084Z 
2025-08-20T20:16:57.7733226Z To generate this message, Docker took the following steps:
2025-08-20T20:16:57.7733739Z  1. The Docker client contacted the Docker daemon.
2025-08-20T20:16:57.7734125Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T20:16:57.7734553Z     (arm64v8)
2025-08-20T20:16:57.7734861Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T20:16:57.7735316Z     executable that produces the output you are currently reading.
2025-08-20T20:16:57.7735786Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T20:16:57.7736147Z     to your terminal.
2025-08-20T20:16:57.7736314Z 
2025-08-20T20:16:57.7736482Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T20:16:57.7736879Z  $ docker run -it ubuntu bash
2025-08-20T20:16:57.7737044Z 
2025-08-20T20:16:57.7737201Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T20:16:57.7737843Z  https://hub.docker.com/
2025-08-20T20:16:57.7738038Z 
2025-08-20T20:16:57.7738159Z For more examples and ideas, visit:
2025-08-20T20:16:57.7738468Z  https://docs.docker.com/get-started/
2025-08-20T20:16:57.7738636Z 
2025-08-20T20:16:57.8963960Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:16:57.8964471Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T20:16:57.8965012Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T20:16:57.8965572Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T20:16:57.8966047Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T20:16:57.8966535Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T20:16:57.8966992Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T20:16:57.8967433Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T20:16:57.8968258Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T20:16:57.8968695Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T20:16:57.8969151Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T20:16:57.8969592Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T20:16:57.8970014Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T20:16:57.8970511Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T20:16:57.8970987Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T20:16:57.8971408Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T20:16:57.8971886Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T20:16:57.8972298Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T20:16:57.8972737Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:16:57.8973260Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:16:57.8973784Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T20:16:57.8974250Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T20:16:57.8974717Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:16:57.8975359Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T20:16:57.8975834Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T20:16:57.8976305Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:16:57.8976798Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:16:57.8977265Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:16:57.8977922Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:16:57.8978427Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:16:57.8978921Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T20:16:57.8979392Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T20:16:57.8979895Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T20:16:57.8980370Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:16:57.8980925Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T20:16:57.8981631Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:16:57.8982098Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:16:57.8982562Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T20:16:57.8983008Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T20:16:57.9042395Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:16:57.9042959Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T20:16:57.9043390Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:16:57.9043798Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T20:16:57.9044260Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T20:16:57.9044712Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T20:16:57.9045185Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:16:57.9045651Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:16:57.9046401Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T20:16:57.9046860Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T20:16:57.9047272Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:16:57.9047832Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T20:16:57.9048249Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T20:16:57.9048670Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T20:16:57.9049066Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T20:16:57.9049432Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T20:16:57.9049786Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T20:16:57.9050150Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T20:16:57.9050545Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T20:16:57.9050946Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:16:57.9051321Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T20:16:57.9051727Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:16:57.9052162Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:16:57.9052758Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:16:57.9053169Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:16:57.9053589Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T20:16:57.9054014Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:16:57.9054416Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:16:57.9054815Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T20:16:57.9055253Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:16:57.9055747Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:16:57.9056244Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T20:16:57.9056710Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T20:16:57.9057125Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T20:16:57.9057509Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T20:16:57.9058462Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T20:16:57.9058869Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T20:16:57.9059274Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T20:16:57.9059729Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:16:57.9060229Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:16:57.9060731Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:16:57.9061217Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:16:57.9061657Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:16:57.9062056Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:16:57.9062447Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:16:57.9062850Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:16:57.9063245Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T20:16:57.9063808Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T20:16:57.9064257Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T20:16:57.9064678Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T20:16:57.9065059Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T20:16:57.9065428Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T20:16:57.9065838Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:16:57.9066236Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T20:16:57.9066606Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T20:16:57.9066972Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T20:16:57.9067359Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:16:57.9068061Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T20:16:57.9068419Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T20:16:57.9068796Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T20:16:57.9069200Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T20:16:57.9069581Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T20:16:57.9070125Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T20:16:57.9070486Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T20:16:57.9070858Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T20:16:57.9071242Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T20:16:57.9071639Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T20:16:57.9072032Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T20:16:57.9073127Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T20:16:57.9073515Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T20:16:57.9073909Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T20:16:57.9074308Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T20:16:57.9074687Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T20:16:57.9075035Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T20:16:57.9075381Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T20:16:57.9075731Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T20:16:57.9076090Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T20:16:57.9076442Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T20:16:57.9076813Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T20:16:57.9077209Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T20:16:57.9077877Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:16:57.9078343Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T20:16:57.9078749Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T20:16:57.9079136Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T20:16:57.9079521Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T20:16:57.9079903Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T20:16:57.9080302Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T20:16:57.9080925Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T20:16:57.9081335Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T20:16:57.9081727Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T20:16:57.9082135Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:16:57.9082572Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:16:57.9082999Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T20:16:57.9083386Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T20:16:57.9083777Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T20:16:57.9084185Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T20:16:57.9084595Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T20:16:57.9085000Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T20:16:57.9085394Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T20:16:57.9085789Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:16:57.9086191Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T20:16:57.9086569Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T20:16:57.9087077Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T20:16:57.9087442Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T20:16:57.9087978Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T20:16:57.9088371Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T20:16:57.9088768Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T20:16:57.9089161Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T20:16:57.9089527Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T20:16:57.9089898Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T20:16:57.9090275Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T20:16:57.9090658Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T20:16:57.9091079Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:16:57.9091520Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T20:16:57.9091914Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T20:16:57.9092286Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T20:16:57.9092674Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T20:16:57.9093094Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:16:57.9093510Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:16:57.9093861Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T20:16:57.9094202Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T20:16:57.9094620Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:16:57.9095053Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T20:16:57.9095460Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T20:16:57.9095839Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T20:16:57.9096216Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T20:16:57.9096597Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T20:16:57.9097220Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:16:57.9097816Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:16:57.9098229Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T20:16:57.9098593Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T20:16:57.9098949Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T20:16:57.9099396Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:16:57.9099890Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:16:57.9100325Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T20:16:57.9100698Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T20:16:57.9101153Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:16:57.9101689Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:16:57.9102190Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:16:57.9102624Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T20:16:57.9102984Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T20:16:57.9103545Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T20:16:57.9103952Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T20:16:57.9104365Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T20:16:57.9104769Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:16:57.9105143Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T20:16:57.9105524Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T20:16:57.9105925Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:16:57.9106321Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T20:16:57.9106717Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:16:57.9107112Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T20:16:57.9107508Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:16:57.9108034Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T20:16:57.9108457Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:16:57.9108896Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T20:16:57.9109319Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T20:16:57.9109712Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T20:16:57.9110086Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T20:16:57.9110460Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T20:16:57.9110835Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T20:16:57.9111224Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T20:16:57.9111656Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:16:57.9112121Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:16:57.9112565Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:16:57.9112967Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T20:16:57.9113353Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T20:16:57.9113916Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T20:16:57.9114318Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T20:16:57.9114685Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T20:16:57.9115070Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T20:16:57.9115450Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T20:16:57.9115900Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:16:57.9116369Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T20:16:57.9116826Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:16:57.9117338Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:16:57.9117974Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:16:57.9118477Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:16:57.9118912Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T20:16:57.9119273Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T20:16:57.9119635Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T20:16:57.9120149Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:16:57.9120527Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T20:16:57.9120895Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T20:16:57.9121274Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:16:57.9121653Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T20:16:57.9122038Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:16:57.9122417Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T20:16:57.9122787Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T20:16:57.9123179Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T20:16:57.9123567Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T20:16:57.9123984Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:16:57.9124421Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:16:57.9124838Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T20:16:57.9125248Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T20:16:57.9125651Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T20:16:57.9126065Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T20:16:57.9126485Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T20:16:57.9126874Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T20:16:57.9127233Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T20:16:57.9127916Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:16:57.9128444Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T20:16:57.9128811Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T20:16:57.9129310Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T20:16:57.9129692Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T20:16:57.9130090Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:16:57.9130744Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T20:16:57.9131183Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:16:57.9131613Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T20:16:57.9132013Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T20:16:57.9132414Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T20:16:57.9132840Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:16:57.9133248Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T20:16:57.9133640Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T20:16:57.9134068Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:16:57.9134563Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:16:57.9135254Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:16:57.9135705Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:16:57.9136112Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T20:16:57.9136513Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T20:16:57.9137222Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:16:57.9138141Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T20:16:57.9138557Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T20:16:57.9138991Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:16:57.9139442Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T20:16:57.9139853Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T20:16:57.9140217Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T20:16:57.9140571Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T20:16:57.9140942Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T20:16:57.9141326Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T20:16:57.9141693Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T20:16:57.9142040Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T20:16:57.9142409Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T20:16:57.9142770Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T20:16:57.9143125Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T20:16:57.9143496Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T20:16:57.9143851Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T20:16:57.9144276Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T20:16:57.9144664Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T20:16:57.9145024Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T20:16:57.9145382Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T20:16:57.9145743Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T20:16:57.9146106Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T20:16:57.9146479Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T20:16:57.9146844Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T20:16:57.9147205Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T20:16:57.9147976Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T20:16:57.9148446Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T20:16:57.9148885Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T20:16:57.9149289Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T20:16:57.9149648Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T20:16:57.9150033Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:16:57.9150454Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:16:57.9150852Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T20:16:57.9151213Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T20:16:57.9151576Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T20:16:57.9151939Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T20:16:57.9152282Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T20:16:57.9152628Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T20:16:57.9152980Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T20:16:57.9153348Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T20:16:57.9153893Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T20:16:57.9154241Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T20:16:57.9154573Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T20:16:57.9154948Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:16:57.9155353Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T20:16:57.9155753Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:16:57.9156148Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T20:16:57.9156541Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:16:57.9156953Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:16:57.9157452Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:16:57.9158207Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:16:57.9158832Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:16:57.9159371Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:16:57.9159837Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:16:57.9160295Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:16:57.9160815Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:16:57.9161434Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:16:57.9161992Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:16:57.9162487Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:16:57.9162930Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T20:16:57.9163301Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T20:16:57.9163673Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T20:16:57.9164044Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T20:16:57.9164597Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T20:16:57.9164999Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T20:16:57.9165385Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T20:16:57.9165770Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T20:16:57.9166153Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T20:16:57.9166542Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T20:16:57.9166918Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T20:16:57.9167292Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T20:16:57.9167779Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T20:16:57.9168183Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T20:16:57.9168580Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T20:16:57.9168989Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T20:16:57.9169402Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T20:16:57.9169768Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T20:16:57.9170157Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T20:16:57.9170979Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T20:16:57.9171393Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:16:57.9171828Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:16:57.9172254Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T20:16:57.9172621Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T20:16:57.9172994Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T20:16:57.9173377Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T20:16:57.9173744Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T20:16:57.9174131Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:16:57.9174520Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T20:16:57.9174913Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T20:16:57.9175294Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T20:16:57.9176077Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T20:16:57.9176457Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T20:16:57.9177005Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:16:57.9177830Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:16:57.9178518Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:16:57.9179186Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:16:57.9179714Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T20:16:57.9180097Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T20:16:57.9180503Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T20:16:57.9180905Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T20:16:57.9181280Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T20:16:57.9181897Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T20:16:57.9182281Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T20:16:57.9182659Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T20:16:57.9183038Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T20:16:57.9183413Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T20:16:57.9183796Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T20:16:57.9184187Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T20:16:57.9184590Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T20:16:57.9184988Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T20:16:57.9185386Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T20:16:57.9185776Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T20:16:57.9186153Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T20:16:57.9186543Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T20:16:57.9186946Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T20:16:57.9187341Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T20:16:57.9188011Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T20:16:57.9188404Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T20:16:57.9188828Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:16:57.9189260Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T20:16:57.9189663Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T20:16:57.9190107Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:16:57.9190564Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:16:57.9190967Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T20:16:57.9191338Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T20:16:57.9191734Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T20:16:57.9192135Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T20:16:57.9192543Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:16:57.9192946Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T20:16:57.9193329Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T20:16:57.9193722Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T20:16:57.9194195Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:16:57.9194669Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:16:57.9195068Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T20:16:57.9195472Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:16:57.9195922Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:16:57.9196372Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:16:57.9196845Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:16:57.9197332Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:16:57.9197905Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:16:57.9198562Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:16:57.9198979Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T20:16:57.9199370Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T20:16:57.9199791Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T20:16:57.9200171Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T20:16:57.9200549Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T20:16:57.9200959Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T20:16:57.9201352Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T20:16:57.9201752Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:16:57.9202169Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T20:16:57.9202566Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T20:16:57.9202943Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T20:16:57.9203309Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T20:16:57.9203663Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T20:16:57.9204051Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:16:57.9204620Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:16:57.9205013Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T20:16:57.9205457Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:16:57.9205905Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:16:57.9206305Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T20:16:57.9206745Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:16:57.9207167Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T20:16:57.9207571Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:16:57.9208123Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T20:16:57.9208479Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T20:16:57.9208846Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T20:16:57.9209237Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T20:16:57.9209632Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T20:16:57.9210007Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T20:16:57.9210367Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T20:16:57.9210719Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T20:16:57.9211067Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T20:16:57.9211551Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T20:16:57.9212059Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T20:16:57.9212440Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T20:16:57.9212824Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T20:16:57.9213219Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T20:16:57.9213628Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T20:16:57.9214039Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T20:16:57.9214442Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T20:16:57.9215107Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:16:57.9215529Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T20:16:57.9215902Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T20:16:57.9216266Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T20:16:57.9216623Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T20:16:57.9217001Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T20:16:57.9217422Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T20:16:57.9218079Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T20:16:57.9218475Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T20:16:57.9218892Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:16:57.9219333Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:16:57.9219727Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T20:16:57.9220095Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T20:16:57.9220443Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T20:16:57.9220789Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T20:16:57.9221347Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T20:16:57.9221721Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T20:16:57.9222094Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T20:16:57.9222493Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T20:16:57.9222907Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T20:16:57.9223369Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:16:57.9223801Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T20:16:57.9224172Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T20:16:57.9224557Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T20:16:57.9224941Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T20:16:57.9225330Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T20:16:57.9225712Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T20:16:57.9226086Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T20:16:57.9226520Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:16:57.9227018Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:16:57.9227442Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T20:16:57.9228082Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T20:16:57.9228459Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T20:16:57.9228864Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T20:16:57.9229341Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T20:16:57.9229714Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T20:16:57.9230111Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T20:16:57.9230490Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T20:16:57.9230839Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T20:16:57.9231192Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T20:16:57.9231803Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T20:16:57.9232248Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T20:16:57.9232625Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T20:16:57.9233010Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T20:16:57.9233449Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:16:57.9233896Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T20:16:57.9234323Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:16:57.9234715Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T20:16:57.9235227Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:16:57.9235737Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T20:16:57.9236125Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:16:57.9236534Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T20:16:57.9236958Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:16:57.9237475Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:16:57.9238334Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:16:57.9238943Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:16:57.9239591Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:16:57.9240244Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:16:57.9240872Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:16:57.9241498Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:16:57.9242083Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:16:57.9242568Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T20:16:57.9243009Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:16:57.9243445Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T20:16:57.9243869Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:16:57.9244380Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:16:57.9244815Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T20:16:57.9245195Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T20:16:57.9245562Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T20:16:57.9245938Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T20:16:57.9246316Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T20:16:57.9246724Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:16:57.9247133Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T20:16:57.9247497Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T20:16:57.9247987Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:16:57.9248446Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:16:57.9249136Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:16:57.9249637Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:16:57.9250121Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:16:57.9250569Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:16:57.9250986Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T20:16:57.9251396Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T20:16:57.9251805Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T20:16:57.9252232Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:16:57.9252653Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T20:16:57.9253041Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T20:16:57.9253417Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T20:16:57.9253790Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T20:16:57.9254163Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T20:16:57.9254595Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:16:57.9255174Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T20:16:57.9255572Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T20:16:57.9255983Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T20:16:57.9256406Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:16:57.9256849Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:16:57.9257294Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:16:57.9257925Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:16:57.9258329Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T20:16:57.9258698Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T20:16:57.9259084Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T20:16:57.9259455Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T20:16:57.9259823Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T20:16:57.9260221Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T20:16:57.9260616Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T20:16:57.9261038Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:16:57.9261506Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:16:57.9261957Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:16:57.9262344Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T20:16:57.9262692Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T20:16:57.9263060Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T20:16:57.9263456Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T20:16:57.9263840Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T20:16:57.9264231Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:16:57.9264658Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:16:57.9265299Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:16:57.9265732Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T20:16:57.9266118Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T20:16:57.9266511Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T20:16:57.9267064Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:16:57.9267789Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:16:57.9268248Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:16:57.9268694Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:16:57.9269119Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T20:16:57.9269516Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T20:16:57.9269909Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T20:16:57.9270299Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:16:57.9270698Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:16:57.9271098Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T20:16:57.9271610Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T20:16:57.9272001Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:16:57.9272402Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:16:57.9272775Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T20:16:57.9273182Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T20:16:57.9273648Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T20:16:57.9274070Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T20:16:57.9274447Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T20:16:57.9274821Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T20:16:57.9275207Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T20:16:57.9275586Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T20:16:57.9275952Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:16:57.9276383Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:16:57.9276832Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T20:16:57.9277236Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T20:16:57.9277778Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T20:16:57.9278181Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T20:16:57.9278564Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T20:16:57.9278937Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T20:16:57.9279322Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T20:16:57.9279728Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T20:16:57.9280171Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:16:57.9280616Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:16:57.9281039Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:16:57.9281440Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T20:16:57.9282018Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T20:16:57.9282459Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T20:16:57.9282846Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T20:16:57.9283203Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T20:16:57.9283552Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T20:16:57.9283920Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T20:16:57.9284295Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T20:16:57.9284644Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T20:16:57.9285013Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:16:57.9285407Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:16:57.9285796Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T20:16:57.9286151Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T20:16:57.9286500Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T20:16:57.9286874Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T20:16:57.9287430Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T20:16:57.9288072Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T20:16:57.9288436Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T20:16:57.9288796Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T20:16:57.9289181Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T20:16:57.9289561Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T20:16:57.9289910Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T20:16:57.9290287Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T20:16:57.9290678Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T20:16:57.9291057Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T20:16:57.9291434Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T20:16:57.9291806Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T20:16:57.9292189Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T20:16:57.9292590Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T20:16:57.9293012Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T20:16:57.9293413Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T20:16:57.9293768Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T20:16:57.9294120Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T20:16:57.9294460Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T20:16:57.9294878Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:16:57.9295375Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:16:57.9295875Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:16:57.9296354Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:16:57.9296859Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:16:57.9297297Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T20:16:57.9297811Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:16:57.9298447Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:16:57.9298856Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:16:57.9299243Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T20:16:57.9299629Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:16:57.9300012Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T20:16:57.9300391Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T20:16:57.9300781Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:16:57.9301219Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:16:57.9301650Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:16:57.9302024Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T20:16:57.9302427Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:16:57.9302849Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:16:57.9303228Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T20:16:57.9303577Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T20:16:57.9303962Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:16:57.9304562Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:16:57.9305021Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T20:16:57.9305430Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T20:16:57.9305846Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T20:16:57.9306269Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T20:16:57.9306706Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T20:16:57.9480940Z [+] Installing Go for linux-arm64...
2025-08-20T20:16:58.3174501Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T20:16:58.3174817Z [!] GOROOT: /usr/lib/go-1.22
2025-08-20T20:16:58.3175046Z [!] Removing existing GOROOT: /usr/lib/go-1.22
2025-08-20T20:16:58.3185265Z rm: cannot remove '/usr/lib/go-1.22/test': Permission denied
2025-08-20T20:16:58.3185700Z rm: cannot remove '/usr/lib/go-1.22/bin/gofmt': Permission denied
2025-08-20T20:16:58.3186053Z rm: cannot remove '/usr/lib/go-1.22/bin/go': Permission denied
2025-08-20T20:16:58.3248548Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/link': Permission denied
2025-08-20T20:16:58.3249037Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cover': Permission denied
2025-08-20T20:16:58.3249492Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/compile': Permission denied
2025-08-20T20:16:58.3249958Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pack': Permission denied
2025-08-20T20:16:58.3250396Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cgo': Permission denied
2025-08-20T20:16:58.3250839Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/covdata': Permission denied
2025-08-20T20:16:58.3251297Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/addr2line': Permission denied
2025-08-20T20:16:58.3251758Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/fix': Permission denied
2025-08-20T20:16:58.3252192Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/vet': Permission denied
2025-08-20T20:16:58.3252620Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/doc': Permission denied
2025-08-20T20:16:58.3253048Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/asm': Permission denied
2025-08-20T20:16:58.3253472Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/nm': Permission denied
2025-08-20T20:16:58.3254220Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/trace': Permission denied
2025-08-20T20:16:58.3254693Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/objdump': Permission denied
2025-08-20T20:16:58.3255142Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/dist': Permission denied
2025-08-20T20:16:58.3255589Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/test2json': Permission denied
2025-08-20T20:16:58.3256053Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/distpack': Permission denied
2025-08-20T20:16:58.3256512Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pprof': Permission denied
2025-08-20T20:16:58.3256955Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/buildid': Permission denied
2025-08-20T20:16:58.3257374Z rm: cannot remove '/usr/lib/go-1.22/pkg/include': Permission denied
2025-08-20T20:16:58.3257888Z rm: cannot remove '/usr/lib/go-1.22/api': Permission denied
2025-08-20T20:16:58.3258210Z rm: cannot remove '/usr/lib/go-1.22/src': Permission denied
2025-08-20T20:16:58.3258543Z rm: cannot remove '/usr/lib/go-1.22/go.env': Permission denied
2025-08-20T20:16:58.3258875Z rm: cannot remove '/usr/lib/go-1.22/misc': Permission denied
2025-08-20T20:16:58.3259207Z rm: cannot remove '/usr/lib/go-1.22/VERSION': Permission denied
2025-08-20T20:16:58.3285375Z go version go1.22.2 linux/arm64
2025-08-20T20:16:58.3560545Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:16:58.3560931Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T20:16:58.3561577Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T20:16:58.3561935Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T20:16:58.3562301Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T20:16:58.3562661Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T20:16:58.3563022Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T20:16:58.3563393Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T20:16:58.3563738Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T20:16:58.3564066Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T20:16:58.3564423Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T20:16:58.3564806Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T20:16:58.3565193Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T20:16:58.3565597Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T20:16:58.3565991Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T20:16:58.3566392Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T20:16:58.3566795Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T20:16:58.3567158Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T20:16:58.3567550Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:16:58.3568721Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:16:58.3569182Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T20:16:58.3569570Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T20:16:58.3569997Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:16:58.3570395Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T20:16:58.3570747Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T20:16:58.3571137Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:16:58.3571567Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:16:58.3572251Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:16:58.3572666Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:16:58.3573081Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:16:58.3573498Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T20:16:58.3573921Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T20:16:58.3574356Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T20:16:58.3574777Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:16:58.3575217Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T20:16:58.3575644Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:16:58.3576047Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:16:58.3576463Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T20:16:58.3576856Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T20:16:58.3577269Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:16:58.3577892Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T20:16:58.3578331Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:16:58.3578909Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T20:16:58.3579306Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T20:16:58.3579761Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T20:16:58.3580233Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:16:58.3580708Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:16:58.3581199Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T20:16:58.3581642Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T20:16:58.3582054Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:16:58.3582474Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T20:16:58.3582889Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T20:16:58.3583304Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T20:16:58.3583703Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T20:16:58.3584074Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T20:16:58.3584623Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T20:16:58.3584998Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T20:16:58.3585394Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T20:16:58.3585802Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:16:58.3586183Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T20:16:58.3586592Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:16:58.3587035Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:16:58.3587460Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:16:58.3588028Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:16:58.3588454Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T20:16:58.3588883Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:16:58.3589496Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:16:58.3589904Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T20:16:58.3590339Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:16:58.3590835Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:16:58.3591330Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T20:16:58.3591800Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T20:16:58.3592210Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T20:16:58.3592596Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T20:16:58.3592984Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T20:16:58.3593386Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T20:16:58.3593784Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T20:16:58.3594237Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:16:58.3594736Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:16:58.3595238Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:16:58.3595872Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:16:58.3596309Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:16:58.3596709Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:16:58.3597100Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:16:58.3597503Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:16:58.3598113Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T20:16:58.3598503Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T20:16:58.3598924Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T20:16:58.3599343Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T20:16:58.3599722Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T20:16:58.3600101Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T20:16:58.3600504Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:16:58.3600910Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T20:16:58.3601280Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T20:16:58.3601647Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T20:16:58.3602040Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:16:58.3602425Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T20:16:58.3602777Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T20:16:58.3603150Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T20:16:58.3603556Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T20:16:58.3603946Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T20:16:58.3604311Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T20:16:58.3604675Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T20:16:58.3605051Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T20:16:58.3605441Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T20:16:58.3606059Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T20:16:58.3606483Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T20:16:58.3606865Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T20:16:58.3607242Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T20:16:58.3607822Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T20:16:58.3608237Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T20:16:58.3608605Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T20:16:58.3608958Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T20:16:58.3609303Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T20:16:58.3609656Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T20:16:58.3610021Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T20:16:58.3610368Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T20:16:58.3610737Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T20:16:58.3611132Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T20:16:58.3611561Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:16:58.3612172Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T20:16:58.3612571Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T20:16:58.3612964Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T20:16:58.3613352Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T20:16:58.3613741Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T20:16:58.3614148Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T20:16:58.3614555Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T20:16:58.3614937Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T20:16:58.3615330Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T20:16:58.3615739Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:16:58.3616184Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:16:58.3616614Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T20:16:58.3617009Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T20:16:58.3617398Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T20:16:58.3618085Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T20:16:58.3618513Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T20:16:58.3618919Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T20:16:58.3619315Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T20:16:58.3619713Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:16:58.3620118Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T20:16:58.3620506Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T20:16:58.3620864Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T20:16:58.3621227Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T20:16:58.3621620Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T20:16:58.3622015Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T20:16:58.3622608Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T20:16:58.3623024Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T20:16:58.3623395Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T20:16:58.3623768Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T20:16:58.3624144Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T20:16:58.3624535Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T20:16:58.3624955Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:16:58.3625400Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T20:16:58.3625792Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T20:16:58.3626169Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T20:16:58.3626566Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T20:16:58.3626987Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:16:58.3627409Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:16:58.3627901Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T20:16:58.3628248Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T20:16:58.3628825Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:16:58.3629256Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T20:16:58.3629665Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T20:16:58.3630052Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T20:16:58.3630431Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T20:16:58.3630819Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T20:16:58.3631242Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:16:58.3631707Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:16:58.3632119Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T20:16:58.3632536Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T20:16:58.3632905Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T20:16:58.3633350Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:16:58.3633860Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:16:58.3634300Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T20:16:58.3634676Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T20:16:58.3635145Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:16:58.3635683Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:16:58.3636185Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:16:58.3636623Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T20:16:58.3636992Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T20:16:58.3637371Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T20:16:58.3637933Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T20:16:58.3638353Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T20:16:58.3638762Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:16:58.3639338Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T20:16:58.3639738Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T20:16:58.3640140Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:16:58.3640539Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T20:16:58.3640939Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:16:58.3641343Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T20:16:58.3641755Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:16:58.3642151Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T20:16:58.3642569Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:16:58.3643015Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T20:16:58.3643442Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T20:16:58.3643833Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T20:16:58.3644207Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T20:16:58.3644579Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T20:16:58.3644958Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T20:16:58.3645500Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T20:16:58.3645918Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:16:58.3646384Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:16:58.3646830Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:16:58.3647234Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T20:16:58.3647766Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T20:16:58.3648158Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T20:16:58.3648533Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T20:16:58.3648903Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T20:16:58.3649289Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T20:16:58.3649676Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T20:16:58.3650118Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:16:58.3650589Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T20:16:58.3651048Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:16:58.3651564Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:16:58.3652080Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:16:58.3652584Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:16:58.3653016Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T20:16:58.3653381Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T20:16:58.3653747Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T20:16:58.3654123Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:16:58.3654500Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T20:16:58.3654866Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T20:16:58.3655244Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:16:58.3655826Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T20:16:58.3656236Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:16:58.3656615Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T20:16:58.3656989Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T20:16:58.3657384Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T20:16:58.3657897Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T20:16:58.3658317Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:16:58.3658749Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:16:58.3659169Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T20:16:58.3659578Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T20:16:58.3659985Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T20:16:58.3660394Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T20:16:58.3660811Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T20:16:58.3661199Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T20:16:58.3661561Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T20:16:58.3662235Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:16:58.3662751Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T20:16:58.3663121Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T20:16:58.3663497Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T20:16:58.3663861Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T20:16:58.3664263Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:16:58.3664701Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T20:16:58.3665126Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:16:58.3665554Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T20:16:58.3665955Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T20:16:58.3666365Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T20:16:58.3666786Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:16:58.3667197Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T20:16:58.3667706Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T20:16:58.3668141Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:16:58.3668636Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:16:58.3669128Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:16:58.3669575Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:16:58.3669982Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T20:16:58.3670392Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T20:16:58.3670860Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:16:58.3671340Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T20:16:58.3671748Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T20:16:58.3672184Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:16:58.3672827Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T20:16:58.3673252Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T20:16:58.3673613Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T20:16:58.3673966Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T20:16:58.3674333Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T20:16:58.3674720Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T20:16:58.3675083Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T20:16:58.3675437Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T20:16:58.3675803Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T20:16:58.3676163Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T20:16:58.3676521Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T20:16:58.3676890Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T20:16:58.3677245Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T20:16:58.3677809Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T20:16:58.3678213Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T20:16:58.3678568Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T20:16:58.3679082Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T20:16:58.3679441Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T20:16:58.3679806Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T20:16:58.3680178Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T20:16:58.3680543Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T20:16:58.3680905Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T20:16:58.3681282Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T20:16:58.3681703Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T20:16:58.3682138Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T20:16:58.3682546Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T20:16:58.3682913Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T20:16:58.3683294Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:16:58.3683717Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:16:58.3684116Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T20:16:58.3684478Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T20:16:58.3684848Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T20:16:58.3685208Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T20:16:58.3685552Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T20:16:58.3685896Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T20:16:58.3686251Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T20:16:58.3686627Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T20:16:58.3686989Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T20:16:58.3687340Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T20:16:58.3687827Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T20:16:58.3688213Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:16:58.3688616Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T20:16:58.3689262Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:16:58.3689667Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T20:16:58.3690062Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:16:58.3690476Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:16:58.3690977Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:16:58.3691592Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:16:58.3692220Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:16:58.3692762Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:16:58.3693277Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:16:58.3693736Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:16:58.3694257Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:16:58.3694878Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:16:58.3695597Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:16:58.3696090Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:16:58.3696536Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T20:16:58.3696908Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T20:16:58.3697284Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T20:16:58.3697807Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T20:16:58.3698195Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T20:16:58.3698586Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T20:16:58.3698976Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T20:16:58.3699365Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T20:16:58.3699757Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T20:16:58.3700144Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T20:16:58.3700524Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T20:16:58.3700902Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T20:16:58.3701279Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T20:16:58.3701680Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T20:16:58.3702076Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T20:16:58.3702489Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T20:16:58.3702905Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T20:16:58.3703273Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T20:16:58.3703669Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T20:16:58.3704080Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T20:16:58.3704491Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:16:58.3704928Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:16:58.3705356Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T20:16:58.3705925Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T20:16:58.3706321Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T20:16:58.3706704Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T20:16:58.3707075Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T20:16:58.3707466Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:16:58.3707980Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T20:16:58.3708365Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T20:16:58.3708746Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T20:16:58.3709107Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T20:16:58.3709476Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T20:16:58.3710029Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:16:58.3710745Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:16:58.3711431Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:16:58.3712102Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:16:58.3712789Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T20:16:58.3713181Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T20:16:58.3713589Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T20:16:58.3713991Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T20:16:58.3714371Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T20:16:58.3714744Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T20:16:58.3715111Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T20:16:58.3715495Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T20:16:58.3715868Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T20:16:58.3716248Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T20:16:58.3716624Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T20:16:58.3717013Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T20:16:58.3717413Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T20:16:58.3717940Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T20:16:58.3718342Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T20:16:58.3718730Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T20:16:58.3719105Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T20:16:58.3719495Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T20:16:58.3719895Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T20:16:58.3720296Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T20:16:58.3720693Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T20:16:58.3721086Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T20:16:58.3721509Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:16:58.3721943Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T20:16:58.3722519Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T20:16:58.3722988Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:16:58.3723446Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:16:58.3723851Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T20:16:58.3724220Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T20:16:58.3724601Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T20:16:58.3724996Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T20:16:58.3725404Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:16:58.3725809Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T20:16:58.3726189Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T20:16:58.3726585Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T20:16:58.3727056Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:16:58.3727532Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:16:58.3728060Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T20:16:58.3728468Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:16:58.3729078Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:16:58.3729524Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:16:58.3729995Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:16:58.3730481Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:16:58.3730934Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:16:58.3731371Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:16:58.3731768Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T20:16:58.3732159Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T20:16:58.3732626Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T20:16:58.3733016Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T20:16:58.3733389Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T20:16:58.3733800Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T20:16:58.3734196Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T20:16:58.3734596Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:16:58.3735018Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T20:16:58.3735413Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T20:16:58.3735788Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T20:16:58.3736155Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T20:16:58.3736509Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T20:16:58.3736901Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:16:58.3737318Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:16:58.3737833Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T20:16:58.3738289Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:16:58.3738740Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:16:58.3739342Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T20:16:58.3739809Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:16:58.3740232Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T20:16:58.3740637Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:16:58.3741040Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T20:16:58.3741400Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T20:16:58.3741761Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T20:16:58.3742152Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T20:16:58.3742543Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T20:16:58.3742922Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T20:16:58.3743280Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T20:16:58.3743628Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T20:16:58.3743979Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T20:16:58.3744461Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T20:16:58.3744969Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T20:16:58.3745492Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T20:16:58.3745870Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T20:16:58.3746266Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T20:16:58.3746674Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T20:16:58.3747081Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T20:16:58.3747488Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T20:16:58.3748033Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:16:58.3748445Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T20:16:58.3748819Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T20:16:58.3749183Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T20:16:58.3749548Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T20:16:58.3749922Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T20:16:58.3750342Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T20:16:58.3750773Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T20:16:58.3751165Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T20:16:58.3751590Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:16:58.3752029Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:16:58.3752424Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T20:16:58.3752793Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T20:16:58.3753143Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T20:16:58.3753494Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T20:16:58.3753864Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T20:16:58.3754238Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T20:16:58.3754614Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T20:16:58.3755019Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T20:16:58.3755640Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T20:16:58.3756124Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:16:58.3756564Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T20:16:58.3756937Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T20:16:58.3757323Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T20:16:58.3757906Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T20:16:58.3758308Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T20:16:58.3758689Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T20:16:58.3759062Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T20:16:58.3759498Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:16:58.3759988Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:16:58.3760411Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T20:16:58.3760785Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T20:16:58.3761163Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T20:16:58.3761566Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T20:16:58.3762113Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T20:16:58.3762487Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T20:16:58.3762886Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T20:16:58.3763265Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T20:16:58.3763612Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T20:16:58.3763970Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T20:16:58.3764367Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T20:16:58.3764785Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T20:16:58.3765160Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T20:16:58.3765542Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T20:16:58.3765990Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:16:58.3766429Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T20:16:58.3766854Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:16:58.3767249Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T20:16:58.3767911Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:16:58.3768423Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T20:16:58.3768815Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:16:58.3769227Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T20:16:58.3769655Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:16:58.3770179Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:16:58.3770762Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:16:58.3771372Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:16:58.3772018Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:16:58.3772844Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:16:58.3773483Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:16:58.3774109Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:16:58.3774692Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:16:58.3775179Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T20:16:58.3775625Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:16:58.3776061Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T20:16:58.3776489Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:16:58.3776966Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:16:58.3777398Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T20:16:58.3777906Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T20:16:58.3778273Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T20:16:58.3778652Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T20:16:58.3779164Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T20:16:58.3779573Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:16:58.3779984Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T20:16:58.3780344Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T20:16:58.3780732Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:16:58.3781195Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:16:58.3781686Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:16:58.3782174Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:16:58.3782662Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:16:58.3783120Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:16:58.3783538Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T20:16:58.3783952Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T20:16:58.3784365Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T20:16:58.3784795Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:16:58.3785223Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T20:16:58.3785611Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T20:16:58.3785990Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T20:16:58.3786370Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T20:16:58.3786749Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T20:16:58.3787189Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:16:58.3787770Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T20:16:58.3788192Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T20:16:58.3788606Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T20:16:58.3789031Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:16:58.3789653Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:16:58.3790124Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:16:58.3790552Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:16:58.3790947Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T20:16:58.3791320Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T20:16:58.3791712Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T20:16:58.3792081Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T20:16:58.3792452Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T20:16:58.3792852Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T20:16:58.3793253Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T20:16:58.3793682Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:16:58.3794153Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:16:58.3794607Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:16:58.3795000Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T20:16:58.3795354Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T20:16:58.3795850Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T20:16:58.3796249Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T20:16:58.3796633Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T20:16:58.3797022Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:16:58.3797450Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:16:58.3798121Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:16:58.3798542Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T20:16:58.3798927Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T20:16:58.3799326Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T20:16:58.3799870Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:16:58.3800451Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:16:58.3800904Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:16:58.3801349Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:16:58.3801774Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T20:16:58.3802175Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T20:16:58.3802565Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T20:16:58.3802952Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:16:58.3803358Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:16:58.3803763Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T20:16:58.3804143Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T20:16:58.3804538Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:16:58.3804944Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:16:58.3805321Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T20:16:58.3805931Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T20:16:58.3806429Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T20:16:58.3806851Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T20:16:58.3807225Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T20:16:58.3807801Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T20:16:58.3808209Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T20:16:58.3808584Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T20:16:58.3808950Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:16:58.3809380Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:16:58.3809825Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T20:16:58.3810230Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T20:16:58.3810624Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T20:16:58.3811019Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T20:16:58.3811400Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T20:16:58.3811777Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T20:16:58.3812378Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T20:16:58.3812786Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T20:16:58.3813226Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:16:58.3813675Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:16:58.3814096Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:16:58.3814499Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T20:16:58.3814905Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T20:16:58.3815331Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T20:16:58.3815721Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T20:16:58.3816075Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T20:16:58.3816428Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T20:16:58.3816793Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T20:16:58.3817162Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T20:16:58.3817518Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T20:16:58.3818036Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:16:58.3818439Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:16:58.3818823Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T20:16:58.3819180Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T20:16:58.3819527Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T20:16:58.3819906Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T20:16:58.3820309Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T20:16:58.3820686Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T20:16:58.3821051Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T20:16:58.3821413Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T20:16:58.3821801Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T20:16:58.3822184Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T20:16:58.3822742Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T20:16:58.3823140Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T20:16:58.3823533Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T20:16:58.3823913Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T20:16:58.3824290Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T20:16:58.3824667Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T20:16:58.3825053Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T20:16:58.3825456Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T20:16:58.3825879Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T20:16:58.3826278Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T20:16:58.3826639Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T20:16:58.3826984Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T20:16:58.3827325Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T20:16:58.3827884Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:16:58.3828392Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:16:58.3829042Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:16:58.3829519Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:16:58.3830023Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:16:58.3830462Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T20:16:58.3830851Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:16:58.3831244Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:16:58.3831637Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:16:58.3832023Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T20:16:58.3832407Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:16:58.3832850Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T20:16:58.3833227Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T20:16:58.3833617Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:16:58.3834063Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:16:58.3834495Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:16:58.3834877Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T20:16:58.3835279Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:16:58.3835701Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:16:58.3836078Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T20:16:58.3836427Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T20:16:58.3836820Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:16:58.3837271Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:16:58.3837962Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T20:16:58.3838396Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T20:16:58.3838813Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T20:16:58.3839440Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T20:16:58.3839893Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T20:16:58.5753424Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:16:58.7379829Z Collecting meson
2025-08-20T20:16:58.7905381Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T20:16:58.8347493Z Collecting ninja
2025-08-20T20:16:58.8428451Z   Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (5.1 kB)
2025-08-20T20:16:58.8602395Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T20:16:58.9413428Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 13.6 MB/s  0:00:00
2025-08-20T20:16:58.9500597Z Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (177 kB)
2025-08-20T20:16:59.0398803Z Installing collected packages: ninja, meson
2025-08-20T20:16:59.6932333Z 
2025-08-20T20:16:59.6955293Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T20:16:59.9553083Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:17:00.0430057Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T20:17:00.1073683Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T20:17:00.4813037Z 1.8.4
2025-08-20T20:17:00.5105258Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T20:17:00.5377304Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:17:00.5377854Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T20:17:00.5378247Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T20:17:00.5378614Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T20:17:00.5379335Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T20:17:00.5379790Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T20:17:00.5380159Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T20:17:00.5380519Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T20:17:00.5380860Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T20:17:00.5381184Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T20:17:00.5381553Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T20:17:00.5381929Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T20:17:00.5382309Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T20:17:00.5382712Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T20:17:00.5383103Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T20:17:00.5383509Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T20:17:00.5383911Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T20:17:00.5384274Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T20:17:00.5384648Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:17:00.5385104Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:17:00.5385551Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T20:17:00.5385939Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T20:17:00.5386358Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:17:00.5386753Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T20:17:00.5387105Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T20:17:00.5388057Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:17:00.5388584Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:17:00.5389000Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:17:00.5389402Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:17:00.5389813Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:17:00.5390240Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T20:17:00.5390657Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T20:17:00.5391084Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T20:17:00.5391502Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:17:00.5391941Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T20:17:00.5392369Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:17:00.5392774Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:17:00.5393183Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T20:17:00.5393573Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T20:17:00.5393980Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:17:00.5394609Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T20:17:00.5395026Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:17:00.5395427Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T20:17:00.5395818Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T20:17:00.5396270Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T20:17:00.5396744Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:17:00.5397211Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:17:00.5397981Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T20:17:00.5398454Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T20:17:00.5398880Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:17:00.5399299Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T20:17:00.5399704Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T20:17:00.5400119Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T20:17:00.5400512Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T20:17:00.5400887Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T20:17:00.5401378Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T20:17:00.5401751Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T20:17:00.5402151Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T20:17:00.5402559Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:17:00.5402946Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T20:17:00.5403353Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:17:00.5403791Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:17:00.5404218Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:17:00.5404630Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:17:00.5405336Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T20:17:00.5405792Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:17:00.5406198Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:17:00.5406592Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T20:17:00.5407028Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:17:00.5407532Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:17:00.5408209Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T20:17:00.5408676Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T20:17:00.5409094Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T20:17:00.5409486Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T20:17:00.5409883Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T20:17:00.5410280Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T20:17:00.5410679Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T20:17:00.5411137Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:17:00.5411831Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:17:00.5412340Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:17:00.5412833Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:17:00.5413272Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:17:00.5413673Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:17:00.5414069Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:17:00.5414475Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:17:00.5414871Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T20:17:00.5415257Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T20:17:00.5415681Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T20:17:00.5416114Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T20:17:00.5416498Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T20:17:00.5416872Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T20:17:00.5417280Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:17:00.5417873Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T20:17:00.5418273Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T20:17:00.5418644Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T20:17:00.5419038Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:17:00.5419420Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T20:17:00.5419767Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T20:17:00.5420147Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T20:17:00.5420555Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T20:17:00.5420941Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T20:17:00.5421301Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T20:17:00.5421663Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T20:17:00.5422388Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T20:17:00.5422810Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T20:17:00.5423211Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T20:17:00.5423605Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T20:17:00.5423986Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T20:17:00.5424372Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T20:17:00.5424770Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T20:17:00.5425172Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T20:17:00.5425540Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T20:17:00.5425895Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T20:17:00.5426245Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T20:17:00.5426599Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T20:17:00.5426956Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T20:17:00.5427308Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T20:17:00.5427864Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T20:17:00.5428423Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T20:17:00.5428856Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:17:00.5429293Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T20:17:00.5429692Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T20:17:00.5430085Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T20:17:00.5430479Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T20:17:00.5430866Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T20:17:00.5431266Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T20:17:00.5431676Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T20:17:00.5432062Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T20:17:00.5432461Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T20:17:00.5432873Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:17:00.5433309Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:17:00.5433738Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T20:17:00.5434128Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T20:17:00.5434527Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T20:17:00.5434937Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T20:17:00.5435347Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T20:17:00.5435747Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T20:17:00.5436142Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T20:17:00.5436546Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:17:00.5436951Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T20:17:00.5437333Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T20:17:00.5437899Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T20:17:00.5438277Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T20:17:00.5438903Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T20:17:00.5439320Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T20:17:00.5439723Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T20:17:00.5440115Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T20:17:00.5440485Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T20:17:00.5440865Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T20:17:00.5441244Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T20:17:00.5441629Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T20:17:00.5442049Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:17:00.5442492Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T20:17:00.5442892Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T20:17:00.5443262Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T20:17:00.5443651Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T20:17:00.5444066Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:17:00.5444483Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:17:00.5444993Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T20:17:00.5445337Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T20:17:00.5445760Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:17:00.5446190Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T20:17:00.5446603Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T20:17:00.5446994Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T20:17:00.5447376Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T20:17:00.5447930Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T20:17:00.5448359Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:17:00.5448825Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:17:00.5449243Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T20:17:00.5449609Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T20:17:00.5449969Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T20:17:00.5450414Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:17:00.5450922Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:17:00.5451367Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T20:17:00.5451744Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T20:17:00.5452204Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:17:00.5452741Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:17:00.5453275Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:17:00.5453711Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T20:17:00.5454076Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T20:17:00.5454458Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T20:17:00.5454869Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T20:17:00.5455513Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T20:17:00.5455943Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:17:00.5456316Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T20:17:00.5456688Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T20:17:00.5457086Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:17:00.5457488Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T20:17:00.5458088Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:17:00.5458489Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T20:17:00.5458881Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:17:00.5459274Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T20:17:00.5459701Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:17:00.5460146Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T20:17:00.5460570Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T20:17:00.5460961Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T20:17:00.5461334Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T20:17:00.5461874Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T20:17:00.5462247Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T20:17:00.5462634Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T20:17:00.5463048Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:17:00.5463514Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:17:00.5463968Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:17:00.5464374Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T20:17:00.5464761Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T20:17:00.5465145Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T20:17:00.5465523Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T20:17:00.5465895Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T20:17:00.5466281Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T20:17:00.5466662Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T20:17:00.5467110Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:17:00.5467758Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T20:17:00.5468244Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:17:00.5468763Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:17:00.5469273Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:17:00.5469776Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:17:00.5470217Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T20:17:00.5470581Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T20:17:00.5470943Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T20:17:00.5471318Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:17:00.5471696Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T20:17:00.5472252Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T20:17:00.5472644Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:17:00.5473025Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T20:17:00.5473408Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:17:00.5473788Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T20:17:00.5474170Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T20:17:00.5474569Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T20:17:00.5474958Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T20:17:00.5475374Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:17:00.5475809Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:17:00.5476232Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T20:17:00.5476644Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T20:17:00.5477047Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T20:17:00.5477457Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T20:17:00.5478044Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T20:17:00.5478607Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T20:17:00.5478967Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T20:17:00.5479474Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:17:00.5480033Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T20:17:00.5480398Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T20:17:00.5480777Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T20:17:00.5481142Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T20:17:00.5481538Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:17:00.5481976Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T20:17:00.5482403Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:17:00.5482839Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T20:17:00.5483241Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T20:17:00.5483649Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T20:17:00.5484074Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:17:00.5484483Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T20:17:00.5484879Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T20:17:00.5485309Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:17:00.5485801Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:17:00.5486301Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:17:00.5486758Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:17:00.5487170Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T20:17:00.5487712Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T20:17:00.5488212Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:17:00.5488700Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T20:17:00.5489299Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T20:17:00.5489752Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:17:00.5490202Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T20:17:00.5490610Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T20:17:00.5490970Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T20:17:00.5491325Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T20:17:00.5491694Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T20:17:00.5492076Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T20:17:00.5492441Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T20:17:00.5492792Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T20:17:00.5493166Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T20:17:00.5493532Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T20:17:00.5493890Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T20:17:00.5494259Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T20:17:00.5494613Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T20:17:00.5495133Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T20:17:00.5495515Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T20:17:00.5495876Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T20:17:00.5496237Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T20:17:00.5496594Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T20:17:00.5496954Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T20:17:00.5497330Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T20:17:00.5497899Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T20:17:00.5498268Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T20:17:00.5498645Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T20:17:00.5499065Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T20:17:00.5499504Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T20:17:00.5499910Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T20:17:00.5500273Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T20:17:00.5500654Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:17:00.5501081Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:17:00.5501483Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T20:17:00.5501843Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T20:17:00.5502208Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T20:17:00.5502565Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T20:17:00.5502909Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T20:17:00.5503264Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T20:17:00.5503616Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T20:17:00.5503986Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T20:17:00.5504341Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T20:17:00.5504689Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T20:17:00.5505026Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T20:17:00.5505615Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:17:00.5506041Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T20:17:00.5506467Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:17:00.5506863Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T20:17:00.5507261Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:17:00.5507849Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:17:00.5508361Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:17:00.5508975Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:17:00.5509601Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:17:00.5510143Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:17:00.5510616Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:17:00.5511074Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:17:00.5511592Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:17:00.5512360Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:17:00.5512923Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:17:00.5513415Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:17:00.5513857Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T20:17:00.5514230Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T20:17:00.5514602Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T20:17:00.5514975Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T20:17:00.5515357Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T20:17:00.5515740Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T20:17:00.5516127Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T20:17:00.5516513Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T20:17:00.5516901Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T20:17:00.5517288Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T20:17:00.5517822Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T20:17:00.5518214Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T20:17:00.5518586Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T20:17:00.5518979Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T20:17:00.5519369Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T20:17:00.5519780Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T20:17:00.5520199Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T20:17:00.5520567Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T20:17:00.5520960Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T20:17:00.5521371Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T20:17:00.5521782Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:17:00.5522424Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:17:00.5522865Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T20:17:00.5523230Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T20:17:00.5523600Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T20:17:00.5523978Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T20:17:00.5524353Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T20:17:00.5524744Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:17:00.5525134Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T20:17:00.5525517Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T20:17:00.5525895Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T20:17:00.5526260Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T20:17:00.5526638Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T20:17:00.5527185Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:17:00.5528116Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:17:00.5528964Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:17:00.5529633Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:17:00.5530159Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T20:17:00.5530541Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T20:17:00.5530954Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T20:17:00.5531356Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T20:17:00.5531732Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T20:17:00.5532107Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T20:17:00.5532478Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T20:17:00.5532856Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T20:17:00.5533233Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T20:17:00.5533611Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T20:17:00.5533990Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T20:17:00.5534375Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T20:17:00.5534781Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T20:17:00.5535180Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T20:17:00.5535580Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T20:17:00.5535969Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T20:17:00.5536349Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T20:17:00.5536743Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T20:17:00.5537148Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T20:17:00.5537549Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T20:17:00.5538115Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T20:17:00.5538512Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T20:17:00.5539123Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:17:00.5539571Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T20:17:00.5539973Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T20:17:00.5540409Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:17:00.5540863Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:17:00.5541275Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T20:17:00.5541643Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T20:17:00.5542024Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T20:17:00.5542419Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T20:17:00.5542823Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:17:00.5543231Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T20:17:00.5543611Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T20:17:00.5544001Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T20:17:00.5544472Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:17:00.5544948Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:17:00.5545524Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T20:17:00.5545934Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:17:00.5546386Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:17:00.5546830Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:17:00.5547311Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:17:00.5547955Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:17:00.5548402Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:17:00.5548843Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:17:00.5549241Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T20:17:00.5549636Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T20:17:00.5550053Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T20:17:00.5550433Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T20:17:00.5550808Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T20:17:00.5551219Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T20:17:00.5551622Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T20:17:00.5552031Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:17:00.5552446Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T20:17:00.5552838Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T20:17:00.5553214Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T20:17:00.5553584Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T20:17:00.5553940Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T20:17:00.5554326Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:17:00.5554745Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:17:00.5555137Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T20:17:00.5555782Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:17:00.5556250Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:17:00.5556652Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T20:17:00.5557090Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:17:00.5557508Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T20:17:00.5558082Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:17:00.5558494Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T20:17:00.5558850Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T20:17:00.5559211Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T20:17:00.5559603Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T20:17:00.5560002Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T20:17:00.5560377Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T20:17:00.5560732Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T20:17:00.5561081Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T20:17:00.5561428Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T20:17:00.5562052Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T20:17:00.5562558Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T20:17:00.5562943Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T20:17:00.5563322Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T20:17:00.5563717Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T20:17:00.5564131Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T20:17:00.5564544Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T20:17:00.5564949Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T20:17:00.5565362Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:17:00.5565774Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T20:17:00.5566154Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T20:17:00.5566523Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T20:17:00.5566884Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T20:17:00.5567261Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T20:17:00.5567836Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T20:17:00.5568287Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T20:17:00.5568686Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T20:17:00.5569107Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:17:00.5569542Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:17:00.5569942Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T20:17:00.5570309Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T20:17:00.5570657Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T20:17:00.5571004Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T20:17:00.5571369Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T20:17:00.5571744Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T20:17:00.5572305Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T20:17:00.5572724Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T20:17:00.5573139Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T20:17:00.5573598Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:17:00.5574036Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T20:17:00.5574415Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T20:17:00.5574801Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T20:17:00.5575185Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T20:17:00.5575574Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T20:17:00.5575956Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T20:17:00.5576332Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T20:17:00.5576771Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:17:00.5577264Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:17:00.5577827Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T20:17:00.5578356Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T20:17:00.5578735Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T20:17:00.5579135Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T20:17:00.5579527Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T20:17:00.5579940Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T20:17:00.5580340Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T20:17:00.5580719Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T20:17:00.5581069Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T20:17:00.5581420Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T20:17:00.5581818Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T20:17:00.5582242Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T20:17:00.5582624Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T20:17:00.5583008Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T20:17:00.5583449Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:17:00.5583889Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T20:17:00.5584317Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:17:00.5584710Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T20:17:00.5585225Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:17:00.5585733Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T20:17:00.5586124Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:17:00.5586533Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T20:17:00.5586958Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:17:00.5587485Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:17:00.5588237Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:17:00.5589042Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:17:00.5589703Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:17:00.5590349Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:17:00.5590983Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:17:00.5591616Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:17:00.5592200Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:17:00.5592681Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T20:17:00.5593126Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:17:00.5593561Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T20:17:00.5593985Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:17:00.5594458Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:17:00.5594887Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T20:17:00.5595268Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T20:17:00.5595781Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T20:17:00.5596157Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T20:17:00.5596537Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T20:17:00.5596943Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:17:00.5597357Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T20:17:00.5597856Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T20:17:00.5598245Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:17:00.5598708Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:17:00.5599194Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:17:00.5599681Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:17:00.5600175Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:17:00.5600624Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:17:00.5601040Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T20:17:00.5601455Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T20:17:00.5601872Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T20:17:00.5602323Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:17:00.5602751Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T20:17:00.5603138Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T20:17:00.5603519Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T20:17:00.5603898Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T20:17:00.5604280Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T20:17:00.5604716Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:17:00.5605159Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T20:17:00.5605562Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T20:17:00.5606189Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T20:17:00.5606640Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:17:00.5607089Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:17:00.5607533Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:17:00.5608104Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:17:00.5608506Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T20:17:00.5608876Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T20:17:00.5609267Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T20:17:00.5609638Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T20:17:00.5610011Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T20:17:00.5610414Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T20:17:00.5610812Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T20:17:00.5611237Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:17:00.5611708Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:17:00.5612164Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:17:00.5612721Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T20:17:00.5613072Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T20:17:00.5613443Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T20:17:00.5613838Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T20:17:00.5614225Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T20:17:00.5614619Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:17:00.5615046Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:17:00.5615491Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:17:00.5615909Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T20:17:00.5616297Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T20:17:00.5616695Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T20:17:00.5617239Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:17:00.5617955Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:17:00.5618405Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:17:00.5618854Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:17:00.5619282Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T20:17:00.5619676Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T20:17:00.5620069Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T20:17:00.5620460Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:17:00.5620860Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:17:00.5621261Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T20:17:00.5621639Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T20:17:00.5622029Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:17:00.5622639Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:17:00.5623029Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T20:17:00.5623439Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T20:17:00.5623900Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T20:17:00.5624324Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T20:17:00.5624703Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T20:17:00.5625077Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T20:17:00.5625465Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T20:17:00.5625840Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T20:17:00.5626209Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:17:00.5626641Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:17:00.5627084Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T20:17:00.5627486Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T20:17:00.5628013Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T20:17:00.5628411Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T20:17:00.5628957Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T20:17:00.5629331Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T20:17:00.5629719Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T20:17:00.5630119Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T20:17:00.5630564Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:17:00.5631016Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:17:00.5631439Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:17:00.5631840Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T20:17:00.5632242Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T20:17:00.5632665Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T20:17:00.5633056Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T20:17:00.5633410Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T20:17:00.5633756Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T20:17:00.5634120Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T20:17:00.5634496Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T20:17:00.5634851Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T20:17:00.5635219Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:17:00.5635618Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:17:00.5636002Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T20:17:00.5636363Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T20:17:00.5636718Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T20:17:00.5637099Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T20:17:00.5637499Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T20:17:00.5638032Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T20:17:00.5638399Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T20:17:00.5638978Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T20:17:00.5639379Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T20:17:00.5639758Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T20:17:00.5640107Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T20:17:00.5640479Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T20:17:00.5640871Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T20:17:00.5641256Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T20:17:00.5641632Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T20:17:00.5642006Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T20:17:00.5642392Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T20:17:00.5642793Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T20:17:00.5643219Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T20:17:00.5643618Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T20:17:00.5643974Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T20:17:00.5644319Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T20:17:00.5644662Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T20:17:00.5645234Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:17:00.5645735Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:17:00.5646208Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:17:00.5646685Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:17:00.5647192Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:17:00.5647777Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T20:17:00.5648168Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:17:00.5648558Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:17:00.5648946Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:17:00.5649341Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T20:17:00.5649726Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:17:00.5650114Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T20:17:00.5650489Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T20:17:00.5650880Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:17:00.5651326Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:17:00.5651760Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:17:00.5652131Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T20:17:00.5652531Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:17:00.5652953Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:17:00.5653337Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T20:17:00.5653686Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T20:17:00.5654074Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:17:00.5654528Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:17:00.5654987Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T20:17:00.5655594Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T20:17:00.5656029Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T20:17:00.5656458Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T20:17:00.5656889Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T20:17:00.7775562Z info: downloading installer
2025-08-20T20:17:01.0404140Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T20:17:01.0404501Z warn: /home/runner/.rustup/settings.toml
2025-08-20T20:17:01.0404867Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T20:17:01.0405288Z warn: instead of the one inferred from the default host triple.
2025-08-20T20:17:01.0603671Z info: profile set to 'default'
2025-08-20T20:17:01.0604346Z info: default host triple is aarch64-unknown-linux-gnu
2025-08-20T20:17:01.0605061Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T20:17:01.1130705Z info: syncing channel updates for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T20:17:01.2132358Z info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:17:01.2421655Z info: downloading component 'clippy'
2025-08-20T20:17:01.3113916Z info: downloading component 'rustfmt'
2025-08-20T20:17:01.3682069Z info: downloading component 'cargo'
2025-08-20T20:17:01.4682430Z info: downloading component 'rust-std'
2025-08-20T20:17:01.6810366Z info: downloading component 'rustc'
2025-08-20T20:17:02.2368963Z info: removing previous version of component 'clippy'
2025-08-20T20:17:02.2502563Z info: removing previous version of component 'rustfmt'
2025-08-20T20:17:02.2564228Z info: removing previous version of component 'cargo'
2025-08-20T20:17:02.2762985Z info: removing previous version of component 'rust-std'
2025-08-20T20:17:02.3075408Z info: removing previous version of component 'rustc'
2025-08-20T20:17:02.3297669Z info: installing component 'clippy'
2025-08-20T20:17:02.5946272Z info: installing component 'rustfmt'
2025-08-20T20:17:02.7917662Z info: installing component 'cargo'
2025-08-20T20:17:03.2811699Z info: installing component 'rust-std'
2025-08-20T20:17:04.5752976Z info: installing component 'rustc'
2025-08-20T20:17:07.2651715Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T20:17:07.2652015Z 
2025-08-20T20:17:07.2723782Z   stable-aarch64-unknown-linux-gnu updated - rustc 1.89.0 (29483883e 2025-08-04) (from rustc 1.87.0 (17067e9ac 2025-05-09))
2025-08-20T20:17:07.2724212Z 
2025-08-20T20:17:07.2724220Z 
2025-08-20T20:17:07.2724301Z Rust is installed now. Great!
2025-08-20T20:17:07.2724445Z 
2025-08-20T20:17:07.2724621Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T20:17:07.2725014Z environment variable. This has not been done automatically.
2025-08-20T20:17:07.2725230Z 
2025-08-20T20:17:07.2725359Z To configure your current shell, you need to source
2025-08-20T20:17:07.2725643Z the corresponding env file under $HOME/.cargo.
2025-08-20T20:17:07.2725822Z 
2025-08-20T20:17:07.2725991Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T20:17:07.2726369Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T20:17:07.2726661Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T20:17:07.2726935Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T20:17:07.2892140Z info: using existing install for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T20:17:07.3209471Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T20:17:07.3209736Z 
2025-08-20T20:17:07.3276517Z   stable-aarch64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:17:07.3276836Z 
2025-08-20T20:17:07.3673046Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:17:07.4042548Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T20:17:07.4300265Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:17:07.4300703Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T20:17:07.4301079Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T20:17:07.4301442Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T20:17:07.4301806Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T20:17:07.4302161Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T20:17:07.4302530Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T20:17:07.4302884Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T20:17:07.4303227Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T20:17:07.4303552Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T20:17:07.4303916Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T20:17:07.4304317Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T20:17:07.4304705Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T20:17:07.4305110Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T20:17:07.4305506Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T20:17:07.4305907Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T20:17:07.4306538Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T20:17:07.4306898Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T20:17:07.4307273Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:17:07.4308192Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:17:07.4308651Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T20:17:07.4309042Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T20:17:07.4309461Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:17:07.4309853Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T20:17:07.4310200Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T20:17:07.4310586Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:17:07.4311019Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:17:07.4311430Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:17:07.4311834Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:17:07.4312248Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:17:07.4312663Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T20:17:07.4313090Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T20:17:07.4313518Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T20:17:07.4313942Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:17:07.4314383Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T20:17:07.4314816Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:17:07.4315226Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:17:07.4315639Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T20:17:07.4316079Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T20:17:07.4316489Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:17:07.4316913Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T20:17:07.4317549Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:17:07.4318313Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T20:17:07.4318714Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T20:17:07.4319165Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T20:17:07.4319644Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:17:07.4320114Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:17:07.4320626Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T20:17:07.4321071Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T20:17:07.4321483Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:17:07.4321903Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T20:17:07.4322316Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T20:17:07.4322732Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T20:17:07.4323134Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T20:17:07.4323505Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T20:17:07.4324042Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T20:17:07.4324414Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T20:17:07.4324806Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T20:17:07.4325205Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:17:07.4325585Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T20:17:07.4325997Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:17:07.4326433Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:17:07.4326857Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:17:07.4327266Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:17:07.4328051Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T20:17:07.4328499Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:17:07.4328902Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:17:07.4329295Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T20:17:07.4329729Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:17:07.4330228Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:17:07.4330723Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T20:17:07.4331184Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T20:17:07.4331600Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T20:17:07.4331986Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T20:17:07.4332380Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T20:17:07.4332780Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T20:17:07.4333176Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T20:17:07.4333634Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:17:07.4334132Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:17:07.4334807Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:17:07.4335313Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:17:07.4335750Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:17:07.4336151Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:17:07.4336547Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:17:07.4336952Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:17:07.4337347Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T20:17:07.4338479Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T20:17:07.4338907Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T20:17:07.4339336Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T20:17:07.4339716Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T20:17:07.4340088Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T20:17:07.4340492Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:17:07.4340892Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T20:17:07.4341443Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T20:17:07.4341810Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T20:17:07.4342200Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:17:07.4342588Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T20:17:07.4342938Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T20:17:07.4343315Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T20:17:07.4343720Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T20:17:07.4344107Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T20:17:07.4344468Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T20:17:07.4344830Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T20:17:07.4345204Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T20:17:07.4345596Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T20:17:07.4345993Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T20:17:07.4346387Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T20:17:07.4346766Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T20:17:07.4347147Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T20:17:07.4347546Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T20:17:07.4348117Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T20:17:07.4348485Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T20:17:07.4348843Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T20:17:07.4349193Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T20:17:07.4349551Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T20:17:07.4349913Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T20:17:07.4350261Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T20:17:07.4350635Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T20:17:07.4351030Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T20:17:07.4351642Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:17:07.4352090Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T20:17:07.4352490Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T20:17:07.4352881Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T20:17:07.4353268Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T20:17:07.4353794Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T20:17:07.4354200Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T20:17:07.4354609Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T20:17:07.4354994Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T20:17:07.4355389Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T20:17:07.4355806Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:17:07.4356244Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:17:07.4356674Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T20:17:07.4357058Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T20:17:07.4357455Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T20:17:07.4358193Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T20:17:07.4358605Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T20:17:07.4359010Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T20:17:07.4359408Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T20:17:07.4359807Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:17:07.4360250Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T20:17:07.4360633Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T20:17:07.4360988Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T20:17:07.4361350Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T20:17:07.4361746Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T20:17:07.4362148Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T20:17:07.4362547Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T20:17:07.4362934Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T20:17:07.4363303Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T20:17:07.4363675Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T20:17:07.4364063Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T20:17:07.4364452Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T20:17:07.4364877Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:17:07.4365316Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T20:17:07.4365712Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T20:17:07.4366090Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T20:17:07.4366483Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T20:17:07.4366909Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:17:07.4367329Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:17:07.4367835Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T20:17:07.4368411Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T20:17:07.4368849Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:17:07.4369279Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T20:17:07.4369687Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T20:17:07.4370070Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T20:17:07.4370454Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T20:17:07.4370836Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T20:17:07.4371258Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:17:07.4371723Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:17:07.4372136Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T20:17:07.4372507Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T20:17:07.4372868Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T20:17:07.4373312Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:17:07.4373812Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:17:07.4374247Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T20:17:07.4374767Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T20:17:07.4375227Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:17:07.4375761Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:17:07.4376264Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:17:07.4376705Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T20:17:07.4377065Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T20:17:07.4377447Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T20:17:07.4378002Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T20:17:07.4378418Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T20:17:07.4378824Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:17:07.4379200Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T20:17:07.4379575Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T20:17:07.4379975Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:17:07.4380377Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T20:17:07.4380776Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:17:07.4381172Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T20:17:07.4381565Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:17:07.4381956Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T20:17:07.4382375Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:17:07.4382822Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T20:17:07.4383249Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T20:17:07.4383638Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T20:17:07.4384013Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T20:17:07.4384388Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T20:17:07.4384959Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T20:17:07.4385371Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T20:17:07.4385789Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:17:07.4386258Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:17:07.4386707Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:17:07.4387119Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T20:17:07.4387505Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T20:17:07.4388099Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T20:17:07.4388479Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T20:17:07.4388847Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T20:17:07.4389245Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T20:17:07.4389628Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T20:17:07.4390069Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:17:07.4390543Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T20:17:07.4391003Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:17:07.4391688Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:17:07.4392204Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:17:07.4392704Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:17:07.4393143Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T20:17:07.4393511Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T20:17:07.4393877Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T20:17:07.4394254Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:17:07.4394634Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T20:17:07.4395001Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T20:17:07.4395384Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:17:07.4395765Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T20:17:07.4396151Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:17:07.4396529Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T20:17:07.4396903Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T20:17:07.4397302Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T20:17:07.4397844Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T20:17:07.4398270Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:17:07.4398703Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:17:07.4399119Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T20:17:07.4399538Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T20:17:07.4399938Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T20:17:07.4400345Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T20:17:07.4400764Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T20:17:07.4401156Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T20:17:07.4401803Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T20:17:07.4402328Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:17:07.4402852Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T20:17:07.4403221Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T20:17:07.4403595Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T20:17:07.4403964Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T20:17:07.4404362Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:17:07.4404802Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T20:17:07.4405229Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:17:07.4405661Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T20:17:07.4406064Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T20:17:07.4406466Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T20:17:07.4406889Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:17:07.4407298Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T20:17:07.4407970Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T20:17:07.4408403Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:17:07.4408894Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:17:07.4409389Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:17:07.4409843Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:17:07.4410260Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T20:17:07.4410664Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T20:17:07.4411143Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:17:07.4411624Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T20:17:07.4412030Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T20:17:07.4412471Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:17:07.4412927Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T20:17:07.4413333Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T20:17:07.4413694Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T20:17:07.4414044Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T20:17:07.4414417Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T20:17:07.4414802Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T20:17:07.4415169Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T20:17:07.4415525Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T20:17:07.4415943Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T20:17:07.4416313Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T20:17:07.4416670Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T20:17:07.4417039Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T20:17:07.4417393Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T20:17:07.4417891Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T20:17:07.4418483Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T20:17:07.4418851Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T20:17:07.4419212Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T20:17:07.4419569Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T20:17:07.4419934Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T20:17:07.4420312Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T20:17:07.4420677Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T20:17:07.4421035Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T20:17:07.4421409Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T20:17:07.4421827Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T20:17:07.4422265Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T20:17:07.4422674Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T20:17:07.4423035Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T20:17:07.4423419Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:17:07.4423842Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:17:07.4424397Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T20:17:07.4424757Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T20:17:07.4425124Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T20:17:07.4425483Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T20:17:07.4425824Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T20:17:07.4426167Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T20:17:07.4426523Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T20:17:07.4426889Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T20:17:07.4427248Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T20:17:07.4427743Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T20:17:07.4428086Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T20:17:07.4428469Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:17:07.4428876Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T20:17:07.4429271Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:17:07.4429666Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T20:17:07.4430063Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:17:07.4430482Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:17:07.4430982Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:17:07.4431594Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:17:07.4432217Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:17:07.4432764Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:17:07.4433253Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:17:07.4433706Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:17:07.4434230Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:17:07.4435059Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:17:07.4435636Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:17:07.4436127Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:17:07.4436571Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T20:17:07.4436935Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T20:17:07.4437315Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T20:17:07.4437831Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T20:17:07.4438213Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T20:17:07.4438600Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T20:17:07.4438987Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T20:17:07.4439376Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T20:17:07.4439760Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T20:17:07.4440146Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T20:17:07.4440524Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T20:17:07.4440897Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T20:17:07.4441448Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T20:17:07.4441842Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T20:17:07.4442235Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T20:17:07.4442645Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T20:17:07.4443060Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T20:17:07.4443431Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T20:17:07.4443821Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T20:17:07.4444231Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T20:17:07.4444640Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:17:07.4445074Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:17:07.4445504Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T20:17:07.4445868Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T20:17:07.4446234Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T20:17:07.4446617Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T20:17:07.4446987Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T20:17:07.4447378Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:17:07.4447901Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T20:17:07.4448287Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T20:17:07.4448669Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T20:17:07.4449030Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T20:17:07.4449402Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T20:17:07.4449948Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:17:07.4450659Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:17:07.4451530Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:17:07.4452224Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:17:07.4452749Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T20:17:07.4453135Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T20:17:07.4453539Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T20:17:07.4453943Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T20:17:07.4454316Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T20:17:07.4454689Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T20:17:07.4455056Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T20:17:07.4455428Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T20:17:07.4455806Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T20:17:07.4456179Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T20:17:07.4456556Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T20:17:07.4456943Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T20:17:07.4457348Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T20:17:07.4458016Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T20:17:07.4458417Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T20:17:07.4458801Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T20:17:07.4459180Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T20:17:07.4459569Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T20:17:07.4459977Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T20:17:07.4460372Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T20:17:07.4460771Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T20:17:07.4461160Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T20:17:07.4461581Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:17:07.4462013Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T20:17:07.4462413Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T20:17:07.4462850Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:17:07.4463305Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:17:07.4463705Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T20:17:07.4464079Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T20:17:07.4464463Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T20:17:07.4464860Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T20:17:07.4465269Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:17:07.4465673Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T20:17:07.4466059Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T20:17:07.4466449Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T20:17:07.4466923Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:17:07.4467392Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:17:07.4467926Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T20:17:07.4468521Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:17:07.4468983Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:17:07.4469427Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:17:07.4469902Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:17:07.4470392Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:17:07.4470834Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:17:07.4471271Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:17:07.4471669Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T20:17:07.4472056Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T20:17:07.4472477Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T20:17:07.4472859Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T20:17:07.4473230Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T20:17:07.4473635Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T20:17:07.4474031Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T20:17:07.4474570Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:17:07.4474990Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T20:17:07.4475383Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T20:17:07.4475761Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T20:17:07.4476127Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T20:17:07.4476486Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T20:17:07.4476873Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:17:07.4477293Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:17:07.4477851Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T20:17:07.4478312Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:17:07.4478769Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:17:07.4479167Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T20:17:07.4479605Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:17:07.4480026Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T20:17:07.4480436Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:17:07.4480843Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T20:17:07.4481199Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T20:17:07.4481562Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T20:17:07.4481952Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T20:17:07.4482348Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T20:17:07.4482730Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T20:17:07.4483090Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T20:17:07.4483438Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T20:17:07.4483790Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T20:17:07.4484473Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T20:17:07.4485000Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T20:17:07.4485382Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T20:17:07.4485760Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T20:17:07.4486154Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T20:17:07.4486568Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T20:17:07.4486977Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T20:17:07.4487381Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T20:17:07.4487927Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:17:07.4488342Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T20:17:07.4488718Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T20:17:07.4489086Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T20:17:07.4489449Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T20:17:07.4489829Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T20:17:07.4490249Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T20:17:07.4490856Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T20:17:07.4491255Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T20:17:07.4491674Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:17:07.4492112Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:17:07.4492511Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T20:17:07.4492884Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T20:17:07.4493230Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T20:17:07.4493575Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T20:17:07.4493943Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T20:17:07.4494320Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T20:17:07.4494694Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T20:17:07.4495100Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T20:17:07.4495514Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T20:17:07.4495973Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:17:07.4496408Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T20:17:07.4496782Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T20:17:07.4497169Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T20:17:07.4497555Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T20:17:07.4498113Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T20:17:07.4498495Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T20:17:07.4498875Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T20:17:07.4499312Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:17:07.4499803Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:17:07.4500226Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T20:17:07.4500602Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T20:17:07.4501176Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T20:17:07.4501594Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T20:17:07.4501987Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T20:17:07.4502361Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T20:17:07.4502756Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T20:17:07.4503139Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T20:17:07.4503486Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T20:17:07.4503840Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T20:17:07.4504234Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T20:17:07.4504659Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T20:17:07.4505039Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T20:17:07.4505423Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T20:17:07.4505865Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:17:07.4506303Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T20:17:07.4506745Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:17:07.4507281Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T20:17:07.4507953Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:17:07.4508467Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T20:17:07.4508856Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:17:07.4509264Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T20:17:07.4509693Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:17:07.4510213Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:17:07.4511535Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:17:07.4512154Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:17:07.4512815Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:17:07.4513463Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:17:07.4514092Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:17:07.4514720Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:17:07.4515300Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:17:07.4515781Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T20:17:07.4516261Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:17:07.4516694Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T20:17:07.4517124Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:17:07.4517741Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:17:07.4518196Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T20:17:07.4518578Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T20:17:07.4518946Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T20:17:07.4519562Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T20:17:07.4519961Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T20:17:07.4520370Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:17:07.4520778Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T20:17:07.4521140Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T20:17:07.4521529Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:17:07.4521991Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:17:07.4522481Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:17:07.4522970Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:17:07.4523460Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:17:07.4523913Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:17:07.4524325Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T20:17:07.4524740Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T20:17:07.4525153Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T20:17:07.4525777Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:17:07.4526204Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T20:17:07.4526593Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T20:17:07.4526973Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T20:17:07.4527351Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T20:17:07.4527876Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T20:17:07.4528319Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:17:07.4528758Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T20:17:07.4529161Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T20:17:07.4529573Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T20:17:07.4530010Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:17:07.4530454Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:17:07.4530895Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:17:07.4531331Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:17:07.4531729Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T20:17:07.4532099Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T20:17:07.4532486Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T20:17:07.4532854Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T20:17:07.4533224Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T20:17:07.4533625Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T20:17:07.4534030Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T20:17:07.4534456Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:17:07.4534927Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:17:07.4535385Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:17:07.4536026Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T20:17:07.4536400Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T20:17:07.4536769Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T20:17:07.4537161Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T20:17:07.4537547Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T20:17:07.4538084Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:17:07.4538512Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:17:07.4538959Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:17:07.4539370Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T20:17:07.4539756Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T20:17:07.4540155Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T20:17:07.4540697Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:17:07.4541278Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:17:07.4541733Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:17:07.4542334Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:17:07.4542759Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T20:17:07.4543156Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T20:17:07.4543548Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T20:17:07.4543935Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:17:07.4544339Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:17:07.4544740Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T20:17:07.4545121Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T20:17:07.4545513Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:17:07.4545916Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:17:07.4546293Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T20:17:07.4546698Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T20:17:07.4547158Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T20:17:07.4547833Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T20:17:07.4548264Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T20:17:07.4548650Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T20:17:07.4549039Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T20:17:07.4549411Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T20:17:07.4549780Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:17:07.4550210Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:17:07.4550660Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T20:17:07.4551061Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T20:17:07.4551457Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T20:17:07.4551854Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T20:17:07.4552234Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T20:17:07.4552833Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T20:17:07.4553236Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T20:17:07.4553639Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T20:17:07.4554085Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:17:07.4554534Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:17:07.4554961Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:17:07.4555364Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T20:17:07.4555769Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T20:17:07.4556195Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T20:17:07.4556583Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T20:17:07.4556940Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T20:17:07.4557288Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T20:17:07.4557878Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T20:17:07.4558282Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T20:17:07.4558636Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T20:17:07.4559196Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:17:07.4559595Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:17:07.4559979Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T20:17:07.4560332Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T20:17:07.4560681Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T20:17:07.4561063Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T20:17:07.4561461Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T20:17:07.4561835Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T20:17:07.4562199Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T20:17:07.4562562Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T20:17:07.4562949Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T20:17:07.4563329Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T20:17:07.4563679Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T20:17:07.4564054Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T20:17:07.4564447Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T20:17:07.4564832Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T20:17:07.4565207Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T20:17:07.4565588Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T20:17:07.4565973Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T20:17:07.4566379Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T20:17:07.4566807Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T20:17:07.4567212Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T20:17:07.4567570Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T20:17:07.4568122Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T20:17:07.4568473Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T20:17:07.4569111Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:17:07.4569629Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:17:07.4570102Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:17:07.4570578Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:17:07.4571082Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:17:07.4571524Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T20:17:07.4571904Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:17:07.4572292Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:17:07.4572682Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:17:07.4573069Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T20:17:07.4573459Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:17:07.4573848Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T20:17:07.4574220Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T20:17:07.4574614Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:17:07.4575059Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:17:07.4576004Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:17:07.4576389Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T20:17:07.4576785Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:17:07.4577206Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:17:07.4577702Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T20:17:07.4578070Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T20:17:07.4578458Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:17:07.4578906Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:17:07.4579366Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T20:17:07.4579784Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T20:17:07.4580202Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T20:17:07.4580628Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T20:17:07.4581062Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T20:17:07.4581376Z 
2025-08-20T20:17:07.4581380Z 
2025-08-20T20:17:07.4581760Z  [+] Finished Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (08:17:07 PM)
2025-08-20T20:17:07.4582115Z 
2025-08-20T20:17:07.4582118Z 
2025-08-20T20:17:07.4582127Z 
2025-08-20T20:17:07.4582192Z [+] Continue : YES
2025-08-20T20:17:07.4582294Z 
2025-08-20T20:17:07.4582526Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T20:17:07.5249515Z 
2025-08-20T20:17:07.5250061Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (08:17:07 PM) UTC
2025-08-20T20:17:07.5250332Z 
2025-08-20T20:17:07.5264446Z 
2025-08-20T20:17:07.5264721Z [+] Total RECIPES :: 1
2025-08-20T20:17:07.5264896Z 
2025-08-20T20:17:07.5337190Z 
2025-08-20T20:17:07.5353464Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fish/static.official.source.yaml (1/1)
2025-08-20T20:17:07.5354041Z 
2025-08-20T20:17:07.5791204Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fish/static.official.source.yaml
2025-08-20T20:17:07.5801638Z mode of '/tmp/pkgforge/hNasbI18J_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:17:07.5848628Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/fish/official/source [Provided]
2025-08-20T20:17:07.5849038Z [+] Setting '.pkg_family' --> fish [Provided]
2025-08-20T20:17:07.5862036Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T20:17:07.5866558Z [00:00:00.000]➜  [+] HOST: Linux runnervmdbl46 6.11.0-1015-azure #15~24.04.1-Ubuntu SMP Thu May  1 03:01:44 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux
2025-08-20T20:17:07.5893306Z [00:00:00.003]➜  
2025-08-20T20:17:07.5893773Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/arm64" to 'docker run' ==> /tmp/pkgforge/hNasbI18J_build.yaml
2025-08-20T20:17:07.5894184Z [00:00:00.003]➜  
2025-08-20T20:17:07.5928639Z [00:00:00.006]➜  
2025-08-20T20:17:07.5929076Z [00:00:00.006]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':aarch64' ==> /tmp/pkgforge/hNasbI18J_build.yaml
2025-08-20T20:17:07.5929467Z [00:00:00.006]➜  
2025-08-20T20:17:07.6002614Z [00:00:00.014]➜  
2025-08-20T20:17:07.6003565Z [00:00:00.014]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/fish/static.official.source.yaml) --> /tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (08:17:07 PM) UTC]
2025-08-20T20:17:07.6004360Z [00:00:00.014]➜  
2025-08-20T20:17:07.6004542Z [00:00:00.014]➜  
2025-08-20T20:17:07.6004721Z [00:00:00.014]➜  
2025-08-20T20:17:07.6004991Z [00:00:00.014]➜  ###################################################################
2025-08-20T20:17:07.6015318Z [00:00:00.015]➜  #!/SBUILD ver @v1.0.0
2025-08-20T20:17:07.6016441Z [00:00:00.015]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fish/static.official.source.yaml
2025-08-20T20:17:07.6017044Z [00:00:00.015]➜  _disabled: false
2025-08-20T20:17:07.6017330Z [00:00:00.015]➜  
2025-08-20T20:17:07.6017536Z [00:00:00.015]➜  pkg: "fish"
2025-08-20T20:17:07.6018417Z [00:00:00.015]➜  pkg_id: "github.com.fish-shell.fish-shell.source"
2025-08-20T20:17:07.6018771Z [00:00:00.015]➜  pkg_type: "static"
2025-08-20T20:17:07.6019016Z [00:00:00.015]➜  category:
2025-08-20T20:17:07.6019692Z [00:00:00.015]➜    - "ConsoleOnly"
2025-08-20T20:17:07.6020012Z [00:00:00.015]➜    - "Utility"
2025-08-20T20:17:07.6020355Z [00:00:00.015]➜  description: "Smart and User-friendly Command Line Shell"
2025-08-20T20:17:07.6020689Z [00:00:00.015]➜  distro_pkg:
2025-08-20T20:17:07.6020955Z [00:00:00.015]➜    alpine:
2025-08-20T20:17:07.6021194Z [00:00:00.015]➜      - "fish"
2025-08-20T20:17:07.6021424Z [00:00:00.015]➜    archlinux:
2025-08-20T20:17:07.6021646Z [00:00:00.015]➜      aur:
2025-08-20T20:17:07.6021867Z [00:00:00.015]➜        - "fish-git"
2025-08-20T20:17:07.6022103Z [00:00:00.015]➜      extra:
2025-08-20T20:17:07.6022328Z [00:00:00.015]➜        - "fish"
2025-08-20T20:17:07.6022552Z [00:00:00.015]➜    debian:
2025-08-20T20:17:07.6022768Z [00:00:00.015]➜      - "fish"
2025-08-20T20:17:07.6022991Z [00:00:00.015]➜    gnuguix:
2025-08-20T20:17:07.6023221Z [00:00:00.015]➜      - "fish"
2025-08-20T20:17:07.6023450Z [00:00:00.015]➜    homebrew:
2025-08-20T20:17:07.6023699Z [00:00:00.015]➜      - "fish"
2025-08-20T20:17:07.6023923Z [00:00:00.015]➜    nixpkgs:
2025-08-20T20:17:07.6024144Z [00:00:00.015]➜      - "fish"
2025-08-20T20:17:07.6024381Z [00:00:00.015]➜      - "fishMinimal"
2025-08-20T20:17:07.6024616Z [00:00:00.015]➜    stalix:
2025-08-20T20:17:07.6024842Z [00:00:00.015]➜      - "bin/fish"
2025-08-20T20:17:07.6025088Z [00:00:00.015]➜  homepage:
2025-08-20T20:17:07.6025409Z [00:00:00.015]➜    - "https://github.com/fish-shell/fish-shell"
2025-08-20T20:17:07.6025718Z [00:00:00.015]➜  license:
2025-08-20T20:17:07.6025940Z [00:00:00.015]➜    - id: "Custom"
2025-08-20T20:17:07.6026453Z [00:00:00.015]➜      url: "https://github.com/fish-shell/fish-shell/raw/8617964d4dbf03d752fbf094600ef977a36a83ec/COPYING"
2025-08-20T20:17:07.6026913Z [00:00:00.015]➜  maintainer:
2025-08-20T20:17:07.6027221Z [00:00:00.015]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:17:07.6028988Z [00:00:00.015]➜  note:
2025-08-20T20:17:07.6029375Z [00:00:00.015]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T20:17:07.6029941Z [00:00:00.015]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/fish-shell/fish-shell"
2025-08-20T20:17:07.6030374Z [00:00:00.015]➜  provides:
2025-08-20T20:17:07.6030592Z [00:00:00.015]➜    - "fish"
2025-08-20T20:17:07.6030822Z [00:00:00.015]➜    - "fish_indent"
2025-08-20T20:17:07.6031088Z [00:00:00.015]➜    - "fish_key_reader"
2025-08-20T20:17:07.6031336Z [00:00:00.015]➜  repology:
2025-08-20T20:17:07.6031554Z [00:00:00.015]➜    - "fish"
2025-08-20T20:17:07.6031773Z [00:00:00.015]➜  src_url:
2025-08-20T20:17:07.6032069Z [00:00:00.015]➜    - "https://github.com/fish-shell/fish-shell"
2025-08-20T20:17:07.6032365Z [00:00:00.015]➜  tag:
2025-08-20T20:17:07.6032573Z [00:00:00.015]➜    - "Utility"
2025-08-20T20:17:07.6032802Z [00:00:00.015]➜  x_exec:
2025-08-20T20:17:07.6033038Z [00:00:00.015]➜    bsys: "docker://rust"
2025-08-20T20:17:07.6033300Z [00:00:00.015]➜    host:
2025-08-20T20:17:07.6033532Z [00:00:00.015]➜      - "aarch64-Linux"
2025-08-20T20:17:07.6033796Z [00:00:00.015]➜      - "riscv64-Linux"
2025-08-20T20:17:07.6034058Z [00:00:00.015]➜      - "x86_64-Linux"
2025-08-20T20:17:07.6034300Z [00:00:00.015]➜    shell: "bash"
2025-08-20T20:17:07.6034532Z [00:00:00.015]➜    pkgver: |
2025-08-20T20:17:07.6034820Z [00:00:00.015]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T20:17:07.6035816Z [00:00:00.015]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/fish-shell/fish-shell" "./TEMPREPO" &>/dev/null && \
2025-08-20T20:17:07.6036680Z [00:00:00.015]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-20T20:17:07.6037309Z [00:00:00.015]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T20:17:07.6037879Z [00:00:00.015]➜    run: |
2025-08-20T20:17:07.6038126Z [00:00:00.015]➜      #Build
2025-08-20T20:17:07.6038733Z [00:00:00.015]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/arm64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T20:17:07.6039451Z [00:00:00.015]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T20:17:07.6040012Z [00:00:00.015]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T20:17:07.6040477Z [00:00:00.015]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T20:17:07.6040878Z [00:00:00.015]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:aarch64" \
2025-08-20T20:17:07.6041215Z [00:00:00.015]➜        bash -l -c '
2025-08-20T20:17:07.6041457Z [00:00:00.015]➜        #Setup ENV
2025-08-20T20:17:07.6041829Z [00:00:00.015]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T20:17:07.6042283Z [00:00:00.015]➜         [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T20:17:07.6042695Z [00:00:00.015]➜         if [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then
2025-08-20T20:17:07.6043315Z [00:00:00.015]➜           RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T20:17:07.6043859Z [00:00:00.015]➜           if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T20:17:07.6044202Z [00:00:00.015]➜             export RUST_TARGET
2025-08-20T20:17:07.6044464Z [00:00:00.015]➜           else
2025-08-20T20:17:07.6044710Z [00:00:00.015]➜             rustc -Vv ; exit 1
2025-08-20T20:17:07.6044970Z [00:00:00.015]➜           fi
2025-08-20T20:17:07.6045191Z [00:00:00.015]➜         else
2025-08-20T20:17:07.6045447Z [00:00:00.015]➜           rustup default nightly
2025-08-20T20:17:07.6045805Z [00:00:00.015]➜           rustup component add rust-src --toolchain nightly
2025-08-20T20:17:07.6046468Z [00:00:00.015]➜           export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T20:17:07.6046960Z [00:00:00.015]➜           rustup target add "${RUST_TARGET}"
2025-08-20T20:17:07.6047244Z [00:00:00.015]➜         fi
2025-08-20T20:17:07.6047470Z [00:00:00.015]➜         RUST_FLAGS=()
2025-08-20T20:17:07.6048530Z [00:00:00.015]➜         RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T20:17:07.6048928Z [00:00:00.015]➜         RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T20:17:07.6049353Z [00:00:00.015]➜         if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T20:17:07.6049743Z [00:00:00.015]➜           RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T20:17:07.6050040Z [00:00:00.015]➜         fi
2025-08-20T20:17:07.6050312Z [00:00:00.015]➜         RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T20:17:07.6050651Z [00:00:00.015]➜         RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T20:17:07.6050964Z [00:00:00.015]➜         RUST_FLAGS+=("-C lto=yes")
2025-08-20T20:17:07.6051286Z [00:00:00.015]➜         RUST_FLAGS+=("-C opt-level=z")
2025-08-20T20:17:07.6051613Z [00:00:00.015]➜         RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T20:17:07.6051936Z [00:00:00.015]➜         RUST_FLAGS+=("-C strip=symbols")
2025-08-20T20:17:07.6052257Z [00:00:00.015]➜         RUST_FLAGS+=("-C linker=clang")
2025-08-20T20:17:07.6052620Z [00:00:00.015]➜         RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T20:17:07.6053278Z [00:00:00.015]➜         RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T20:17:07.6053629Z [00:00:00.015]➜         RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T20:17:07.6053969Z [00:00:00.015]➜         RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T20:17:07.6054325Z [00:00:00.015]➜         RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T20:17:07.6054684Z [00:00:00.015]➜         export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T20:17:07.6054966Z [00:00:00.015]➜        #Build
2025-08-20T20:17:07.6055504Z [00:00:00.015]➜         git clone --filter "blob:none" --quiet "https://github.com/fish-shell/fish-shell" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T20:17:07.6056044Z [00:00:00.015]➜         echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T20:17:07.6056382Z [00:00:00.015]➜         echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T20:17:07.6057020Z [00:00:00.015]➜         sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T20:17:07.6057763Z [00:00:00.015]➜         rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T20:17:07.6058215Z [00:00:00.015]➜         cargo build --workspace --target "${RUST_TARGET}" \
2025-08-20T20:17:07.6058567Z [00:00:00.015]➜           --all-features \
2025-08-20T20:17:07.6058859Z [00:00:00.015]➜           --jobs="$(($(nproc)+1))" \
2025-08-20T20:17:07.6059142Z [00:00:00.015]➜           --release \
2025-08-20T20:17:07.6059405Z [00:00:00.015]➜           --keep-going \
2025-08-20T20:17:07.6059674Z [00:00:00.015]➜           --verbose
2025-08-20T20:17:07.6060071Z [00:00:00.015]➜         find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T20:17:07.6060430Z [00:00:00.015]➜        #Copy
2025-08-20T20:17:07.6061374Z [00:00:00.015]➜         find "./target/${RUST_TARGET}/release" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "/build-bins/"
2025-08-20T20:17:07.6062621Z [00:00:00.015]➜         ( 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-20T20:17:07.6063177Z [00:00:00.015]➜        #Strip 
2025-08-20T20:17:07.6063659Z [00:00:00.015]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T20:17:07.6064546Z [00:00:00.015]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T20:17:07.6065346Z [00:00:00.015]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T20:17:07.6065944Z [00:00:00.015]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T20:17:07.6066494Z [00:00:00.015]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T20:17:07.6066915Z [00:00:00.015]➜         popd &>/dev/null
2025-08-20T20:17:07.6067161Z [00:00:00.015]➜        '
2025-08-20T20:17:07.6067380Z [00:00:00.015]➜      #Copy & Meta
2025-08-20T20:17:07.6067901Z [00:00:00.015]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T20:17:07.6068480Z [00:00:00.015]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T20:17:07.6069549Z [00:00:00.015]➜       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-20T20:17:07.6070316Z [00:00:00.015]➜  
2025-08-20T20:17:07.6070498Z [00:00:00.015]➜  
2025-08-20T20:17:07.6070766Z [00:00:00.015]➜  ###################################################################
2025-08-20T20:17:07.6071274Z [00:00:00.015]➜  
2025-08-20T20:17:07.6071463Z [00:00:00.015]➜  
2025-08-20T20:17:07.6071646Z [00:00:00.015]➜  
2025-08-20T20:17:07.6072141Z [00:00:00.016]➜  '/tmp/pkgforge/hNasbI18J_build.yaml' -> '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T20:17:08.8945906Z [00:00:01.308]➜  '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/fish.static.version' -> '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/fish.version'
2025-08-20T20:17:08.8995628Z [00:00:01.313]➜  [+] Version: HEAD-d26fd90-250820T101619 ('.x_exec.pkgver') [/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/fish.static.version]
2025-08-20T20:17:08.9177810Z [00:00:01.331]➜  [+] Progs: fish fish_indent fish_key_reader
2025-08-20T20:17:09.4590094Z [00:00:01.872]➜  
2025-08-20T20:17:09.4590442Z [00:00:01.872]➜  [-] Missing packages. Found: 
2025-08-20T20:17:09.4590796Z [00:00:01.872]➜  [+] Expected: fish fish_indent fish_key_reader
2025-08-20T20:17:09.4591132Z [00:00:01.872]➜  [+] Continuing with build...
2025-08-20T20:17:09.4591426Z [00:00:01.872]➜  
2025-08-20T20:17:09.7601723Z [00:00:02.173]➜  
2025-08-20T20:17:09.7602002Z [00:00:02.173]➜  
2025-08-20T20:17:09.7676811Z [00:00:02.181]➜  + mkdir -pv /tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T20:17:09.7694251Z [00:00:02.183]➜  + docker run --platform=linux/arm64 --privileged --net=host --name alpine-builder --pull=always -e PKG=fish -e PKG_ID=github.com.fish-shell.fish-shell.source -e PKG_TYPE=static -e PKG_VER=HEAD-d26fd90-250820T101619 -e PKGVER=HEAD-d26fd90-250820T101619 -e SBUILD_PKG=fish.static -e SBUILD_PKGVER=HEAD-d26fd90-250820T101619 --volume /tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:aarch64 bash -l -c '
2025-08-20T20:17:09.7696035Z [00:00:02.183]➜    #Setup ENV
2025-08-20T20:17:09.7696408Z [00:00:02.183]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T20:17:09.7696872Z [00:00:02.183]➜     [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T20:17:09.7697277Z [00:00:02.183]➜     if [[ "$(uname -m | tr -d [:space:])" == "riscv64" ]]; then
2025-08-20T20:17:09.7698050Z [00:00:02.183]➜       RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T20:17:09.7698621Z [00:00:02.183]➜       if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T20:17:09.7698947Z [00:00:02.183]➜         export RUST_TARGET
2025-08-20T20:17:09.7699539Z [00:00:02.183]➜       else
2025-08-20T20:17:09.7699848Z [00:00:02.183]➜         rustc -Vv ; exit 1
2025-08-20T20:17:09.7700100Z [00:00:02.183]➜       fi
2025-08-20T20:17:09.7700309Z [00:00:02.183]➜     else
2025-08-20T20:17:09.7700548Z [00:00:02.183]➜       rustup default nightly
2025-08-20T20:17:09.7700923Z [00:00:02.183]➜       rustup component add rust-src --toolchain nightly
2025-08-20T20:17:09.7701327Z [00:00:02.183]➜       export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T20:17:09.7701709Z [00:00:02.183]➜       rustup target add "${RUST_TARGET}"
2025-08-20T20:17:09.7701981Z [00:00:02.183]➜     fi
2025-08-20T20:17:09.7702221Z [00:00:02.183]➜     RUST_FLAGS=()
2025-08-20T20:17:09.7702532Z [00:00:02.183]➜     RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T20:17:09.7702918Z [00:00:02.183]➜     RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T20:17:09.7703324Z [00:00:02.183]➜     if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T20:17:09.7703720Z [00:00:02.183]➜       RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T20:17:09.7704006Z [00:00:02.183]➜     fi
2025-08-20T20:17:09.7704265Z [00:00:02.183]➜     RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T20:17:09.7704598Z [00:00:02.183]➜     RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T20:17:09.7704907Z [00:00:02.183]➜     RUST_FLAGS+=("-C lto=yes")
2025-08-20T20:17:09.7705211Z [00:00:02.183]➜     RUST_FLAGS+=("-C opt-level=z")
2025-08-20T20:17:09.7705815Z [00:00:02.183]➜     RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T20:17:09.7706133Z [00:00:02.183]➜     RUST_FLAGS+=("-C strip=symbols")
2025-08-20T20:17:09.7706444Z [00:00:02.183]➜     RUST_FLAGS+=("-C linker=clang")
2025-08-20T20:17:09.7706795Z [00:00:02.183]➜     RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T20:17:09.7707159Z [00:00:02.183]➜     RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T20:17:09.7707504Z [00:00:02.183]➜     RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T20:17:09.7708103Z [00:00:02.183]➜     RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T20:17:09.7708467Z [00:00:02.183]➜     RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T20:17:09.7708817Z [00:00:02.183]➜     export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T20:17:09.7709092Z [00:00:02.183]➜    #Build
2025-08-20T20:17:09.7709621Z [00:00:02.183]➜     git clone --filter "blob:none" --quiet "https://github.com/fish-shell/fish-shell" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T20:17:09.7710158Z [00:00:02.183]➜     echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T20:17:09.7710486Z [00:00:02.183]➜     echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T20:17:09.7711113Z [00:00:02.183]➜     sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T20:17:09.7711693Z [00:00:02.183]➜     rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T20:17:09.7712081Z [00:00:02.183]➜     cargo build --workspace --target "${RUST_TARGET}" \
2025-08-20T20:17:09.7712657Z [00:00:02.183]➜       --all-features \
2025-08-20T20:17:09.7713015Z [00:00:02.183]➜       --jobs="$(($(nproc)+1))" \
2025-08-20T20:17:09.7713292Z [00:00:02.183]➜       --release \
2025-08-20T20:17:09.7713538Z [00:00:02.183]➜       --keep-going \
2025-08-20T20:17:09.7713786Z [00:00:02.183]➜       --verbose
2025-08-20T20:17:09.7714162Z [00:00:02.183]➜     find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T20:17:09.7714528Z [00:00:02.183]➜    #Copy
2025-08-20T20:17:09.7715456Z [00:00:02.183]➜     find "./target/${RUST_TARGET}/release" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "/build-bins/"
2025-08-20T20:17:09.7716686Z [00:00:02.183]➜     ( 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-20T20:17:09.7717248Z [00:00:02.183]➜    #Strip 
2025-08-20T20:17:09.7717858Z [00:00:02.183]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T20:17:09.7718597Z [00:00:02.183]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T20:17:09.7719280Z [00:00:02.183]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T20:17:09.7720151Z [00:00:02.183]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T20:17:09.7720710Z [00:00:02.183]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T20:17:09.7721116Z [00:00:02.183]➜     popd &>/dev/null
2025-08-20T20:17:09.7721349Z [00:00:02.183]➜    '
2025-08-20T20:17:10.0351176Z [00:00:02.448]➜  aarch64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T20:17:10.1076962Z [00:00:02.521]➜  b2e6f696af52: Pulling fs layer
2025-08-20T20:17:10.1077325Z [00:00:02.521]➜  996f2cb07f7c: Pulling fs layer
2025-08-20T20:17:10.1077762Z [00:00:02.521]➜  99fd740fb142: Pulling fs layer
2025-08-20T20:17:10.1078119Z [00:00:02.521]➜  2b92eb3035e7: Pulling fs layer
2025-08-20T20:17:10.1078421Z [00:00:02.521]➜  4239b2f25ebc: Pulling fs layer
2025-08-20T20:17:10.1078730Z [00:00:02.521]➜  323e89f8c367: Pulling fs layer
2025-08-20T20:17:10.1079029Z [00:00:02.521]➜  2b92eb3035e7: Waiting
2025-08-20T20:17:10.1079287Z [00:00:02.521]➜  4239b2f25ebc: Waiting
2025-08-20T20:17:10.1079543Z [00:00:02.521]➜  323e89f8c367: Waiting
2025-08-20T20:17:10.1722081Z [00:00:02.586]➜  99fd740fb142: Verifying Checksum
2025-08-20T20:17:10.1722442Z [00:00:02.586]➜  99fd740fb142: Download complete
2025-08-20T20:17:10.2045977Z [00:00:02.618]➜  b2e6f696af52: Verifying Checksum
2025-08-20T20:17:10.2049824Z [00:00:02.618]➜  b2e6f696af52: Download complete
2025-08-20T20:17:10.2135540Z [00:00:02.627]➜  996f2cb07f7c: Verifying Checksum
2025-08-20T20:17:10.2135954Z [00:00:02.627]➜  996f2cb07f7c: Download complete
2025-08-20T20:17:10.2863456Z [00:00:02.700]➜  323e89f8c367: Verifying Checksum
2025-08-20T20:17:10.2864636Z [00:00:02.700]➜  323e89f8c367: Download complete
2025-08-20T20:17:10.3000214Z [00:00:02.713]➜  b2e6f696af52: Pull complete
2025-08-20T20:17:10.4585945Z [00:00:02.872]➜  4239b2f25ebc: Verifying Checksum
2025-08-20T20:17:10.4586334Z [00:00:02.872]➜  4239b2f25ebc: Download complete
2025-08-20T20:17:15.2658378Z [00:00:07.679]➜  2b92eb3035e7: Verifying Checksum
2025-08-20T20:17:15.2658773Z [00:00:07.679]➜  2b92eb3035e7: Download complete
2025-08-20T20:17:21.2652677Z [00:00:13.678]➜  996f2cb07f7c: Pull complete
2025-08-20T20:17:27.2599453Z [00:00:19.673]➜  99fd740fb142: Pull complete
2025-08-20T20:18:49.4165161Z [00:01:41.830]➜  2b92eb3035e7: Pull complete
2025-08-20T20:18:56.4439445Z [00:01:48.857]➜  4239b2f25ebc: Pull complete
2025-08-20T20:18:56.4962104Z [00:01:48.909]➜  323e89f8c367: Pull complete
2025-08-20T20:18:56.5151228Z [00:01:48.928]➜  Digest: sha256:dbb80a1ad31baabce9ce8c0fc820e46b46e1b8e0c15b77c1b005d3c06d8b9bc4
2025-08-20T20:18:56.5226399Z [00:01:48.936]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:aarch64
2025-08-20T20:18:56.7683712Z [00:01:49.182]➜  + mkdir -p /build-bins
2025-08-20T20:18:56.7697729Z [00:01:49.183]➜  ++ mktemp -d
2025-08-20T20:18:56.7709767Z [00:01:49.184]➜  + pushd /tmp/tmp.NqxrQ4nJK8
2025-08-20T20:18:56.7710194Z [00:01:49.184]➜  + [[ -s /root/.cargo/env ]]
2025-08-20T20:18:56.7710482Z [00:01:49.184]➜  + source /root/.cargo/env
2025-08-20T20:18:56.7713521Z [00:01:49.184]➜  ++ case ":${PATH}:" in
2025-08-20T20:18:56.7715362Z [00:01:49.185]➜  ++ uname -m
2025-08-20T20:18:56.7725604Z [00:01:49.186]➜  ++ tr -d '[:space:]'
2025-08-20T20:18:56.7730956Z [00:01:49.186]➜  + [[ aarch64 == riscv64 ]]
2025-08-20T20:18:56.7731292Z [00:01:49.186]➜  + rustup default nightly
2025-08-20T20:18:56.7814945Z [00:01:49.195]➜  info: syncing channel updates for 'nightly-aarch64-unknown-linux-musl'
2025-08-20T20:18:57.2170947Z [00:01:49.630]➜  info: latest update on 2025-08-20, rust version 1.91.0-nightly (05f5a58e8 2025-08-19)
2025-08-20T20:18:57.2171463Z [00:01:49.630]➜  info: downloading component 'cargo'
2025-08-20T20:18:57.3379326Z [00:01:49.751]➜  info: downloading component 'clippy'
2025-08-20T20:18:57.4290401Z [00:01:49.842]➜  info: downloading component 'rust-docs'
2025-08-20T20:18:57.6412634Z [00:01:50.054]➜  info: downloading component 'rust-std'
2025-08-20T20:18:57.8931575Z [00:01:50.306]➜  info: downloading component 'rustc'
2025-08-20T20:18:59.4494649Z [00:01:51.863]➜  info: downloading component 'rustfmt'
2025-08-20T20:18:59.5155370Z [00:01:51.929]➜  info: installing component 'cargo'
2025-08-20T20:19:00.0949281Z [00:01:52.508]➜  info: installing component 'clippy'
2025-08-20T20:19:00.3570945Z [00:01:52.770]➜  info: installing component 'rust-docs'
2025-08-20T20:19:03.3519523Z [00:01:55.765]➜  info: installing component 'rust-std'
2025-08-20T20:19:04.6292431Z [00:01:57.042]➜  info: installing component 'rustc'
2025-08-20T20:19:09.1375323Z [00:02:01.551]➜  info: installing component 'rustfmt'
2025-08-20T20:19:09.5722878Z [00:02:01.986]➜  
2025-08-20T20:19:09.5723356Z [00:02:01.986]➜  info: default toolchain set to 'nightly-aarch64-unknown-linux-musl'
2025-08-20T20:19:09.5902188Z [00:02:02.004]➜    nightly-aarch64-unknown-linux-musl installed - rustc 1.91.0-nightly (05f5a58e8 2025-08-19)
2025-08-20T20:19:09.5902655Z [00:02:02.004]➜  
2025-08-20T20:19:09.5916165Z [00:02:02.005]➜  + rustup component add rust-src --toolchain nightly
2025-08-20T20:19:09.7584222Z [00:02:02.172]➜  info: downloading component 'rust-src'
2025-08-20T20:19:09.8514416Z [00:02:02.265]➜  info: installing component 'rust-src'
2025-08-20T20:19:10.2720230Z [00:02:02.685]➜  ++ uname -m
2025-08-20T20:19:10.2738156Z [00:02:02.687]➜  + export RUST_TARGET=aarch64-unknown-linux-musl
2025-08-20T20:19:10.2738572Z [00:02:02.687]➜  + RUST_TARGET=aarch64-unknown-linux-musl
2025-08-20T20:19:10.2738971Z [00:02:02.687]➜  + rustup target add aarch64-unknown-linux-musl
2025-08-20T20:19:10.4365798Z [00:02:02.850]➜  info: component 'rust-std' for target 'aarch64-unknown-linux-musl' is up to date
2025-08-20T20:19:10.4385064Z [00:02:02.852]➜  + RUST_FLAGS=()
2025-08-20T20:19:10.4385412Z [00:02:02.852]➜  + RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T20:19:10.4385805Z [00:02:02.852]➜  + RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T20:19:10.4388741Z [00:02:02.852]➜  + echo aarch64-unknown-linux-musl
2025-08-20T20:19:10.4389445Z [00:02:02.852]➜  + grep -Eqiv 'alpine|gnu'
2025-08-20T20:19:10.4404321Z [00:02:02.854]➜  + RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T20:19:10.4404761Z [00:02:02.854]➜  + RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T20:19:10.4405097Z [00:02:02.854]➜  + RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T20:19:10.4406130Z [00:02:02.854]➜  + RUST_FLAGS+=("-C lto=yes")
2025-08-20T20:19:10.4406531Z [00:02:02.854]➜  + RUST_FLAGS+=("-C opt-level=z")
2025-08-20T20:19:10.4407222Z [00:02:02.854]➜  + RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T20:19:10.4407752Z [00:02:02.854]➜  + RUST_FLAGS+=("-C strip=symbols")
2025-08-20T20:19:10.4408137Z [00:02:02.854]➜  + RUST_FLAGS+=("-C linker=clang")
2025-08-20T20:19:10.4408488Z [00:02:02.854]➜  + RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T20:19:10.4408817Z [00:02:02.854]➜  ++ which mold
2025-08-20T20:19:10.4431433Z [00:02:02.856]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T20:19:10.4431840Z [00:02:02.856]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T20:19:10.4432204Z [00:02:02.856]➜  + RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T20:19:10.4432560Z [00:02:02.856]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T20:19:10.4434030Z [00:02:02.856]➜  + export 'RUSTFLAGS=-C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none'
2025-08-20T20:19:10.4438225Z [00:02:02.856]➜  + RUSTFLAGS='-C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none'
2025-08-20T20:19:10.4439950Z [00:02:02.857]➜  + git clone --filter blob:none --quiet https://github.com/fish-shell/fish-shell ./TEMPREPO
2025-08-20T20:19:12.8692689Z [00:02:05.282]➜  + cd ./TEMPREPO/
2025-08-20T20:19:12.8693133Z [00:02:05.282]➜  + echo -e '\n[+] Target: aarch64-unknown-linux-musl'
2025-08-20T20:19:12.8693438Z [00:02:05.282]➜  
2025-08-20T20:19:12.8693693Z [00:02:05.282]➜  [+] Target: aarch64-unknown-linux-musl
2025-08-20T20:19:12.8696311Z [00:02:05.283]➜  + echo -e '[+] Flags: -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none\n'
2025-08-20T20:19:12.8697797Z [00:02:05.283]➜  + sed '/^\[profile\.release\]/,/^$/d' -i ./Cargo.toml
2025-08-20T20:19:12.8699268Z [00:02:05.283]➜  [+] Flags: -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none
2025-08-20T20:19:12.8700374Z [00:02:05.283]➜  
2025-08-20T20:19:12.8712474Z [00:02:05.285]➜  + echo -e '\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true'
2025-08-20T20:19:12.8712966Z [00:02:05.285]➜  + rm -rvf ./.cargo 'rust-toolchain*'
2025-08-20T20:19:12.8740634Z [00:02:05.287]➜  removed './.cargo/config.toml'
2025-08-20T20:19:12.8740977Z [00:02:05.287]➜  removed directory './.cargo'
2025-08-20T20:19:12.8745753Z [00:02:05.288]➜  ++ nproc
2025-08-20T20:19:12.8758475Z [00:02:05.289]➜  + cargo build --workspace --target aarch64-unknown-linux-musl --all-features --jobs=5 --release --keep-going --verbose
2025-08-20T20:19:13.0072026Z [00:02:05.420]➜      Updating crates.io index
2025-08-20T20:19:13.0072671Z [00:02:05.421]➜      Updating git repository `https://github.com/fish-shell/rust-pcre2`
2025-08-20T20:19:13.6402171Z [00:02:06.053]➜   Downloading crates ...
2025-08-20T20:19:13.7549908Z [00:02:06.168]➜    Downloaded errno v0.3.11
2025-08-20T20:19:13.7620548Z [00:02:06.175]➜    Downloaded siphasher v1.0.1
2025-08-20T20:19:13.7689717Z [00:02:06.182]➜    Downloaded typenum v1.17.0
2025-08-20T20:19:13.7710467Z [00:02:06.184]➜    Downloaded nom v7.1.3
2025-08-20T20:19:13.7754598Z [00:02:06.189]➜    Downloaded block-buffer v0.10.4
2025-08-20T20:19:13.7765369Z [00:02:06.190]➜    Downloaded crypto-common v0.1.6
2025-08-20T20:19:13.7774887Z [00:02:06.191]➜    Downloaded autocfg v1.4.0
2025-08-20T20:19:13.7789678Z [00:02:06.192]➜    Downloaded generic-array v0.14.7
2025-08-20T20:19:13.7804678Z [00:02:06.194]➜    Downloaded cfg-if v1.0.0
2025-08-20T20:19:13.7816527Z [00:02:06.195]➜    Downloaded libc v0.2.172
2025-08-20T20:19:13.8030961Z [00:02:06.216]➜    Downloaded rust-embed-utils v8.5.0
2025-08-20T20:19:13.8046411Z [00:02:06.218]➜    Downloaded version_check v0.9.5
2025-08-20T20:19:13.8060837Z [00:02:06.219]➜    Downloaded rust-embed-impl v8.5.0
2025-08-20T20:19:13.8074155Z [00:02:06.221]➜    Downloaded walkdir v2.5.0
2025-08-20T20:19:13.8091116Z [00:02:06.222]➜    Downloaded terminfo v0.9.0
2025-08-20T20:19:13.8112837Z [00:02:06.225]➜    Downloaded cc v1.2.7
2025-08-20T20:19:13.8142458Z [00:02:06.228]➜    Downloaded rand v0.8.5
2025-08-20T20:19:13.8170313Z [00:02:06.230]➜    Downloaded unicode-segmentation v1.12.0
2025-08-20T20:19:13.8198522Z [00:02:06.233]➜    Downloaded lru v0.13.0
2025-08-20T20:19:13.8209503Z [00:02:06.234]➜    Downloaded same-file v1.0.6
2025-08-20T20:19:13.8220761Z [00:02:06.235]➜    Downloaded nix v0.30.1
2025-08-20T20:19:13.8310979Z [00:02:06.244]➜    Downloaded memchr v2.7.4
2025-08-20T20:19:13.8349618Z [00:02:06.248]➜    Downloaded proc-macro2 v1.0.95
2025-08-20T20:19:13.8370798Z [00:02:06.250]➜    Downloaded phf_generator v0.11.3
2025-08-20T20:19:13.8381226Z [00:02:06.251]➜    Downloaded phf v0.11.3
2025-08-20T20:19:13.8391846Z [00:02:06.253]➜    Downloaded syn v2.0.95
2025-08-20T20:19:13.8476276Z [00:02:06.261]➜    Downloaded widestring v1.2.0
2025-08-20T20:19:13.8505360Z [00:02:06.264]➜    Downloaded minimal-lexical v0.2.1
2025-08-20T20:19:13.8537540Z [00:02:06.267]➜    Downloaded rust-embed v8.5.0
2025-08-20T20:19:13.8621608Z [00:02:06.275]➜    Downloaded hashbrown v0.15.2
2025-08-20T20:19:13.8661076Z [00:02:06.279]➜    Downloaded once_cell v1.20.2
2025-08-20T20:19:13.8679071Z [00:02:06.281]➜    Downloaded unicode-ident v1.0.14
2025-08-20T20:19:13.8699298Z [00:02:06.283]➜    Downloaded shlex v1.3.0
2025-08-20T20:19:13.8709491Z [00:02:06.284]➜    Downloaded sha2 v0.10.8
2025-08-20T20:19:13.8726544Z [00:02:06.286]➜    Downloaded rsconf v0.2.2
2025-08-20T20:19:13.8738740Z [00:02:06.287]➜    Downloaded unicode-width v0.2.0
2025-08-20T20:19:13.8793361Z [00:02:06.293]➜    Downloaded quote v1.0.40
2025-08-20T20:19:13.8813671Z [00:02:06.295]➜    Downloaded phf_shared v0.11.3
2025-08-20T20:19:13.8821106Z [00:02:06.295]➜    Downloaded num-traits v0.2.19
2025-08-20T20:19:13.8841584Z [00:02:06.297]➜    Downloaded log v0.4.22
2025-08-20T20:19:13.8858955Z [00:02:06.299]➜    Downloaded jobserver v0.1.32
2025-08-20T20:19:13.8874404Z [00:02:06.301]➜    Downloaded bitflags v2.6.0
2025-08-20T20:19:13.8901099Z [00:02:06.303]➜    Downloaded rand_core v0.6.4
2025-08-20T20:19:13.8911547Z [00:02:06.305]➜    Downloaded pkg-config v0.3.31
2025-08-20T20:19:13.8923172Z [00:02:06.306]➜    Downloaded phf_codegen v0.11.3
2025-08-20T20:19:13.8930380Z [00:02:06.306]➜    Downloaded foldhash v0.1.4
2025-08-20T20:19:13.8937126Z [00:02:06.307]➜    Downloaded equivalent v1.0.1
2025-08-20T20:19:13.8943952Z [00:02:06.308]➜    Downloaded digest v0.10.7
2025-08-20T20:19:13.8956845Z [00:02:06.309]➜    Downloaded cpufeatures v0.2.16
2025-08-20T20:19:13.8966343Z [00:02:06.310]➜    Downloaded allocator-api2 v0.2.21
2025-08-20T20:19:13.8987401Z [00:02:06.312]➜    Downloaded fnv v1.0.7
2025-08-20T20:19:13.9003453Z [00:02:06.314]➜    Downloaded cfg_aliases v0.2.1
2025-08-20T20:19:14.0330697Z [00:02:06.446]➜     Compiling typenum v1.17.0
2025-08-20T20:19:14.0331679Z [00:02:06.446]➜     Compiling version_check v0.9.5
2025-08-20T20:19:14.0332332Z [00:02:06.446]➜     Compiling libc v0.2.172
2025-08-20T20:19:14.0332638Z [00:02:06.446]➜     Compiling shlex v1.3.0
2025-08-20T20:19:14.0336062Z [00:02:06.446]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_main --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.17.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=8e8aa36a41e9971f -C extra-filename=-a9bdf4951e192490 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/typenum-a9bdf4951e192490 -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:19:14.0341310Z [00:02:06.446]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name version_check --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9440e650fc204049 -C extra-filename=-2f8782868cdf7166 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:19:14.0346452Z [00:02:06.447]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=2b4c44b3955c648c -C extra-filename=-bb68a32fc0c92207 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/libc-bb68a32fc0c92207 -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:19:14.0351993Z [00:02:06.447]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name shlex --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e5b953d098524347 -C extra-filename=-b356084df1108afb --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:19:14.0357142Z [00:02:06.447]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=767efb036756da1a -C extra-filename=-e909a7ba4abf2443 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/libc-e909a7ba4abf2443 -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:19:14.2504284Z [00:02:06.664]➜     Compiling proc-macro2 v1.0.95
2025-08-20T20:19:14.2518501Z [00:02:06.665]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.95/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=f5c0e07b8bd3a880 -C extra-filename=-3a5154b527f69eef --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/proc-macro2-3a5154b527f69eef -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:19:14.3784667Z [00:02:06.792]➜     Compiling generic-array v0.14.7
2025-08-20T20:19:14.3823902Z [00:02:06.792]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=b0c09b273b33ef65 -C extra-filename=-bef24f4f65160060 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/generic-array-bef24f4f65160060 -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern version_check=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libversion_check-2f8782868cdf7166.rlib --cap-lints allow`
2025-08-20T20:19:14.4379747Z [00:02:06.851]➜       Running `/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/libc-e909a7ba4abf2443/build-script-build`
2025-08-20T20:19:14.4547272Z [00:02:06.868]➜       Running `/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/libc-bb68a32fc0c92207/build-script-build`
2025-08-20T20:19:14.4622660Z [00:02:06.875]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name libc --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=255fc1ecd8ac8e98 -C extra-filename=-35a0ab8d82c6616f --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --cap-lints allow --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
2025-08-20T20:19:14.4896774Z [00:02:06.902]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name libc --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=45d0c835355b52de -C extra-filename=-6c6031b792802985 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
2025-08-20T20:19:14.5521509Z [00:02:06.965]➜       Running `/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/proc-macro2-3a5154b527f69eef/build-script-build`
2025-08-20T20:19:14.5622880Z [00:02:06.975]➜       Running `/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/generic-array-bef24f4f65160060/build-script-build`
2025-08-20T20:19:14.5970252Z [00:02:07.010]➜       Running `/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/generic-array-bef24f4f65160060/build-script-build`
2025-08-20T20:19:14.6079520Z [00:02:07.019]➜       Running `/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/typenum-a9bdf4951e192490/build-script-main`
2025-08-20T20:19:14.6222291Z [00:02:07.036]➜       Running `/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/typenum-a9bdf4951e192490/build-script-main`
2025-08-20T20:19:14.6260419Z [00:02:07.039]➜     Compiling unicode-ident v1.0.14
2025-08-20T20:19:14.6270698Z [00:02:07.040]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name unicode_ident --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3345893dc92af5ea -C extra-filename=-5f4ec3a54716ecc7 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:19:14.6440193Z [00:02:07.057]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name typenum --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=a9f53fc958e483b0 -C extra-filename=-aa5c0fffcf0be157 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:19:14.6713690Z [00:02:07.084]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name typenum --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=6217238ef4d05c36 -C extra-filename=-f8a98f1a395476c9 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:14.7424680Z [00:02:07.155]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name proc_macro2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.95/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=f615491491a79ae4 -C extra-filename=-cea1860fd0b2673b --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern unicode_ident=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libunicode_ident-5f4ec3a54716ecc7.rmeta --cap-lints allow --cfg wrap_proc_macro --cfg proc_macro_span --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
2025-08-20T20:19:15.4834713Z [00:02:07.896]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name generic_array --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=b34e6225f8f9f4e1 -C extra-filename=-41da2ddd2b8437e2 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern typenum=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libtypenum-aa5c0fffcf0be157.rmeta --cap-lints allow --cfg relaxed_coherence`
2025-08-20T20:19:15.6332374Z [00:02:08.046]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name generic_array --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=1f9bd3a4d169332d -C extra-filename=-572eeba89daafdf4 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern typenum=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtypenum-f8a98f1a395476c9.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg relaxed_coherence`
2025-08-20T20:19:15.9010221Z [00:02:08.314]➜     Compiling rand_core v0.6.4
2025-08-20T20:19:15.9044546Z [00:02:08.317]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name rand_core --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=d31c301906ee5671 -C extra-filename=-5d61b079bcc0e271 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:19:16.0888630Z [00:02:08.502]➜     Compiling jobserver v0.1.32
2025-08-20T20:19:16.0892395Z [00:02:08.502]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name jobserver --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b6e515d9f9aee6ec -C extra-filename=-f5da2f68dace4824 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/liblibc-35a0ab8d82c6616f.rmeta --cap-lints allow`
2025-08-20T20:19:16.1149356Z [00:02:08.528]➜     Compiling siphasher v1.0.1
2025-08-20T20:19:16.1153769Z [00:02:08.528]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name siphasher --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=10b0cd7214853b50 -C extra-filename=-1b2f4b2258c47bc3 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:19:16.4766698Z [00:02:08.890]➜     Compiling cc v1.2.7
2025-08-20T20:19:16.4780924Z [00:02:08.891]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name cc --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=ded1c6c3bc097e93 -C extra-filename=-bf2ba63758f11313 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern jobserver=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libjobserver-f5da2f68dace4824.rmeta --extern libc=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/liblibc-35a0ab8d82c6616f.rmeta --extern shlex=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libshlex-b356084df1108afb.rmeta --cap-lints allow`
2025-08-20T20:19:16.4916434Z [00:02:08.905]➜     Compiling phf_shared v0.11.3
2025-08-20T20:19:16.4931555Z [00:02:08.906]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name phf_shared --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=6ccfe89fc8bd844c -C extra-filename=-0ab678a91faec972 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern siphasher=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libsiphasher-1b2f4b2258c47bc3.rmeta --cap-lints allow`
2025-08-20T20:19:16.7108087Z [00:02:09.124]➜     Compiling crypto-common v0.1.6
2025-08-20T20:19:16.7113007Z [00:02:09.124]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name crypto_common --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=c7a586f02b5765bb -C extra-filename=-df7fc40640b6e5e1 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern generic_array=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libgeneric_array-41da2ddd2b8437e2.rmeta --extern typenum=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libtypenum-aa5c0fffcf0be157.rmeta --cap-lints allow`
2025-08-20T20:19:16.7229383Z [00:02:09.136]➜     Compiling block-buffer v0.10.4
2025-08-20T20:19:16.7235110Z [00:02:09.136]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name block_buffer --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a66392697f1d55af -C extra-filename=-56ae6dc7bbd99557 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern generic_array=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libgeneric_array-41da2ddd2b8437e2.rmeta --cap-lints allow`
2025-08-20T20:19:16.7269196Z [00:02:09.140]➜     Compiling rand v0.8.5
2025-08-20T20:19:16.7281810Z [00:02:09.141]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name rand --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="small_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=4f8d82efa0a44a7f -C extra-filename=-ddad79ae7c863219 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern rand_core=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/librand_core-5d61b079bcc0e271.rmeta --cap-lints allow`
2025-08-20T20:19:16.8028560Z [00:02:09.215]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name block_buffer --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e26b299f3bf8939c -C extra-filename=-3d90b07b6d14c158 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern generic_array=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgeneric_array-572eeba89daafdf4.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:16.8726371Z [00:02:09.286]➜     Compiling digest v0.10.7
2025-08-20T20:19:16.8731968Z [00:02:09.286]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name digest --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=4b35aeceefcacc0f -C extra-filename=-e59f5b439986f019 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern block_buffer=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libblock_buffer-56ae6dc7bbd99557.rmeta --extern crypto_common=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libcrypto_common-df7fc40640b6e5e1.rmeta --cap-lints allow`
2025-08-20T20:19:16.9878863Z [00:02:09.400]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name crypto_common --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=5b650932a8e19f42 -C extra-filename=-f2db4000c1bfa426 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern generic_array=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgeneric_array-572eeba89daafdf4.rmeta --extern typenum=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtypenum-f8a98f1a395476c9.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:17.0776893Z [00:02:09.491]➜     Compiling cpufeatures v0.2.16
2025-08-20T20:19:17.0783719Z [00:02:09.491]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name cpufeatures --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5898f743b4077456 -C extra-filename=-ff55fdc047296e23 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/liblibc-35a0ab8d82c6616f.rmeta --cap-lints allow`
2025-08-20T20:19:17.1068516Z [00:02:09.520]➜     Compiling cfg-if v1.0.0
2025-08-20T20:19:17.1074467Z [00:02:09.520]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name cfg_if --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=65407cc9fa85ef39 -C extra-filename=-be94b43fafc41a05 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:17.1225174Z [00:02:09.536]➜     Compiling same-file v1.0.6
2025-08-20T20:19:17.1231019Z [00:02:09.536]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name same_file --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=caeed56906ef25c5 -C extra-filename=-4bf44dfa5e07d9f1 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:19:17.1320559Z [00:02:09.545]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name cfg_if --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=a343ba03e775442e -C extra-filename=-84032e8649e1bf20 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:19:17.1450889Z [00:02:09.558]➜     Compiling pkg-config v0.3.31
2025-08-20T20:19:17.1463795Z [00:02:09.559]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name pkg_config --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b7099b9dc8d07a5d -C extra-filename=-bf3b1ccc7327268e --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:19:17.1796503Z [00:02:09.593]➜     Compiling rsconf v0.2.2
2025-08-20T20:19:17.1805632Z [00:02:09.594]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rsconf-0.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1b51f9122e90ac0f -C extra-filename=-cede6d4c2bc7791d --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/rsconf-cede6d4c2bc7791d -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:19:17.2327104Z [00:02:09.646]➜     Compiling walkdir v2.5.0
2025-08-20T20:19:17.2339478Z [00:02:09.647]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name walkdir --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6b8854db21f41702 -C extra-filename=-f5a3a269eb29a48f --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern same_file=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libsame_file-4bf44dfa5e07d9f1.rmeta --cap-lints allow`
2025-08-20T20:19:17.4225354Z [00:02:09.836]➜       Running `/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/rsconf-cede6d4c2bc7791d/build-script-build`
2025-08-20T20:19:17.4275997Z [00:02:09.841]➜     Compiling sha2 v0.10.8
2025-08-20T20:19:17.4286911Z [00:02:09.842]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name sha2 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=7c7d1b7d91453780 -C extra-filename=-758eb7018ee20c23 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libcfg_if-84032e8649e1bf20.rmeta --extern cpufeatures=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libcpufeatures-ff55fdc047296e23.rmeta --extern digest=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libdigest-e59f5b439986f019.rmeta --cap-lints allow`
2025-08-20T20:19:17.6209851Z [00:02:10.034]➜     Compiling phf_generator v0.11.3
2025-08-20T20:19:17.6219080Z [00:02:10.035]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name phf_generator --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_generator-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=977d6402abf5785d -C extra-filename=-3839786561f38ddd --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern phf_shared=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libphf_shared-0ab678a91faec972.rmeta --extern rand=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/librand-ddad79ae7c863219.rmeta --cap-lints allow`
2025-08-20T20:19:17.6338769Z [00:02:10.046]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name digest --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=35e02b0d855b076f -C extra-filename=-344b470918447ba6 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern block_buffer=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libblock_buffer-3d90b07b6d14c158.rmeta --extern crypto_common=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrypto_common-f2db4000c1bfa426.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:17.6771270Z [00:02:10.090]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name cpufeatures --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=306a0d39ce9915da -C extra-filename=-209ef2134801d960 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-6c6031b792802985.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:17.7241378Z [00:02:10.137]➜     Compiling quote v1.0.40
2025-08-20T20:19:17.7264692Z [00:02:10.139]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name quote --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=56e68c559a755091 -C extra-filename=-e959b87186541eb1 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libproc_macro2-cea1860fd0b2673b.rmeta --cap-lints allow`
2025-08-20T20:19:17.8375691Z [00:02:10.251]➜     Compiling phf_codegen v0.11.3
2025-08-20T20:19:17.8382966Z [00:02:10.251]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name phf_codegen --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_codegen-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ff4de27c436474c7 -C extra-filename=-b78f14899a1c7b44 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern phf_generator=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libphf_generator-3839786561f38ddd.rmeta --extern phf_shared=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libphf_shared-0ab678a91faec972.rmeta --cap-lints allow`
2025-08-20T20:19:17.8698084Z [00:02:10.283]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name same_file --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=62b8e2359e0c4877 -C extra-filename=-1dfdefaca39b85f8 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:17.9042670Z [00:02:10.317]➜     Compiling cfg_aliases v0.2.1
2025-08-20T20:19:17.9075518Z [00:02:10.320]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name cfg_aliases --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg_aliases-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--deny=clippy::str_to_string' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5d32896a7bdca81f -C extra-filename=-0780b51a0a5f0e8d --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:19:17.9498778Z [00:02:10.363]➜     Compiling autocfg v1.4.0
2025-08-20T20:19:17.9501427Z [00:02:10.363]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name autocfg --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f4a704362dd3a1b4 -C extra-filename=-1b4363929152a49a --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:19:17.9654948Z [00:02:10.375]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name siphasher --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=acf1f5844e711ea8 -C extra-filename=-65b2bbbc97ef358c --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:18.0060270Z [00:02:10.419]➜     Compiling syn v2.0.95
2025-08-20T20:19:18.0071241Z [00:02:10.420]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name syn --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.95/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="derive"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=9a2b8c3e2b3fd1f7 -C extra-filename=-1934795895fa6fd6 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libproc_macro2-cea1860fd0b2673b.rmeta --extern quote=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libquote-e959b87186541eb1.rmeta --extern unicode_ident=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libunicode_ident-5f4ec3a54716ecc7.rmeta --cap-lints allow`
2025-08-20T20:19:18.1294952Z [00:02:10.542]➜     Compiling nix v0.30.1
2025-08-20T20:19:18.1302668Z [00:02:10.543]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.30.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="inotify"' --cfg 'feature="poll"' --cfg 'feature="resource"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=28d53bb425aa318c -C extra-filename=-0f820c596a6e95ec --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/nix-0f820c596a6e95ec -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern cfg_aliases=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libcfg_aliases-0780b51a0a5f0e8d.rlib --cap-lints allow`
2025-08-20T20:19:18.1836557Z [00:02:10.596]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name phf_shared --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=ae16d2121d7e6c15 -C extra-filename=-36924f0e0402698d --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern siphasher=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsiphasher-65b2bbbc97ef358c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:18.4383430Z [00:02:10.851]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name walkdir --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ea7d2d2e59a91659 -C extra-filename=-e4180d57cecb1b6f --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern same_file=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsame_file-1dfdefaca39b85f8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:18.5259646Z [00:02:10.939]➜     Compiling num-traits v0.2.19
2025-08-20T20:19:18.5266426Z [00:02:10.939]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=4fb8b2cd630d724d -C extra-filename=-7560ff3896d085d7 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/num-traits-7560ff3896d085d7 -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libautocfg-1b4363929152a49a.rlib --cap-lints allow`
2025-08-20T20:19:18.6581999Z [00:02:11.071]➜     Compiling terminfo v0.9.0
2025-08-20T20:19:18.6596550Z [00:02:11.073]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminfo-0.9.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3876840c4cd10c19 -C extra-filename=-957a1d7eb58fc655 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/terminfo-957a1d7eb58fc655 -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern phf_codegen=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libphf_codegen-b78f14899a1c7b44.rlib --cap-lints allow`
2025-08-20T20:19:18.6843993Z [00:02:11.097]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name sha2 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=edb7c0f7410edcec -C extra-filename=-45f8e1d9afc2c94d --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-be94b43fafc41a05.rmeta --extern cpufeatures=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcpufeatures-209ef2134801d960.rmeta --extern digest=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdigest-344b470918447ba6.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:18.7689215Z [00:02:11.182]➜     Compiling pcre2-sys v0.2.9 (https://github.com/fish-shell/rust-pcre2?tag=0.2.9-utf32#85b7afba)
2025-08-20T20:19:18.7693558Z [00:02:11.182]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/git/checkouts/rust-pcre2-cea4c3ff42e4f4e4/85b7afb/pcre2-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="utf32"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jit", "utf32"))' -C metadata=93cc24548e65b36b -C extra-filename=-f78d9a9063a4bfa7 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/pcre2-sys-f78d9a9063a4bfa7 -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libcc-bf2ba63758f11313.rlib --extern pkg_config=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libpkg_config-bf3b1ccc7327268e.rlib --cap-lints allow`
2025-08-20T20:19:19.0535876Z [00:02:11.467]➜     Compiling rust-embed-utils v8.5.0
2025-08-20T20:19:19.0545763Z [00:02:11.468]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name rust_embed_utils --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-embed-utils-8.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug-embed", "globset", "include-exclude", "mime-guess", "mime_guess"))' -C metadata=e980ba82711a9969 -C extra-filename=-9349cb6f2846af68 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern sha2=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libsha2-758eb7018ee20c23.rmeta --extern walkdir=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libwalkdir-f5a3a269eb29a48f.rmeta --cap-lints allow`
2025-08-20T20:19:19.1104788Z [00:02:11.524]➜       Running `/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/pcre2-sys-f78d9a9063a4bfa7/build-script-build`
2025-08-20T20:19:19.1881950Z [00:02:11.601]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name rsconf --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rsconf-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9122cfda263c698d -C extra-filename=-484d486f2f89486d --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libcc-bf2ba63758f11313.rmeta --cap-lints allow`
2025-08-20T20:19:19.2356561Z [00:02:11.649]➜     Compiling memchr v2.7.4
2025-08-20T20:19:19.2362035Z [00:02:11.649]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name memchr --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=24e8d0b0872da30f -C extra-filename=-a90474d1ca50aa98 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:19.3253680Z [00:02:11.738]➜     Compiling foldhash v0.1.4
2025-08-20T20:19:19.3258862Z [00:02:11.739]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name foldhash --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8883c791f79809c6 -C extra-filename=-1a182183b8a834a6 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:19.5076512Z [00:02:11.921]➜     Compiling minimal-lexical v0.2.1
2025-08-20T20:19:19.5084395Z [00:02:11.921]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name minimal_lexical --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=c0004802e8f936e6 -C extra-filename=-49402bb10c80690e --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:19.6808585Z [00:02:12.094]➜     Compiling allocator-api2 v0.2.21
2025-08-20T20:19:19.6816383Z [00:02:12.094]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name allocator_api2 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(no_global_oom_handling)' --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fresh-rust", "nightly", "serde", "std"))' -C metadata=6b7f9c0f8341b3ec -C extra-filename=-98535c9b147dc083 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:19.8101714Z [00:02:12.223]➜     Compiling equivalent v1.0.1
2025-08-20T20:19:19.8106771Z [00:02:12.223]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name equivalent --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f98bd7c84c3bda06 -C extra-filename=-fb9c757d32b5fe5b --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:19.8452302Z [00:02:12.258]➜     Compiling nom v7.1.3
2025-08-20T20:19:19.8458085Z [00:02:12.258]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name nom --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=96d31c1030bdc8bd -C extra-filename=-692a16bb77775608 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-a90474d1ca50aa98.rmeta --extern minimal_lexical=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libminimal_lexical-49402bb10c80690e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:20.1348028Z [00:02:12.548]➜     Compiling hashbrown v0.15.2
2025-08-20T20:19:20.1365165Z [00:02:12.549]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name hashbrown --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=7ca48bdbf8c5f147 -C extra-filename=-f8a02e8a69b48f3b --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern allocator_api2=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liballocator_api2-98535c9b147dc083.rmeta --extern equivalent=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-fb9c757d32b5fe5b.rmeta --extern foldhash=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfoldhash-1a182183b8a834a6.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:20.1617270Z [00:02:12.575]➜     Compiling fish v4.1.0-alpha0 (/tmp/tmp.NqxrQ4nJK8/TEMPREPO)
2025-08-20T20:19:20.1622622Z [00:02:12.575]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --allow=unstable_name_collisions --allow=unknown_lints '--deny=clippy::print_stdout' '--deny=clippy::print_stderr' --allow=non_upper_case_globals --allow=non_camel_case_types '--allow=clippy::needless_return' '--allow=clippy::needless_lifetimes' '--allow=clippy::manual_range_contains' -C debug-assertions=off --cfg 'feature="asan"' --cfg 'feature="benchmark"' --cfg 'feature="default"' --cfg 'feature="embed-data"' --cfg 'feature="gettext-extract"' --cfg 'feature="tsan"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asan", "benchmark", "default", "embed-data", "gettext-extract", "tsan"))' -C metadata=9d255fc81564f56a -C extra-filename=-f063c4efae639c1b --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/fish-f063c4efae639c1b -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libcc-bf2ba63758f11313.rlib --extern rsconf=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/librsconf-484d486f2f89486d.rlib`
2025-08-20T20:19:20.8683800Z [00:02:13.282]➜       Running `/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/terminfo-957a1d7eb58fc655/build-script-build`
2025-08-20T20:19:20.9416626Z [00:02:13.354]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name rust_embed_utils --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-embed-utils-8.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug-embed", "globset", "include-exclude", "mime-guess", "mime_guess"))' -C metadata=13ed1f58114a5351 -C extra-filename=-fb4ab062dfb04749 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern sha2=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsha2-45f8e1d9afc2c94d.rmeta --extern walkdir=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwalkdir-e4180d57cecb1b6f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:21.1177848Z [00:02:13.531]➜       Running `/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/nix-0f820c596a6e95ec/build-script-build`
2025-08-20T20:19:21.1203628Z [00:02:13.533]➜       Running `/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/num-traits-7560ff3896d085d7/build-script-build`
2025-08-20T20:19:21.2188803Z [00:02:13.632]➜     Compiling phf v0.11.3
2025-08-20T20:19:21.2195171Z [00:02:13.632]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name phf --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=d0b05ed1a3f6b373 -C extra-filename=-c85bcaf0ef70fc33 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern phf_shared=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libphf_shared-36924f0e0402698d.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:21.2593032Z [00:02:13.672]➜     Compiling widestring v1.2.0
2025-08-20T20:19:21.2597969Z [00:02:13.672]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name widestring --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/widestring-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debugger_visualizer", "default", "std"))' -C metadata=a54b0b430a586fd1 -C extra-filename=-04053cef14a19ec3 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:21.4631833Z [00:02:13.876]➜     Compiling unicode-width v0.2.0
2025-08-20T20:19:21.4665963Z [00:02:13.879]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name unicode_width --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=cdf728dfaf3d0c0a -C extra-filename=-6fa54cd0bb620c30 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:21.7051365Z [00:02:14.118]➜     Compiling bitflags v2.6.0
2025-08-20T20:19:21.7056157Z [00:02:14.118]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name bitflags --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=ab544b349474ea38 -C extra-filename=-54fc40c3409b4f13 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:22.1299448Z [00:02:14.543]➜     Compiling rust-embed-impl v8.5.0
2025-08-20T20:19:22.1313275Z [00:02:14.544]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name rust_embed_impl --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-embed-impl-8.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compression", "debug-embed", "include-exclude", "interpolate-folder-path", "mime-guess", "shellexpand"))' -C metadata=47b043642a17e557 -C extra-filename=-41ac22cd9314ca7e --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libproc_macro2-cea1860fd0b2673b.rlib --extern quote=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libquote-e959b87186541eb1.rlib --extern rust_embed_utils=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/librust_embed_utils-9349cb6f2846af68.rlib --extern syn=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libsyn-1934795895fa6fd6.rlib --extern walkdir=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libwalkdir-f5a3a269eb29a48f.rlib --extern proc_macro --cap-lints allow`
2025-08-20T20:19:22.2114073Z [00:02:14.624]➜     Compiling unicode-segmentation v1.12.0
2025-08-20T20:19:22.2123420Z [00:02:14.625]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name unicode_segmentation --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=8a047d8d16d25300 -C extra-filename=-08574d6f8dfe2acd --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:22.6623721Z [00:02:15.076]➜     Compiling fnv v1.0.7
2025-08-20T20:19:22.6632420Z [00:02:15.076]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name fnv --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=483057ca7310fafd -C extra-filename=-c47ab956a0e03948 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:22.7058762Z [00:02:15.119]➜     Compiling log v0.4.22
2025-08-20T20:19:22.7065173Z [00:02:15.119]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name log --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "std", "sval", "sval_ref", "value-bag"))' -C metadata=11e172080a90149d -C extra-filename=-85b7ccb8e399712c --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:22.9096501Z [00:02:15.321]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name rand_core --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=d2eb6407383fb1e2 -C extra-filename=-860ba83486cc48b1 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:22.9510998Z [00:02:15.364]➜     Compiling fish-printf v0.2.1 (/tmp/tmp.NqxrQ4nJK8/TEMPREPO/crates/printf)
2025-08-20T20:19:22.9519109Z [00:02:15.364]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name fish_printf --edition=2021 crates/printf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --allow=unstable_name_collisions --allow=unknown_lints '--deny=clippy::print_stdout' '--deny=clippy::print_stderr' --allow=non_upper_case_globals --allow=non_camel_case_types '--allow=clippy::needless_return' '--allow=clippy::needless_lifetimes' '--allow=clippy::manual_range_contains' --cfg 'feature="widestring"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("widestring"))' -C metadata=ccb88236bdf2af16 -C extra-filename=-a4e61b019d26643f --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-6c6031b792802985.rmeta --extern unicode_segmentation=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_segmentation-08574d6f8dfe2acd.rmeta --extern unicode_width=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-6fa54cd0bb620c30.rmeta --extern widestring=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwidestring-04053cef14a19ec3.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:23.0181886Z [00:02:15.431]➜     Compiling rust-embed v8.5.0
2025-08-20T20:19:23.0191345Z [00:02:15.432]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name rust_embed --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-embed-8.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("actix", "actix-web", "axum", "axum-ex", "compression", "debug-embed", "hex", "include-exclude", "include-flate", "interpolate-folder-path", "mime-guess", "mime_guess", "poem", "poem-ex", "rocket", "salvo", "salvo-ex", "tokio", "warp", "warp-ex"))' -C metadata=e6670338d1ba5505 -C extra-filename=-45cd41f6d02398f6 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern rust_embed_impl=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/librust_embed_impl-41ac22cd9314ca7e.so --extern rust_embed_utils=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librust_embed_utils-fb4ab062dfb04749.rmeta --extern walkdir=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwalkdir-e4180d57cecb1b6f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:23.0807170Z [00:02:15.493]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name rand --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="small_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=29f48adf6937fc64 -C extra-filename=-425cd3d3e4ce4682 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern rand_core=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_core-860ba83486cc48b1.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:23.0864750Z [00:02:15.498]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name terminfo --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminfo-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=abd076eb54c9e4ca -C extra-filename=-6a29374c1203630d --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern fnv=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfnv-c47ab956a0e03948.rmeta --extern nom=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnom-692a16bb77775608.rmeta --extern phf=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libphf-c85bcaf0ef70fc33.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:23.3850614Z [00:02:15.797]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name nix --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.30.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="inotify"' --cfg 'feature="poll"' --cfg 'feature="resource"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=b450ef6fcd29df7d -C extra-filename=-3c22f25a8c41cf29 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-54fc40c3409b4f13.rmeta --extern cfg_if=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-be94b43fafc41a05.rmeta --extern libc=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-6c6031b792802985.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg linux --cfg linux_android --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)' --check-cfg 'cfg(target_os, values("cygwin"))'`
2025-08-20T20:19:23.7110047Z [00:02:16.124]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name num_traits --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=96caea6ace05b8b0 -C extra-filename=-704ad672e6052d00 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg has_total_cmp --check-cfg 'cfg(has_total_cmp)'`
2025-08-20T20:19:24.0369267Z [00:02:16.450]➜     Compiling lru v0.13.0
2025-08-20T20:19:24.0378669Z [00:02:16.451]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name lru --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lru-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="hashbrown"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hashbrown", "nightly"))' -C metadata=004e4c53992fc437 -C extra-filename=-5a1e0ddb85e04c28 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern hashbrown=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-f8a02e8a69b48f3b.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:24.2137293Z [00:02:16.627]➜       Running `/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/fish-f063c4efae639c1b/build-script-build`
2025-08-20T20:19:25.0575580Z [00:02:17.471]➜     Compiling errno v0.3.11
2025-08-20T20:19:25.0582973Z [00:02:17.471]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name errno --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7d0419ab62be766a -C extra-filename=-85492e11424b030f --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-6c6031b792802985.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:25.1928382Z [00:02:17.606]➜     Compiling fish-gettext-extraction v0.0.1 (/tmp/tmp.NqxrQ4nJK8/TEMPREPO/crates/gettext-extraction)
2025-08-20T20:19:25.1933675Z [00:02:17.606]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name fish_gettext_extraction --edition=2021 crates/gettext-extraction/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --allow=unstable_name_collisions --allow=unknown_lints '--deny=clippy::print_stdout' '--deny=clippy::print_stderr' --allow=non_upper_case_globals --allow=non_camel_case_types '--allow=clippy::needless_return' '--allow=clippy::needless_lifetimes' '--allow=clippy::manual_range_contains' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b86f271a9a67c662 -C extra-filename=-64deadd85261e5a3 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libproc_macro2-cea1860fd0b2673b.rlib --extern proc_macro`
2025-08-20T20:19:25.4191044Z [00:02:17.832]➜  warning: fish@4.1.0-alpha0: Cannot find sphinx-build to build man pages.
2025-08-20T20:19:25.4194920Z [00:02:17.833]➜  warning: fish@4.1.0-alpha0: If you install it now you need to run `cargo clean` and rebuild, or set $FISH_BUILD_DOCS=1 explicitly.
2025-08-20T20:19:25.4199350Z [00:02:17.833]➜  warning: fish@4.1.0-alpha0: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T20:19:25.4229079Z [00:02:17.834]➜  warning: fish@4.1.0-alpha0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T20:19:25.4229886Z [00:02:17.834]➜  warning: fish@4.1.0-alpha0: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T20:19:25.4230585Z [00:02:17.834]➜  warning: fish@4.1.0-alpha0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T20:19:25.4231273Z [00:02:17.835]➜  warning: fish@4.1.0-alpha0: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T20:19:25.4231973Z [00:02:17.835]➜  warning: fish@4.1.0-alpha0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T20:19:25.4232646Z [00:02:17.835]➜  warning: fish@4.1.0-alpha0: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T20:19:25.4233324Z [00:02:17.836]➜  warning: fish@4.1.0-alpha0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T20:19:25.4234004Z [00:02:17.836]➜  warning: fish@4.1.0-alpha0: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T20:19:25.4234687Z [00:02:17.836]➜  warning: fish@4.1.0-alpha0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T20:19:25.4235359Z [00:02:17.837]➜  warning: fish@4.1.0-alpha0: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T20:19:25.4239223Z [00:02:17.837]➜  warning: fish@4.1.0-alpha0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T20:19:25.4240288Z [00:02:17.837]➜  warning: fish@4.1.0-alpha0: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T20:19:25.4240973Z [00:02:17.837]➜  warning: fish@4.1.0-alpha0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T20:19:25.4241649Z [00:02:17.837]➜  warning: fish@4.1.0-alpha0: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T20:19:25.4242339Z [00:02:17.837]➜  warning: fish@4.1.0-alpha0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T20:19:25.4243066Z [00:02:17.837]➜  warning: fish@4.1.0-alpha0: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T20:19:25.4243746Z [00:02:17.837]➜  warning: fish@4.1.0-alpha0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T20:19:25.4244421Z [00:02:17.837]➜  warning: fish@4.1.0-alpha0: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T20:19:25.4245107Z [00:02:17.837]➜  warning: fish@4.1.0-alpha0: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T20:19:25.4246826Z [00:02:17.838]➜     Compiling once_cell v1.20.2
2025-08-20T20:19:25.4285021Z [00:02:17.841]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name once_cell --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=0ce207638b7a503f -C extra-filename=-3e0a4dbb97f3f116 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:25.5129282Z [00:02:17.926]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name fish_gettext_extraction --edition=2021 crates/gettext-extraction/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C opt-level=3 -C embed-bitcode=no --allow=unstable_name_collisions --allow=unknown_lints '--deny=clippy::print_stdout' '--deny=clippy::print_stderr' --allow=non_upper_case_globals --allow=non_camel_case_types '--allow=clippy::needless_return' '--allow=clippy::needless_lifetimes' '--allow=clippy::manual_range_contains' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ac0c6e8c96c7e92 -C extra-filename=-8ef2365b8977f416 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libproc_macro2-cea1860fd0b2673b.rlib --extern proc_macro`
2025-08-20T20:19:37.0795263Z [00:02:29.492]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name pcre2_sys --edition=2021 /root/.cargo/git/checkouts/rust-pcre2-cea4c3ff42e4f4e4/85b7afb/pcre2-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="utf32"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jit", "utf32"))' -C metadata=76c273aa65bad8d3 -C extra-filename=-7b59c2bd3b40ddc6 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-6c6031b792802985.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out -L native=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out -l static=pcre2-8 -l static=pcre2-32`
2025-08-20T20:19:37.1964780Z [00:02:29.610]➜     Compiling pcre2 v0.2.9 (https://github.com/fish-shell/rust-pcre2?tag=0.2.9-utf32#85b7afba)
2025-08-20T20:19:37.1972392Z [00:02:29.610]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name pcre2 --edition=2021 /root/.cargo/git/checkouts/rust-pcre2-cea4c3ff42e4f4e4/85b7afb/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="utf32"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "jit", "utf32"))' -C metadata=a25eb737f9487d90 -C extra-filename=-e35fc54237d6050d --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-6c6031b792802985.rmeta --extern log=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-85b7ccb8e399712c.rmeta --extern pcre2_sys=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpcre2_sys-7b59c2bd3b40ddc6.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out -L native=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out`
2025-08-20T20:19:37.5206015Z [00:02:29.932]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name fish --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type rlib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --allow=unstable_name_collisions --allow=unknown_lints '--deny=clippy::print_stdout' '--deny=clippy::print_stderr' --allow=non_upper_case_globals --allow=non_camel_case_types '--allow=clippy::needless_return' '--allow=clippy::needless_lifetimes' '--allow=clippy::manual_range_contains' --cfg 'feature="asan"' --cfg 'feature="benchmark"' --cfg 'feature="default"' --cfg 'feature="embed-data"' --cfg 'feature="gettext-extract"' --cfg 'feature="tsan"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asan", "benchmark", "default", "embed-data", "gettext-extract", "tsan"))' -C metadata=41e3cfb58f07af6e -C extra-filename=-80739aec2c97891a --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-54fc40c3409b4f13.rmeta --extern errno=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liberrno-85492e11424b030f.rmeta --extern fish_gettext_extraction=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libfish_gettext_extraction-64deadd85261e5a3.so --extern fish_printf=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfish_printf-a4e61b019d26643f.rmeta --extern libc=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-6c6031b792802985.rmeta --extern lru=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblru-5a1e0ddb85e04c28.rmeta --extern nix=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnix-3c22f25a8c41cf29.rmeta --extern num_traits=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_traits-704ad672e6052d00.rmeta --extern once_cell=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-3e0a4dbb97f3f116.rmeta --extern pcre2=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpcre2-e35fc54237d6050d.rmeta --extern rand=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand-425cd3d3e4ce4682.rmeta --extern rust_embed=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librust_embed-45cd41f6d02398f6.rmeta --extern terminfo=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminfo-6a29374c1203630d.rmeta --extern widestring=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwidestring-04053cef14a19ec3.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/fish-60c97add08034ed2/out -L native=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out -L native=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out -L /usr/local/lib -l static=flibc.a -l intl --cfg gettext --cfg FISH_USE_POSIX_SPAWN --cfg HAVE_PIPE2 --cfg HAVE_EVENTFD --check-cfg 'cfg()' --check-cfg 'cfg(apple)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(cygwin)' --check-cfg 'cfg(gettext)' --check-cfg 'cfg(small_main_stack)' --check-cfg 'cfg(localeconv_l)' --check-cfg 'cfg(FISH_USE_POSIX_SPAWN)' --check-cfg 'cfg(HAVE_PIPE2)' --check-cfg 'cfg(HAVE_EVENTFD)' --check-cfg 'cfg(HAVE_WAITSTATUS_SIGNAL_RET)'`
2025-08-20T20:20:12.3221527Z [00:03:04.733]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name fish_indent --edition=2021 src/bin/fish_indent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C lto --allow=unstable_name_collisions --allow=unknown_lints '--deny=clippy::print_stdout' '--deny=clippy::print_stderr' --allow=non_upper_case_globals --allow=non_camel_case_types '--allow=clippy::needless_return' '--allow=clippy::needless_lifetimes' '--allow=clippy::manual_range_contains' --cfg 'feature="asan"' --cfg 'feature="benchmark"' --cfg 'feature="default"' --cfg 'feature="embed-data"' --cfg 'feature="gettext-extract"' --cfg 'feature="tsan"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asan", "benchmark", "default", "embed-data", "gettext-extract", "tsan"))' -C metadata=63a7383068c478e1 -C extra-filename=-e649b088e32c3f36 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-54fc40c3409b4f13.rlib --extern errno=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liberrno-85492e11424b030f.rlib --extern fish=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfish-80739aec2c97891a.rlib --extern fish_gettext_extraction=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libfish_gettext_extraction-64deadd85261e5a3.so --extern fish_printf=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfish_printf-a4e61b019d26643f.rlib --extern libc=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-6c6031b792802985.rlib --extern lru=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblru-5a1e0ddb85e04c28.rlib --extern nix=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnix-3c22f25a8c41cf29.rlib --extern num_traits=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_traits-704ad672e6052d00.rlib --extern once_cell=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-3e0a4dbb97f3f116.rlib --extern pcre2=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpcre2-e35fc54237d6050d.rlib --extern rand=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand-425cd3d3e4ce4682.rlib --extern rust_embed=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librust_embed-45cd41f6d02398f6.rlib --extern terminfo=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminfo-6a29374c1203630d.rlib --extern widestring=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwidestring-04053cef14a19ec3.rlib -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/fish-60c97add08034ed2/out -L native=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out -L native=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out -L /usr/local/lib --cfg gettext --cfg FISH_USE_POSIX_SPAWN --cfg HAVE_PIPE2 --cfg HAVE_EVENTFD --check-cfg 'cfg()' --check-cfg 'cfg(apple)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(cygwin)' --check-cfg 'cfg(gettext)' --check-cfg 'cfg(small_main_stack)' --check-cfg 'cfg(localeconv_l)' --check-cfg 'cfg(FISH_USE_POSIX_SPAWN)' --check-cfg 'cfg(HAVE_PIPE2)' --check-cfg 'cfg(HAVE_EVENTFD)' --check-cfg 'cfg(HAVE_WAITSTATUS_SIGNAL_RET)'`
2025-08-20T20:20:12.3260869Z [00:03:04.734]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name fish --edition=2021 src/bin/fish.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C lto --allow=unstable_name_collisions --allow=unknown_lints '--deny=clippy::print_stdout' '--deny=clippy::print_stderr' --allow=non_upper_case_globals --allow=non_camel_case_types '--allow=clippy::needless_return' '--allow=clippy::needless_lifetimes' '--allow=clippy::manual_range_contains' --cfg 'feature="asan"' --cfg 'feature="benchmark"' --cfg 'feature="default"' --cfg 'feature="embed-data"' --cfg 'feature="gettext-extract"' --cfg 'feature="tsan"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asan", "benchmark", "default", "embed-data", "gettext-extract", "tsan"))' -C metadata=9535a43116d4fdba -C extra-filename=-a8a65b2f25ed3d9d --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-54fc40c3409b4f13.rlib --extern errno=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liberrno-85492e11424b030f.rlib --extern fish=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfish-80739aec2c97891a.rlib --extern fish_gettext_extraction=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libfish_gettext_extraction-64deadd85261e5a3.so --extern fish_printf=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfish_printf-a4e61b019d26643f.rlib --extern libc=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-6c6031b792802985.rlib --extern lru=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblru-5a1e0ddb85e04c28.rlib --extern nix=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnix-3c22f25a8c41cf29.rlib --extern num_traits=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_traits-704ad672e6052d00.rlib --extern once_cell=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-3e0a4dbb97f3f116.rlib --extern pcre2=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpcre2-e35fc54237d6050d.rlib --extern rand=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand-425cd3d3e4ce4682.rlib --extern rust_embed=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librust_embed-45cd41f6d02398f6.rlib --extern terminfo=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminfo-6a29374c1203630d.rlib --extern widestring=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwidestring-04053cef14a19ec3.rlib -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/fish-60c97add08034ed2/out -L native=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out -L native=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out -L /usr/local/lib --cfg gettext --cfg FISH_USE_POSIX_SPAWN --cfg HAVE_PIPE2 --cfg HAVE_EVENTFD --check-cfg 'cfg()' --check-cfg 'cfg(apple)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(cygwin)' --check-cfg 'cfg(gettext)' --check-cfg 'cfg(small_main_stack)' --check-cfg 'cfg(localeconv_l)' --check-cfg 'cfg(FISH_USE_POSIX_SPAWN)' --check-cfg 'cfg(HAVE_PIPE2)' --check-cfg 'cfg(HAVE_EVENTFD)' --check-cfg 'cfg(HAVE_WAITSTATUS_SIGNAL_RET)'`
2025-08-20T20:20:12.3290534Z [00:03:04.734]➜       Running `/root/.rustup/toolchains/nightly-aarch64-unknown-linux-musl/bin/rustc --crate-name fish_key_reader --edition=2021 src/bin/fish_key_reader.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C lto --allow=unstable_name_collisions --allow=unknown_lints '--deny=clippy::print_stdout' '--deny=clippy::print_stderr' --allow=non_upper_case_globals --allow=non_camel_case_types '--allow=clippy::needless_return' '--allow=clippy::needless_lifetimes' '--allow=clippy::manual_range_contains' --cfg 'feature="asan"' --cfg 'feature="benchmark"' --cfg 'feature="default"' --cfg 'feature="embed-data"' --cfg 'feature="gettext-extract"' --cfg 'feature="tsan"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asan", "benchmark", "default", "embed-data", "gettext-extract", "tsan"))' -C metadata=cfd495d68a5e9cef -C extra-filename=-86dcc7818014d740 --out-dir /tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-54fc40c3409b4f13.rlib --extern errno=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liberrno-85492e11424b030f.rlib --extern fish=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfish-80739aec2c97891a.rlib --extern fish_gettext_extraction=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libfish_gettext_extraction-64deadd85261e5a3.so --extern fish_printf=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfish_printf-a4e61b019d26643f.rlib --extern libc=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-6c6031b792802985.rlib --extern lru=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblru-5a1e0ddb85e04c28.rlib --extern nix=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnix-3c22f25a8c41cf29.rlib --extern num_traits=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_traits-704ad672e6052d00.rlib --extern once_cell=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-3e0a4dbb97f3f116.rlib --extern pcre2=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpcre2-e35fc54237d6050d.rlib --extern rand=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand-425cd3d3e4ce4682.rlib --extern rust_embed=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librust_embed-45cd41f6d02398f6.rlib --extern terminfo=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminfo-6a29374c1203630d.rlib --extern widestring=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwidestring-04053cef14a19ec3.rlib -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/fish-60c97add08034ed2/out -L native=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out -L native=/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out -L /usr/local/lib --cfg gettext --cfg FISH_USE_POSIX_SPAWN --cfg HAVE_PIPE2 --cfg HAVE_EVENTFD --check-cfg 'cfg()' --check-cfg 'cfg(apple)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(cygwin)' --check-cfg 'cfg(gettext)' --check-cfg 'cfg(small_main_stack)' --check-cfg 'cfg(localeconv_l)' --check-cfg 'cfg(FISH_USE_POSIX_SPAWN)' --check-cfg 'cfg(HAVE_PIPE2)' --check-cfg 'cfg(HAVE_EVENTFD)' --check-cfg 'cfg(HAVE_WAITSTATUS_SIGNAL_RET)'`
2025-08-20T20:20:42.2560991Z [00:03:34.669]➜      Finished `release` profile [optimized] target(s) in 1m 29s
2025-08-20T20:20:42.2864195Z [00:03:34.700]➜  + find -L ./target/aarch64-unknown-linux-musl/release -maxdepth 1 -type f
2025-08-20T20:20:42.2882789Z [00:03:34.702]➜  ./target/aarch64-unknown-linux-musl/release/fish.d
2025-08-20T20:20:42.2884738Z [00:03:34.702]➜  ./target/aarch64-unknown-linux-musl/release/libfish.d
2025-08-20T20:20:42.2885721Z [00:03:34.702]➜  ./target/aarch64-unknown-linux-musl/release/fish_indent
2025-08-20T20:20:42.2886503Z [00:03:34.702]➜  ./target/aarch64-unknown-linux-musl/release/fish_key_reader
2025-08-20T20:20:42.2893785Z [00:03:34.702]➜  ./target/aarch64-unknown-linux-musl/release/fish
2025-08-20T20:20:42.2894253Z [00:03:34.702]➜  ./target/aarch64-unknown-linux-musl/release/libfish.rlib
2025-08-20T20:20:42.2894696Z [00:03:34.702]➜  ./target/aarch64-unknown-linux-musl/release/.cargo-lock
2025-08-20T20:20:42.2895159Z [00:03:34.702]➜  ./target/aarch64-unknown-linux-musl/release/libfish_printf.rlib
2025-08-20T20:20:42.2895661Z [00:03:34.702]➜  ./target/aarch64-unknown-linux-musl/release/libfish_printf.d
2025-08-20T20:20:42.2896127Z [00:03:34.702]➜  ./target/aarch64-unknown-linux-musl/release/fish_key_reader.d
2025-08-20T20:20:42.2896578Z [00:03:34.702]➜  ./target/aarch64-unknown-linux-musl/release/fish_indent.d
2025-08-20T20:20:42.2897378Z [00:03:34.703]➜  + find ./target/aarch64-unknown-linux-musl/release -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T20:20:42.2898160Z [00:03:34.703]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T20:20:42.2898566Z [00:03:34.703]➜  + cut -d: -f1
2025-08-20T20:20:42.2904937Z [00:03:34.704]➜  + xargs realpath --no-symlinks
2025-08-20T20:20:42.2910228Z [00:03:34.704]➜  + xargs -I '{}' rsync -achvL '{}' /build-bins/
2025-08-20T20:20:42.4069409Z [00:03:34.820]➜  sending incremental file list
2025-08-20T20:20:42.4092538Z [00:03:34.823]➜  fish_indent
2025-08-20T20:20:42.4565739Z [00:03:34.870]➜  
2025-08-20T20:20:42.4567315Z [00:03:34.870]➜  sent 7.98M bytes  received 35 bytes  15.96M bytes/sec
2025-08-20T20:20:42.4568791Z [00:03:34.870]➜  total size is 7.98M  speedup is 1.00
2025-08-20T20:20:42.4578197Z [00:03:34.871]➜  sending incremental file list
2025-08-20T20:20:42.4584940Z [00:03:34.872]➜  fish_key_reader
2025-08-20T20:20:42.5002577Z [00:03:34.914]➜  
2025-08-20T20:20:42.5002941Z [00:03:34.914]➜  sent 1.21M bytes  received 35 bytes  2.43M bytes/sec
2025-08-20T20:20:42.5003320Z [00:03:34.914]➜  total size is 1.21M  speedup is 1.00
2025-08-20T20:20:42.5014158Z [00:03:34.915]➜  sending incremental file list
2025-08-20T20:20:42.5037241Z [00:03:34.917]➜  fish
2025-08-20T20:20:42.5509346Z [00:03:34.964]➜  
2025-08-20T20:20:42.5509855Z [00:03:34.964]➜  sent 8.03M bytes  received 35 bytes  16.06M bytes/sec
2025-08-20T20:20:42.5510319Z [00:03:34.964]➜  total size is 8.03M  speedup is 1.00
2025-08-20T20:20:42.6616859Z [00:03:35.075]➜  '/tmp/tmp.NqxrQ4nJK8/TEMPREPO/COPYING' -> '/build-bins/LICENSE'
2025-08-20T20:20:42.6976898Z [00:03:35.111]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T20:20:42.7481729Z [00:03:35.161]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T20:20:42.7484143Z [00:03:35.162]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T20:20:42.7776482Z [00:03:35.191]➜  copy from `/build-bins/fish_indent' [elf64-littleaarch64] to `/build-bins/stIBoMbN' [elf64-littleaarch64]
2025-08-20T20:20:42.8290933Z [00:03:35.242]➜  copy from `/build-bins/fish_key_reader' [elf64-littleaarch64] to `/build-bins/stKiiIEP' [elf64-littleaarch64]
2025-08-20T20:20:42.8614145Z [00:03:35.275]➜  copy from `/build-bins/fish' [elf64-littleaarch64] to `/build-bins/stgbNpDa' [elf64-littleaarch64]
2025-08-20T20:20:42.9088217Z [00:03:35.322]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T20:20:42.9116439Z [00:03:35.325]➜  
2025-08-20T20:20:42.9129401Z [00:03:35.326]➜  /build-bins/fish_indent
2025-08-20T20:20:42.9156868Z [00:03:35.329]➜  There are 26 section headers, starting at offset 0x79bc98:
2025-08-20T20:20:42.9157723Z [00:03:35.329]➜  
2025-08-20T20:20:42.9158390Z [00:03:35.329]➜  Section Headers:
2025-08-20T20:20:42.9158796Z [00:03:35.329]➜    [Nr] Name              Type             Address           Offset
2025-08-20T20:20:42.9159211Z [00:03:35.329]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T20:20:42.9159626Z [00:03:35.329]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T20:20:42.9160025Z [00:03:35.329]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T20:20:42.9160447Z [00:03:35.329]➜    [ 1] .eh_frame         PROGBITS         0000000000200238  00000238
2025-08-20T20:20:42.9160863Z [00:03:35.329]➜         0000000000048704  0000000000000000   A       0     0     8
2025-08-20T20:20:42.9161311Z [00:03:35.329]➜    [ 2] .eh_frame_hdr     PROGBITS         000000000024893c  0004893c
2025-08-20T20:20:42.9161744Z [00:03:35.329]➜         00000000000156f4  0000000000000000   A       0     0     4
2025-08-20T20:20:42.9162176Z [00:03:35.329]➜    [ 3] .gcc_except_table PROGBITS         000000000025e030  0005e030
2025-08-20T20:20:42.9162612Z [00:03:35.329]➜         000000000001f00c  0000000000000000   A       0     0     4
2025-08-20T20:20:42.9163027Z [00:03:35.329]➜    [ 4] .rodata           PROGBITS         000000000027d080  0007d080
2025-08-20T20:20:42.9163458Z [00:03:35.329]➜         0000000000520ca6  0000000000000000   A       0     0     128
2025-08-20T20:20:42.9163892Z [00:03:35.329]➜    [ 5] .rodata.cst16     PROGBITS         000000000079dd30  0059dd30
2025-08-20T20:20:42.9164326Z [00:03:35.329]➜         0000000000000cb0  0000000000000010  AM       0     0     16
2025-08-20T20:20:42.9164757Z [00:03:35.329]➜    [ 6] .rodata.cst32     PROGBITS         000000000079e9e0  0059e9e0
2025-08-20T20:20:42.9165209Z [00:03:35.329]➜         0000000000000e20  0000000000000020  AM       0     0     8
2025-08-20T20:20:42.9165642Z [00:03:35.329]➜    [ 7] .rodata.cst4      PROGBITS         000000000079f800  0059f800
2025-08-20T20:20:42.9166065Z [00:03:35.329]➜         0000000000000474  0000000000000004  AM       0     0     4
2025-08-20T20:20:42.9166489Z [00:03:35.329]➜    [ 8] .rodata.cst8      PROGBITS         000000000079fc78  0059fc78
2025-08-20T20:20:42.9166916Z [00:03:35.329]➜         0000000000000a90  0000000000000008  AM       0     0     8
2025-08-20T20:20:42.9168429Z [00:03:35.329]➜    [ 9] .rodata.str1.1    PROGBITS         00000000007a0708  005a0708
2025-08-20T20:20:42.9169010Z [00:03:35.329]➜         00000000000036a7  0000000000000001 AMS       0     0     1
2025-08-20T20:20:42.9169448Z [00:03:35.329]➜    [10] .rodata.str1.8    PROGBITS         00000000007a3db0  005a3db0
2025-08-20T20:20:42.9169877Z [00:03:35.329]➜         0000000000002490  0000000000000001 AMS       0     0     8
2025-08-20T20:20:42.9170287Z [00:03:35.329]➜    [11] .fini             PROGBITS         00000000007b6240  005a6240
2025-08-20T20:20:42.9170703Z [00:03:35.329]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T20:20:42.9171110Z [00:03:35.329]➜    [12] .init             PROGBITS         00000000007b6250  005a6250
2025-08-20T20:20:42.9171516Z [00:03:35.329]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T20:20:42.9171923Z [00:03:35.329]➜    [13] .text             PROGBITS         00000000007b6260  005a6260
2025-08-20T20:20:42.9172341Z [00:03:35.329]➜         000000000018ffa0  0000000000000000  AX       0     0     32
2025-08-20T20:20:42.9172756Z [00:03:35.329]➜    [14] .tdata            PROGBITS         0000000000956200  00736200
2025-08-20T20:20:42.9173170Z [00:03:35.329]➜         0000000000000020  0000000000000000 WAT       0     0     8
2025-08-20T20:20:42.9173579Z [00:03:35.329]➜    [15] .tbss             NOBITS           0000000000956220  00736220
2025-08-20T20:20:42.9173990Z [00:03:35.329]➜         0000000000000068  0000000000000000 WAT       0     0     8
2025-08-20T20:20:42.9174719Z [00:03:35.329]➜    [16] .data.rel.ro      PROGBITS         0000000000956220  00736220
2025-08-20T20:20:42.9175147Z [00:03:35.329]➜         0000000000053858  0000000000000000  WA       0     0     8
2025-08-20T20:20:42.9175568Z [00:03:35.329]➜    [17] .fini_array       FINI_ARRAY       00000000009a9a78  00789a78
2025-08-20T20:20:42.9175990Z [00:03:35.329]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T20:20:42.9176412Z [00:03:35.329]➜    [18] .got.plt          PROGBITS         00000000009a9a80  00789a80
2025-08-20T20:20:42.9176826Z [00:03:35.329]➜         0000000000000018  0000000000000000  WA       0     0     8
2025-08-20T20:20:42.9177253Z [00:03:35.329]➜    [19] .init_array       INIT_ARRAY       00000000009a9a98  00789a98
2025-08-20T20:20:42.9177933Z [00:03:35.329]➜         0000000000000018  0000000000000008  WA       0     0     8
2025-08-20T20:20:42.9178409Z [00:03:35.329]➜    [20] .got              PROGBITS         00000000009a9ab0  00789ab0
2025-08-20T20:20:42.9178827Z [00:03:35.329]➜         00000000000000c0  0000000000000000  WA       0     0     8
2025-08-20T20:20:42.9179250Z [00:03:35.329]➜    [21] .relro_padding    NOBITS           00000000009a9b70  00789b70
2025-08-20T20:20:42.9179673Z [00:03:35.329]➜         0000000000006490  0000000000000000  WA       0     0     1
2025-08-20T20:20:42.9180083Z [00:03:35.329]➜    [22] .data             PROGBITS         00000000009b9b70  00789b70
2025-08-20T20:20:42.9180497Z [00:03:35.329]➜         0000000000012020  0000000000000000  WA       0     0     8
2025-08-20T20:20:42.9180903Z [00:03:35.329]➜    [23] .bss              NOBITS           00000000009cbb90  0079bb90
2025-08-20T20:20:42.9181306Z [00:03:35.329]➜         00000000000038c9  0000000000000000  WA       0     0     16
2025-08-20T20:20:42.9181723Z [00:03:35.329]➜    [24] .common           NOBITS           00000000009cf460  0079bb90
2025-08-20T20:20:42.9182136Z [00:03:35.329]➜         00000000000000a0  0000000000000000  WA       0     0     8
2025-08-20T20:20:42.9182563Z [00:03:35.329]➜    [25] .shstrtab         STRTAB           0000000000000000  0079bb90
2025-08-20T20:20:42.9182979Z [00:03:35.329]➜         0000000000000105  0000000000000000           0     0     1
2025-08-20T20:20:42.9183304Z [00:03:35.329]➜  Key to Flags:
2025-08-20T20:20:42.9183663Z [00:03:35.329]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T20:20:42.9184128Z [00:03:35.329]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T20:20:42.9184827Z [00:03:35.329]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T20:20:42.9185267Z [00:03:35.329]➜    D (mbind), p (processor specific)
2025-08-20T20:20:42.9185551Z [00:03:35.331]➜  
2025-08-20T20:20:42.9189588Z [00:03:35.332]➜  /build-bins/fish_key_reader
2025-08-20T20:20:42.9199653Z [00:03:35.333]➜  There are 26 section headers, starting at offset 0x1277c8:
2025-08-20T20:20:42.9199988Z [00:03:35.333]➜  
2025-08-20T20:20:42.9200221Z [00:03:35.333]➜  Section Headers:
2025-08-20T20:20:42.9200551Z [00:03:35.333]➜    [Nr] Name              Type             Address           Offset
2025-08-20T20:20:42.9200957Z [00:03:35.333]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T20:20:42.9201348Z [00:03:35.333]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T20:20:42.9201766Z [00:03:35.333]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T20:20:42.9202185Z [00:03:35.333]➜    [ 1] .eh_frame         PROGBITS         0000000000200238  00000238
2025-08-20T20:20:42.9202600Z [00:03:35.333]➜         0000000000016f08  0000000000000000   A       0     0     8
2025-08-20T20:20:42.9203015Z [00:03:35.333]➜    [ 2] .eh_frame_hdr     PROGBITS         0000000000217140  00017140
2025-08-20T20:20:42.9203433Z [00:03:35.333]➜         00000000000061ec  0000000000000000   A       0     0     4
2025-08-20T20:20:42.9203868Z [00:03:35.333]➜    [ 3] .gcc_except_table PROGBITS         000000000021d32c  0001d32c
2025-08-20T20:20:42.9204624Z [00:03:35.333]➜         0000000000005d68  0000000000000000   A       0     0     4
2025-08-20T20:20:42.9205041Z [00:03:35.333]➜    [ 4] .rodata           PROGBITS         0000000000223100  00023100
2025-08-20T20:20:42.9205455Z [00:03:35.333]➜         000000000004283e  0000000000000000   A       0     0     128
2025-08-20T20:20:42.9205882Z [00:03:35.333]➜    [ 5] .rodata.cst16     PROGBITS         0000000000265940  00065940
2025-08-20T20:20:42.9206319Z [00:03:35.333]➜         00000000000005c0  0000000000000010  AM       0     0     16
2025-08-20T20:20:42.9206745Z [00:03:35.333]➜    [ 6] .rodata.cst32     PROGBITS         0000000000265f00  00065f00
2025-08-20T20:20:42.9207169Z [00:03:35.333]➜         0000000000000260  0000000000000020  AM       0     0     4
2025-08-20T20:20:42.9207797Z [00:03:35.333]➜    [ 7] .rodata.cst4      PROGBITS         0000000000266160  00066160
2025-08-20T20:20:42.9208288Z [00:03:35.333]➜         000000000000035c  0000000000000004  AM       0     0     4
2025-08-20T20:20:42.9208722Z [00:03:35.333]➜    [ 8] .rodata.cst8      PROGBITS         00000000002664c0  000664c0
2025-08-20T20:20:42.9209147Z [00:03:35.333]➜         0000000000000328  0000000000000008  AM       0     0     8
2025-08-20T20:20:42.9209570Z [00:03:35.333]➜    [ 9] .rodata.str1.1    PROGBITS         00000000002667e8  000667e8
2025-08-20T20:20:42.9209997Z [00:03:35.333]➜         00000000000027eb  0000000000000001 AMS       0     0     1
2025-08-20T20:20:42.9210428Z [00:03:35.333]➜    [10] .rodata.str1.8    PROGBITS         0000000000268fd8  00068fd8
2025-08-20T20:20:42.9210852Z [00:03:35.333]➜         00000000000022e8  0000000000000001 AMS       0     0     8
2025-08-20T20:20:42.9211264Z [00:03:35.333]➜    [11] .fini             PROGBITS         000000000027b2c0  0006b2c0
2025-08-20T20:20:42.9211677Z [00:03:35.333]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T20:20:42.9212082Z [00:03:35.333]➜    [12] .init             PROGBITS         000000000027b2d0  0006b2d0
2025-08-20T20:20:42.9212497Z [00:03:35.333]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T20:20:42.9212903Z [00:03:35.333]➜    [13] .text             PROGBITS         000000000027b2e0  0006b2e0
2025-08-20T20:20:42.9213312Z [00:03:35.333]➜         0000000000099c00  0000000000000000  AX       0     0     32
2025-08-20T20:20:42.9213727Z [00:03:35.333]➜    [14] .tdata            PROGBITS         0000000000324ee0  00104ee0
2025-08-20T20:20:42.9214370Z [00:03:35.333]➜         0000000000000020  0000000000000000 WAT       0     0     8
2025-08-20T20:20:42.9214859Z [00:03:35.333]➜    [15] .tbss             NOBITS           0000000000324f00  00104f00
2025-08-20T20:20:42.9215269Z [00:03:35.333]➜         0000000000000048  0000000000000000 WAT       0     0     8
2025-08-20T20:20:42.9215691Z [00:03:35.333]➜    [16] .data.rel.ro      PROGBITS         0000000000324f00  00104f00
2025-08-20T20:20:42.9216109Z [00:03:35.333]➜         0000000000010ee0  0000000000000000  WA       0     0     8
2025-08-20T20:20:42.9216539Z [00:03:35.333]➜    [17] .fini_array       FINI_ARRAY       0000000000335de0  00115de0
2025-08-20T20:20:42.9216961Z [00:03:35.333]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T20:20:42.9217976Z [00:03:35.333]➜    [18] .got.plt          PROGBITS         0000000000335de8  00115de8
2025-08-20T20:20:42.9218418Z [00:03:35.333]➜         0000000000000018  0000000000000000  WA       0     0     8
2025-08-20T20:20:42.9218850Z [00:03:35.333]➜    [19] .init_array       INIT_ARRAY       0000000000335e00  00115e00
2025-08-20T20:20:42.9219268Z [00:03:35.333]➜         0000000000000018  0000000000000008  WA       0     0     8
2025-08-20T20:20:42.9219674Z [00:03:35.333]➜    [20] .got              PROGBITS         0000000000335e18  00115e18
2025-08-20T20:20:42.9220079Z [00:03:35.333]➜         00000000000000b8  0000000000000000  WA       0     0     8
2025-08-20T20:20:42.9220507Z [00:03:35.333]➜    [21] .relro_padding    NOBITS           0000000000335ed0  00115ed0
2025-08-20T20:20:42.9221221Z [00:03:35.333]➜         000000000000a130  0000000000000000  WA       0     0     1
2025-08-20T20:20:42.9221629Z [00:03:35.333]➜    [22] .data             PROGBITS         0000000000345ed0  00115ed0
2025-08-20T20:20:42.9222040Z [00:03:35.333]➜         00000000000117f0  0000000000000000  WA       0     0     8
2025-08-20T20:20:42.9222441Z [00:03:35.333]➜    [23] .bss              NOBITS           00000000003576c0  001276c0
2025-08-20T20:20:42.9222854Z [00:03:35.333]➜         0000000000003681  0000000000000000  WA       0     0     16
2025-08-20T20:20:42.9223272Z [00:03:35.333]➜    [24] .common           NOBITS           000000000035ad48  001276c0
2025-08-20T20:20:42.9223685Z [00:03:35.333]➜         00000000000000a0  0000000000000000  WA       0     0     8
2025-08-20T20:20:42.9224104Z [00:03:35.333]➜    [25] .shstrtab         STRTAB           0000000000000000  001276c0
2025-08-20T20:20:42.9224519Z [00:03:35.333]➜         0000000000000105  0000000000000000           0     0     1
2025-08-20T20:20:42.9224851Z [00:03:35.333]➜  Key to Flags:
2025-08-20T20:20:42.9225201Z [00:03:35.333]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T20:20:42.9225661Z [00:03:35.333]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T20:20:42.9226108Z [00:03:35.333]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T20:20:42.9226477Z [00:03:35.333]➜    D (mbind), p (processor specific)
2025-08-20T20:20:42.9226763Z [00:03:35.335]➜  
2025-08-20T20:20:42.9232170Z [00:03:35.337]➜  /build-bins/fish
2025-08-20T20:20:42.9242987Z [00:03:35.337]➜  There are 26 section headers, starting at offset 0x7a7828:
2025-08-20T20:20:42.9243377Z [00:03:35.337]➜  
2025-08-20T20:20:42.9243588Z [00:03:35.337]➜  Section Headers:
2025-08-20T20:20:42.9243926Z [00:03:35.337]➜    [Nr] Name              Type             Address           Offset
2025-08-20T20:20:42.9244339Z [00:03:35.337]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T20:20:42.9244753Z [00:03:35.337]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T20:20:42.9245152Z [00:03:35.337]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T20:20:42.9245571Z [00:03:35.337]➜    [ 1] .eh_frame         PROGBITS         0000000000200238  00000238
2025-08-20T20:20:42.9245989Z [00:03:35.337]➜         000000000004a034  0000000000000000   A       0     0     8
2025-08-20T20:20:42.9246419Z [00:03:35.337]➜    [ 2] .eh_frame_hdr     PROGBITS         000000000024a26c  0004a26c
2025-08-20T20:20:42.9246840Z [00:03:35.337]➜         0000000000015eb4  0000000000000000   A       0     0     4
2025-08-20T20:20:42.9247271Z [00:03:35.337]➜    [ 3] .gcc_except_table PROGBITS         0000000000260120  00060120
2025-08-20T20:20:42.9248193Z [00:03:35.337]➜         0000000000020190  0000000000000000   A       0     0     4
2025-08-20T20:20:42.9248680Z [00:03:35.337]➜    [ 4] .rodata           PROGBITS         0000000000280300  00080300
2025-08-20T20:20:42.9249486Z [00:03:35.337]➜         0000000000522026  0000000000000000   A       0     0     128
2025-08-20T20:20:42.9249923Z [00:03:35.337]➜    [ 5] .rodata.cst16     PROGBITS         00000000007a2330  005a2330
2025-08-20T20:20:42.9250353Z [00:03:35.338]➜         0000000000000cb0  0000000000000010  AM       0     0     16
2025-08-20T20:20:42.9250784Z [00:03:35.338]➜    [ 6] .rodata.cst32     PROGBITS         00000000007a2fe0  005a2fe0
2025-08-20T20:20:42.9251224Z [00:03:35.338]➜         0000000000000e40  0000000000000020  AM       0     0     8
2025-08-20T20:20:42.9251649Z [00:03:35.338]➜    [ 7] .rodata.cst4      PROGBITS         00000000007a3e20  005a3e20
2025-08-20T20:20:42.9252073Z [00:03:35.338]➜         0000000000000478  0000000000000004  AM       0     0     4
2025-08-20T20:20:42.9252495Z [00:03:35.338]➜    [ 8] .rodata.cst8      PROGBITS         00000000007a4298  005a4298
2025-08-20T20:20:42.9252918Z [00:03:35.338]➜         0000000000000a90  0000000000000008  AM       0     0     8
2025-08-20T20:20:42.9253353Z [00:03:35.338]➜    [ 9] .rodata.str1.1    PROGBITS         00000000007a4d28  005a4d28
2025-08-20T20:20:42.9253775Z [00:03:35.338]➜         00000000000037b6  0000000000000001 AMS       0     0     1
2025-08-20T20:20:42.9254206Z [00:03:35.338]➜    [10] .rodata.str1.8    PROGBITS         00000000007a84e0  005a84e0
2025-08-20T20:20:42.9254633Z [00:03:35.338]➜         0000000000002498  0000000000000001 AMS       0     0     8
2025-08-20T20:20:42.9255051Z [00:03:35.338]➜    [11] .fini             PROGBITS         00000000007ba978  005aa978
2025-08-20T20:20:42.9255462Z [00:03:35.338]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T20:20:42.9255873Z [00:03:35.338]➜    [12] .init             PROGBITS         00000000007ba988  005aa988
2025-08-20T20:20:42.9256281Z [00:03:35.338]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T20:20:42.9256692Z [00:03:35.338]➜    [13] .text             PROGBITS         00000000007ba9a0  005aa9a0
2025-08-20T20:20:42.9257114Z [00:03:35.338]➜         0000000000196740  0000000000000000  AX       0     0     32
2025-08-20T20:20:42.9257532Z [00:03:35.338]➜    [14] .tdata            PROGBITS         00000000009610e0  007410e0
2025-08-20T20:20:42.9258202Z [00:03:35.338]➜         0000000000000020  0000000000000000 WAT       0     0     8
2025-08-20T20:20:42.9258614Z [00:03:35.338]➜    [15] .tbss             NOBITS           0000000000961100  00741100
2025-08-20T20:20:42.9259253Z [00:03:35.338]➜         0000000000000068  0000000000000000 WAT       0     0     8
2025-08-20T20:20:42.9259970Z [00:03:35.338]➜    [16] .data.rel.ro      PROGBITS         0000000000961100  00741100
2025-08-20T20:20:42.9260394Z [00:03:35.338]➜         0000000000054410  0000000000000000  WA       0     0     8
2025-08-20T20:20:42.9260815Z [00:03:35.338]➜    [17] .fini_array       FINI_ARRAY       00000000009b5510  00795510
2025-08-20T20:20:42.9261236Z [00:03:35.338]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T20:20:42.9261661Z [00:03:35.338]➜    [18] .got.plt          PROGBITS         00000000009b5518  00795518
2025-08-20T20:20:42.9262074Z [00:03:35.338]➜         0000000000000018  0000000000000000  WA       0     0     8
2025-08-20T20:20:42.9262491Z [00:03:35.338]➜    [19] .init_array       INIT_ARRAY       00000000009b5530  00795530
2025-08-20T20:20:42.9262908Z [00:03:35.338]➜         0000000000000018  0000000000000008  WA       0     0     8
2025-08-20T20:20:42.9263318Z [00:03:35.338]➜    [20] .got              PROGBITS         00000000009b5548  00795548
2025-08-20T20:20:42.9263725Z [00:03:35.338]➜         00000000000000c0  0000000000000000  WA       0     0     8
2025-08-20T20:20:42.9264153Z [00:03:35.338]➜    [21] .relro_padding    NOBITS           00000000009b5608  00795608
2025-08-20T20:20:42.9264580Z [00:03:35.338]➜         000000000000a9f8  0000000000000000  WA       0     0     1
2025-08-20T20:20:42.9264990Z [00:03:35.338]➜    [22] .data             PROGBITS         00000000009c5608  00795608
2025-08-20T20:20:42.9265681Z [00:03:35.338]➜         0000000000012118  0000000000000000  WA       0     0     8
2025-08-20T20:20:42.9266092Z [00:03:35.338]➜    [23] .bss              NOBITS           00000000009d7720  007a7720
2025-08-20T20:20:42.9266500Z [00:03:35.338]➜         00000000000038f9  0000000000000000  WA       0     0     16
2025-08-20T20:20:42.9266918Z [00:03:35.338]➜    [24] .common           NOBITS           00000000009db020  007a7720
2025-08-20T20:20:42.9267339Z [00:03:35.338]➜         00000000000000a0  0000000000000000  WA       0     0     8
2025-08-20T20:20:42.9267951Z [00:03:35.338]➜    [25] .shstrtab         STRTAB           0000000000000000  007a7720
2025-08-20T20:20:42.9268388Z [00:03:35.338]➜         0000000000000105  0000000000000000           0     0     1
2025-08-20T20:20:42.9268709Z [00:03:35.338]➜  Key to Flags:
2025-08-20T20:20:42.9269053Z [00:03:35.338]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T20:20:42.9269519Z [00:03:35.338]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T20:20:42.9269967Z [00:03:35.338]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T20:20:42.9270356Z [00:03:35.338]➜    D (mbind), p (processor specific)
2025-08-20T20:20:42.9270640Z [00:03:35.339]➜  
2025-08-20T20:20:42.9271925Z [00:03:35.341]➜  /build-bins/LICENSE
2025-08-20T20:20:42.9285271Z [00:03:35.342]➜  + file /build-bins/LICENSE /build-bins/fish /build-bins/fish_indent /build-bins/fish_key_reader
2025-08-20T20:20:42.9406995Z [00:03:35.354]➜  /build-bins/LICENSE:         ASCII text
2025-08-20T20:20:42.9525859Z [00:03:35.366]➜  /build-bins/fish:            ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), statically linked, stripped
2025-08-20T20:20:42.9526669Z [00:03:35.366]➜  /build-bins/fish_indent:     ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), statically linked, stripped
2025-08-20T20:20:42.9527434Z [00:03:35.366]➜  /build-bins/fish_key_reader: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), statically linked, stripped
2025-08-20T20:20:42.9532541Z [00:03:35.367]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/fish /build-bins/fish_indent /build-bins/fish_key_reader
2025-08-20T20:20:42.9548124Z [00:03:35.368]➜  /build-bins/LICENSE:         826 Bytes
2025-08-20T20:20:42.9548481Z [00:03:35.368]➜  /build-bins/fish:         8027816 Bytes
2025-08-20T20:20:42.9548833Z [00:03:35.368]➜  /build-bins/fish_indent:         7979800 Bytes
2025-08-20T20:20:42.9549431Z [00:03:35.368]➜  /build-bins/fish_key_reader:         1211976 Bytes
2025-08-20T20:20:42.9553597Z [00:03:35.369]➜  + du /build-bins/LICENSE /build-bins/fish /build-bins/fish_indent /build-bins/fish_key_reader --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T20:20:42.9562078Z [00:03:35.370]➜  826	2025-08-20 20:20:42.660051773 +0000	/build-bins/LICENSE
2025-08-20T20:20:42.9562529Z [00:03:35.370]➜  7.7M	2025-08-20 20:20:42.871058812 +0000	/build-bins/fish
2025-08-20T20:20:42.9562965Z [00:03:35.370]➜  7.7M	2025-08-20 20:20:42.787056010 +0000	/build-bins/fish_indent
2025-08-20T20:20:42.9563400Z [00:03:35.370]➜  1.2M	2025-08-20 20:20:42.829057411 +0000	/build-bins/fish_key_reader
2025-08-20T20:20:42.9567491Z [00:03:35.370]➜  + popd
2025-08-20T20:20:43.3536696Z [00:03:35.767]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T20:20:43.3968346Z [00:03:35.810]➜  + '[' -s /tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T20:20:43.3969562Z [00:03:35.810]➜  + cp -fv /tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T20:20:43.4438647Z [00:03:35.857]➜  '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T20:20:43.4443603Z [00:03:35.858]➜  + find /tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T20:20:43.4449644Z [00:03:35.858]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T20:20:43.4450767Z [00:03:35.858]➜  + cut -d: -f1
2025-08-20T20:20:43.4451340Z [00:03:35.858]➜  + xargs realpath --no-symlinks
2025-08-20T20:20:43.4454275Z [00:03:35.859]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR
2025-08-20T20:20:43.5617723Z [00:03:35.975]➜  sending incremental file list
2025-08-20T20:20:43.5637032Z [00:03:35.977]➜  fish_indent
2025-08-20T20:20:43.6109952Z [00:03:36.024]➜  
2025-08-20T20:20:43.6110303Z [00:03:36.024]➜  sent 7.98M bytes  received 35 bytes  15.96M bytes/sec
2025-08-20T20:20:43.6110676Z [00:03:36.024]➜  total size is 7.98M  speedup is 1.00
2025-08-20T20:20:43.6129504Z [00:03:36.026]➜  sending incremental file list
2025-08-20T20:20:43.6135041Z [00:03:36.027]➜  fish_key_reader
2025-08-20T20:20:43.6551506Z [00:03:36.068]➜  
2025-08-20T20:20:43.6551869Z [00:03:36.068]➜  sent 1.21M bytes  received 35 bytes  2.42M bytes/sec
2025-08-20T20:20:43.6552241Z [00:03:36.068]➜  total size is 1.21M  speedup is 1.00
2025-08-20T20:20:43.6570324Z [00:03:36.070]➜  sending incremental file list
2025-08-20T20:20:43.6591702Z [00:03:36.073]➜  fish
2025-08-20T20:20:43.7061910Z [00:03:36.120]➜  
2025-08-20T20:20:43.7062266Z [00:03:36.120]➜  sent 8.03M bytes  received 35 bytes  16.06M bytes/sec
2025-08-20T20:20:43.7062636Z [00:03:36.120]➜  total size is 8.03M  speedup is 1.00
2025-08-20T20:20:43.7073512Z [00:03:36.121]➜  
2025-08-20T20:20:44.8201820Z [00:03:37.233]➜  
2025-08-20T20:20:44.8285305Z [00:03:37.242]➜  ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/fish_indent' retained as runner:runner
2025-08-20T20:20:44.8286243Z [00:03:37.242]➜  ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/fish_key_reader' retained as runner:runner
2025-08-20T20:20:44.8287139Z [00:03:37.242]➜  ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/fish' retained as runner:runner
2025-08-20T20:20:44.8288153Z [00:03:37.242]➜  ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as runner:runner
2025-08-20T20:20:44.8289021Z [00:03:37.242]➜  ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' retained as runner:runner
2025-08-20T20:20:44.8290393Z [00:03:37.242]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/etc/config.fish' from root:root to runner:runner
2025-08-20T20:20:44.8291598Z [00:03:37.242]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/etc' from root:root to runner:runner
2025-08-20T20:20:44.8292719Z [00:03:37.242]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/Cargo.toml' from root:root to runner:runner
2025-08-20T20:20:44.8293897Z [00:03:37.242]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/debian/prerm' from root:root to runner:runner
2025-08-20T20:20:44.8295169Z [00:03:37.242]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/debian/postinst' from root:root to runner:runner
2025-08-20T20:20:44.8296373Z [00:03:37.242]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/debian/doc-base' from root:root to runner:runner
2025-08-20T20:20:44.8297555Z [00:03:37.242]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/debian/control' from root:root to runner:runner
2025-08-20T20:20:44.8299056Z [00:03:37.242]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/debian/lintian-overrides' from root:root to runner:runner
2025-08-20T20:20:44.8300551Z [00:03:37.242]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/debian/compat' from root:root to runner:runner
2025-08-20T20:20:44.8302027Z [00:03:37.242]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/debian/copyright' from root:root to runner:runner
2025-08-20T20:20:44.8303257Z [00:03:37.242]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/debian/source/format' from root:root to runner:runner
2025-08-20T20:20:44.8304454Z [00:03:37.242]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/debian/source' from root:root to runner:runner
2025-08-20T20:20:44.8305615Z [00:03:37.242]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/debian/rules' from root:root to runner:runner
2025-08-20T20:20:44.8306775Z [00:03:37.242]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/debian/docs' from root:root to runner:runner
2025-08-20T20:20:44.8308144Z [00:03:37.242]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/debian' from root:root to runner:runner
2025-08-20T20:20:44.8309354Z [00:03:37.242]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/fish.spec.in' from root:root to runner:runner
2025-08-20T20:20:44.8310543Z [00:03:37.242]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.builds/freebsd.yml' from root:root to runner:runner
2025-08-20T20:20:44.8311741Z [00:03:37.242]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.builds/arch.yml' from root:root to runner:runner
2025-08-20T20:20:44.8312930Z [00:03:37.242]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.builds/alpine.yml' from root:root to runner:runner
2025-08-20T20:20:44.8314330Z [00:03:37.242]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.builds' from root:root to runner:runner
2025-08-20T20:20:44.8315550Z [00:03:37.242]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/fish.png' from root:root to runner:runner
2025-08-20T20:20:44.8316691Z [00:03:37.242]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/Dockerfile' from root:root to runner:runner
2025-08-20T20:20:44.8318027Z [00:03:37.242]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_internal/fish-riir-plan.md' from root:root to runner:runner
2025-08-20T20:20:44.8319369Z [00:03:37.242]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_internal/mac-artifacts.md' from root:root to runner:runner
2025-08-20T20:20:44.8320644Z [00:03:37.242]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_internal/rust-devel.md' from root:root to runner:runner
2025-08-20T20:20:44.8321844Z [00:03:37.242]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_internal' from root:root to runner:runner
2025-08-20T20:20:44.8323002Z [00:03:37.242]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/BSDmakefile' from root:root to runner:runner
2025-08-20T20:20:44.8324380Z [00:03:37.242]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/SECURITY.md' from root:root to runner:runner
2025-08-20T20:20:44.8325587Z [00:03:37.242]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/osx/osx_fish_launcher.m' from root:root to runner:runner
2025-08-20T20:20:44.8326813Z [00:03:37.242]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/osx/install.sh' from root:root to runner:runner
2025-08-20T20:20:44.8328123Z [00:03:37.242]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/osx/MacApp.entitlements' from root:root to runner:runner
2025-08-20T20:20:44.8329417Z [00:03:37.242]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/osx/launch_fish.scpt' from root:root to runner:runner
2025-08-20T20:20:44.8330673Z [00:03:37.242]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/osx/fish_debug.entitlements' from root:root to runner:runner
2025-08-20T20:20:44.8331963Z [00:03:37.242]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/osx/CMakeMacAppInfo.plist.in' from root:root to runner:runner
2025-08-20T20:20:44.8333231Z [00:03:37.242]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/osx/fish_term_icon.icns' from root:root to runner:runner
2025-08-20T20:20:44.8334383Z [00:03:37.242]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/osx' from root:root to runner:runner
2025-08-20T20:20:44.8335513Z [00:03:37.242]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.cirrus.yml' from root:root to runner:runner
2025-08-20T20:20:44.8336656Z [00:03:37.242]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/fish.pc.in' from root:root to runner:runner
2025-08-20T20:20:44.8338212Z [00:03:37.242]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.gitattributes' from root:root to runner:runner
2025-08-20T20:20:44.8339463Z [00:03:37.242]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/build.rs' from root:root to runner:runner
2025-08-20T20:20:44.8340595Z [00:03:37.242]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/COPYING' from root:root to runner:runner
2025-08-20T20:20:44.8341736Z [00:03:37.242]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/README.rst' from root:root to runner:runner
2025-08-20T20:20:44.8342903Z [00:03:37.242]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/CONTRIBUTING.rst' from root:root to runner:runner
2025-08-20T20:20:44.8344079Z [00:03:37.242]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T20:20:44.8345287Z [00:03:37.242]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.github/workflows/main.yml' from root:root to runner:runner
2025-08-20T20:20:44.8346574Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.github/workflows/staticbuild.yml' from root:root to runner:runner
2025-08-20T20:20:44.8348202Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.github/workflows/mac_codesign.yml' from root:root to runner:runner
2025-08-20T20:20:44.8349586Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.github/workflows/autolabel_prs.yml' from root:root to runner:runner
2025-08-20T20:20:44.8350913Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.github/workflows/lockthreads.yml' from root:root to runner:runner
2025-08-20T20:20:44.8352223Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.github/workflows/rust_checks.yml' from root:root to runner:runner
2025-08-20T20:20:44.8353472Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T20:20:44.8354790Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.github/actions/rust-toolchain@stable/action.yml' from root:root to runner:runner
2025-08-20T20:20:44.8356180Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.github/actions/rust-toolchain@stable' from root:root to runner:runner
2025-08-20T20:20:44.8357691Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.github/actions/rust-toolchain@oldest-supported/action.yml' from root:root to runner:runner
2025-08-20T20:20:44.8359241Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.github/actions/rust-toolchain@oldest-supported' from root:root to runner:runner
2025-08-20T20:20:44.8360541Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.github/actions' from root:root to runner:runner
2025-08-20T20:20:44.8361995Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.github/ISSUE_TEMPLATE/bug.md' from root:root to runner:runner
2025-08-20T20:20:44.8363314Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.github/ISSUE_TEMPLATE' from root:root to runner:runner
2025-08-20T20:20:44.8364584Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.github/PULL_REQUEST_TEMPLATE.md' from root:root to runner:runner
2025-08-20T20:20:44.8365784Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T20:20:44.8366984Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/fg.fish' from root:root to runner:runner
2025-08-20T20:20:44.8368732Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/path.fish' from root:root to runner:runner
2025-08-20T20:20:44.8370030Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/jest.fish' from root:root to runner:runner
2025-08-20T20:20:44.8371344Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ezjail-admin.fish' from root:root to runner:runner
2025-08-20T20:20:44.8372960Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/dumpcap.fish' from root:root to runner:runner
2025-08-20T20:20:44.8374266Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ttx.fish' from root:root to runner:runner
2025-08-20T20:20:44.8375536Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/arp.fish' from root:root to runner:runner
2025-08-20T20:20:44.8377003Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/hugo.fish' from root:root to runner:runner
2025-08-20T20:20:44.8378515Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lz4cat.fish' from root:root to runner:runner
2025-08-20T20:20:44.8379804Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/duf.fish' from root:root to runner:runner
2025-08-20T20:20:44.8381080Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rm.fish' from root:root to runner:runner
2025-08-20T20:20:44.8382344Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/7za.fish' from root:root to runner:runner
2025-08-20T20:20:44.8383643Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lightdm.fish' from root:root to runner:runner
2025-08-20T20:20:44.8384946Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sftp.fish' from root:root to runner:runner
2025-08-20T20:20:44.8386424Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/configure.fish' from root:root to runner:runner
2025-08-20T20:20:44.8387898Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/dua.fish' from root:root to runner:runner
2025-08-20T20:20:44.8389241Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/nmcli.fish' from root:root to runner:runner
2025-08-20T20:20:44.8390546Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xviewer.fish' from root:root to runner:runner
2025-08-20T20:20:44.8391852Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/losetup.fish' from root:root to runner:runner
2025-08-20T20:20:44.8393147Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/qmk.fish' from root:root to runner:runner
2025-08-20T20:20:44.8394425Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/trash.fish' from root:root to runner:runner
2025-08-20T20:20:44.8395731Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pkg_delete.fish' from root:root to runner:runner
2025-08-20T20:20:44.8397275Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/oc.fish' from root:root to runner:runner
2025-08-20T20:20:44.8398723Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/alias.fish' from root:root to runner:runner
2025-08-20T20:20:44.8400021Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/emerge.fish' from root:root to runner:runner
2025-08-20T20:20:44.8401318Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/command.fish' from root:root to runner:runner
2025-08-20T20:20:44.8402611Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zig.fish' from root:root to runner:runner
2025-08-20T20:20:44.8403899Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rakudo.fish' from root:root to runner:runner
2025-08-20T20:20:44.8405210Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zstdgrep.fish' from root:root to runner:runner
2025-08-20T20:20:44.8406500Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cp.fish' from root:root to runner:runner
2025-08-20T20:20:44.8407887Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/portmaster.fish' from root:root to runner:runner
2025-08-20T20:20:44.8409260Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cargo.fish' from root:root to runner:runner
2025-08-20T20:20:44.8410730Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/dropdb.fish' from root:root to runner:runner
2025-08-20T20:20:44.8412092Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gcc.fish' from root:root to runner:runner
2025-08-20T20:20:44.8413379Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/setsid.fish' from root:root to runner:runner
2025-08-20T20:20:44.8414675Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/open.fish' from root:root to runner:runner
2025-08-20T20:20:44.8416007Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/code-insiders.fish' from root:root to runner:runner
2025-08-20T20:20:44.8417342Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/eselect.fish' from root:root to runner:runner
2025-08-20T20:20:44.8418790Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/latex.fish' from root:root to runner:runner
2025-08-20T20:20:44.8420097Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/poweroff.fish' from root:root to runner:runner
2025-08-20T20:20:44.8421601Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pkg_add.fish' from root:root to runner:runner
2025-08-20T20:20:44.8423719Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/tokei.fish' from root:root to runner:runner
2025-08-20T20:20:44.8425025Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/udevadm.fish' from root:root to runner:runner
2025-08-20T20:20:44.8426327Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/unzstd.fish' from root:root to runner:runner
2025-08-20T20:20:44.8427740Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/matlab.fish' from root:root to runner:runner
2025-08-20T20:20:44.8429106Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zed.fish' from root:root to runner:runner
2025-08-20T20:20:44.8430386Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/eg.fish' from root:root to runner:runner
2025-08-20T20:20:44.8431667Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/arping.fish' from root:root to runner:runner
2025-08-20T20:20:44.8432980Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rst2html5.fish' from root:root to runner:runner
2025-08-20T20:20:44.8434280Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/diff.fish' from root:root to runner:runner
2025-08-20T20:20:44.8435797Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/find.fish' from root:root to runner:runner
2025-08-20T20:20:44.8437147Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/or.fish' from root:root to runner:runner
2025-08-20T20:20:44.8438623Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/setfacl.fish' from root:root to runner:runner
2025-08-20T20:20:44.8439928Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/emit.fish' from root:root to runner:runner
2025-08-20T20:20:44.8441222Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gunzip.fish' from root:root to runner:runner
2025-08-20T20:20:44.8442518Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cdh.fish' from root:root to runner:runner
2025-08-20T20:20:44.8443797Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cabal.fish' from root:root to runner:runner
2025-08-20T20:20:44.8445105Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mdimport.fish' from root:root to runner:runner
2025-08-20T20:20:44.8446671Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/msfdb.fish' from root:root to runner:runner
2025-08-20T20:20:44.8448055Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pacmd.fish' from root:root to runner:runner
2025-08-20T20:20:44.8449403Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pzstd.fish' from root:root to runner:runner
2025-08-20T20:20:44.8450668Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/w.fish' from root:root to runner:runner
2025-08-20T20:20:44.8451963Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ruby-build.fish' from root:root to runner:runner
2025-08-20T20:20:44.8453261Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mv.fish' from root:root to runner:runner
2025-08-20T20:20:44.8454552Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/icdiff.fish' from root:root to runner:runner
2025-08-20T20:20:44.8455837Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/atrm.fish' from root:root to runner:runner
2025-08-20T20:20:44.8457118Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/exif.fish' from root:root to runner:runner
2025-08-20T20:20:44.8458593Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xbps-fbulk.fish' from root:root to runner:runner
2025-08-20T20:20:44.8460090Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/accept.fish' from root:root to runner:runner
2025-08-20T20:20:44.8461520Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/grub-file.fish' from root:root to runner:runner
2025-08-20T20:20:44.8462827Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/break.fish' from root:root to runner:runner
2025-08-20T20:20:44.8464134Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/reject.fish' from root:root to runner:runner
2025-08-20T20:20:44.8465414Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/als.fish' from root:root to runner:runner
2025-08-20T20:20:44.8466708Z [00:03:37.243]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt-move.fish' from root:root to runner:runner
2025-08-20T20:20:44.8468097Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/homectl.fish' from root:root to runner:runner
2025-08-20T20:20:44.8469454Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/telnet.fish' from root:root to runner:runner
2025-08-20T20:20:44.8470960Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/vim.fish' from root:root to runner:runner
2025-08-20T20:20:44.8472259Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/groupadd.fish' from root:root to runner:runner
2025-08-20T20:20:44.8473606Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/systemd-nspawn.fish' from root:root to runner:runner
2025-08-20T20:20:44.8475307Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/actionlint.fish' from root:root to runner:runner
2025-08-20T20:20:44.8476689Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zabbix_web_service.fish' from root:root to runner:runner
2025-08-20T20:20:44.8478126Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/display.fish' from root:root to runner:runner
2025-08-20T20:20:44.8479493Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/trap.fish' from root:root to runner:runner
2025-08-20T20:20:44.8480772Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/as.fish' from root:root to runner:runner
2025-08-20T20:20:44.8482062Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/killall.fish' from root:root to runner:runner
2025-08-20T20:20:44.8483346Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/j.fish' from root:root to runner:runner
2025-08-20T20:20:44.8484842Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mycli.fish' from root:root to runner:runner
2025-08-20T20:20:44.8486250Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pkgfile.fish' from root:root to runner:runner
2025-08-20T20:20:44.8487556Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xdvi.fish' from root:root to runner:runner
2025-08-20T20:20:44.8489034Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/systemd-analyze.fish' from root:root to runner:runner
2025-08-20T20:20:44.8490374Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt-cache.fish' from root:root to runner:runner
2025-08-20T20:20:44.8491683Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gprof.fish' from root:root to runner:runner
2025-08-20T20:20:44.8492969Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pkill.fish' from root:root to runner:runner
2025-08-20T20:20:44.8494257Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gitk.fish' from root:root to runner:runner
2025-08-20T20:20:44.8495818Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/complete.fish' from root:root to runner:runner
2025-08-20T20:20:44.8497130Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/yadm.fish' from root:root to runner:runner
2025-08-20T20:20:44.8498599Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt-show-source.fish' from root:root to runner:runner
2025-08-20T20:20:44.8499949Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/realpath.fish' from root:root to runner:runner
2025-08-20T20:20:44.8501275Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt-build.fish' from root:root to runner:runner
2025-08-20T20:20:44.8502577Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/yaourt.fish' from root:root to runner:runner
2025-08-20T20:20:44.8503881Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cowsay.fish' from root:root to runner:runner
2025-08-20T20:20:44.8505158Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gh.fish' from root:root to runner:runner
2025-08-20T20:20:44.8506454Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/asciinema.fish' from root:root to runner:runner
2025-08-20T20:20:44.8507843Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/awk.fish' from root:root to runner:runner
2025-08-20T20:20:44.8509422Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/wesnoth.fish' from root:root to runner:runner
2025-08-20T20:20:44.8510835Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/tofu.fish' from root:root to runner:runner
2025-08-20T20:20:44.8512162Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/speedtest-cli.fish' from root:root to runner:runner
2025-08-20T20:20:44.8513504Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/castnow.fish' from root:root to runner:runner
2025-08-20T20:20:44.8514813Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/passwd.fish' from root:root to runner:runner
2025-08-20T20:20:44.8516105Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/aura.fish' from root:root to runner:runner
2025-08-20T20:20:44.8517383Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xsp.fish' from root:root to runner:runner
2025-08-20T20:20:44.8518834Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/defaults.fish' from root:root to runner:runner
2025-08-20T20:20:44.8520381Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/[.fish' from root:root to runner:runner
2025-08-20T20:20:44.8521668Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/wget.fish' from root:root to runner:runner
2025-08-20T20:20:44.8522961Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gdbus.fish' from root:root to runner:runner
2025-08-20T20:20:44.8524235Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/uv.fish' from root:root to runner:runner
2025-08-20T20:20:44.8525512Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/qjs.fish' from root:root to runner:runner
2025-08-20T20:20:44.8526793Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mupdf.fish' from root:root to runner:runner
2025-08-20T20:20:44.8528212Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/a2dissite.fish' from root:root to runner:runner
2025-08-20T20:20:44.8529596Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/climate.fish' from root:root to runner:runner
2025-08-20T20:20:44.8530917Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/clojure.fish' from root:root to runner:runner
2025-08-20T20:20:44.8532223Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cut.fish' from root:root to runner:runner
2025-08-20T20:20:44.8533678Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zypper.fish' from root:root to runner:runner
2025-08-20T20:20:44.8535099Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/builtin.fish' from root:root to runner:runner
2025-08-20T20:20:44.8536400Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/virsh.fish' from root:root to runner:runner
2025-08-20T20:20:44.8537847Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/shortcuts.fish' from root:root to runner:runner
2025-08-20T20:20:44.8539217Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/batsh.fish' from root:root to runner:runner
2025-08-20T20:20:44.8540553Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/timedatectl.fish' from root:root to runner:runner
2025-08-20T20:20:44.8541881Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/iconutil.fish' from root:root to runner:runner
2025-08-20T20:20:44.8543391Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/wait.fish' from root:root to runner:runner
2025-08-20T20:20:44.8544680Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rmmod.fish' from root:root to runner:runner
2025-08-20T20:20:44.8545973Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/unlz4.fish' from root:root to runner:runner
2025-08-20T20:20:44.8547252Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/stat.fish' from root:root to runner:runner
2025-08-20T20:20:44.8548689Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/convert.fish' from root:root to runner:runner
2025-08-20T20:20:44.8550002Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lpmove.fish' from root:root to runner:runner
2025-08-20T20:20:44.8551306Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cowthink.fish' from root:root to runner:runner
2025-08-20T20:20:44.8552637Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lsb_release.fish' from root:root to runner:runner
2025-08-20T20:20:44.8553936Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/john.fish' from root:root to runner:runner
2025-08-20T20:20:44.8555239Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/aunpack.fish' from root:root to runner:runner
2025-08-20T20:20:44.8556539Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ranger.fish' from root:root to runner:runner
2025-08-20T20:20:44.8558096Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/contains.fish' from root:root to runner:runner
2025-08-20T20:20:44.8559483Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/base64.fish' from root:root to runner:runner
2025-08-20T20:20:44.8560787Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt-cdrom.fish' from root:root to runner:runner
2025-08-20T20:20:44.8562164Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/loginctl.fish' from root:root to runner:runner
2025-08-20T20:20:44.8563487Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/powershell.fish' from root:root to runner:runner
2025-08-20T20:20:44.8564807Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xxhsum.fish' from root:root to runner:runner
2025-08-20T20:20:44.8566094Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/begin.fish' from root:root to runner:runner
2025-08-20T20:20:44.8567676Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/touch.fish' from root:root to runner:runner
2025-08-20T20:20:44.8569041Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/fossil.fish' from root:root to runner:runner
2025-08-20T20:20:44.8570372Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt-config.fish' from root:root to runner:runner
2025-08-20T20:20:44.8571701Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/connmanctl.fish' from root:root to runner:runner
2025-08-20T20:20:44.8572993Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/m4.fish' from root:root to runner:runner
2025-08-20T20:20:44.8574272Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/acat.fish' from root:root to runner:runner
2025-08-20T20:20:44.8575564Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/bg.fish' from root:root to runner:runner
2025-08-20T20:20:44.8576862Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/argparse.fish' from root:root to runner:runner
2025-08-20T20:20:44.8578300Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/folderify.fish' from root:root to runner:runner
2025-08-20T20:20:44.8579675Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/travis.fish' from root:root to runner:runner
2025-08-20T20:20:44.8580978Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/dlocate.fish' from root:root to runner:runner
2025-08-20T20:20:44.8582457Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/arc.fish' from root:root to runner:runner
2025-08-20T20:20:44.8583791Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/bd.fish' from root:root to runner:runner
2025-08-20T20:20:44.8585057Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/atd.fish' from root:root to runner:runner
2025-08-20T20:20:44.8586353Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rst2xml.fish' from root:root to runner:runner
2025-08-20T20:20:44.8587724Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xterm.fish' from root:root to runner:runner
2025-08-20T20:20:44.8589051Z [00:03:37.244]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mosh.fish' from root:root to runner:runner
2025-08-20T20:20:44.8590361Z [00:03:37.245]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xbps-query.fish' from root:root to runner:runner
2025-08-20T20:20:44.8591852Z [00:03:37.245]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/iw.fish' from root:root to runner:runner
2025-08-20T20:20:44.8593127Z [00:03:37.245]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rgrep.fish' from root:root to runner:runner
2025-08-20T20:20:44.8594433Z [00:03:37.245]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/hwinfo.fish' from root:root to runner:runner
2025-08-20T20:20:44.8595718Z [00:03:37.245]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/qjsc.fish' from root:root to runner:runner
2025-08-20T20:20:44.8596997Z [00:03:37.245]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/time.fish' from root:root to runner:runner
2025-08-20T20:20:44.8598383Z [00:03:37.245]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lua.fish' from root:root to runner:runner
2025-08-20T20:20:44.8599664Z [00:03:37.245]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zpool.fish' from root:root to runner:runner
2025-08-20T20:20:44.8600944Z [00:03:37.245]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/k3d.fish' from root:root to runner:runner
2025-08-20T20:20:44.8602231Z [00:03:37.245]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt-spy.fish' from root:root to runner:runner
2025-08-20T20:20:44.8603562Z [00:03:37.245]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sphinx-build.fish' from root:root to runner:runner
2025-08-20T20:20:44.8604880Z [00:03:37.245]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pstree.fish' from root:root to runner:runner
2025-08-20T20:20:44.8606355Z [00:03:37.245]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/egrep.fish' from root:root to runner:runner
2025-08-20T20:20:44.8607827Z [00:03:37.245]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/head.fish' from root:root to runner:runner
2025-08-20T20:20:44.8609161Z [00:03:37.245]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/du.fish' from root:root to runner:runner
2025-08-20T20:20:44.8610449Z [00:03:37.245]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/okular.fish' from root:root to runner:runner
2025-08-20T20:20:44.8611749Z [00:03:37.245]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/istioctl.fish' from root:root to runner:runner
2025-08-20T20:20:44.8613045Z [00:03:37.245]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/wg.fish' from root:root to runner:runner
2025-08-20T20:20:44.8614338Z [00:03:37.245]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/colordiff.fish' from root:root to runner:runner
2025-08-20T20:20:44.8615886Z [00:03:37.245]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/funced.fish' from root:root to runner:runner
2025-08-20T20:20:44.8617177Z [00:03:37.245]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/deno.fish' from root:root to runner:runner
2025-08-20T20:20:44.8618643Z [00:03:37.245]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ebuild.fish' from root:root to runner:runner
2025-08-20T20:20:44.8619946Z [00:03:37.245]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/clang++.fish' from root:root to runner:runner
2025-08-20T20:20:44.8621241Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/jbake.fish' from root:root to runner:runner
2025-08-20T20:20:44.8622562Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zabbix_js.fish' from root:root to runner:runner
2025-08-20T20:20:44.8623883Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mkvextract.fish' from root:root to runner:runner
2025-08-20T20:20:44.8625208Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt-setup.fish' from root:root to runner:runner
2025-08-20T20:20:44.8626504Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/run0.fish' from root:root to runner:runner
2025-08-20T20:20:44.8627890Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mkinitcpio.fish' from root:root to runner:runner
2025-08-20T20:20:44.8629269Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/delta.fish' from root:root to runner:runner
2025-08-20T20:20:44.8630727Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/spago.fish' from root:root to runner:runner
2025-08-20T20:20:44.8632088Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sed.fish' from root:root to runner:runner
2025-08-20T20:20:44.8633364Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/tail.fish' from root:root to runner:runner
2025-08-20T20:20:44.8634690Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt-zip-inst.fish' from root:root to runner:runner
2025-08-20T20:20:44.8635997Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/aws.fish' from root:root to runner:runner
2025-08-20T20:20:44.8637331Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sphinx-quickstart.fish' from root:root to runner:runner
2025-08-20T20:20:44.8638841Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/fish_delta.fish' from root:root to runner:runner
2025-08-20T20:20:44.8640402Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/kmutil.fish' from root:root to runner:runner
2025-08-20T20:20:44.8641723Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rstpep2html.fish' from root:root to runner:runner
2025-08-20T20:20:44.8643058Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/git-sizer.fish' from root:root to runner:runner
2025-08-20T20:20:44.8644379Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pkg-config.fish' from root:root to runner:runner
2025-08-20T20:20:44.8645704Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/powerpill.fish' from root:root to runner:runner
2025-08-20T20:20:44.8647040Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ldapsearch.fish' from root:root to runner:runner
2025-08-20T20:20:44.8648521Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mddiagnose.fish' from root:root to runner:runner
2025-08-20T20:20:44.8649834Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/clasp.fish' from root:root to runner:runner
2025-08-20T20:20:44.8651111Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/adb.fish' from root:root to runner:runner
2025-08-20T20:20:44.8652391Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zstd.fish' from root:root to runner:runner
2025-08-20T20:20:44.8653680Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/useradd.fish' from root:root to runner:runner
2025-08-20T20:20:44.8655139Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pbpaste.fish' from root:root to runner:runner
2025-08-20T20:20:44.8656515Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xmms.fish' from root:root to runner:runner
2025-08-20T20:20:44.8657883Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cpan.fish' from root:root to runner:runner
2025-08-20T20:20:44.8659245Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/diskutil.fish' from root:root to runner:runner
2025-08-20T20:20:44.8660552Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/emaint.fish' from root:root to runner:runner
2025-08-20T20:20:44.8661894Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/fish-lsp.fish' from root:root to runner:runner
2025-08-20T20:20:44.8663191Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/guild.fish' from root:root to runner:runner
2025-08-20T20:20:44.8664722Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/npm.fish' from root:root to runner:runner
2025-08-20T20:20:44.8666007Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/csharp.fish' from root:root to runner:runner
2025-08-20T20:20:44.8667296Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/k9s.fish' from root:root to runner:runner
2025-08-20T20:20:44.8668752Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apropos.fish' from root:root to runner:runner
2025-08-20T20:20:44.8670079Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/downgrade.fish' from root:root to runner:runner
2025-08-20T20:20:44.8671384Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ibus.fish' from root:root to runner:runner
2025-08-20T20:20:44.8672664Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/kops.fish' from root:root to runner:runner
2025-08-20T20:20:44.8673945Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/port.fish' from root:root to runner:runner
2025-08-20T20:20:44.8675210Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/7z.fish' from root:root to runner:runner
2025-08-20T20:20:44.8676504Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/animate.fish' from root:root to runner:runner
2025-08-20T20:20:44.8677898Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/trash-restore.fish' from root:root to runner:runner
2025-08-20T20:20:44.8679468Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/findstr.fish' from root:root to runner:runner
2025-08-20T20:20:44.8680827Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gvim.fish' from root:root to runner:runner
2025-08-20T20:20:44.8682126Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/forfiles.fish' from root:root to runner:runner
2025-08-20T20:20:44.8683413Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gv.fish' from root:root to runner:runner
2025-08-20T20:20:44.8684688Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/tig.fish' from root:root to runner:runner
2025-08-20T20:20:44.8685995Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/git-subtree.fish' from root:root to runner:runner
2025-08-20T20:20:44.8687310Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/disown.fish' from root:root to runner:runner
2025-08-20T20:20:44.8688967Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/vagrant.fish' from root:root to runner:runner
2025-08-20T20:20:44.8690251Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/atq.fish' from root:root to runner:runner
2025-08-20T20:20:44.8691563Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/networkctl.fish' from root:root to runner:runner
2025-08-20T20:20:44.8692874Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/serve.fish' from root:root to runner:runner
2025-08-20T20:20:44.8694164Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/status.fish' from root:root to runner:runner
2025-08-20T20:20:44.8695482Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/nc.openbsd.fish' from root:root to runner:runner
2025-08-20T20:20:44.8696797Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ethtool.fish' from root:root to runner:runner
2025-08-20T20:20:44.8698166Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/jnv.fish' from root:root to runner:runner
2025-08-20T20:20:44.8699504Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/doas.fish' from root:root to runner:runner
2025-08-20T20:20:44.8700784Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/nu.fish' from root:root to runner:runner
2025-08-20T20:20:44.8702080Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pdfelatex.fish' from root:root to runner:runner
2025-08-20T20:20:44.8703543Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/dd.fish' from root:root to runner:runner
2025-08-20T20:20:44.8704911Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/groups.fish' from root:root to runner:runner
2025-08-20T20:20:44.8706206Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rustc.fish' from root:root to runner:runner
2025-08-20T20:20:44.8707512Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lazygit.fish' from root:root to runner:runner
2025-08-20T20:20:44.8708967Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/bison.fish' from root:root to runner:runner
2025-08-20T20:20:44.8710239Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/hg.fish' from root:root to runner:runner
2025-08-20T20:20:44.8711512Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pkgrm.fish' from root:root to runner:runner
2025-08-20T20:20:44.8712985Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/just.fish' from root:root to runner:runner
2025-08-20T20:20:44.8714268Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/guile.fish' from root:root to runner:runner
2025-08-20T20:20:44.8715593Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/native2ascii.fish' from root:root to runner:runner
2025-08-20T20:20:44.8716936Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/tracepath.fish' from root:root to runner:runner
2025-08-20T20:20:44.8718414Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/7zr.fish' from root:root to runner:runner
2025-08-20T20:20:44.8719734Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/prt-get.fish' from root:root to runner:runner
2025-08-20T20:20:44.8721052Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/valgrind.fish' from root:root to runner:runner
2025-08-20T20:20:44.8722350Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/typst.fish' from root:root to runner:runner
2025-08-20T20:20:44.8723633Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/comp.fish' from root:root to runner:runner
2025-08-20T20:20:44.8724968Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/dpkg-reconfigure.fish' from root:root to runner:runner
2025-08-20T20:20:44.8726304Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/flatpak.fish' from root:root to runner:runner
2025-08-20T20:20:44.8727854Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/openssl.fish' from root:root to runner:runner
2025-08-20T20:20:44.8729224Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ls.fish' from root:root to runner:runner
2025-08-20T20:20:44.8730506Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pyenv.fish' from root:root to runner:runner
2025-08-20T20:20:44.8731811Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rst2man.fish' from root:root to runner:runner
2025-08-20T20:20:44.8733109Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/dpkg.fish' from root:root to runner:runner
2025-08-20T20:20:44.8734406Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mpc.fish' from root:root to runner:runner
2025-08-20T20:20:44.8735689Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/darcs.fish' from root:root to runner:runner
2025-08-20T20:20:44.8737190Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/combine.fish' from root:root to runner:runner
2025-08-20T20:20:44.8738645Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cmark.fish' from root:root to runner:runner
2025-08-20T20:20:44.8739951Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pacman.fish' from root:root to runner:runner
2025-08-20T20:20:44.8741250Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/duply.fish' from root:root to runner:runner
2025-08-20T20:20:44.8742555Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zstdcat.fish' from root:root to runner:runner
2025-08-20T20:20:44.8743876Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/kcmshell5.fish' from root:root to runner:runner
2025-08-20T20:20:44.8745231Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/qubes-gpg-client.fish' from root:root to runner:runner
2025-08-20T20:20:44.8746579Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/md-to-clip.fish' from root:root to runner:runner
2025-08-20T20:20:44.8747942Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/bru.fish' from root:root to runner:runner
2025-08-20T20:20:44.8749303Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/epkginfo.fish' from root:root to runner:runner
2025-08-20T20:20:44.8750597Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pip3.fish' from root:root to runner:runner
2025-08-20T20:20:44.8752045Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/attrib.fish' from root:root to runner:runner
2025-08-20T20:20:44.8753504Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/validate-spice.fish' from root:root to runner:runner
2025-08-20T20:20:44.8754847Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/dvipdfm.fish' from root:root to runner:runner
2025-08-20T20:20:44.8756127Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cf.fish' from root:root to runner:runner
2025-08-20T20:20:44.8757418Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/identify.fish' from root:root to runner:runner
2025-08-20T20:20:44.8758890Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/python2.fish' from root:root to runner:runner
2025-08-20T20:20:44.8760197Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/web-ext.fish' from root:root to runner:runner
2025-08-20T20:20:44.8761772Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ln.fish' from root:root to runner:runner
2025-08-20T20:20:44.8763047Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/navi.fish' from root:root to runner:runner
2025-08-20T20:20:44.8764353Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cleanmgr.fish' from root:root to runner:runner
2025-08-20T20:20:44.8765661Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/a2ensite.fish' from root:root to runner:runner
2025-08-20T20:20:44.8766953Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rpm.fish' from root:root to runner:runner
2025-08-20T20:20:44.8768356Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/az.fish' from root:root to runner:runner
2025-08-20T20:20:44.8769665Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/kustomize.fish' from root:root to runner:runner
2025-08-20T20:20:44.8770961Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ncat.fish' from root:root to runner:runner
2025-08-20T20:20:44.8772248Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/netctl.fish' from root:root to runner:runner
2025-08-20T20:20:44.8773562Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ps2pdfwr.fish' from root:root to runner:runner
2025-08-20T20:20:44.8774866Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/scrypt.fish' from root:root to runner:runner
2025-08-20T20:20:44.8776338Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/unexpand.fish' from root:root to runner:runner
2025-08-20T20:20:44.8777831Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/fish_key_reader.fish' from root:root to runner:runner
2025-08-20T20:20:44.8779235Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/wineboot.fish' from root:root to runner:runner
2025-08-20T20:20:44.8780548Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rejmerge.fish' from root:root to runner:runner
2025-08-20T20:20:44.8781848Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/echo.fish' from root:root to runner:runner
2025-08-20T20:20:44.8783121Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/g++.fish' from root:root to runner:runner
2025-08-20T20:20:44.8784382Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/nc.fish' from root:root to runner:runner
2025-08-20T20:20:44.8785905Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/wg-quick.fish' from root:root to runner:runner
2025-08-20T20:20:44.8787214Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/msfvenom.fish' from root:root to runner:runner
2025-08-20T20:20:44.8788662Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mdutil.fish' from root:root to runner:runner
2025-08-20T20:20:44.8789965Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xreader.fish' from root:root to runner:runner
2025-08-20T20:20:44.8791302Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/continue.fish' from root:root to runner:runner
2025-08-20T20:20:44.8792626Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xbps-remove.fish' from root:root to runner:runner
2025-08-20T20:20:44.8793940Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sort.fish' from root:root to runner:runner
2025-08-20T20:20:44.8795238Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ps2pdf13.fish' from root:root to runner:runner
2025-08-20T20:20:44.8796549Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ps2pdf12.fish' from root:root to runner:runner
2025-08-20T20:20:44.8797946Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/devspace.fish' from root:root to runner:runner
2025-08-20T20:20:44.8799302Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pine.fish' from root:root to runner:runner
2025-08-20T20:20:44.8800765Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/set_color.fish' from root:root to runner:runner
2025-08-20T20:20:44.8802196Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/elvish.fish' from root:root to runner:runner
2025-08-20T20:20:44.8803687Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mkbundle.fish' from root:root to runner:runner
2025-08-20T20:20:44.8804984Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/yarn.fish' from root:root to runner:runner
2025-08-20T20:20:44.8806285Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/eix-sync.fish' from root:root to runner:runner
2025-08-20T20:20:44.8807671Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/oggenc.fish' from root:root to runner:runner
2025-08-20T20:20:44.8809014Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/tee.fish' from root:root to runner:runner
2025-08-20T20:20:44.8810305Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xcodes.fish' from root:root to runner:runner
2025-08-20T20:20:44.8811597Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/abook.fish' from root:root to runner:runner
2025-08-20T20:20:44.8812886Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/dive.fish' from root:root to runner:runner
2025-08-20T20:20:44.8814185Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/readlink.fish' from root:root to runner:runner
2025-08-20T20:20:44.8815499Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/djview4.fish' from root:root to runner:runner
2025-08-20T20:20:44.8816803Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lpadmin.fish' from root:root to runner:runner
2025-08-20T20:20:44.8818349Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mdadm.fish' from root:root to runner:runner
2025-08-20T20:20:44.8819765Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xbps-reconfigure.fish' from root:root to runner:runner
2025-08-20T20:20:44.8821093Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/which.fish' from root:root to runner:runner
2025-08-20T20:20:44.8822391Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/otool.fish' from root:root to runner:runner
2025-08-20T20:20:44.8823685Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/emacs.fish' from root:root to runner:runner
2025-08-20T20:20:44.8825013Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pabcnetcclear.fish' from root:root to runner:runner
2025-08-20T20:20:44.8826353Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rst2latex.fish' from root:root to runner:runner
2025-08-20T20:20:44.8827979Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/asp.fish' from root:root to runner:runner
2025-08-20T20:20:44.8829363Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt-listbugs.fish' from root:root to runner:runner
2025-08-20T20:20:44.8830692Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/busctl.fish' from root:root to runner:runner
2025-08-20T20:20:44.8831989Z [00:03:37.246]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ikdasm.fish' from root:root to runner:runner
2025-08-20T20:20:44.8833296Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/terraform.fish' from root:root to runner:runner
2025-08-20T20:20:44.8834610Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pacaur.fish' from root:root to runner:runner
2025-08-20T20:20:44.8835901Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ping.fish' from root:root to runner:runner
2025-08-20T20:20:44.8837189Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/godoc.fish' from root:root to runner:runner
2025-08-20T20:20:44.8838628Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pre-commit.fish' from root:root to runner:runner
2025-08-20T20:20:44.8839956Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/aptitude.fish' from root:root to runner:runner
2025-08-20T20:20:44.8841252Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/totem.fish' from root:root to runner:runner
2025-08-20T20:20:44.8842700Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/scss.fish' from root:root to runner:runner
2025-08-20T20:20:44.8844105Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/quilt.fish' from root:root to runner:runner
2025-08-20T20:20:44.8845409Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/dolphin.fish' from root:root to runner:runner
2025-08-20T20:20:44.8846721Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/whatis.fish' from root:root to runner:runner
2025-08-20T20:20:44.8848121Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/date.fish' from root:root to runner:runner
2025-08-20T20:20:44.8849492Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/createdb.fish' from root:root to runner:runner
2025-08-20T20:20:44.8850797Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/qshell.fish' from root:root to runner:runner
2025-08-20T20:20:44.8852353Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cobra-cli.fish' from root:root to runner:runner
2025-08-20T20:20:44.8853677Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/watchexec.fish' from root:root to runner:runner
2025-08-20T20:20:44.8854988Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/nvram.fish' from root:root to runner:runner
2025-08-20T20:20:44.8856267Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/flac.fish' from root:root to runner:runner
2025-08-20T20:20:44.8857531Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/su.fish' from root:root to runner:runner
2025-08-20T20:20:44.8859046Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/iex.fish' from root:root to runner:runner
2025-08-20T20:20:44.8860353Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/direnv.fish' from root:root to runner:runner
2025-08-20T20:20:44.8861694Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/amixer.fish' from root:root to runner:runner
2025-08-20T20:20:44.8863015Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/kind.fish' from root:root to runner:runner
2025-08-20T20:20:44.8864308Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/csi.fish' from root:root to runner:runner
2025-08-20T20:20:44.8865603Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/create_ap.fish' from root:root to runner:runner
2025-08-20T20:20:44.8867102Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/adiff.fish' from root:root to runner:runner
2025-08-20T20:20:44.8868589Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/vi.fish' from root:root to runner:runner
2025-08-20T20:20:44.8869883Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/warp-cli.fish' from root:root to runner:runner
2025-08-20T20:20:44.8871211Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sha384sum.fish' from root:root to runner:runner
2025-08-20T20:20:44.8872516Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lz4c.fish' from root:root to runner:runner
2025-08-20T20:20:44.8873793Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/tree.fish' from root:root to runner:runner
2025-08-20T20:20:44.8875101Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/userdbctl.fish' from root:root to runner:runner
2025-08-20T20:20:44.8876652Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/atom.fish' from root:root to runner:runner
2025-08-20T20:20:44.8878065Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zabbix_server.fish' from root:root to runner:runner
2025-08-20T20:20:44.8879478Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt-rdepends.fish' from root:root to runner:runner
2025-08-20T20:20:44.8880813Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/tmuxinator.fish' from root:root to runner:runner
2025-08-20T20:20:44.8882199Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/btdownloadheadless.py.fish' from root:root to runner:runner
2025-08-20T20:20:44.8883564Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cilium.fish' from root:root to runner:runner
2025-08-20T20:20:44.8884850Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/imv.fish' from root:root to runner:runner
2025-08-20T20:20:44.8886125Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/uname.fish' from root:root to runner:runner
2025-08-20T20:20:44.8887401Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/uvx.fish' from root:root to runner:runner
2025-08-20T20:20:44.8888820Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/opkg.fish' from root:root to runner:runner
2025-08-20T20:20:44.8890153Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/fail2ban-client.fish' from root:root to runner:runner
2025-08-20T20:20:44.8891663Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/md5sum.fish' from root:root to runner:runner
2025-08-20T20:20:44.8893020Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/VBoxSDL.fish' from root:root to runner:runner
2025-08-20T20:20:44.8894341Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/makedepend.fish' from root:root to runner:runner
2025-08-20T20:20:44.8895665Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/timeout.fish' from root:root to runner:runner
2025-08-20T20:20:44.8896955Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pkg.fish' from root:root to runner:runner
2025-08-20T20:20:44.8898367Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/prevd.fish' from root:root to runner:runner
2025-08-20T20:20:44.8899670Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/unrar.fish' from root:root to runner:runner
2025-08-20T20:20:44.8901220Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pg_dumpall.fish' from root:root to runner:runner
2025-08-20T20:20:44.8902531Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zpaq.fish' from root:root to runner:runner
2025-08-20T20:20:44.8903830Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ffprobe.fish' from root:root to runner:runner
2025-08-20T20:20:44.8905127Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ykman.fish' from root:root to runner:runner
2025-08-20T20:20:44.8906419Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gojq.fish' from root:root to runner:runner
2025-08-20T20:20:44.8907934Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/hostnamectl.fish' from root:root to runner:runner
2025-08-20T20:20:44.8909326Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/man.fish' from root:root to runner:runner
2025-08-20T20:20:44.8910598Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cd.fish' from root:root to runner:runner
2025-08-20T20:20:44.8911885Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/kubectl.fish' from root:root to runner:runner
2025-08-20T20:20:44.8913210Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ssh-keygen.fish' from root:root to runner:runner
2025-08-20T20:20:44.8914523Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/minikube.fish' from root:root to runner:runner
2025-08-20T20:20:44.8916006Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rsync.fish' from root:root to runner:runner
2025-08-20T20:20:44.8917350Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apk.fish' from root:root to runner:runner
2025-08-20T20:20:44.8918827Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/fuser.fish' from root:root to runner:runner
2025-08-20T20:20:44.8920138Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/speedtest.fish' from root:root to runner:runner
2025-08-20T20:20:44.8921475Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/coredumpctl.fish' from root:root to runner:runner
2025-08-20T20:20:44.8922783Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mysql.fish' from root:root to runner:runner
2025-08-20T20:20:44.8924078Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xplayer.fish' from root:root to runner:runner
2025-08-20T20:20:44.8925656Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/fish_config.fish' from root:root to runner:runner
2025-08-20T20:20:44.8926960Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/type.fish' from root:root to runner:runner
2025-08-20T20:20:44.8928385Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt-listchanges.fish' from root:root to runner:runner
2025-08-20T20:20:44.8929709Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ruff.fish' from root:root to runner:runner
2025-08-20T20:20:44.8931018Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/reflector.fish' from root:root to runner:runner
2025-08-20T20:20:44.8932326Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pstack.fish' from root:root to runner:runner
2025-08-20T20:20:44.8933623Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rcctl.fish' from root:root to runner:runner
2025-08-20T20:20:44.8934921Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/firefox.fish' from root:root to runner:runner
2025-08-20T20:20:44.8936230Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/jhipster.fish' from root:root to runner:runner
2025-08-20T20:20:44.8937543Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mkdocs.fish' from root:root to runner:runner
2025-08-20T20:20:44.8939036Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sysbench.fish' from root:root to runner:runner
2025-08-20T20:20:44.8940517Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/patool.fish' from root:root to runner:runner
2025-08-20T20:20:44.8941870Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xz.fish' from root:root to runner:runner
2025-08-20T20:20:44.8943147Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/bosh.fish' from root:root to runner:runner
2025-08-20T20:20:44.8944447Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xxh32sum.fish' from root:root to runner:runner
2025-08-20T20:20:44.8945748Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/chown.fish' from root:root to runner:runner
2025-08-20T20:20:44.8947032Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xrdb.fish' from root:root to runner:runner
2025-08-20T20:20:44.8948503Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/horcrux.fish' from root:root to runner:runner
2025-08-20T20:20:44.8950014Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/tar.fish' from root:root to runner:runner
2025-08-20T20:20:44.8951317Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/journalctl.fish' from root:root to runner:runner
2025-08-20T20:20:44.8952615Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/kb.fish' from root:root to runner:runner
2025-08-20T20:20:44.8953896Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pinky.fish' from root:root to runner:runner
2025-08-20T20:20:44.8955213Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mkfs.vfat.fish' from root:root to runner:runner
2025-08-20T20:20:44.8956522Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/strace.fish' from root:root to runner:runner
2025-08-20T20:20:44.8957953Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/service.fish' from root:root to runner:runner
2025-08-20T20:20:44.8959311Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xpdf.fish' from root:root to runner:runner
2025-08-20T20:20:44.8960604Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/dotnet.fish' from root:root to runner:runner
2025-08-20T20:20:44.8961947Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mogrify.fish' from root:root to runner:runner
2025-08-20T20:20:44.8963234Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ant.fish' from root:root to runner:runner
2025-08-20T20:20:44.8964681Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/dhcpcd.fish' from root:root to runner:runner
2025-08-20T20:20:44.8966064Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/update-eix.fish' from root:root to runner:runner
2025-08-20T20:20:44.8967400Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/fusermount.fish' from root:root to runner:runner
2025-08-20T20:20:44.8968870Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/kitchen.fish' from root:root to runner:runner
2025-08-20T20:20:44.8970175Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/btrfs.fish' from root:root to runner:runner
2025-08-20T20:20:44.8971462Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lscpu.fish' from root:root to runner:runner
2025-08-20T20:20:44.8972812Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/protontricks-launch.fish' from root:root to runner:runner
2025-08-20T20:20:44.8974368Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/scrot.fish' from root:root to runner:runner
2025-08-20T20:20:44.8975672Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/makepkg.fish' from root:root to runner:runner
2025-08-20T20:20:44.8976995Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ssh-copy-id.fish' from root:root to runner:runner
2025-08-20T20:20:44.8978458Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/bzcat.fish' from root:root to runner:runner
2025-08-20T20:20:44.8979766Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/clang.fish' from root:root to runner:runner
2025-08-20T20:20:44.8981068Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mkfs.fat.fish' from root:root to runner:runner
2025-08-20T20:20:44.8982411Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gapplication.fish' from root:root to runner:runner
2025-08-20T20:20:44.8983735Z [00:03:37.247]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/string.fish' from root:root to runner:runner
2025-08-20T20:20:44.8985104Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/update-eix-remote.fish' from root:root to runner:runner
2025-08-20T20:20:44.8986499Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/optimus-manager.fish' from root:root to runner:runner
2025-08-20T20:20:44.8988171Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/firefox-developer-edition.fish' from root:root to runner:runner
2025-08-20T20:20:44.8989619Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/bind.fish' from root:root to runner:runner
2025-08-20T20:20:44.8990930Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/systemctl.fish' from root:root to runner:runner
2025-08-20T20:20:44.8992260Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/fish_indent.fish' from root:root to runner:runner
2025-08-20T20:20:44.8993569Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/elixir.fish' from root:root to runner:runner
2025-08-20T20:20:44.8994870Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/roswell.fish' from root:root to runner:runner
2025-08-20T20:20:44.8996170Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mdfind.fish' from root:root to runner:runner
2025-08-20T20:20:44.8997746Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rustup.fish' from root:root to runner:runner
2025-08-20T20:20:44.8999112Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/bootctl.fish' from root:root to runner:runner
2025-08-20T20:20:44.9000419Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ffplay.fish' from root:root to runner:runner
2025-08-20T20:20:44.9001718Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sha1sum.fish' from root:root to runner:runner
2025-08-20T20:20:44.9003038Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xbps-rindex.fish' from root:root to runner:runner
2025-08-20T20:20:44.9004354Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/bzip2.fish' from root:root to runner:runner
2025-08-20T20:20:44.9005653Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gphoto2.fish' from root:root to runner:runner
2025-08-20T20:20:44.9006949Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lein.fish' from root:root to runner:runner
2025-08-20T20:20:44.9008376Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rst2html.fish' from root:root to runner:runner
2025-08-20T20:20:44.9009710Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zcat.fish' from root:root to runner:runner
2025-08-20T20:20:44.9010993Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/dconf.fish' from root:root to runner:runner
2025-08-20T20:20:44.9012453Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/yash.fish' from root:root to runner:runner
2025-08-20T20:20:44.9013803Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ouch.fish' from root:root to runner:runner
2025-08-20T20:20:44.9015082Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/yajsv.fish' from root:root to runner:runner
2025-08-20T20:20:44.9016361Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ng.fish' from root:root to runner:runner
2025-08-20T20:20:44.9017771Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/wc.fish' from root:root to runner:runner
2025-08-20T20:20:44.9019126Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gimp.fish' from root:root to runner:runner
2025-08-20T20:20:44.9020409Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/read.fish' from root:root to runner:runner
2025-08-20T20:20:44.9021905Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/age.fish' from root:root to runner:runner
2025-08-20T20:20:44.9023197Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/conjure.fish' from root:root to runner:runner
2025-08-20T20:20:44.9024519Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/badblocks.fish' from root:root to runner:runner
2025-08-20T20:20:44.9025821Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/t-rec.fish' from root:root to runner:runner
2025-08-20T20:20:44.9027130Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cupsaccept.fish' from root:root to runner:runner
2025-08-20T20:20:44.9028663Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xelatex.fish' from root:root to runner:runner
2025-08-20T20:20:44.9029975Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cygpath.fish' from root:root to runner:runner
2025-08-20T20:20:44.9031278Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cjpm.fish' from root:root to runner:runner
2025-08-20T20:20:44.9032557Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/es.fish' from root:root to runner:runner
2025-08-20T20:20:44.9033837Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/nmap.fish' from root:root to runner:runner
2025-08-20T20:20:44.9035136Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sha256sum.fish' from root:root to runner:runner
2025-08-20T20:20:44.9036600Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lpr.fish' from root:root to runner:runner
2025-08-20T20:20:44.9038079Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cjxl.fish' from root:root to runner:runner
2025-08-20T20:20:44.9039435Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/latexmk.fish' from root:root to runner:runner
2025-08-20T20:20:44.9040734Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/bws.fish' from root:root to runner:runner
2025-08-20T20:20:44.9042078Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/systemd-cryptenroll.fish' from root:root to runner:runner
2025-08-20T20:20:44.9043425Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/volta.fish' from root:root to runner:runner
2025-08-20T20:20:44.9044715Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gping.fish' from root:root to runner:runner
2025-08-20T20:20:44.9046256Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/composer.phar.fish' from root:root to runner:runner
2025-08-20T20:20:44.9047570Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/glow.fish' from root:root to runner:runner
2025-08-20T20:20:44.9049007Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/chsh.fish' from root:root to runner:runner
2025-08-20T20:20:44.9050297Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/stream.fish' from root:root to runner:runner
2025-08-20T20:20:44.9051592Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ipset.fish' from root:root to runner:runner
2025-08-20T20:20:44.9052922Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/firewall-cmd.fish' from root:root to runner:runner
2025-08-20T20:20:44.9054245Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/blender.fish' from root:root to runner:runner
2025-08-20T20:20:44.9055543Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/poff.fish' from root:root to runner:runner
2025-08-20T20:20:44.9056830Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ports.fish' from root:root to runner:runner
2025-08-20T20:20:44.9058252Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/expand.fish' from root:root to runner:runner
2025-08-20T20:20:44.9059576Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt-src.fish' from root:root to runner:runner
2025-08-20T20:20:44.9061102Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mkdosfs.fish' from root:root to runner:runner
2025-08-20T20:20:44.9062545Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ark.fish' from root:root to runner:runner
2025-08-20T20:20:44.9063842Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gpasswd.fish' from root:root to runner:runner
2025-08-20T20:20:44.9065155Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rbenv.fish' from root:root to runner:runner
2025-08-20T20:20:44.9066449Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rfkill.fish' from root:root to runner:runner
2025-08-20T20:20:44.9067896Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/acpi.fish' from root:root to runner:runner
2025-08-20T20:20:44.9069305Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/kdeconnect-cli.fish' from root:root to runner:runner
2025-08-20T20:20:44.9070886Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xgettext.fish' from root:root to runner:runner
2025-08-20T20:20:44.9072188Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/eopkg.fish' from root:root to runner:runner
2025-08-20T20:20:44.9073508Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mysqldump.fish' from root:root to runner:runner
2025-08-20T20:20:44.9074810Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/fish.fish' from root:root to runner:runner
2025-08-20T20:20:44.9076092Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/subl.fish' from root:root to runner:runner
2025-08-20T20:20:44.9077390Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/python.fish' from root:root to runner:runner
2025-08-20T20:20:44.9078867Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/code-exploration.fish' from root:root to runner:runner
2025-08-20T20:20:44.9080221Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/trash-empty.fish' from root:root to runner:runner
2025-08-20T20:20:44.9081529Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ninja.fish' from root:root to runner:runner
2025-08-20T20:20:44.9082837Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/signify.fish' from root:root to runner:runner
2025-08-20T20:20:44.9084136Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/julia.fish' from root:root to runner:runner
2025-08-20T20:20:44.9085603Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt-zip-list.fish' from root:root to runner:runner
2025-08-20T20:20:44.9087003Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/kldload.fish' from root:root to runner:runner
2025-08-20T20:20:44.9088439Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/efivar.fish' from root:root to runner:runner
2025-08-20T20:20:44.9089746Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/locate.fish' from root:root to runner:runner
2025-08-20T20:20:44.9091034Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/uniq.fish' from root:root to runner:runner
2025-08-20T20:20:44.9092321Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sysctl.fish' from root:root to runner:runner
2025-08-20T20:20:44.9093636Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cabal-dev.fish' from root:root to runner:runner
2025-08-20T20:20:44.9095134Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/eval.fish' from root:root to runner:runner
2025-08-20T20:20:44.9096450Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xbps-dgraph.fish' from root:root to runner:runner
2025-08-20T20:20:44.9097930Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/alsamixer.fish' from root:root to runner:runner
2025-08-20T20:20:44.9099317Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cygstart.fish' from root:root to runner:runner
2025-08-20T20:20:44.9100606Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/elm.fish' from root:root to runner:runner
2025-08-20T20:20:44.9101870Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/!.fish' from root:root to runner:runner
2025-08-20T20:20:44.9103144Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/hikari.fish' from root:root to runner:runner
2025-08-20T20:20:44.9104436Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ruby.fish' from root:root to runner:runner
2025-08-20T20:20:44.9105713Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sfdx.fish' from root:root to runner:runner
2025-08-20T20:20:44.9107014Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/exercism.fish' from root:root to runner:runner
2025-08-20T20:20:44.9108536Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/dvipdf.fish' from root:root to runner:runner
2025-08-20T20:20:44.9110082Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/winetricks.fish' from root:root to runner:runner
2025-08-20T20:20:44.9111471Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pidof.fish' from root:root to runner:runner
2025-08-20T20:20:44.9112766Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/docker.fish' from root:root to runner:runner
2025-08-20T20:20:44.9114062Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/less.fish' from root:root to runner:runner
2025-08-20T20:20:44.9115368Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/basename.fish' from root:root to runner:runner
2025-08-20T20:20:44.9116675Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/avifenc.fish' from root:root to runner:runner
2025-08-20T20:20:44.9118143Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sha224sum.fish' from root:root to runner:runner
2025-08-20T20:20:44.9119712Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zabbix_get.fish' from root:root to runner:runner
2025-08-20T20:20:44.9121013Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/tmux.fish' from root:root to runner:runner
2025-08-20T20:20:44.9122330Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/grub-install.fish' from root:root to runner:runner
2025-08-20T20:20:44.9123645Z [00:03:37.248]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ngrok.fish' from root:root to runner:runner
2025-08-20T20:20:44.9124921Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/feh.fish' from root:root to runner:runner
2025-08-20T20:20:44.9126197Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/bzr.fish' from root:root to runner:runner
2025-08-20T20:20:44.9127482Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/patch.fish' from root:root to runner:runner
2025-08-20T20:20:44.9128994Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt.fish' from root:root to runner:runner
2025-08-20T20:20:44.9130261Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mc.fish' from root:root to runner:runner
2025-08-20T20:20:44.9131544Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/umount.fish' from root:root to runner:runner
2025-08-20T20:20:44.9132852Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/composite.fish' from root:root to runner:runner
2025-08-20T20:20:44.9134322Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/fab.fish' from root:root to runner:runner
2025-08-20T20:20:44.9135658Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zopfli.fish' from root:root to runner:runner
2025-08-20T20:20:44.9136969Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sha512sum.fish' from root:root to runner:runner
2025-08-20T20:20:44.9138435Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rc.fish' from root:root to runner:runner
2025-08-20T20:20:44.9139748Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xbps-pkgdb.fish' from root:root to runner:runner
2025-08-20T20:20:44.9141046Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lsof.fish' from root:root to runner:runner
2025-08-20T20:20:44.9142317Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/tox.fish' from root:root to runner:runner
2025-08-20T20:20:44.9143798Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xxd.fish' from root:root to runner:runner
2025-08-20T20:20:44.9145070Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pwd.fish' from root:root to runner:runner
2025-08-20T20:20:44.9146367Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zstdless.fish' from root:root to runner:runner
2025-08-20T20:20:44.9147737Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ar.fish' from root:root to runner:runner
2025-08-20T20:20:44.9149090Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gendarme.fish' from root:root to runner:runner
2025-08-20T20:20:44.9150393Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sass.fish' from root:root to runner:runner
2025-08-20T20:20:44.9151675Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/root.fish' from root:root to runner:runner
2025-08-20T20:20:44.9152967Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pdfetex.fish' from root:root to runner:runner
2025-08-20T20:20:44.9154278Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/winemaker.fish' from root:root to runner:runner
2025-08-20T20:20:44.9155590Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/expect.fish' from root:root to runner:runner
2025-08-20T20:20:44.9156875Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/llm.fish' from root:root to runner:runner
2025-08-20T20:20:44.9158440Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/djxl.fish' from root:root to runner:runner
2025-08-20T20:20:44.9159802Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/bower.fish' from root:root to runner:runner
2025-08-20T20:20:44.9161100Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/plutil.fish' from root:root to runner:runner
2025-08-20T20:20:44.9162431Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/abbr.fish' from root:root to runner:runner
2025-08-20T20:20:44.9163721Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xprop.fish' from root:root to runner:runner
2025-08-20T20:20:44.9165024Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/fastboot.fish' from root:root to runner:runner
2025-08-20T20:20:44.9166346Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/composer.fish' from root:root to runner:runner
2025-08-20T20:20:44.9167970Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xed.fish' from root:root to runner:runner
2025-08-20T20:20:44.9169328Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rst2odt.fish' from root:root to runner:runner
2025-08-20T20:20:44.9170614Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/..fish' from root:root to runner:runner
2025-08-20T20:20:44.9171882Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/unzip.fish' from root:root to runner:runner
2025-08-20T20:20:44.9173193Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/attributes.fish' from root:root to runner:runner
2025-08-20T20:20:44.9174526Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pdftotext.fish' from root:root to runner:runner
2025-08-20T20:20:44.9175823Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cmd.fish' from root:root to runner:runner
2025-08-20T20:20:44.9177094Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gdb.fish' from root:root to runner:runner
2025-08-20T20:20:44.9178514Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/vbc.fish' from root:root to runner:runner
2025-08-20T20:20:44.9179805Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/setx.fish' from root:root to runner:runner
2025-08-20T20:20:44.9181120Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sass-convert.fish' from root:root to runner:runner
2025-08-20T20:20:44.9182614Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/yast2.fish' from root:root to runner:runner
2025-08-20T20:20:44.9183962Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/clj.fish' from root:root to runner:runner
2025-08-20T20:20:44.9185230Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/fzf.fish' from root:root to runner:runner
2025-08-20T20:20:44.9186517Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/random.fish' from root:root to runner:runner
2025-08-20T20:20:44.9187947Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt-ftparchive.fish' from root:root to runner:runner
2025-08-20T20:20:44.9189316Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sv.fish' from root:root to runner:runner
2025-08-20T20:20:44.9190575Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/id.fish' from root:root to runner:runner
2025-08-20T20:20:44.9192049Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/tmuxp.fish' from root:root to runner:runner
2025-08-20T20:20:44.9193349Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pkg_info.fish' from root:root to runner:runner
2025-08-20T20:20:44.9194662Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/fish_opt.fish' from root:root to runner:runner
2025-08-20T20:20:44.9195961Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/magick.fish' from root:root to runner:runner
2025-08-20T20:20:44.9197239Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/eix.fish' from root:root to runner:runner
2025-08-20T20:20:44.9198662Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/btrbk.fish' from root:root to runner:runner
2025-08-20T20:20:44.9199966Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/magento.fish' from root:root to runner:runner
2025-08-20T20:20:44.9201270Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cygport.fish' from root:root to runner:runner
2025-08-20T20:20:44.9202580Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pacmatic.fish' from root:root to runner:runner
2025-08-20T20:20:44.9203949Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/bzip2recover.fish' from root:root to runner:runner
2025-08-20T20:20:44.9205295Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt-sortpkgs.fish' from root:root to runner:runner
2025-08-20T20:20:44.9206774Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lppasswd.fish' from root:root to runner:runner
2025-08-20T20:20:44.9208241Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/not.fish' from root:root to runner:runner
2025-08-20T20:20:44.9209545Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt-key.fish' from root:root to runner:runner
2025-08-20T20:20:44.9210844Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/chmod.fish' from root:root to runner:runner
2025-08-20T20:20:44.9212132Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mocha.fish' from root:root to runner:runner
2025-08-20T20:20:44.9213412Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/exec.fish' from root:root to runner:runner
2025-08-20T20:20:44.9214716Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cupsenable.fish' from root:root to runner:runner
2025-08-20T20:20:44.9216247Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/import.fish' from root:root to runner:runner
2025-08-20T20:20:44.9217541Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/nextd.fish' from root:root to runner:runner
2025-08-20T20:20:44.9219036Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/caffeinate.fish' from root:root to runner:runner
2025-08-20T20:20:44.9220363Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gdbserver.fish' from root:root to runner:runner
2025-08-20T20:20:44.9221674Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pkginfo.fish' from root:root to runner:runner
2025-08-20T20:20:44.9222971Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gpg2.fish' from root:root to runner:runner
2025-08-20T20:20:44.9224258Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pactl.fish' from root:root to runner:runner
2025-08-20T20:20:44.9225546Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/dm-tool.fish' from root:root to runner:runner
2025-08-20T20:20:44.9226859Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/functions.fish' from root:root to runner:runner
2025-08-20T20:20:44.9228465Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt-extracttemplates.fish' from root:root to runner:runner
2025-08-20T20:20:44.9229833Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/opam.fish' from root:root to runner:runner
2025-08-20T20:20:44.9231291Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cancel.fish' from root:root to runner:runner
2025-08-20T20:20:44.9232699Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/code.fish' from root:root to runner:runner
2025-08-20T20:20:44.9234032Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xbps-checkvers.fish' from root:root to runner:runner
2025-08-20T20:20:44.9235360Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lxpanel.fish' from root:root to runner:runner
2025-08-20T20:20:44.9236673Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ps2pdf14.fish' from root:root to runner:runner
2025-08-20T20:20:44.9238136Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rc-status.fish' from root:root to runner:runner
2025-08-20T20:20:44.9239532Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/age-keygen.fish' from root:root to runner:runner
2025-08-20T20:20:44.9241080Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/unbuffer.fish' from root:root to runner:runner
2025-08-20T20:20:44.9242376Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pbget.fish' from root:root to runner:runner
2025-08-20T20:20:44.9243675Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/objdump.fish' from root:root to runner:runner
2025-08-20T20:20:44.9244987Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/while.fish' from root:root to runner:runner
2025-08-20T20:20:44.9246292Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pandoc.fish' from root:root to runner:runner
2025-08-20T20:20:44.9247687Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ifup.fish' from root:root to runner:runner
2025-08-20T20:20:44.9249079Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ksh.fish' from root:root to runner:runner
2025-08-20T20:20:44.9250380Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/localectl.fish' from root:root to runner:runner
2025-08-20T20:20:44.9251687Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/bundle.fish' from root:root to runner:runner
2025-08-20T20:20:44.9252974Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apm.fish' from root:root to runner:runner
2025-08-20T20:20:44.9254256Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ifdata.fish' from root:root to runner:runner
2025-08-20T20:20:44.9255782Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/alsactl.fish' from root:root to runner:runner
2025-08-20T20:20:44.9257163Z [00:03:37.249]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/wireshark.fish' from root:root to runner:runner
2025-08-20T20:20:44.9258609Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cat.fish' from root:root to runner:runner
2025-08-20T20:20:44.9259911Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/openocd.fish' from root:root to runner:runner
2025-08-20T20:20:44.9261213Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/dmesg.fish' from root:root to runner:runner
2025-08-20T20:20:44.9262559Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/prime-run.fish' from root:root to runner:runner
2025-08-20T20:20:44.9263863Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lsusb.fish' from root:root to runner:runner
2025-08-20T20:20:44.9265354Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mix.fish' from root:root to runner:runner
2025-08-20T20:20:44.9266625Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/yum.fish' from root:root to runner:runner
2025-08-20T20:20:44.9267983Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gpg1.fish' from root:root to runner:runner
2025-08-20T20:20:44.9269323Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/jobs.fish' from root:root to runner:runner
2025-08-20T20:20:44.9270639Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/setxkbmap.fish' from root:root to runner:runner
2025-08-20T20:20:44.9271956Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/keybase.fish' from root:root to runner:runner
2025-08-20T20:20:44.9273267Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/wicd-cli.fish' from root:root to runner:runner
2025-08-20T20:20:44.9274556Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lpq.fish' from root:root to runner:runner
2025-08-20T20:20:44.9275867Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/alternatives.fish' from root:root to runner:runner
2025-08-20T20:20:44.9277179Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/svn.fish' from root:root to runner:runner
2025-08-20T20:20:44.9278562Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/crc.fish' from root:root to runner:runner
2025-08-20T20:20:44.9280005Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mkdir.fish' from root:root to runner:runner
2025-08-20T20:20:44.9281382Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mtr.fish' from root:root to runner:runner
2025-08-20T20:20:44.9282681Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mkpasswd.fish' from root:root to runner:runner
2025-08-20T20:20:44.9283999Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gresource.fish' from root:root to runner:runner
2025-08-20T20:20:44.9285297Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/nm.fish' from root:root to runner:runner
2025-08-20T20:20:44.9286591Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/netctl-auto.fish' from root:root to runner:runner
2025-08-20T20:20:44.9288027Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mplayer.fish' from root:root to runner:runner
2025-08-20T20:20:44.9289524Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/caddy.fish' from root:root to runner:runner
2025-08-20T20:20:44.9290834Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mksquashfs.fish' from root:root to runner:runner
2025-08-20T20:20:44.9292139Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zef.fish' from root:root to runner:runner
2025-08-20T20:20:44.9293408Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/asd.fish' from root:root to runner:runner
2025-08-20T20:20:44.9294684Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/help.fish' from root:root to runner:runner
2025-08-20T20:20:44.9295960Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/encfs.fish' from root:root to runner:runner
2025-08-20T20:20:44.9297252Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rst2s5.fish' from root:root to runner:runner
2025-08-20T20:20:44.9298735Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/choice.fish' from root:root to runner:runner
2025-08-20T20:20:44.9300019Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/reg.fish' from root:root to runner:runner
2025-08-20T20:20:44.9301306Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/monop.fish' from root:root to runner:runner
2025-08-20T20:20:44.9302582Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ssh.fish' from root:root to runner:runner
2025-08-20T20:20:44.9304022Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/helm.fish' from root:root to runner:runner
2025-08-20T20:20:44.9305358Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/entr.fish' from root:root to runner:runner
2025-08-20T20:20:44.9306672Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pacman-color.fish' from root:root to runner:runner
2025-08-20T20:20:44.9308088Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/a2disconf.fish' from root:root to runner:runner
2025-08-20T20:20:44.9309448Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/s3cmd.fish' from root:root to runner:runner
2025-08-20T20:20:44.9310749Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rst2xetex.fish' from root:root to runner:runner
2025-08-20T20:20:44.9312068Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/schtasks.fish' from root:root to runner:runner
2025-08-20T20:20:44.9313652Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/launchctl.fish' from root:root to runner:runner
2025-08-20T20:20:44.9314951Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pon.fish' from root:root to runner:runner
2025-08-20T20:20:44.9316243Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mktemp.fish' from root:root to runner:runner
2025-08-20T20:20:44.9317517Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/yo.fish' from root:root to runner:runner
2025-08-20T20:20:44.9318967Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rpm-ostree.fish' from root:root to runner:runner
2025-08-20T20:20:44.9320269Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/conda.fish' from root:root to runner:runner
2025-08-20T20:20:44.9321579Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/airmon-ng.fish' from root:root to runner:runner
2025-08-20T20:20:44.9322894Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xdg-mime.fish' from root:root to runner:runner
2025-08-20T20:20:44.9324266Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/btdownloadcurses.py.fish' from root:root to runner:runner
2025-08-20T20:20:44.9325615Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sudo.fish' from root:root to runner:runner
2025-08-20T20:20:44.9327052Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xrandr.fish' from root:root to runner:runner
2025-08-20T20:20:44.9328567Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gcloud.fish' from root:root to runner:runner
2025-08-20T20:20:44.9329880Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/distrobox.fish' from root:root to runner:runner
2025-08-20T20:20:44.9331190Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pftp.fish' from root:root to runner:runner
2025-08-20T20:20:44.9332488Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/wlr-randr.fish' from root:root to runner:runner
2025-08-20T20:20:44.9333796Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/doctl.fish' from root:root to runner:runner
2025-08-20T20:20:44.9335087Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/figlet.fish' from root:root to runner:runner
2025-08-20T20:20:44.9336369Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/nice.fish' from root:root to runner:runner
2025-08-20T20:20:44.9337977Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/vimdiff.fish' from root:root to runner:runner
2025-08-20T20:20:44.9339375Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sphinx-autogen.fish' from root:root to runner:runner
2025-08-20T20:20:44.9340692Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/curl.fish' from root:root to runner:runner
2025-08-20T20:20:44.9341999Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/dscacheutil.fish' from root:root to runner:runner
2025-08-20T20:20:44.9343305Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sbt.fish' from root:root to runner:runner
2025-08-20T20:20:44.9344591Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/readelf.fish' from root:root to runner:runner
2025-08-20T20:20:44.9345879Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gpg.fish' from root:root to runner:runner
2025-08-20T20:20:44.9347162Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pdftex.fish' from root:root to runner:runner
2025-08-20T20:20:44.9348563Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ps.fish' from root:root to runner:runner
2025-08-20T20:20:44.9349867Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pygmentize.fish' from root:root to runner:runner
2025-08-20T20:20:44.9351359Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ulimit.fish' from root:root to runner:runner
2025-08-20T20:20:44.9352714Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/stow.fish' from root:root to runner:runner
2025-08-20T20:20:44.9353996Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/wajig.fish' from root:root to runner:runner
2025-08-20T20:20:44.9355279Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/if.fish' from root:root to runner:runner
2025-08-20T20:20:44.9356547Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/src.fish' from root:root to runner:runner
2025-08-20T20:20:44.9357926Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/vips.fish' from root:root to runner:runner
2025-08-20T20:20:44.9359279Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lpoptions.fish' from root:root to runner:runner
2025-08-20T20:20:44.9360591Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lpstat.fish' from root:root to runner:runner
2025-08-20T20:20:44.9362146Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xbps-install.fish' from root:root to runner:runner
2025-08-20T20:20:44.9363458Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/and.fish' from root:root to runner:runner
2025-08-20T20:20:44.9364732Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sbcl.fish' from root:root to runner:runner
2025-08-20T20:20:44.9366034Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/modprobe.fish' from root:root to runner:runner
2025-08-20T20:20:44.9367338Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xonsh.fish' from root:root to runner:runner
2025-08-20T20:20:44.9368778Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/calendar.fish' from root:root to runner:runner
2025-08-20T20:20:44.9370073Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/tr.fish' from root:root to runner:runner
2025-08-20T20:20:44.9371358Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/fsharpi.fish' from root:root to runner:runner
2025-08-20T20:20:44.9372677Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zed-preview.fish' from root:root to runner:runner
2025-08-20T20:20:44.9374018Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/commandline.fish' from root:root to runner:runner
2025-08-20T20:20:44.9375515Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/nc.traditional.fish' from root:root to runner:runner
2025-08-20T20:20:44.9376937Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ps2pdf.fish' from root:root to runner:runner
2025-08-20T20:20:44.9378388Z [00:03:37.250]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/trash-put.fish' from root:root to runner:runner
2025-08-20T20:20:44.9379759Z [00:03:37.251]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/VBoxHeadless.fish' from root:root to runner:runner
2025-08-20T20:20:44.9381100Z [00:03:37.251]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/tailscale.fish' from root:root to runner:runner
2025-08-20T20:20:44.9382410Z [00:03:37.251]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/etex.fish' from root:root to runner:runner
2025-08-20T20:20:44.9383701Z [00:03:37.251]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/logkeys.fish' from root:root to runner:runner
2025-08-20T20:20:44.9385001Z [00:03:37.251]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/tex-fmt.fish' from root:root to runner:runner
2025-08-20T20:20:44.9386547Z [00:03:37.251]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/kak.fish' from root:root to runner:runner
2025-08-20T20:20:44.9387963Z [00:03:37.251]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ibmcloud.fish' from root:root to runner:runner
2025-08-20T20:20:44.9389333Z [00:03:37.251]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/a2enconf.fish' from root:root to runner:runner
2025-08-20T20:20:44.9390625Z [00:03:37.251]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pip.fish' from root:root to runner:runner
2025-08-20T20:20:44.9391911Z [00:03:37.251]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/scons.fish' from root:root to runner:runner
2025-08-20T20:20:44.9393207Z [00:03:37.251]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gvimdiff.fish' from root:root to runner:runner
2025-08-20T20:20:44.9394515Z [00:03:37.251]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sshfs.fish' from root:root to runner:runner
2025-08-20T20:20:44.9395803Z [00:03:37.251]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/elatex.fish' from root:root to runner:runner
2025-08-20T20:20:44.9397103Z [00:03:37.251]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/avifdec.fish' from root:root to runner:runner
2025-08-20T20:20:44.9398523Z [00:03:37.251]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/jq.fish' from root:root to runner:runner
2025-08-20T20:20:44.9399972Z [00:03:37.251]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mdls.fish' from root:root to runner:runner
2025-08-20T20:20:44.9401327Z [00:03:37.251]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ffmpeg.fish' from root:root to runner:runner
2025-08-20T20:20:44.9402625Z [00:03:37.251]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zstdmt.fish' from root:root to runner:runner
2025-08-20T20:20:44.9403942Z [00:03:37.251]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/function.fish' from root:root to runner:runner
2025-08-20T20:20:44.9405233Z [00:03:37.251]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/seq.fish' from root:root to runner:runner
2025-08-20T20:20:44.9406531Z [00:03:37.251]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/iptables.fish' from root:root to runner:runner
2025-08-20T20:20:44.9407965Z [00:03:37.251]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/fortune.fish' from root:root to runner:runner
2025-08-20T20:20:44.9409345Z [00:03:37.251]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xxh128sum.fish' from root:root to runner:runner
2025-08-20T20:20:44.9410845Z [00:03:37.251]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/tcsh.fish' from root:root to runner:runner
2025-08-20T20:20:44.9412139Z [00:03:37.251]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ollama.fish' from root:root to runner:runner
2025-08-20T20:20:44.9413434Z [00:03:37.251]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/wpa_cli.fish' from root:root to runner:runner
2025-08-20T20:20:44.9414739Z [00:03:37.251]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/history.fish' from root:root to runner:runner
2025-08-20T20:20:44.9416037Z [00:03:37.251]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xargs.fish' from root:root to runner:runner
2025-08-20T20:20:44.9417339Z [00:03:37.251]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/tuned-adm.fish' from root:root to runner:runner
2025-08-20T20:20:44.9418803Z [00:03:37.251]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/compare.fish' from root:root to runner:runner
2025-08-20T20:20:44.9420094Z [00:03:37.251]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/irb.fish' from root:root to runner:runner
2025-08-20T20:20:44.9421414Z [00:03:37.251]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/protontricks.fish' from root:root to runner:runner
2025-08-20T20:20:44.9422739Z [00:03:37.251]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt-file.fish' from root:root to runner:runner
2025-08-20T20:20:44.9424174Z [00:03:37.251]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/meson.fish' from root:root to runner:runner
2025-08-20T20:20:44.9425555Z [00:03:37.251]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/traceroute.fish' from root:root to runner:runner
2025-08-20T20:20:44.9426878Z [00:03:37.251]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/wicd-gtk.fish' from root:root to runner:runner
2025-08-20T20:20:44.9428376Z [00:03:37.251]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/dmidecode.fish' from root:root to runner:runner
2025-08-20T20:20:44.9429713Z [00:03:37.251]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mariner.fish' from root:root to runner:runner
2025-08-20T20:20:44.9431015Z [00:03:37.251]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cvs.fish' from root:root to runner:runner
2025-08-20T20:20:44.9432302Z [00:03:37.251]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/csvlens.fish' from root:root to runner:runner
2025-08-20T20:20:44.9433900Z [00:03:37.251]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mpv.fish' from root:root to runner:runner
2025-08-20T20:20:44.9435198Z [00:03:37.251]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/usermod.fish' from root:root to runner:runner
2025-08-20T20:20:44.9436519Z [00:03:37.251]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/a2dismod.fish' from root:root to runner:runner
2025-08-20T20:20:44.9437936Z [00:03:37.251]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/makensis.fish' from root:root to runner:runner
2025-08-20T20:20:44.9439286Z [00:03:37.251]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lp.fish' from root:root to runner:runner
2025-08-20T20:20:44.9441044Z [00:03:37.251]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/for.fish' from root:root to runner:runner
2025-08-20T20:20:44.9442321Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ncdu.fish' from root:root to runner:runner
2025-08-20T20:20:44.9443622Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/argocd.fish' from root:root to runner:runner
2025-08-20T20:20:44.9444912Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/csc.fish' from root:root to runner:runner
2025-08-20T20:20:44.9446194Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gzip.fish' from root:root to runner:runner
2025-08-20T20:20:44.9447502Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/machinectl.fish' from root:root to runner:runner
2025-08-20T20:20:44.9449273Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/fish_add_path.fish' from root:root to runner:runner
2025-08-20T20:20:44.9450751Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt-show-versions.fish' from root:root to runner:runner
2025-08-20T20:20:44.9452095Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cdrecord.fish' from root:root to runner:runner
2025-08-20T20:20:44.9453400Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/make.fish' from root:root to runner:runner
2025-08-20T20:20:44.9454701Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/msfconsole.fish' from root:root to runner:runner
2025-08-20T20:20:44.9456035Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cryptsetup.fish' from root:root to runner:runner
2025-08-20T20:20:44.9457332Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/p4.fish' from root:root to runner:runner
2025-08-20T20:20:44.9458907Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/black.fish' from root:root to runner:runner
2025-08-20T20:20:44.9460204Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/nodeenv.fish' from root:root to runner:runner
2025-08-20T20:20:44.9461541Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/test.fish' from root:root to runner:runner
2025-08-20T20:20:44.9462851Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/windscribe.fish' from root:root to runner:runner
2025-08-20T20:20:44.9464156Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/exit.fish' from root:root to runner:runner
2025-08-20T20:20:44.9465448Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pushd.fish' from root:root to runner:runner
2025-08-20T20:20:44.9466746Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ifdown.fish' from root:root to runner:runner
2025-08-20T20:20:44.9468205Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sqlsharp.fish' from root:root to runner:runner
2025-08-20T20:20:44.9469585Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/dhclient.fish' from root:root to runner:runner
2025-08-20T20:20:44.9470890Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/wpctl.fish' from root:root to runner:runner
2025-08-20T20:20:44.9472190Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/topgrade.fish' from root:root to runner:runner
2025-08-20T20:20:44.9473691Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ack.fish' from root:root to runner:runner
2025-08-20T20:20:44.9475052Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/checkinstall.fish' from root:root to runner:runner
2025-08-20T20:20:44.9476397Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xbps-create.fish' from root:root to runner:runner
2025-08-20T20:20:44.9477801Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lsblk.fish' from root:root to runner:runner
2025-08-20T20:20:44.9479162Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/usbip.fish' from root:root to runner:runner
2025-08-20T20:20:44.9480465Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/java_home.fish' from root:root to runner:runner
2025-08-20T20:20:44.9481759Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xsv.fish' from root:root to runner:runner
2025-08-20T20:20:44.9483274Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt-get.fish' from root:root to runner:runner
2025-08-20T20:20:44.9484582Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/isatty.fish' from root:root to runner:runner
2025-08-20T20:20:44.9485866Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/op.fish' from root:root to runner:runner
2025-08-20T20:20:44.9487162Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pacman-key.fish' from root:root to runner:runner
2025-08-20T20:20:44.9488633Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/oksh.fish' from root:root to runner:runner
2025-08-20T20:20:44.9489939Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/fsharpc.fish' from root:root to runner:runner
2025-08-20T20:20:44.9491242Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mount.fish' from root:root to runner:runner
2025-08-20T20:20:44.9492537Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/termite.fish' from root:root to runner:runner
2025-08-20T20:20:44.9493855Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/invoke-rc.d.fish' from root:root to runner:runner
2025-08-20T20:20:44.9495162Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/scp.fish' from root:root to runner:runner
2025-08-20T20:20:44.9496486Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ansible-galaxy.fish' from root:root to runner:runner
2025-08-20T20:20:44.9498055Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/tsc.fish' from root:root to runner:runner
2025-08-20T20:20:44.9499435Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cpupower.fish' from root:root to runner:runner
2025-08-20T20:20:44.9500736Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/watch.fish' from root:root to runner:runner
2025-08-20T20:20:44.9502205Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/container.fish' from root:root to runner:runner
2025-08-20T20:20:44.9503525Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/bunzip2.fish' from root:root to runner:runner
2025-08-20T20:20:44.9504812Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/psql.fish' from root:root to runner:runner
2025-08-20T20:20:44.9506117Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rst2html4.fish' from root:root to runner:runner
2025-08-20T20:20:44.9507429Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/light.fish' from root:root to runner:runner
2025-08-20T20:20:44.9508911Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/archlinux-java.fish' from root:root to runner:runner
2025-08-20T20:20:44.9510307Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/transmission-remote.fish' from root:root to runner:runner
2025-08-20T20:20:44.9511678Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zabbix_proxy.fish' from root:root to runner:runner
2025-08-20T20:20:44.9512995Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/i3-msg.fish' from root:root to runner:runner
2025-08-20T20:20:44.9514290Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mutt.fish' from root:root to runner:runner
2025-08-20T20:20:44.9515713Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/node.fish' from root:root to runner:runner
2025-08-20T20:20:44.9517089Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/a2enmod.fish' from root:root to runner:runner
2025-08-20T20:20:44.9518512Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/csh.fish' from root:root to runner:runner
2025-08-20T20:20:44.9519807Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/screen.fish' from root:root to runner:runner
2025-08-20T20:20:44.9521088Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/dig.fish' from root:root to runner:runner
2025-08-20T20:20:44.9522368Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pnpm.fish' from root:root to runner:runner
2025-08-20T20:20:44.9523674Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cupsreject.fish' from root:root to runner:runner
2025-08-20T20:20:44.9524987Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/msgfmt.fish' from root:root to runner:runner
2025-08-20T20:20:44.9526503Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/scanimage.fish' from root:root to runner:runner
2025-08-20T20:20:44.9527911Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/hjson.fish' from root:root to runner:runner
2025-08-20T20:20:44.9529265Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lxc.fish' from root:root to runner:runner
2025-08-20T20:20:44.9530580Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zabbix_agentd.fish' from root:root to runner:runner
2025-08-20T20:20:44.9531918Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sylpheed.fish' from root:root to runner:runner
2025-08-20T20:20:44.9533216Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/nvim.fish' from root:root to runner:runner
2025-08-20T20:20:44.9534516Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/userdel.fish' from root:root to runner:runner
2025-08-20T20:20:44.9535815Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rename.fish' from root:root to runner:runner
2025-08-20T20:20:44.9537144Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xbps-digest.fish' from root:root to runner:runner
2025-08-20T20:20:44.9538587Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/micro.fish' from root:root to runner:runner
2025-08-20T20:20:44.9540088Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gnome-extensions.fish' from root:root to runner:runner
2025-08-20T20:20:44.9541496Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/iconv.fish' from root:root to runner:runner
2025-08-20T20:20:44.9542784Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/vared.fish' from root:root to runner:runner
2025-08-20T20:20:44.9544113Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sphinx-apidoc.fish' from root:root to runner:runner
2025-08-20T20:20:44.9545423Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/perl.fish' from root:root to runner:runner
2025-08-20T20:20:44.9546722Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pg_dump.fish' from root:root to runner:runner
2025-08-20T20:20:44.9548103Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pip2.fish' from root:root to runner:runner
2025-08-20T20:20:44.9549579Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/who.fish' from root:root to runner:runner
2025-08-20T20:20:44.9550852Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/wish.fish' from root:root to runner:runner
2025-08-20T20:20:44.9552135Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/file.fish' from root:root to runner:runner
2025-08-20T20:20:44.9553428Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt-mark.fish' from root:root to runner:runner
2025-08-20T20:20:44.9554714Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/psub.fish' from root:root to runner:runner
2025-08-20T20:20:44.9556004Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/djview.fish' from root:root to runner:runner
2025-08-20T20:20:44.9557303Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/colorsvn.fish' from root:root to runner:runner
2025-08-20T20:20:44.9558765Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lz4.fish' from root:root to runner:runner
2025-08-20T20:20:44.9560034Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/nl.fish' from root:root to runner:runner
2025-08-20T20:20:44.9561321Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/arepack.fish' from root:root to runner:runner
2025-08-20T20:20:44.9562677Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/wicd-client.fish' from root:root to runner:runner
2025-08-20T20:20:44.9564160Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/source.fish' from root:root to runner:runner
2025-08-20T20:20:44.9565527Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/return.fish' from root:root to runner:runner
2025-08-20T20:20:44.9566824Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/hubble.fish' from root:root to runner:runner
2025-08-20T20:20:44.9568209Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/nvme.fish' from root:root to runner:runner
2025-08-20T20:20:44.9569549Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gsutil.fish' from root:root to runner:runner
2025-08-20T20:20:44.9570843Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/htop.fish' from root:root to runner:runner
2025-08-20T20:20:44.9572133Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pactree.fish' from root:root to runner:runner
2025-08-20T20:20:44.9573637Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/namei.fish' from root:root to runner:runner
2025-08-20T20:20:44.9574946Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/test-spice.fish' from root:root to runner:runner
2025-08-20T20:20:44.9576272Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/chronyc.fish' from root:root to runner:runner
2025-08-20T20:20:44.9577642Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pulumi.fish' from root:root to runner:runner
2025-08-20T20:20:44.9579014Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gradle.fish' from root:root to runner:runner
2025-08-20T20:20:44.9580324Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/monodis.fish' from root:root to runner:runner
2025-08-20T20:20:44.9581616Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sops.fish' from root:root to runner:runner
2025-08-20T20:20:44.9582899Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xclip.fish' from root:root to runner:runner
2025-08-20T20:20:44.9584182Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/grunt.fish' from root:root to runner:runner
2025-08-20T20:20:44.9585478Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lunchy.fish' from root:root to runner:runner
2025-08-20T20:20:44.9586781Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lualatex.fish' from root:root to runner:runner
2025-08-20T20:20:44.9588352Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/renice.fish' from root:root to runner:runner
2025-08-20T20:20:44.9589717Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cue.fish' from root:root to runner:runner
2025-08-20T20:20:44.9591001Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/stack.fish' from root:root to runner:runner
2025-08-20T20:20:44.9592314Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/git-lfs.fish' from root:root to runner:runner
2025-08-20T20:20:44.9593609Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cwebp.fish' from root:root to runner:runner
2025-08-20T20:20:44.9594895Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/brew.fish' from root:root to runner:runner
2025-08-20T20:20:44.9596174Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zip.fish' from root:root to runner:runner
2025-08-20T20:20:44.9597751Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/tex.fish' from root:root to runner:runner
2025-08-20T20:20:44.9599096Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/iwctl.fish' from root:root to runner:runner
2025-08-20T20:20:44.9600391Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/snap.fish' from root:root to runner:runner
2025-08-20T20:20:44.9601665Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ip.fish' from root:root to runner:runner
2025-08-20T20:20:44.9602948Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/krita.fish' from root:root to runner:runner
2025-08-20T20:20:44.9604239Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/chgrp.fish' from root:root to runner:runner
2025-08-20T20:20:44.9605541Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xxh64sum.fish' from root:root to runner:runner
2025-08-20T20:20:44.9606865Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/efibootmgr.fish' from root:root to runner:runner
2025-08-20T20:20:44.9608262Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pydf.fish' from root:root to runner:runner
2025-08-20T20:20:44.9609606Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/evince.fish' from root:root to runner:runner
2025-08-20T20:20:44.9610883Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gw.fish' from root:root to runner:runner
2025-08-20T20:20:44.9612371Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/grub-mkrescue.fish' from root:root to runner:runner
2025-08-20T20:20:44.9613759Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/color.fish' from root:root to runner:runner
2025-08-20T20:20:44.9615056Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/modinfo.fish' from root:root to runner:runner
2025-08-20T20:20:44.9616377Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/vim-addons.fish' from root:root to runner:runner
2025-08-20T20:20:44.9617797Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xbps-uchroot.fish' from root:root to runner:runner
2025-08-20T20:20:44.9619171Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/git.fish' from root:root to runner:runner
2025-08-20T20:20:44.9620445Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/env.fish' from root:root to runner:runner
2025-08-20T20:20:44.9621976Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/grep.fish' from root:root to runner:runner
2025-08-20T20:20:44.9623258Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mocp.fish' from root:root to runner:runner
2025-08-20T20:20:44.9624563Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/hashcat.fish' from root:root to runner:runner
2025-08-20T20:20:44.9625913Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xbps-alternatives.fish' from root:root to runner:runner
2025-08-20T20:20:44.9627264Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/trash-list.fish' from root:root to runner:runner
2025-08-20T20:20:44.9628715Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cmdkey.fish' from root:root to runner:runner
2025-08-20T20:20:44.9630023Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/clean.fish' from root:root to runner:runner
2025-08-20T20:20:44.9631336Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/kubebuilder.fish' from root:root to runner:runner
2025-08-20T20:20:44.9632642Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/umask.fish' from root:root to runner:runner
2025-08-20T20:20:44.9633943Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/atool.fish' from root:root to runner:runner
2025-08-20T20:20:44.9635237Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xinput.fish' from root:root to runner:runner
2025-08-20T20:20:44.9636702Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/top.fish' from root:root to runner:runner
2025-08-20T20:20:44.9638189Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/synclient.fish' from root:root to runner:runner
2025-08-20T20:20:44.9639600Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt-proxy-import.fish' from root:root to runner:runner
2025-08-20T20:20:44.9640924Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/jv.fish' from root:root to runner:runner
2025-08-20T20:20:44.9642246Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/keepassxc-cli.fish' from root:root to runner:runner
2025-08-20T20:20:44.9643565Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/fgrep.fish' from root:root to runner:runner
2025-08-20T20:20:44.9644869Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/heroku.fish' from root:root to runner:runner
2025-08-20T20:20:44.9646432Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/dagger.fish' from root:root to runner:runner
2025-08-20T20:20:44.9647847Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pkgadd.fish' from root:root to runner:runner
2025-08-20T20:20:44.9649210Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rclone.fish' from root:root to runner:runner
2025-08-20T20:20:44.9650513Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/konsole.fish' from root:root to runner:runner
2025-08-20T20:20:44.9651830Z [00:03:37.252]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/bb-wrapper.fish' from root:root to runner:runner
2025-08-20T20:20:44.9653152Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cascadia.fish' from root:root to runner:runner
2025-08-20T20:20:44.9654469Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/tcpdump.fish' from root:root to runner:runner
2025-08-20T20:20:44.9655763Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ilasm.fish' from root:root to runner:runner
2025-08-20T20:20:44.9657088Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rc-update.fish' from root:root to runner:runner
2025-08-20T20:20:44.9658529Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ifconfig.fish' from root:root to runner:runner
2025-08-20T20:20:44.9659850Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/goimports.fish' from root:root to runner:runner
2025-08-20T20:20:44.9661324Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/dnf.fish' from root:root to runner:runner
2025-08-20T20:20:44.9662730Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/optipng.fish' from root:root to runner:runner
2025-08-20T20:20:44.9664063Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rst2pseudoxml.fish' from root:root to runner:runner
2025-08-20T20:20:44.9665389Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xsel.fish' from root:root to runner:runner
2025-08-20T20:20:44.9666686Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/netcat.fish' from root:root to runner:runner
2025-08-20T20:20:44.9668062Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/df.fish' from root:root to runner:runner
2025-08-20T20:20:44.9669405Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mdbook.fish' from root:root to runner:runner
2025-08-20T20:20:44.9670924Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/kldunload.fish' from root:root to runner:runner
2025-08-20T20:20:44.9672248Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zopflipng.fish' from root:root to runner:runner
2025-08-20T20:20:44.9673573Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pipenv.fish' from root:root to runner:runner
2025-08-20T20:20:44.9674871Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/equery.fish' from root:root to runner:runner
2025-08-20T20:20:44.9676170Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/nethack.fish' from root:root to runner:runner
2025-08-20T20:20:44.9677464Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pix.fish' from root:root to runner:runner
2025-08-20T20:20:44.9678888Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mono.fish' from root:root to runner:runner
2025-08-20T20:20:44.9680207Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zabbix_sender.fish' from root:root to runner:runner
2025-08-20T20:20:44.9681535Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/python3.fish' from root:root to runner:runner
2025-08-20T20:20:44.9682840Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rmdir.fish' from root:root to runner:runner
2025-08-20T20:20:44.9684146Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/funcsave.fish' from root:root to runner:runner
2025-08-20T20:20:44.9685599Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apack.fish' from root:root to runner:runner
2025-08-20T20:20:44.9686973Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gem.fish' from root:root to runner:runner
2025-08-20T20:20:44.9688384Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/iftop.fish' from root:root to runner:runner
2025-08-20T20:20:44.9689681Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/qdbus.fish' from root:root to runner:runner
2025-08-20T20:20:44.9690958Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/jj.fish' from root:root to runner:runner
2025-08-20T20:20:44.9692224Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/go.fish' from root:root to runner:runner
2025-08-20T20:20:44.9693516Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/omega.fish' from root:root to runner:runner
2025-08-20T20:20:44.9694995Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/at.fish' from root:root to runner:runner
2025-08-20T20:20:44.9696291Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/starship.fish' from root:root to runner:runner
2025-08-20T20:20:44.9697691Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pv.fish' from root:root to runner:runner
2025-08-20T20:20:44.9699037Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/dart.fish' from root:root to runner:runner
2025-08-20T20:20:44.9700352Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/asciidoctor.fish' from root:root to runner:runner
2025-08-20T20:20:44.9701667Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/set.fish' from root:root to runner:runner
2025-08-20T20:20:44.9702947Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/kill.fish' from root:root to runner:runner
2025-08-20T20:20:44.9704247Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/firejail.fish' from root:root to runner:runner
2025-08-20T20:20:44.9705566Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/udisksctl.fish' from root:root to runner:runner
2025-08-20T20:20:44.9706876Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lprm.fish' from root:root to runner:runner
2025-08-20T20:20:44.9708318Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/wslpath.fish' from root:root to runner:runner
2025-08-20T20:20:44.9709843Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/golint.fish' from root:root to runner:runner
2025-08-20T20:20:44.9711203Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sad.fish' from root:root to runner:runner
2025-08-20T20:20:44.9712500Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gorename.fish' from root:root to runner:runner
2025-08-20T20:20:44.9713809Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/wvdial.fish' from root:root to runner:runner
2025-08-20T20:20:44.9715130Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rc-service.fish' from root:root to runner:runner
2025-08-20T20:20:44.9716435Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pkgmk.fish' from root:root to runner:runner
2025-08-20T20:20:44.9717818Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/wine.fish' from root:root to runner:runner
2025-08-20T20:20:44.9719301Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/tshark.fish' from root:root to runner:runner
2025-08-20T20:20:44.9720633Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/fluxbox-remote.fish' from root:root to runner:runner
2025-08-20T20:20:44.9721983Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gsettings.fish' from root:root to runner:runner
2025-08-20T20:20:44.9723292Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lpinfo.fish' from root:root to runner:runner
2025-08-20T20:20:44.9724612Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cupsdisable.fish' from root:root to runner:runner
2025-08-20T20:20:44.9725966Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ansible-vault.fish' from root:root to runner:runner
2025-08-20T20:20:44.9727315Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/proxychains.fish' from root:root to runner:runner
2025-08-20T20:20:44.9728789Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/adduser.fish' from root:root to runner:runner
2025-08-20T20:20:44.9730109Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xbps-fetch.fish' from root:root to runner:runner
2025-08-20T20:20:44.9731428Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/tmutil.fish' from root:root to runner:runner
2025-08-20T20:20:44.9732717Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/reuse.fish' from root:root to runner:runner
2025-08-20T20:20:44.9734159Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/bc.fish' from root:root to runner:runner
2025-08-20T20:20:44.9735581Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pg_restore.fish' from root:root to runner:runner
2025-08-20T20:20:44.9736903Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/montage.fish' from root:root to runner:runner
2025-08-20T20:20:44.9738337Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gofmt.fish' from root:root to runner:runner
2025-08-20T20:20:44.9739648Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/flux.fish' from root:root to runner:runner
2025-08-20T20:20:44.9740939Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/octave.fish' from root:root to runner:runner
2025-08-20T20:20:44.9742225Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/math.fish' from root:root to runner:runner
2025-08-20T20:20:44.9743769Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/brightnessctl.fish' from root:root to runner:runner
2025-08-20T20:20:44.9745103Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gradlew.fish' from root:root to runner:runner
2025-08-20T20:20:44.9746404Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pgrep.fish' from root:root to runner:runner
2025-08-20T20:20:44.9747811Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gacutil.fish' from root:root to runner:runner
2025-08-20T20:20:44.9749222Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/notify-send.fish' from root:root to runner:runner
2025-08-20T20:20:44.9750552Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ansible.fish' from root:root to runner:runner
2025-08-20T20:20:44.9751872Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/smerge.fish' from root:root to runner:runner
2025-08-20T20:20:44.9753170Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/choose.fish' from root:root to runner:runner
2025-08-20T20:20:44.9754461Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/block.fish' from root:root to runner:runner
2025-08-20T20:20:44.9755132Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mvn.fish' from root:root to runner:runner
2025-08-20T20:20:44.9755828Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apkanalyzer.fish' from root:root to runner:runner
2025-08-20T20:20:44.9756649Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ftp.fish' from root:root to runner:runner
2025-08-20T20:20:44.9757399Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/resolvectl.fish' from root:root to runner:runner
2025-08-20T20:20:44.9758186Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/phpunit.fish' from root:root to runner:runner
2025-08-20T20:20:44.9758939Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/camcontrol.fish' from root:root to runner:runner
2025-08-20T20:20:44.9759665Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ansible-playbook.fish' from root:root to runner:runner
2025-08-20T20:20:44.9760352Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pdflatex.fish' from root:root to runner:runner
2025-08-20T20:20:44.9761022Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/canto.fish' from root:root to runner:runner
2025-08-20T20:20:44.9761939Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/loadkeys.fish' from root:root to runner:runner
2025-08-20T20:20:44.9762614Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/toot.fish' from root:root to runner:runner
2025-08-20T20:20:44.9763279Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zfs.fish' from root:root to runner:runner
2025-08-20T20:20:44.9763960Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/hledger.fish' from root:root to runner:runner
2025-08-20T20:20:44.9764634Z [00:03:37.253]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/vmctl.fish' from root:root to runner:runner
2025-08-20T20:20:44.9765337Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xbps-uhelper.fish' from root:root to runner:runner
2025-08-20T20:20:44.9766001Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gio.fish' from root:root to runner:runner
2025-08-20T20:20:44.9766705Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/bluetoothctl.fish' from root:root to runner:runner
2025-08-20T20:20:44.9767402Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zabbix_agent2.fish' from root:root to runner:runner
2025-08-20T20:20:44.9768177Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pfctl.fish' from root:root to runner:runner
2025-08-20T20:20:44.9769024Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/obnam.fish' from root:root to runner:runner
2025-08-20T20:20:44.9769675Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions' from root:root to runner:runner
2025-08-20T20:20:44.9770318Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/deroff.py' from root:root to runner:runner
2025-08-20T20:20:44.9771015Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/webconfig.py' from root:root to runner:runner
2025-08-20T20:20:44.9771766Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/sample_prompts/terlar.fish' from root:root to runner:runner
2025-08-20T20:20:44.9772511Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/sample_prompts/disco.fish' from root:root to runner:runner
2025-08-20T20:20:44.9773259Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/sample_prompts/scales.fish' from root:root to runner:runner
2025-08-20T20:20:44.9774173Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/sample_prompts/minimalist.fish' from root:root to runner:runner
2025-08-20T20:20:44.9774961Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/sample_prompts/informative_vcs.fish' from root:root to runner:runner
2025-08-20T20:20:44.9775738Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/sample_prompts/informative.fish' from root:root to runner:runner
2025-08-20T20:20:44.9776470Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/sample_prompts/nim.fish' from root:root to runner:runner
2025-08-20T20:20:44.9777238Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/sample_prompts/pythonista.fish' from root:root to runner:runner
2025-08-20T20:20:44.9778081Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/sample_prompts/default.fish' from root:root to runner:runner
2025-08-20T20:20:44.9778887Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/sample_prompts/astronaut.fish' from root:root to runner:runner
2025-08-20T20:20:44.9779633Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/sample_prompts/simple.fish' from root:root to runner:runner
2025-08-20T20:20:44.9780387Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/sample_prompts/acidhub.fish' from root:root to runner:runner
2025-08-20T20:20:44.9781128Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/sample_prompts/arrow.fish' from root:root to runner:runner
2025-08-20T20:20:44.9782024Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/sample_prompts' from root:root to runner:runner
2025-08-20T20:20:44.9782764Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/fishconfig_print.css' from root:root to runner:runner
2025-08-20T20:20:44.9783453Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/js/alpine.js' from root:root to runner:runner
2025-08-20T20:20:44.9784144Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/js/main.js' from root:root to runner:runner
2025-08-20T20:20:44.9784854Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/js/colorutils.js' from root:root to runner:runner
2025-08-20T20:20:44.9785507Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/js' from root:root to runner:runner
2025-08-20T20:20:44.9786186Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/index.html' from root:root to runner:runner
2025-08-20T20:20:44.9787053Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/fishconfig.css' from root:root to runner:runner
2025-08-20T20:20:44.9787926Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/Solarized Light.theme' from root:root to runner:runner
2025-08-20T20:20:44.9788703Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/None.theme' from root:root to runner:runner
2025-08-20T20:20:44.9789437Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/Mono Lace.theme' from root:root to runner:runner
2025-08-20T20:20:44.9790201Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/Base16 Default Dark.theme' from root:root to runner:runner
2025-08-20T20:20:44.9790983Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/Base16 Default Light.theme' from root:root to runner:runner
2025-08-20T20:20:44.9791726Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/Just a Touch.theme' from root:root to runner:runner
2025-08-20T20:20:44.9792485Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/Base16 Eighties.theme' from root:root to runner:runner
2025-08-20T20:20:44.9793236Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/Solarized Dark.theme' from root:root to runner:runner
2025-08-20T20:20:44.9793988Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/fish default.theme' from root:root to runner:runner
2025-08-20T20:20:44.9794827Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/Lava.theme' from root:root to runner:runner
2025-08-20T20:20:44.9795627Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/Mono Smoke.theme' from root:root to runner:runner
2025-08-20T20:20:44.9796364Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/ayu Mirage.theme' from root:root to runner:runner
2025-08-20T20:20:44.9797092Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/Snow Day.theme' from root:root to runner:runner
2025-08-20T20:20:44.9797909Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/ayu Dark.theme' from root:root to runner:runner
2025-08-20T20:20:44.9798687Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/Seaweed.theme' from root:root to runner:runner
2025-08-20T20:20:44.9799414Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/Dracula.theme' from root:root to runner:runner
2025-08-20T20:20:44.9800335Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/Tomorrow Night.theme' from root:root to runner:runner
2025-08-20T20:20:44.9801059Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/Nord.theme' from root:root to runner:runner
2025-08-20T20:20:44.9801803Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/Old School.theme' from root:root to runner:runner
2025-08-20T20:20:44.9802534Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/ayu Light.theme' from root:root to runner:runner
2025-08-20T20:20:44.9803276Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/coolbeans.theme' from root:root to runner:runner
2025-08-20T20:20:44.9804009Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/Fairground.theme' from root:root to runner:runner
2025-08-20T20:20:44.9804797Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/Tomorrow Night Bright.theme' from root:root to runner:runner
2025-08-20T20:20:44.9805536Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/Bay Cruise.theme' from root:root to runner:runner
2025-08-20T20:20:44.9806271Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/Tomorrow.theme' from root:root to runner:runner
2025-08-20T20:20:44.9806940Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes' from root:root to runner:runner
2025-08-20T20:20:44.9807843Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/favicon.png' from root:root to runner:runner
2025-08-20T20:20:44.9808576Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config' from root:root to runner:runner
2025-08-20T20:20:44.9809299Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/create_manpage_completions.py' from root:root to runner:runner
2025-08-20T20:20:44.9809908Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools' from root:root to runner:runner
2025-08-20T20:20:44.9810549Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/groff/fish.tmac' from root:root to runner:runner
2025-08-20T20:20:44.9811150Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/groff' from root:root to runner:runner
2025-08-20T20:20:44.9811771Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/config.fish' from root:root to runner:runner
2025-08-20T20:20:44.9812641Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_apropos.fish' from root:root to runner:runner
2025-08-20T20:20:44.9813370Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_netcat.fish' from root:root to runner:runner
2025-08-20T20:20:44.9814086Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_gnu_complete.fish' from root:root to runner:runner
2025-08-20T20:20:44.9814826Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_bittorrent.fish' from root:root to runner:runner
2025-08-20T20:20:44.9815533Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_list.fish' from root:root to runner:runner
2025-08-20T20:20:44.9816321Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_portage_repository_paths.fish' from root:root to runner:runner
2025-08-20T20:20:44.9817081Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_debian_apache_sites.fish' from root:root to runner:runner
2025-08-20T20:20:44.9817844Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/alias.fish' from root:root to runner:runner
2025-08-20T20:20:44.9818630Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_reg__complete_keys.fish' from root:root to runner:runner
2025-08-20T20:20:44.9819367Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_pkg_packages.fish' from root:root to runner:runner
2025-08-20T20:20:44.9820201Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_git_prompt.fish' from root:root to runner:runner
2025-08-20T20:20:44.9820893Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/open.fish' from root:root to runner:runner
2025-08-20T20:20:44.9821586Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/_validate_int.fish' from root:root to runner:runner
2025-08-20T20:20:44.9822321Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_hybrid_key_bindings.fish' from root:root to runner:runner
2025-08-20T20:20:44.9822979Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/diff.fish' from root:root to runner:runner
2025-08-20T20:20:44.9823717Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_gpg_key_id.fish' from root:root to runner:runner
2025-08-20T20:20:44.9824370Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/cdh.fish' from root:root to runner:runner
2025-08-20T20:20:44.9825079Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_cursor_xterm.fish' from root:root to runner:runner
2025-08-20T20:20:44.9825996Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_eopkg_packages.fish' from root:root to runner:runner
2025-08-20T20:20:44.9826694Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_title.fish' from root:root to runner:runner
2025-08-20T20:20:44.9827426Z [00:03:37.254]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_default_mode_prompt.fish' from root:root to runner:runner
2025-08-20T20:20:44.9828209Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_anypager.fish' from root:root to runner:runner
2025-08-20T20:20:44.9828959Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_any_arg_in.fish' from root:root to runner:runner
2025-08-20T20:20:44.9829618Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/dirs.fish' from root:root to runner:runner
2025-08-20T20:20:44.9830281Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/trap.fish' from root:root to runner:runner
2025-08-20T20:20:44.9831008Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/nextd-or-forward-token.fish' from root:root to runner:runner
2025-08-20T20:20:44.9831743Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_ppp_peer.fish' from root:root to runner:runner
2025-08-20T20:20:44.9832414Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/realpath.fish' from root:root to runner:runner
2025-08-20T20:20:44.9833264Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_svn_prompt.fish' from root:root to runner:runner
2025-08-20T20:20:44.9834019Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_clipboard_copy.fish' from root:root to runner:runner
2025-08-20T20:20:44.9834758Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_xbps_packages.fish' from root:root to runner:runner
2025-08-20T20:20:44.9835480Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_print_git_action.fish' from root:root to runner:runner
2025-08-20T20:20:44.9836203Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_xwindows.fish' from root:root to runner:runner
2025-08-20T20:20:44.9836929Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_systemd_machines.fish' from root:root to runner:runner
2025-08-20T20:20:44.9837716Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_greeting.fish' from root:root to runner:runner
2025-08-20T20:20:44.9838621Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_paginate.fish' from root:root to runner:runner
2025-08-20T20:20:44.9839362Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_pacman_repos.fish' from root:root to runner:runner
2025-08-20T20:20:44.9840073Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_modules.fish' from root:root to runner:runner
2025-08-20T20:20:44.9840784Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_path.fish' from root:root to runner:runner
2025-08-20T20:20:44.9841488Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_hg_prompt.fish' from root:root to runner:runner
2025-08-20T20:20:44.9842225Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_subcommand.fish' from root:root to runner:runner
2025-08-20T20:20:44.9842915Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/prompt_pwd.fish' from root:root to runner:runner
2025-08-20T20:20:44.9843665Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_edit_command_if_at_cursor.fish' from root:root to runner:runner
2025-08-20T20:20:44.9844389Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_tokenizer_state.fish' from root:root to runner:runner
2025-08-20T20:20:44.9845098Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_no_arguments.fish' from root:root to runner:runner
2025-08-20T20:20:44.9845953Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_filesystems.fish' from root:root to runner:runner
2025-08-20T20:20:44.9846706Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_commandline_append.fish' from root:root to runner:runner
2025-08-20T20:20:44.9847373Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/funced.fish' from root:root to runner:runner
2025-08-20T20:20:44.9848172Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_cache_put.fish' from root:root to runner:runner
2025-08-20T20:20:44.9848878Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/ll.fish' from root:root to runner:runner
2025-08-20T20:20:44.9849556Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_delta.fish' from root:root to runner:runner
2025-08-20T20:20:44.9850284Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_breakpoint_prompt.fish' from root:root to runner:runner
2025-08-20T20:20:44.9851232Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_convert_options.fish' from root:root to runner:runner
2025-08-20T20:20:44.9851980Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_directories.fish' from root:root to runner:runner
2025-08-20T20:20:44.9852686Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_vcs_prompt.fish' from root:root to runner:runner
2025-08-20T20:20:44.9853411Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_command_not_found.fish' from root:root to runner:runner
2025-08-20T20:20:44.9854103Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_whatis.fish' from root:root to runner:runner
2025-08-20T20:20:44.9854865Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_zfs_ro_properties.fish' from root:root to runner:runner
2025-08-20T20:20:44.9855583Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_gpg.fish' from root:root to runner:runner
2025-08-20T20:20:44.9856230Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/ls.fish' from root:root to runner:runner
2025-08-20T20:20:44.9856959Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_list_current_token.fish' from root:root to runner:runner
2025-08-20T20:20:44.9857776Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_cd.fish' from root:root to runner:runner
2025-08-20T20:20:44.9858686Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_set_locale.fish' from root:root to runner:runner
2025-08-20T20:20:44.9859461Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_users.fish' from root:root to runner:runner
2025-08-20T20:20:44.9860213Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_portage_packages.fish' from root:root to runner:runner
2025-08-20T20:20:44.9860931Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_man.fish' from root:root to runner:runner
2025-08-20T20:20:44.9861744Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_portage_installed_pkgs.fish' from root:root to runner:runner
2025-08-20T20:20:44.9862443Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_nth_token.fish' from root:root to runner:runner
2025-08-20T20:20:44.9863158Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_packages.fish' from root:root to runner:runner
2025-08-20T20:20:44.9864080Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_debian_apache_mods.fish' from root:root to runner:runner
2025-08-20T20:20:44.9864757Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_echo.fish' from root:root to runner:runner
2025-08-20T20:20:44.9865537Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_cmd_args_without_options.fish' from root:root to runner:runner
2025-08-20T20:20:44.9866248Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_gpg_algo.fish' from root:root to runner:runner
2025-08-20T20:20:44.9866976Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_suffix.fish' from root:root to runner:runner
2025-08-20T20:20:44.9867814Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_is_zfs_feature_enabled.fish' from root:root to runner:runner
2025-08-20T20:20:44.9868550Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_pwd.fish' from root:root to runner:runner
2025-08-20T20:20:44.9869295Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_pg_database.fish' from root:root to runner:runner
2025-08-20T20:20:44.9870027Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_lpr_printers.fish' from root:root to runner:runner
2025-08-20T20:20:44.9870698Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/suspend.fish' from root:root to runner:runner
2025-08-20T20:20:44.9871574Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_user_at_hosts.fish' from root:root to runner:runner
2025-08-20T20:20:44.9872327Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_jj_prompt.fish' from root:root to runner:runner
2025-08-20T20:20:44.9873072Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/prevd-or-backward-token.fish' from root:root to runner:runner
2025-08-20T20:20:44.9873743Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/prevd.fish' from root:root to runner:runner
2025-08-20T20:20:44.9874482Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__ssh_history_completions.fish' from root:root to runner:runner
2025-08-20T20:20:44.9875132Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/man.fish' from root:root to runner:runner
2025-08-20T20:20:44.9875780Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/cd.fish' from root:root to runner:runner
2025-08-20T20:20:44.9876654Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/up-or-search.fish' from root:root to runner:runner
2025-08-20T20:20:44.9877414Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_debian_apache_confs.fish' from root:root to runner:runner
2025-08-20T20:20:44.9878201Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_config.fish' from root:root to runner:runner
2025-08-20T20:20:44.9878975Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_opkg_packages.fish' from root:root to runner:runner
2025-08-20T20:20:44.9879713Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_cmd__complete_args.fish' from root:root to runner:runner
2025-08-20T20:20:44.9880435Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_lpr_options.fish' from root:root to runner:runner
2025-08-20T20:20:44.9881101Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/popd.fish' from root:root to runner:runner
2025-08-20T20:20:44.9881765Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/export.fish' from root:root to runner:runner
2025-08-20T20:20:44.9882506Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_pacman_packages.fish' from root:root to runner:runner
2025-08-20T20:20:44.9883156Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/N_.fish' from root:root to runner:runner
2025-08-20T20:20:44.9884056Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_is_git_repository.fish' from root:root to runner:runner
2025-08-20T20:20:44.9884854Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_user_ids.fish' from root:root to runner:runner
2025-08-20T20:20:44.9885550Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/contains_seq.fish' from root:root to runner:runner
2025-08-20T20:20:44.9886301Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_argcomplete_complete.fish' from root:root to runner:runner
2025-08-20T20:20:44.9887040Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_commandline_prepend.fish' from root:root to runner:runner
2025-08-20T20:20:44.9887893Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_make_cache_dir.fish' from root:root to runner:runner
2025-08-20T20:20:44.9888659Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_seen_argument.fish' from root:root to runner:runner
2025-08-20T20:20:44.9889606Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_pipestatus.fish' from root:root to runner:runner
2025-08-20T20:20:44.9890312Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_svn_rev.fish' from root:root to runner:runner
2025-08-20T20:20:44.9891063Z [00:03:37.255]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_pkg_add_packages.fish' from root:root to runner:runner
2025-08-20T20:20:44.9891775Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_proc.fish' from root:root to runner:runner
2025-08-20T20:20:44.9892475Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_prev_arg_in.fish' from root:root to runner:runner
2025-08-20T20:20:44.9893179Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_git_prompt.fish' from root:root to runner:runner
2025-08-20T20:20:44.9893949Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_commandline_is_singlequoted.fish' from root:root to runner:runner
2025-08-20T20:20:44.9894624Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_ps.fish' from root:root to runner:runner
2025-08-20T20:20:44.9895350Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_zfs_pools.fish' from root:root to runner:runner
2025-08-20T20:20:44.9896007Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/la.fish' from root:root to runner:runner
2025-08-20T20:20:44.9896859Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_shared_key_bindings.fish' from root:root to runner:runner
2025-08-20T20:20:44.9897709Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_lpr_option.fish' from root:root to runner:runner
2025-08-20T20:20:44.9898459Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_print_hg_root.fish' from root:root to runner:runner
2025-08-20T20:20:44.9899210Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_preview_current_file.fish' from root:root to runner:runner
2025-08-20T20:20:44.9899916Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_first_token.fish' from root:root to runner:runner
2025-08-20T20:20:44.9900636Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_clipboard_paste.fish' from root:root to runner:runner
2025-08-20T20:20:44.9901353Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/edit_command_buffer.fish' from root:root to runner:runner
2025-08-20T20:20:44.9902234Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_move_last.fish' from root:root to runner:runner
2025-08-20T20:20:44.9902959Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_groups.fish' from root:root to runner:runner
2025-08-20T20:20:44.9903681Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_vi_key_bindings.fish' from root:root to runner:runner
2025-08-20T20:20:44.9904446Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_portage_available_pkgs.fish' from root:root to runner:runner
2025-08-20T20:20:44.9905182Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_seen_subcommand_from.fish' from root:root to runner:runner
2025-08-20T20:20:44.9905991Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_xdg_applications_directories.fish' from root:root to runner:runner
2025-08-20T20:20:44.9906735Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_gpg_user_id.fish' from root:root to runner:runner
2025-08-20T20:20:44.9907456Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_pg_user.fish' from root:root to runner:runner
2025-08-20T20:20:44.9908219Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/abbr.fish' from root:root to runner:runner
2025-08-20T20:20:44.9908949Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_is_switch.fish' from root:root to runner:runner
2025-08-20T20:20:44.9909781Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_md5.fish' from root:root to runner:runner
2025-08-20T20:20:44.9910505Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_is_first_token.fish' from root:root to runner:runner
2025-08-20T20:20:44.9911225Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_describe_command.fish' from root:root to runner:runner
2025-08-20T20:20:44.9911946Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_mysql.fish' from root:root to runner:runner
2025-08-20T20:20:44.9912660Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_hostnames.fish' from root:root to runner:runner
2025-08-20T20:20:44.9913369Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_is_first_arg.fish' from root:root to runner:runner
2025-08-20T20:20:44.9914057Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/prompt_login.fish' from root:root to runner:runner
2025-08-20T20:20:44.9914919Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_opt.fish' from root:root to runner:runner
2025-08-20T20:20:44.9915658Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_wireshark.fish' from root:root to runner:runner
2025-08-20T20:20:44.9916362Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_mode_prompt.fish' from root:root to runner:runner
2025-08-20T20:20:44.9917026Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/nextd.fish' from root:root to runner:runner
2025-08-20T20:20:44.9917834Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_ssh.fish' from root:root to runner:runner
2025-08-20T20:20:44.9918625Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_cancel_commandline.fish' from root:root to runner:runner
2025-08-20T20:20:44.9919349Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_pgrep.fish' from root:root to runner:runner
2025-08-20T20:20:44.9920108Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_cache_sourced_completions.fish' from root:root to runner:runner
2025-08-20T20:20:44.9920818Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_cursor_konsole.fish' from root:root to runner:runner
2025-08-20T20:20:44.9921538Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_use_subcommand.fish' from root:root to runner:runner
2025-08-20T20:20:44.9922381Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_mounted.fish' from root:root to runner:runner
2025-08-20T20:20:44.9923088Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_indent.fish' from root:root to runner:runner
2025-08-20T20:20:44.9923744Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/help.fish' from root:root to runner:runner
2025-08-20T20:20:44.9924458Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_fossil_prompt.fish' from root:root to runner:runner
2025-08-20T20:20:44.9925192Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_port_packages.fish' from root:root to runner:runner
2025-08-20T20:20:44.9925989Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_zfs_mountpoint_properties.fish' from root:root to runner:runner
2025-08-20T20:20:44.9926717Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_rpm_packages.fish' from root:root to runner:runner
2025-08-20T20:20:44.9927832Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_toggle_comment_commandline.fish' from root:root to runner:runner
2025-08-20T20:20:44.9928613Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/prompt_hostname.fish' from root:root to runner:runner
2025-08-20T20:20:44.9929345Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_magick.fish' from root:root to runner:runner
2025-08-20T20:20:44.9930050Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_lpr.fish' from root:root to runner:runner
2025-08-20T20:20:44.9930784Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_concat_completions.fish' from root:root to runner:runner
2025-08-20T20:20:44.9931488Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_is_root_user.fish' from root:root to runner:runner
2025-08-20T20:20:44.9932191Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_anyeditor.fish' from root:root to runner:runner
2025-08-20T20:20:44.9932897Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_is_token_n.fish' from root:root to runner:runner
2025-08-20T20:20:44.9933552Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/dirh.fish' from root:root to runner:runner
2025-08-20T20:20:44.9934321Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_freedesktop_icons.fish' from root:root to runner:runner
2025-08-20T20:20:44.9935018Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_job_summary.fish' from root:root to runner:runner
2025-08-20T20:20:44.9935838Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_paste.fish' from root:root to runner:runner
2025-08-20T20:20:44.9936705Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_atool_archive_contents.fish' from root:root to runner:runner
2025-08-20T20:20:44.9937429Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_cmd_args.fish' from root:root to runner:runner
2025-08-20T20:20:44.9938258Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_xdg_mimetypes.fish' from root:root to runner:runner
2025-08-20T20:20:44.9938928Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/seq.fish' from root:root to runner:runner
2025-08-20T20:20:44.9939593Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/setenv.fish' from root:root to runner:runner
2025-08-20T20:20:44.9940266Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/history.fish' from root:root to runner:runner
2025-08-20T20:20:44.9941198Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_number_of_cmd_args_wo_opts.fish' from root:root to runner:runner
2025-08-20T20:20:44.9941966Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_zfs_rw_properties.fish' from root:root to runner:runner
2025-08-20T20:20:44.9942658Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_man_page.fish' from root:root to runner:runner
2025-08-20T20:20:44.9943388Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_parent_directories.fish' from root:root to runner:runner
2025-08-20T20:20:44.9944086Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_add_path.fish' from root:root to runner:runner
2025-08-20T20:20:44.9944789Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_vcs_prompt.fish' from root:root to runner:runner
2025-08-20T20:20:44.9945545Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_should_complete_switches.fish' from root:root to runner:runner
2025-08-20T20:20:44.9946279Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_systemctl_services.fish' from root:root to runner:runner
2025-08-20T20:20:44.9947071Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_zfs_write_once_properties.fish' from root:root to runner:runner
2025-08-20T20:20:44.9948106Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_encodings.fish' from root:root to runner:runner
2025-08-20T20:20:44.9948820Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/pushd.fish' from root:root to runner:runner
2025-08-20T20:20:44.9949538Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_VBox_vms.fish' from root:root to runner:runner
2025-08-20T20:20:44.9950257Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_status_to_signal.fish' from root:root to runner:runner
2025-08-20T20:20:44.9950965Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_ftp.fish' from root:root to runner:runner
2025-08-20T20:20:44.9951678Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_contains_opt.fish' from root:root to runner:runner
2025-08-20T20:20:44.9952347Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/isatty.fish' from root:root to runner:runner
2025-08-20T20:20:44.9953034Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_cached.fish' from root:root to runner:runner
2025-08-20T20:20:44.9953925Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_addresses.fish' from root:root to runner:runner
2025-08-20T20:20:44.9954666Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_service_names.fish' from root:root to runner:runner
2025-08-20T20:20:44.9955395Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_windows_users.fish' from root:root to runner:runner
2025-08-20T20:20:44.9956103Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__terlar_git_prompt.fish' from root:root to runner:runner
2025-08-20T20:20:44.9956829Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_interfaces.fish' from root:root to runner:runner
2025-08-20T20:20:44.9957841Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_blockdevice.fish' from root:root to runner:runner
2025-08-20T20:20:44.9958644Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_command.fish' from root:root to runner:runner
2025-08-20T20:20:44.9959346Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_npm_helper.fish' from root:root to runner:runner
2025-08-20T20:20:44.9960062Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_prepend_sudo.fish' from root:root to runner:runner
2025-08-20T20:20:44.9960828Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_protontricks_complete_appid.fish' from root:root to runner:runner
2025-08-20T20:20:44.9961761Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_whatis_current_token.fish' from root:root to runner:runner
2025-08-20T20:20:44.9962528Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_vi_cursor.fish' from root:root to runner:runner
2025-08-20T20:20:44.9963202Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/vared.fish' from root:root to runner:runner
2025-08-20T20:20:44.9963921Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_clang.fish' from root:root to runner:runner
2025-08-20T20:20:44.9964628Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_systemctl.fish' from root:root to runner:runner
2025-08-20T20:20:44.9965360Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_apt_packages.fish' from root:root to runner:runner
2025-08-20T20:20:44.9966085Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_docutils.fish' from root:root to runner:runner
2025-08-20T20:20:44.9966899Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/psub.fish' from root:root to runner:runner
2025-08-20T20:20:44.9967712Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_crux_packages.fish' from root:root to runner:runner
2025-08-20T20:20:44.9968506Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_windows_drives.fish' from root:root to runner:runner
2025-08-20T20:20:44.9969200Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_hg_prompt.fish' from root:root to runner:runner
2025-08-20T20:20:44.9969906Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_help.fish' from root:root to runner:runner
2025-08-20T20:20:44.9970648Z [00:03:37.256]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_mount_opts.fish' from root:root to runner:runner
2025-08-20T20:20:44.9971354Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_groups.fish' from root:root to runner:runner
2025-08-20T20:20:44.9972010Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/grep.fish' from root:root to runner:runner
2025-08-20T20:20:44.9972701Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_append.fish' from root:root to runner:runner
2025-08-20T20:20:44.9973413Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_users.fish' from root:root to runner:runner
2025-08-20T20:20:44.9974205Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/umask.fish' from root:root to runner:runner
2025-08-20T20:20:44.9974952Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_group_ids.fish' from root:root to runner:runner
2025-08-20T20:20:44.9975666Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_commands.fish' from root:root to runner:runner
2025-08-20T20:20:44.9976413Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_default_key_bindings.fish' from root:root to runner:runner
2025-08-20T20:20:44.9977095Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/funcsave.fish' from root:root to runner:runner
2025-08-20T20:20:44.9977857Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_uname.fish' from root:root to runner:runner
2025-08-20T20:20:44.9978646Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_update_completions.fish' from root:root to runner:runner
2025-08-20T20:20:44.9979558Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_is_nth_token.fish' from root:root to runner:runner
2025-08-20T20:20:44.9980269Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/down-or-search.fish' from root:root to runner:runner
2025-08-20T20:20:44.9980953Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_prompt.fish' from root:root to runner:runner
2025-08-20T20:20:44.9981698Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_systemd_machine_images.fish' from root:root to runner:runner
2025-08-20T20:20:44.9982397Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_anypython.fish' from root:root to runner:runner
2025-08-20T20:20:44.9983109Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_pids.fish' from root:root to runner:runner
2025-08-20T20:20:44.9983846Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_config_interactive.fish' from root:root to runner:runner
2025-08-20T20:20:44.9984560Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_not_contain_opt.fish' from root:root to runner:runner
2025-08-20T20:20:44.9985300Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_change_key_bindings.fish' from root:root to runner:runner
2025-08-20T20:20:44.9986029Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_zfs_snapshots.fish' from root:root to runner:runner
2025-08-20T20:20:44.9986850Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_svn_prompt.fish' from root:root to runner:runner
2025-08-20T20:20:44.9987714Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_job_pids.fish' from root:root to runner:runner
2025-08-20T20:20:44.9988538Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_make_completion_signals.fish' from root:root to runner:runner
2025-08-20T20:20:44.9989167Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions' from root:root to runner:runner
2025-08-20T20:20:44.9989845Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/__fish_build_paths.fish.in' from root:root to runner:runner
2025-08-20T20:20:44.9990417Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share' from root:root to runner:runner
2025-08-20T20:20:44.9991065Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/docker/fedora.Dockerfile' from root:root to runner:runner
2025-08-20T20:20:44.9991907Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/docker/jammy-asan.Dockerfile' from root:root to runner:runner
2025-08-20T20:20:44.9992617Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/docker/opensuse-tumbleweed.Dockerfile' from root:root to runner:runner
2025-08-20T20:20:44.9993297Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/docker/focal-arm64.Dockerfile' from root:root to runner:runner
2025-08-20T20:20:44.9993989Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/docker/jammy-armv7-32bit.Dockerfile' from root:root to runner:runner
2025-08-20T20:20:44.9994658Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/docker/jammy-tsan.Dockerfile' from root:root to runner:runner
2025-08-20T20:20:44.9995343Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/docker/context/fish_run_tests.sh' from root:root to runner:runner
2025-08-20T20:20:44.9996070Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/docker/context' from root:root to runner:runner
2025-08-20T20:20:44.9996776Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/docker/noble.Dockerfile' from root:root to runner:runner
2025-08-20T20:20:44.9997428Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/docker/alpine.Dockerfile' from root:root to runner:runner
2025-08-20T20:20:44.9998257Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/docker/focal-32bit.Dockerfile' from root:root to runner:runner
2025-08-20T20:20:44.9998950Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/docker/focal.Dockerfile' from root:root to runner:runner
2025-08-20T20:20:44.9999620Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/docker/centos9.Dockerfile' from root:root to runner:runner
2025-08-20T20:20:45.0000276Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/docker/docker_run_tests.sh' from root:root to runner:runner
2025-08-20T20:20:45.0000920Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/docker/jammy.Dockerfile' from root:root to runner:runner
2025-08-20T20:20:45.0001677Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/docker' from root:root to runner:runner
2025-08-20T20:20:45.0002264Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/deny.toml' from root:root to runner:runner
2025-08-20T20:20:45.0002871Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/po/zh_CN.po' from root:root to runner:runner
2025-08-20T20:20:45.0003451Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/po/fr.po' from root:root to runner:runner
2025-08-20T20:20:45.0004035Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/po/sv.po' from root:root to runner:runner
2025-08-20T20:20:45.0004619Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/po/en.po' from root:root to runner:runner
2025-08-20T20:20:45.0005201Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/po/de.po' from root:root to runner:runner
2025-08-20T20:20:45.0005788Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/po/pl.po' from root:root to runner:runner
2025-08-20T20:20:45.0006387Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/po/pt_BR.po' from root:root to runner:runner
2025-08-20T20:20:45.0006945Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/po' from root:root to runner:runner
2025-08-20T20:20:45.0007705Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/.rustc_info.json' from root:root to runner:runner
2025-08-20T20:20:45.0008590Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/fish-man/build_timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0009251Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/fish-man/man1' from root:root to runner:runner
2025-08-20T20:20:45.0009868Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/fish-man' from root:root to runner:runner
2025-08-20T20:20:45.0010631Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/fish.d' from root:root to runner:runner
2025-08-20T20:20:45.0011400Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/libfish.d' from root:root to runner:runner
2025-08-20T20:20:45.0012176Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/fish_indent' from root:root to runner:runner
2025-08-20T20:20:45.0012965Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/fish_key_reader' from root:root to runner:runner
2025-08-20T20:20:45.0013864Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/fish' from root:root to runner:runner
2025-08-20T20:20:45.0014778Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-fb9c757d32b5fe5b.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0015700Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liballocator_api2-98535c9b147dc083.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0016594Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfoldhash-1a182183b8a834a6.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0017503Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwidestring-04053cef14a19ec3.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0018562Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwalkdir-e4180d57cecb1b6f.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0019443Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pcre2-e35fc54237d6050d.d' from root:root to runner:runner
2025-08-20T20:20:45.0020332Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rust_embed_utils-fb4ab062dfb04749.d' from root:root to runner:runner
2025-08-20T20:20:45.0021238Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsiphasher-65b2bbbc97ef358c.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0022247Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crypto_common-f2db4000c1bfa426.d' from root:root to runner:runner
2025-08-20T20:20:45.0023184Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblru-5a1e0ddb85e04c28.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0024080Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_traits-704ad672e6052d00.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0024997Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-6fa54cd0bb620c30.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0025844Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fish-80739aec2c97891a.d' from root:root to runner:runner
2025-08-20T20:20:45.0026743Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libblock_buffer-3d90b07b6d14c158.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0027843Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rust_embed-45cd41f6d02398f6.d' from root:root to runner:runner
2025-08-20T20:20:45.0028802Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-f8a02e8a69b48f3b.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0029675Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/widestring-04053cef14a19ec3.d' from root:root to runner:runner
2025-08-20T20:20:45.0030570Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfish_printf-a4e61b019d26643f.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0031453Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fish_key_reader-86dcc7818014d740.d' from root:root to runner:runner
2025-08-20T20:20:45.0032327Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsha2-45f8e1d9afc2c94d.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0033208Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-a90474d1ca50aa98.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0034078Z [00:03:37.257]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/block_buffer-3d90b07b6d14c158.d' from root:root to runner:runner
2025-08-20T20:20:45.0034949Z [00:03:37.258]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/phf_shared-36924f0e0402698d.d' from root:root to runner:runner
2025-08-20T20:20:45.0035967Z [00:03:37.258]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdigest-344b470918447ba6.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0036922Z [00:03:37.258]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsame_file-1dfdefaca39b85f8.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0037926Z [00:03:37.258]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwidestring-04053cef14a19ec3.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0038882Z [00:03:37.258]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfish_printf-a4e61b019d26643f.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0039781Z [00:03:37.258]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsiphasher-65b2bbbc97ef358c.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0040640Z [00:03:37.258]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnom-692a16bb77775608.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0041723Z [00:03:37.258]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librust_embed-45cd41f6d02398f6.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0042623Z [00:03:37.258]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwalkdir-e4180d57cecb1b6f.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0043495Z [00:03:37.258]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/siphasher-65b2bbbc97ef358c.d' from root:root to runner:runner
2025-08-20T20:20:45.0044367Z [00:03:37.258]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnix-3c22f25a8c41cf29.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0045227Z [00:03:37.258]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/terminfo-6a29374c1203630d.d' from root:root to runner:runner
2025-08-20T20:20:45.0046109Z [00:03:37.258]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsha2-45f8e1d9afc2c94d.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0047016Z [00:03:37.258]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrypto_common-f2db4000c1bfa426.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0047987Z [00:03:37.258]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/once_cell-3e0a4dbb97f3f116.d' from root:root to runner:runner
2025-08-20T20:20:45.0048903Z [00:03:37.258]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rand_core-860ba83486cc48b1.d' from root:root to runner:runner
2025-08-20T20:20:45.0049952Z [00:03:37.258]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unicode_segmentation-08574d6f8dfe2acd.d' from root:root to runner:runner
2025-08-20T20:20:45.0050841Z [00:03:37.258]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/nix-3c22f25a8c41cf29.d' from root:root to runner:runner
2025-08-20T20:20:45.0051750Z [00:03:37.258]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-fb9c757d32b5fe5b.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0052628Z [00:03:37.258]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/generic_array-572eeba89daafdf4.d' from root:root to runner:runner
2025-08-20T20:20:45.0053515Z [00:03:37.258]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsame_file-1dfdefaca39b85f8.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0054402Z [00:03:37.258]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminfo-6a29374c1203630d.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0055511Z [00:03:37.258]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrypto_common-f2db4000c1bfa426.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0056402Z [00:03:37.258]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/minimal_lexical-49402bb10c80690e.d' from root:root to runner:runner
2025-08-20T20:20:45.0057267Z [00:03:37.258]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/num_traits-704ad672e6052d00.d' from root:root to runner:runner
2025-08-20T20:20:45.0058240Z [00:03:37.258]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-a90474d1ca50aa98.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0059179Z [00:03:37.258]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-54fc40c3409b4f13.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0060048Z [00:03:37.258]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-85b7ccb8e399712c.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0060939Z [00:03:37.258]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpcre2_sys-7b59c2bd3b40ddc6.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0061857Z [00:03:37.258]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unicode_width-6fa54cd0bb620c30.d' from root:root to runner:runner
2025-08-20T20:20:45.0062902Z [00:03:37.258]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcpufeatures-209ef2134801d960.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0063825Z [00:03:37.258]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-3e0a4dbb97f3f116.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0064679Z [00:03:37.258]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/typenum-f8a98f1a395476c9.d' from root:root to runner:runner
2025-08-20T20:20:45.0065526Z [00:03:37.258]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libc-6c6031b792802985.d' from root:root to runner:runner
2025-08-20T20:20:45.0066424Z [00:03:37.258]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminfo-6a29374c1203630d.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0067256Z [00:03:37.258]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/nom-692a16bb77775608.d' from root:root to runner:runner
2025-08-20T20:20:45.0068397Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-54fc40c3409b4f13.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0069274Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfish-80739aec2c97891a.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0070154Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfnv-c47ab956a0e03948.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0070985Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fnv-c47ab956a0e03948.d' from root:root to runner:runner
2025-08-20T20:20:45.0071861Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand-425cd3d3e4ce4682.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0072729Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fish_indent-e649b088e32c3f36.d' from root:root to runner:runner
2025-08-20T20:20:45.0073585Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pcre2_sys-7b59c2bd3b40ddc6.d' from root:root to runner:runner
2025-08-20T20:20:45.0074479Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-f8a02e8a69b48f3b.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0075327Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/errno-85492e11424b030f.d' from root:root to runner:runner
2025-08-20T20:20:45.0076350Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblru-5a1e0ddb85e04c28.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0077271Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-85b7ccb8e399712c.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0078244Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_core-860ba83486cc48b1.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0079164Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnix-3c22f25a8c41cf29.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0080010Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/cfg_if-be94b43fafc41a05.d' from root:root to runner:runner
2025-08-20T20:20:45.0080887Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdigest-344b470918447ba6.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0081945Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfish-80739aec2c97891a.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0082839Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librust_embed-45cd41f6d02398f6.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0083756Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgeneric_array-572eeba89daafdf4.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0084629Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-be94b43fafc41a05.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0085494Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/same_file-1dfdefaca39b85f8.d' from root:root to runner:runner
2025-08-20T20:20:45.0086404Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libminimal_lexical-49402bb10c80690e.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0087270Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfnv-c47ab956a0e03948.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0088202Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/digest-344b470918447ba6.d' from root:root to runner:runner
2025-08-20T20:20:45.0089112Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liberrno-85492e11424b030f.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0090133Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_core-860ba83486cc48b1.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0091040Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcpufeatures-209ef2134801d960.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0091967Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librust_embed_utils-fb4ab062dfb04749.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0092786Z [00:03:37.259]➜  ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fish_key_reader-86dcc7818014d740' retained as runner:runner
2025-08-20T20:20:45.0093658Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-6c6031b792802985.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0094530Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libphf-c85bcaf0ef70fc33.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0095577Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-6fa54cd0bb620c30.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0096451Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnom-692a16bb77775608.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0097321Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-be94b43fafc41a05.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0098355Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_segmentation-08574d6f8dfe2acd.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0099263Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libphf_shared-36924f0e0402698d.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0100186Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librust_embed_utils-fb4ab062dfb04749.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0101078Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfoldhash-1a182183b8a834a6.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0101931Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/memchr-a90474d1ca50aa98.d' from root:root to runner:runner
2025-08-20T20:20:45.0102768Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/log-85b7ccb8e399712c.d' from root:root to runner:runner
2025-08-20T20:20:45.0103812Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libminimal_lexical-49402bb10c80690e.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0104724Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtypenum-f8a98f1a395476c9.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0105611Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liberrno-85492e11424b030f.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0106457Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/sha2-45f8e1d9afc2c94d.d' from root:root to runner:runner
2025-08-20T20:20:45.0107331Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand-425cd3d3e4ce4682.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0108435Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liballocator_api2-98535c9b147dc083.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0109557Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fish_printf-a4e61b019d26643f.d' from root:root to runner:runner
2025-08-20T20:20:45.0110351Z [00:03:37.259]➜  ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fish-a8a65b2f25ed3d9d' retained as runner:runner
2025-08-20T20:20:45.0111216Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libphf-c85bcaf0ef70fc33.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0112124Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libblock_buffer-3d90b07b6d14c158.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0113006Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/allocator_api2-98535c9b147dc083.d' from root:root to runner:runner
2025-08-20T20:20:45.0113864Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/walkdir-e4180d57cecb1b6f.d' from root:root to runner:runner
2025-08-20T20:20:45.0114697Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/phf-c85bcaf0ef70fc33.d' from root:root to runner:runner
2025-08-20T20:20:45.0115577Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/equivalent-fb9c757d32b5fe5b.d' from root:root to runner:runner
2025-08-20T20:20:45.0116408Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/lru-5a1e0ddb85e04c28.d' from root:root to runner:runner
2025-08-20T20:20:45.0117397Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/foldhash-1a182183b8a834a6.d' from root:root to runner:runner
2025-08-20T20:20:45.0118508Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_segmentation-08574d6f8dfe2acd.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0119430Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtypenum-f8a98f1a395476c9.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0120285Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fish-a8a65b2f25ed3d9d.d' from root:root to runner:runner
2025-08-20T20:20:45.0121174Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_traits-704ad672e6052d00.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0122034Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bitflags-54fc40c3409b4f13.d' from root:root to runner:runner
2025-08-20T20:20:45.0122983Z [00:03:37.259]➜  ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fish_indent-e649b088e32c3f36' retained as runner:runner
2025-08-20T20:20:45.0123870Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-6c6031b792802985.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0124760Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-3e0a4dbb97f3f116.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0125647Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpcre2_sys-7b59c2bd3b40ddc6.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0126539Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libphf_shared-36924f0e0402698d.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0127417Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/cpufeatures-209ef2134801d960.d' from root:root to runner:runner
2025-08-20T20:20:45.0128413Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hashbrown-f8a02e8a69b48f3b.d' from root:root to runner:runner
2025-08-20T20:20:45.0129318Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpcre2-e35fc54237d6050d.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0130346Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgeneric_array-572eeba89daafdf4.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0131213Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rand-425cd3d3e4ce4682.d' from root:root to runner:runner
2025-08-20T20:20:45.0132089Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpcre2-e35fc54237d6050d.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0132843Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps' from root:root to runner:runner
2025-08-20T20:20:45.0133607Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/examples' from root:root to runner:runner
2025-08-20T20:20:45.0134388Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/incremental' from root:root to runner:runner
2025-08-20T20:20:45.0135116Z [00:03:37.259]➜  ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/libfish.rlib' retained as runner:runner
2025-08-20T20:20:45.0136203Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/generic-array-40de2de996217790/stderr' from root:root to runner:runner
2025-08-20T20:20:45.0137173Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/generic-array-40de2de996217790/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0138144Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/generic-array-40de2de996217790/out' from root:root to runner:runner
2025-08-20T20:20:45.0139117Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/generic-array-40de2de996217790/root-output' from root:root to runner:runner
2025-08-20T20:20:45.0140027Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/generic-array-40de2de996217790/output' from root:root to runner:runner
2025-08-20T20:20:45.0140910Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/generic-array-40de2de996217790' from root:root to runner:runner
2025-08-20T20:20:45.0141805Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/num-traits-bd8f6c9baabfcc73/stderr' from root:root to runner:runner
2025-08-20T20:20:45.0142751Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/num-traits-bd8f6c9baabfcc73/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0143895Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/num-traits-bd8f6c9baabfcc73/out/autocfg_9ccb363b4f4ec0f5_1.ll' from root:root to runner:runner
2025-08-20T20:20:45.0144928Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/num-traits-bd8f6c9baabfcc73/out/autocfg_9ccb363b4f4ec0f5_0.ll' from root:root to runner:runner
2025-08-20T20:20:45.0145812Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/num-traits-bd8f6c9baabfcc73/out' from root:root to runner:runner
2025-08-20T20:20:45.0146737Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/num-traits-bd8f6c9baabfcc73/root-output' from root:root to runner:runner
2025-08-20T20:20:45.0147724Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/num-traits-bd8f6c9baabfcc73/output' from root:root to runner:runner
2025-08-20T20:20:45.0148645Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/num-traits-bd8f6c9baabfcc73' from root:root to runner:runner
2025-08-20T20:20:45.0149666Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-9fbc5294b5cd5bce/stderr' from root:root to runner:runner
2025-08-20T20:20:45.0150602Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-9fbc5294b5cd5bce/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0151492Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-9fbc5294b5cd5bce/out/op.rs' from root:root to runner:runner
2025-08-20T20:20:45.0152397Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-9fbc5294b5cd5bce/out/tests.rs' from root:root to runner:runner
2025-08-20T20:20:45.0153314Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-9fbc5294b5cd5bce/out/consts.rs' from root:root to runner:runner
2025-08-20T20:20:45.0154182Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-9fbc5294b5cd5bce/out' from root:root to runner:runner
2025-08-20T20:20:45.0155088Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-9fbc5294b5cd5bce/root-output' from root:root to runner:runner
2025-08-20T20:20:45.0155966Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-9fbc5294b5cd5bce/output' from root:root to runner:runner
2025-08-20T20:20:45.0156823Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-9fbc5294b5cd5bce' from root:root to runner:runner
2025-08-20T20:20:45.0157883Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-b06016ab32bd7e56/stderr' from root:root to runner:runner
2025-08-20T20:20:45.0158851Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-b06016ab32bd7e56/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0159712Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-b06016ab32bd7e56/out' from root:root to runner:runner
2025-08-20T20:20:45.0160596Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-b06016ab32bd7e56/root-output' from root:root to runner:runner
2025-08-20T20:20:45.0161458Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-b06016ab32bd7e56/output' from root:root to runner:runner
2025-08-20T20:20:45.0162330Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-b06016ab32bd7e56' from root:root to runner:runner
2025-08-20T20:20:45.0163401Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2cc5a6f741b070f0/stderr' from root:root to runner:runner
2025-08-20T20:20:45.0164328Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2cc5a6f741b070f0/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0165181Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2cc5a6f741b070f0/out' from root:root to runner:runner
2025-08-20T20:20:45.0166071Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2cc5a6f741b070f0/root-output' from root:root to runner:runner
2025-08-20T20:20:45.0166945Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2cc5a6f741b070f0/output' from root:root to runner:runner
2025-08-20T20:20:45.0167899Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2cc5a6f741b070f0' from root:root to runner:runner
2025-08-20T20:20:45.0168843Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/stderr' from root:root to runner:runner
2025-08-20T20:20:45.0169789Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0170936Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_match_data.o' from root:root to runner:runner
2025-08-20T20:20:45.0171973Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_extuni.o' from root:root to runner:runner
2025-08-20T20:20:45.0173007Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_string_utils.o' from root:root to runner:runner
2025-08-20T20:20:45.0174036Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_substitute.o' from root:root to runner:runner
2025-08-20T20:20:45.0175064Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_chartables.o' from root:root to runner:runner
2025-08-20T20:20:45.0175999Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/flag_check.c' from root:root to runner:runner
2025-08-20T20:20:45.0177166Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_auto_possess.o' from root:root to runner:runner
2025-08-20T20:20:45.0178395Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_serialize.o' from root:root to runner:runner
2025-08-20T20:20:45.0179472Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_pattern_info.o' from root:root to runner:runner
2025-08-20T20:20:45.0180486Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_xclass.o' from root:root to runner:runner
2025-08-20T20:20:45.0181497Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_study.o' from root:root to runner:runner
2025-08-20T20:20:45.0182506Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_ord2utf.o' from root:root to runner:runner
2025-08-20T20:20:45.0183513Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_config.o' from root:root to runner:runner
2025-08-20T20:20:45.0184537Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_dfa_match.o' from root:root to runner:runner
2025-08-20T20:20:45.0185762Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_find_bracket.o' from root:root to runner:runner
2025-08-20T20:20:45.0186815Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_chkdint.o' from root:root to runner:runner
2025-08-20T20:20:45.0187983Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_valid_utf.o' from root:root to runner:runner
2025-08-20T20:20:45.0189056Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_script_run.o' from root:root to runner:runner
2025-08-20T20:20:45.0190066Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_context.o' from root:root to runner:runner
2025-08-20T20:20:45.0191221Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_tables.o' from root:root to runner:runner
2025-08-20T20:20:45.0192255Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_jit_compile.o' from root:root to runner:runner
2025-08-20T20:20:45.0193263Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_newline.o' from root:root to runner:runner
2025-08-20T20:20:45.0194268Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_error.o' from root:root to runner:runner
2025-08-20T20:20:45.0195274Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_match.o' from root:root to runner:runner
2025-08-20T20:20:45.0196283Z [00:03:37.259]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_ucd.o' from root:root to runner:runner
2025-08-20T20:20:45.0197209Z [00:03:37.260]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/libpcre2-8.a' from root:root to runner:runner
2025-08-20T20:20:45.0198344Z [00:03:37.260]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_maketables.o' from root:root to runner:runner
2025-08-20T20:20:45.0199539Z [00:03:37.260]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_substring.o' from root:root to runner:runner
2025-08-20T20:20:45.0200569Z [00:03:37.260]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_compile.o' from root:root to runner:runner
2025-08-20T20:20:45.0201513Z [00:03:37.260]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/libpcre2-32.a' from root:root to runner:runner
2025-08-20T20:20:45.0202529Z [00:03:37.260]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_convert.o' from root:root to runner:runner
2025-08-20T20:20:45.0203401Z [00:03:37.260]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out' from root:root to runner:runner
2025-08-20T20:20:45.0204309Z [00:03:37.260]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/root-output' from root:root to runner:runner
2025-08-20T20:20:45.0205342Z [00:03:37.260]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/output' from root:root to runner:runner
2025-08-20T20:20:45.0206209Z [00:03:37.260]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261' from root:root to runner:runner
2025-08-20T20:20:45.0207092Z [00:03:37.260]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/terminfo-23163aeb9877937c/stderr' from root:root to runner:runner
2025-08-20T20:20:45.0208119Z [00:03:37.260]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/terminfo-23163aeb9877937c/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0209055Z [00:03:37.260]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/terminfo-23163aeb9877937c/out/names.rs' from root:root to runner:runner
2025-08-20T20:20:45.0209924Z [00:03:37.260]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/terminfo-23163aeb9877937c/out' from root:root to runner:runner
2025-08-20T20:20:45.0210831Z [00:03:37.260]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/terminfo-23163aeb9877937c/root-output' from root:root to runner:runner
2025-08-20T20:20:45.0211718Z [00:03:37.260]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/terminfo-23163aeb9877937c/output' from root:root to runner:runner
2025-08-20T20:20:45.0212715Z [00:03:37.260]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/terminfo-23163aeb9877937c' from root:root to runner:runner
2025-08-20T20:20:45.0213595Z [00:03:37.260]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/fish-60c97add08034ed2/stderr' from root:root to runner:runner
2025-08-20T20:20:45.0214506Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/fish-60c97add08034ed2/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0215407Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/fish-60c97add08034ed2/out/flag_check' from root:root to runner:runner
2025-08-20T20:20:45.0216314Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/fish-60c97add08034ed2/out/libflibc.a.a' from root:root to runner:runner
2025-08-20T20:20:45.0217219Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/fish-60c97add08034ed2/out/flag_check.c' from root:root to runner:runner
2025-08-20T20:20:45.0218382Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/fish-60c97add08034ed2/out/ea708c7824d36062-libc.o' from root:root to runner:runner
2025-08-20T20:20:45.0219295Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/fish-60c97add08034ed2/out' from root:root to runner:runner
2025-08-20T20:20:45.0220184Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/fish-60c97add08034ed2/root-output' from root:root to runner:runner
2025-08-20T20:20:45.0221052Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/fish-60c97add08034ed2/output' from root:root to runner:runner
2025-08-20T20:20:45.0221894Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/fish-60c97add08034ed2' from root:root to runner:runner
2025-08-20T20:20:45.0222644Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build' from root:root to runner:runner
2025-08-20T20:20:45.0223414Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.cargo-lock' from root:root to runner:runner
2025-08-20T20:20:45.0224164Z [00:03:37.261]➜  ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/libfish_printf.rlib' retained as runner:runner
2025-08-20T20:20:45.0225113Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-86dcc7818014d740/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0226217Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-86dcc7818014d740/bin-fish_key_reader.json' from root:root to runner:runner
2025-08-20T20:20:45.0227171Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-86dcc7818014d740/bin-fish_key_reader' from root:root to runner:runner
2025-08-20T20:20:45.0228208Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-86dcc7818014d740/dep-bin-fish_key_reader' from root:root to runner:runner
2025-08-20T20:20:45.0229102Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-86dcc7818014d740' from root:root to runner:runner
2025-08-20T20:20:45.0230107Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rust-embed-utils-fb4ab062dfb04749/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0231113Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rust-embed-utils-fb4ab062dfb04749/lib-rust_embed_utils' from root:root to runner:runner
2025-08-20T20:20:45.0232278Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rust-embed-utils-fb4ab062dfb04749/lib-rust_embed_utils.json' from root:root to runner:runner
2025-08-20T20:20:45.0233301Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rust-embed-utils-fb4ab062dfb04749/dep-lib-rust_embed_utils' from root:root to runner:runner
2025-08-20T20:20:45.0234213Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rust-embed-utils-fb4ab062dfb04749' from root:root to runner:runner
2025-08-20T20:20:45.0235235Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-08574d6f8dfe2acd/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0236295Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-08574d6f8dfe2acd/dep-lib-unicode_segmentation' from root:root to runner:runner
2025-08-20T20:20:45.0237353Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-08574d6f8dfe2acd/lib-unicode_segmentation.json' from root:root to runner:runner
2025-08-20T20:20:45.0238486Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-08574d6f8dfe2acd/lib-unicode_segmentation' from root:root to runner:runner
2025-08-20T20:20:45.0239489Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-08574d6f8dfe2acd' from root:root to runner:runner
2025-08-20T20:20:45.0240620Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-6fa54cd0bb620c30/lib-unicode_width.json' from root:root to runner:runner
2025-08-20T20:20:45.0241618Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-6fa54cd0bb620c30/lib-unicode_width' from root:root to runner:runner
2025-08-20T20:20:45.0242603Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-6fa54cd0bb620c30/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0243604Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-6fa54cd0bb620c30/dep-lib-unicode_width' from root:root to runner:runner
2025-08-20T20:20:45.0244507Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-6fa54cd0bb620c30' from root:root to runner:runner
2025-08-20T20:20:45.0245573Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-3e0a4dbb97f3f116/lib-once_cell.json' from root:root to runner:runner
2025-08-20T20:20:45.0246533Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-3e0a4dbb97f3f116/dep-lib-once_cell' from root:root to runner:runner
2025-08-20T20:20:45.0247491Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-3e0a4dbb97f3f116/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0248569Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-3e0a4dbb97f3f116/lib-once_cell' from root:root to runner:runner
2025-08-20T20:20:45.0249478Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-3e0a4dbb97f3f116' from root:root to runner:runner
2025-08-20T20:20:45.0250435Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-e4180d57cecb1b6f/lib-walkdir.json' from root:root to runner:runner
2025-08-20T20:20:45.0251361Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-e4180d57cecb1b6f/lib-walkdir' from root:root to runner:runner
2025-08-20T20:20:45.0252319Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-e4180d57cecb1b6f/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0253386Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-e4180d57cecb1b6f/dep-lib-walkdir' from root:root to runner:runner
2025-08-20T20:20:45.0254300Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-e4180d57cecb1b6f' from root:root to runner:runner
2025-08-20T20:20:45.0255265Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pcre2-sys-7b59c2bd3b40ddc6/lib-pcre2_sys.json' from root:root to runner:runner
2025-08-20T20:20:45.0256233Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pcre2-sys-7b59c2bd3b40ddc6/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0257197Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pcre2-sys-7b59c2bd3b40ddc6/dep-lib-pcre2_sys' from root:root to runner:runner
2025-08-20T20:20:45.0258221Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pcre2-sys-7b59c2bd3b40ddc6/lib-pcre2_sys' from root:root to runner:runner
2025-08-20T20:20:45.0259285Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pcre2-sys-7b59c2bd3b40ddc6' from root:root to runner:runner
2025-08-20T20:20:45.0260234Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/digest-344b470918447ba6/lib-digest' from root:root to runner:runner
2025-08-20T20:20:45.0261179Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/digest-344b470918447ba6/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0262151Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/digest-344b470918447ba6/lib-digest.json' from root:root to runner:runner
2025-08-20T20:20:45.0263090Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/digest-344b470918447ba6/dep-lib-digest' from root:root to runner:runner
2025-08-20T20:20:45.0263969Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/digest-344b470918447ba6' from root:root to runner:runner
2025-08-20T20:20:45.0264930Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-1dfdefaca39b85f8/lib-same_file.json' from root:root to runner:runner
2025-08-20T20:20:45.0265898Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-1dfdefaca39b85f8/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0266967Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-1dfdefaca39b85f8/lib-same_file' from root:root to runner:runner
2025-08-20T20:20:45.0268042Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-1dfdefaca39b85f8/dep-lib-same_file' from root:root to runner:runner
2025-08-20T20:20:45.0268991Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-1dfdefaca39b85f8' from root:root to runner:runner
2025-08-20T20:20:45.0269985Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/allocator-api2-98535c9b147dc083/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0270972Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/allocator-api2-98535c9b147dc083/lib-allocator_api2' from root:root to runner:runner
2025-08-20T20:20:45.0271979Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/allocator-api2-98535c9b147dc083/lib-allocator_api2.json' from root:root to runner:runner
2025-08-20T20:20:45.0273130Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/allocator-api2-98535c9b147dc083/dep-lib-allocator_api2' from root:root to runner:runner
2025-08-20T20:20:45.0274050Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/allocator-api2-98535c9b147dc083' from root:root to runner:runner
2025-08-20T20:20:45.0275007Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-fb9c757d32b5fe5b/lib-equivalent' from root:root to runner:runner
2025-08-20T20:20:45.0275978Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-fb9c757d32b5fe5b/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0276954Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-fb9c757d32b5fe5b/dep-lib-equivalent' from root:root to runner:runner
2025-08-20T20:20:45.0278026Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-fb9c757d32b5fe5b/lib-equivalent.json' from root:root to runner:runner
2025-08-20T20:20:45.0278975Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-fb9c757d32b5fe5b' from root:root to runner:runner
2025-08-20T20:20:45.0279901Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-a90474d1ca50aa98/lib-memchr' from root:root to runner:runner
2025-08-20T20:20:45.0280987Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-a90474d1ca50aa98/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0281991Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-a90474d1ca50aa98/lib-memchr.json' from root:root to runner:runner
2025-08-20T20:20:45.0282936Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-a90474d1ca50aa98/dep-lib-memchr' from root:root to runner:runner
2025-08-20T20:20:45.0283825Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-a90474d1ca50aa98' from root:root to runner:runner
2025-08-20T20:20:45.0284766Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-f8a98f1a395476c9/lib-typenum' from root:root to runner:runner
2025-08-20T20:20:45.0285724Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-f8a98f1a395476c9/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0286814Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-f8a98f1a395476c9/dep-lib-typenum' from root:root to runner:runner
2025-08-20T20:20:45.0287935Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-f8a98f1a395476c9/lib-typenum.json' from root:root to runner:runner
2025-08-20T20:20:45.0288867Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-f8a98f1a395476c9' from root:root to runner:runner
2025-08-20T20:20:45.0289878Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/minimal-lexical-49402bb10c80690e/dep-lib-minimal_lexical' from root:root to runner:runner
2025-08-20T20:20:45.0290873Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/minimal-lexical-49402bb10c80690e/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0291889Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/minimal-lexical-49402bb10c80690e/lib-minimal_lexical.json' from root:root to runner:runner
2025-08-20T20:20:45.0292881Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/minimal-lexical-49402bb10c80690e/lib-minimal_lexical' from root:root to runner:runner
2025-08-20T20:20:45.0293800Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/minimal-lexical-49402bb10c80690e' from root:root to runner:runner
2025-08-20T20:20:45.0295035Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/generic-array-40de2de996217790/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:20:45.0296145Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/generic-array-40de2de996217790/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:20:45.0297054Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/generic-array-40de2de996217790' from root:root to runner:runner
2025-08-20T20:20:45.0298088Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-be94b43fafc41a05/lib-cfg_if.json' from root:root to runner:runner
2025-08-20T20:20:45.0299079Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-be94b43fafc41a05/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0299993Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-be94b43fafc41a05/lib-cfg_if' from root:root to runner:runner
2025-08-20T20:20:45.0301069Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-be94b43fafc41a05/dep-lib-cfg_if' from root:root to runner:runner
2025-08-20T20:20:45.0301942Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-be94b43fafc41a05' from root:root to runner:runner
2025-08-20T20:20:45.0302851Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-85b7ccb8e399712c/lib-log.json' from root:root to runner:runner
2025-08-20T20:20:45.0303795Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-85b7ccb8e399712c/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0304701Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-85b7ccb8e399712c/dep-lib-log' from root:root to runner:runner
2025-08-20T20:20:45.0305601Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-85b7ccb8e399712c/lib-log' from root:root to runner:runner
2025-08-20T20:20:45.0306459Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-85b7ccb8e399712c' from root:root to runner:runner
2025-08-20T20:20:45.0307404Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/phf-c85bcaf0ef70fc33/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0308567Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/phf-c85bcaf0ef70fc33/lib-phf.json' from root:root to runner:runner
2025-08-20T20:20:45.0309537Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/phf-c85bcaf0ef70fc33/lib-phf' from root:root to runner:runner
2025-08-20T20:20:45.0310450Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/phf-c85bcaf0ef70fc33/dep-lib-phf' from root:root to runner:runner
2025-08-20T20:20:45.0311312Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/phf-c85bcaf0ef70fc33' from root:root to runner:runner
2025-08-20T20:20:45.0312302Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/block-buffer-3d90b07b6d14c158/dep-lib-block_buffer' from root:root to runner:runner
2025-08-20T20:20:45.0313266Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/block-buffer-3d90b07b6d14c158/lib-block_buffer' from root:root to runner:runner
2025-08-20T20:20:45.0314373Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/block-buffer-3d90b07b6d14c158/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0315366Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/block-buffer-3d90b07b6d14c158/lib-block_buffer.json' from root:root to runner:runner
2025-08-20T20:20:45.0316262Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/block-buffer-3d90b07b6d14c158' from root:root to runner:runner
2025-08-20T20:20:45.0317184Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-425cd3d3e4ce4682/dep-lib-rand' from root:root to runner:runner
2025-08-20T20:20:45.0318212Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-425cd3d3e4ce4682/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0319196Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-425cd3d3e4ce4682/lib-rand.json' from root:root to runner:runner
2025-08-20T20:20:45.0320100Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-425cd3d3e4ce4682/lib-rand' from root:root to runner:runner
2025-08-20T20:20:45.0320964Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-425cd3d3e4ce4682' from root:root to runner:runner
2025-08-20T20:20:45.0322132Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-traits-bd8f6c9baabfcc73/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:20:45.0323223Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-traits-bd8f6c9baabfcc73/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:20:45.0324117Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-traits-bd8f6c9baabfcc73' from root:root to runner:runner
2025-08-20T20:20:45.0325082Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-f8a02e8a69b48f3b/dep-lib-hashbrown' from root:root to runner:runner
2025-08-20T20:20:45.0326053Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-f8a02e8a69b48f3b/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0326999Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-f8a02e8a69b48f3b/lib-hashbrown' from root:root to runner:runner
2025-08-20T20:20:45.0328158Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-f8a02e8a69b48f3b/lib-hashbrown.json' from root:root to runner:runner
2025-08-20T20:20:45.0329092Z [00:03:37.261]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-f8a02e8a69b48f3b' from root:root to runner:runner
2025-08-20T20:20:45.0330037Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/siphasher-65b2bbbc97ef358c/lib-siphasher' from root:root to runner:runner
2025-08-20T20:20:45.0331003Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/siphasher-65b2bbbc97ef358c/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0331971Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/siphasher-65b2bbbc97ef358c/dep-lib-siphasher' from root:root to runner:runner
2025-08-20T20:20:45.0332940Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/siphasher-65b2bbbc97ef358c/lib-siphasher.json' from root:root to runner:runner
2025-08-20T20:20:45.0333829Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/siphasher-65b2bbbc97ef358c' from root:root to runner:runner
2025-08-20T20:20:45.0334784Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/foldhash-1a182183b8a834a6/dep-lib-foldhash' from root:root to runner:runner
2025-08-20T20:20:45.0335876Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/foldhash-1a182183b8a834a6/lib-foldhash.json' from root:root to runner:runner
2025-08-20T20:20:45.0336848Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/foldhash-1a182183b8a834a6/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0337881Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/foldhash-1a182183b8a834a6/lib-foldhash' from root:root to runner:runner
2025-08-20T20:20:45.0338813Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/foldhash-1a182183b8a834a6' from root:root to runner:runner
2025-08-20T20:20:45.0339802Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cpufeatures-209ef2134801d960/lib-cpufeatures.json' from root:root to runner:runner
2025-08-20T20:20:45.0340783Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cpufeatures-209ef2134801d960/dep-lib-cpufeatures' from root:root to runner:runner
2025-08-20T20:20:45.0341903Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cpufeatures-209ef2134801d960/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0342876Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cpufeatures-209ef2134801d960/lib-cpufeatures' from root:root to runner:runner
2025-08-20T20:20:45.0343770Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cpufeatures-209ef2134801d960' from root:root to runner:runner
2025-08-20T20:20:45.0344679Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-c47ab956a0e03948/dep-lib-fnv' from root:root to runner:runner
2025-08-20T20:20:45.0345614Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-c47ab956a0e03948/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0346527Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-c47ab956a0e03948/lib-fnv.json' from root:root to runner:runner
2025-08-20T20:20:45.0347416Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-c47ab956a0e03948/lib-fnv' from root:root to runner:runner
2025-08-20T20:20:45.0348373Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-c47ab956a0e03948' from root:root to runner:runner
2025-08-20T20:20:45.0349474Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha2-45f8e1d9afc2c94d/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0350407Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha2-45f8e1d9afc2c94d/lib-sha2.json' from root:root to runner:runner
2025-08-20T20:20:45.0351325Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha2-45f8e1d9afc2c94d/dep-lib-sha2' from root:root to runner:runner
2025-08-20T20:20:45.0352229Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha2-45f8e1d9afc2c94d/lib-sha2' from root:root to runner:runner
2025-08-20T20:20:45.0353094Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha2-45f8e1d9afc2c94d' from root:root to runner:runner
2025-08-20T20:20:45.0354030Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-80739aec2c97891a/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0355075Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-80739aec2c97891a/lib-fish' from root:root to runner:runner
2025-08-20T20:20:45.0356000Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-80739aec2c97891a/lib-fish.json' from root:root to runner:runner
2025-08-20T20:20:45.0356916Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-80739aec2c97891a/dep-lib-fish' from root:root to runner:runner
2025-08-20T20:20:45.0357861Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-80739aec2c97891a' from root:root to runner:runner
2025-08-20T20:20:45.0358838Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-e649b088e32c3f36/dep-bin-fish_indent' from root:root to runner:runner
2025-08-20T20:20:45.0359785Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-e649b088e32c3f36/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0360732Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-e649b088e32c3f36/bin-fish_indent.json' from root:root to runner:runner
2025-08-20T20:20:45.0361704Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-e649b088e32c3f36/bin-fish_indent' from root:root to runner:runner
2025-08-20T20:20:45.0362695Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-e649b088e32c3f36' from root:root to runner:runner
2025-08-20T20:20:45.0363665Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-54fc40c3409b4f13/dep-lib-bitflags' from root:root to runner:runner
2025-08-20T20:20:45.0364623Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-54fc40c3409b4f13/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0365585Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-54fc40c3409b4f13/lib-bitflags.json' from root:root to runner:runner
2025-08-20T20:20:45.0366527Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-54fc40c3409b4f13/lib-bitflags' from root:root to runner:runner
2025-08-20T20:20:45.0367407Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-54fc40c3409b4f13' from root:root to runner:runner
2025-08-20T20:20:45.0368757Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pcre2-e35fc54237d6050d/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0369683Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pcre2-e35fc54237d6050d/lib-pcre2' from root:root to runner:runner
2025-08-20T20:20:45.0370624Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pcre2-e35fc54237d6050d/dep-lib-pcre2' from root:root to runner:runner
2025-08-20T20:20:45.0371557Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pcre2-e35fc54237d6050d/lib-pcre2.json' from root:root to runner:runner
2025-08-20T20:20:45.0372428Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pcre2-e35fc54237d6050d' from root:root to runner:runner
2025-08-20T20:20:45.0373339Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/errno-85492e11424b030f/lib-errno' from root:root to runner:runner
2025-08-20T20:20:45.0374277Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/errno-85492e11424b030f/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0375209Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/errno-85492e11424b030f/lib-errno.json' from root:root to runner:runner
2025-08-20T20:20:45.0376135Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/errno-85492e11424b030f/dep-lib-errno' from root:root to runner:runner
2025-08-20T20:20:45.0377138Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/errno-85492e11424b030f' from root:root to runner:runner
2025-08-20T20:20:45.0378314Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-9fbc5294b5cd5bce/run-build-script-build-script-main' from root:root to runner:runner
2025-08-20T20:20:45.0379419Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-9fbc5294b5cd5bce/run-build-script-build-script-main.json' from root:root to runner:runner
2025-08-20T20:20:45.0380308Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-9fbc5294b5cd5bce' from root:root to runner:runner
2025-08-20T20:20:45.0381267Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-traits-704ad672e6052d00/dep-lib-num_traits' from root:root to runner:runner
2025-08-20T20:20:45.0382368Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-traits-704ad672e6052d00/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0383325Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-traits-704ad672e6052d00/lib-num_traits' from root:root to runner:runner
2025-08-20T20:20:45.0384292Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-traits-704ad672e6052d00/lib-num_traits.json' from root:root to runner:runner
2025-08-20T20:20:45.0385180Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-traits-704ad672e6052d00' from root:root to runner:runner
2025-08-20T20:20:45.0386075Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-3c22f25a8c41cf29/lib-nix' from root:root to runner:runner
2025-08-20T20:20:45.0387018Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-3c22f25a8c41cf29/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0388081Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-3c22f25a8c41cf29/dep-lib-nix' from root:root to runner:runner
2025-08-20T20:20:45.0389048Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-3c22f25a8c41cf29/lib-nix.json' from root:root to runner:runner
2025-08-20T20:20:45.0389913Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-3c22f25a8c41cf29' from root:root to runner:runner
2025-08-20T20:20:45.0391024Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rust-embed-45cd41f6d02398f6/lib-rust_embed' from root:root to runner:runner
2025-08-20T20:20:45.0392007Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rust-embed-45cd41f6d02398f6/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0392984Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rust-embed-45cd41f6d02398f6/lib-rust_embed.json' from root:root to runner:runner
2025-08-20T20:20:45.0393948Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rust-embed-45cd41f6d02398f6/dep-lib-rust_embed' from root:root to runner:runner
2025-08-20T20:20:45.0394836Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rust-embed-45cd41f6d02398f6' from root:root to runner:runner
2025-08-20T20:20:45.0395723Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lru-5a1e0ddb85e04c28/lib-lru' from root:root to runner:runner
2025-08-20T20:20:45.0396883Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lru-5a1e0ddb85e04c28/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0397898Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lru-5a1e0ddb85e04c28/lib-lru.json' from root:root to runner:runner
2025-08-20T20:20:45.0398836Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lru-5a1e0ddb85e04c28/dep-lib-lru' from root:root to runner:runner
2025-08-20T20:20:45.0399701Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lru-5a1e0ddb85e04c28' from root:root to runner:runner
2025-08-20T20:20:45.0400639Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-860ba83486cc48b1/lib-rand_core' from root:root to runner:runner
2025-08-20T20:20:45.0401599Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-860ba83486cc48b1/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0402551Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-860ba83486cc48b1/lib-rand_core.json' from root:root to runner:runner
2025-08-20T20:20:45.0403512Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-860ba83486cc48b1/dep-lib-rand_core' from root:root to runner:runner
2025-08-20T20:20:45.0404525Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-860ba83486cc48b1' from root:root to runner:runner
2025-08-20T20:20:45.0405547Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-b06016ab32bd7e56/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:20:45.0406587Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-b06016ab32bd7e56/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:20:45.0407448Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-b06016ab32bd7e56' from root:root to runner:runner
2025-08-20T20:20:45.0408508Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-printf-a4e61b019d26643f/dep-lib-fish_printf' from root:root to runner:runner
2025-08-20T20:20:45.0409489Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-printf-a4e61b019d26643f/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0410583Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-printf-a4e61b019d26643f/lib-fish_printf' from root:root to runner:runner
2025-08-20T20:20:45.0411575Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-printf-a4e61b019d26643f/lib-fish_printf.json' from root:root to runner:runner
2025-08-20T20:20:45.0412469Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-printf-a4e61b019d26643f' from root:root to runner:runner
2025-08-20T20:20:45.0413495Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-2cc5a6f741b070f0/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:20:45.0414537Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-2cc5a6f741b070f0/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:20:45.0415403Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-2cc5a6f741b070f0' from root:root to runner:runner
2025-08-20T20:20:45.0416388Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/generic-array-572eeba89daafdf4/lib-generic_array' from root:root to runner:runner
2025-08-20T20:20:45.0417489Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/generic-array-572eeba89daafdf4/lib-generic_array.json' from root:root to runner:runner
2025-08-20T20:20:45.0418662Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/generic-array-572eeba89daafdf4/dep-lib-generic_array' from root:root to runner:runner
2025-08-20T20:20:45.0419661Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/generic-array-572eeba89daafdf4/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0420573Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/generic-array-572eeba89daafdf4' from root:root to runner:runner
2025-08-20T20:20:45.0421478Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-a8a65b2f25ed3d9d/bin-fish' from root:root to runner:runner
2025-08-20T20:20:45.0422399Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-a8a65b2f25ed3d9d/bin-fish.json' from root:root to runner:runner
2025-08-20T20:20:45.0423487Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-a8a65b2f25ed3d9d/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0424412Z [00:03:37.262]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-a8a65b2f25ed3d9d/dep-bin-fish' from root:root to runner:runner
2025-08-20T20:20:45.0425279Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-a8a65b2f25ed3d9d' from root:root to runner:runner
2025-08-20T20:20:45.0426217Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/phf_shared-36924f0e0402698d/lib-phf_shared' from root:root to runner:runner
2025-08-20T20:20:45.0427182Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/phf_shared-36924f0e0402698d/dep-lib-phf_shared' from root:root to runner:runner
2025-08-20T20:20:45.0428229Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/phf_shared-36924f0e0402698d/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0429235Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/phf_shared-36924f0e0402698d/lib-phf_shared.json' from root:root to runner:runner
2025-08-20T20:20:45.0430127Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/phf_shared-36924f0e0402698d' from root:root to runner:runner
2025-08-20T20:20:45.0431299Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pcre2-sys-d7b53c227b6b9261/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:20:45.0432383Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pcre2-sys-d7b53c227b6b9261/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:20:45.0433272Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pcre2-sys-d7b53c227b6b9261' from root:root to runner:runner
2025-08-20T20:20:45.0434257Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crypto-common-f2db4000c1bfa426/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0435254Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crypto-common-f2db4000c1bfa426/dep-lib-crypto_common' from root:root to runner:runner
2025-08-20T20:20:45.0436251Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crypto-common-f2db4000c1bfa426/lib-crypto_common.json' from root:root to runner:runner
2025-08-20T20:20:45.0437361Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crypto-common-f2db4000c1bfa426/lib-crypto_common' from root:root to runner:runner
2025-08-20T20:20:45.0438365Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crypto-common-f2db4000c1bfa426' from root:root to runner:runner
2025-08-20T20:20:45.0439432Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminfo-23163aeb9877937c/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:20:45.0440495Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminfo-23163aeb9877937c/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:20:45.0441375Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminfo-23163aeb9877937c' from root:root to runner:runner
2025-08-20T20:20:45.0442290Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nom-692a16bb77775608/dep-lib-nom' from root:root to runner:runner
2025-08-20T20:20:45.0443185Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nom-692a16bb77775608/lib-nom' from root:root to runner:runner
2025-08-20T20:20:45.0444126Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nom-692a16bb77775608/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0445170Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nom-692a16bb77775608/lib-nom.json' from root:root to runner:runner
2025-08-20T20:20:45.0446046Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nom-692a16bb77775608' from root:root to runner:runner
2025-08-20T20:20:45.0446965Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-6c6031b792802985/dep-lib-libc' from root:root to runner:runner
2025-08-20T20:20:45.0447991Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-6c6031b792802985/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0448954Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-6c6031b792802985/lib-libc' from root:root to runner:runner
2025-08-20T20:20:45.0449874Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-6c6031b792802985/lib-libc.json' from root:root to runner:runner
2025-08-20T20:20:45.0450865Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-6c6031b792802985' from root:root to runner:runner
2025-08-20T20:20:45.0451890Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-60c97add08034ed2/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:20:45.0452926Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-60c97add08034ed2/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:20:45.0453787Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-60c97add08034ed2' from root:root to runner:runner
2025-08-20T20:20:45.0454743Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminfo-6a29374c1203630d/dep-lib-terminfo' from root:root to runner:runner
2025-08-20T20:20:45.0455702Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminfo-6a29374c1203630d/lib-terminfo.json' from root:root to runner:runner
2025-08-20T20:20:45.0456660Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminfo-6a29374c1203630d/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0457687Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminfo-6a29374c1203630d/lib-terminfo' from root:root to runner:runner
2025-08-20T20:20:45.0458754Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminfo-6a29374c1203630d' from root:root to runner:runner
2025-08-20T20:20:45.0459732Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/widestring-04053cef14a19ec3/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0460679Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/widestring-04053cef14a19ec3/lib-widestring' from root:root to runner:runner
2025-08-20T20:20:45.0461700Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/widestring-04053cef14a19ec3/lib-widestring.json' from root:root to runner:runner
2025-08-20T20:20:45.0462673Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/widestring-04053cef14a19ec3/dep-lib-widestring' from root:root to runner:runner
2025-08-20T20:20:45.0463563Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/widestring-04053cef14a19ec3' from root:root to runner:runner
2025-08-20T20:20:45.0464493Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint' from root:root to runner:runner
2025-08-20T20:20:45.0465300Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/libfish_printf.d' from root:root to runner:runner
2025-08-20T20:20:45.0466098Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/fish_key_reader.d' from root:root to runner:runner
2025-08-20T20:20:45.0466878Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/fish_indent.d' from root:root to runner:runner
2025-08-20T20:20:45.0467691Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release' from root:root to runner:runner
2025-08-20T20:20:45.0468459Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T20:20:45.0469159Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl' from root:root to runner:runner
2025-08-20T20:20:45.0469962Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/librust_embed_utils-9349cb6f2846af68.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0470738Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libcfg_if-84032e8649e1bf20.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0471552Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/fish_gettext_extraction-64deadd85261e5a3.d' from root:root to runner:runner
2025-08-20T20:20:45.0472409Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/sha2-758eb7018ee20c23.d' from root:root to runner:runner
2025-08-20T20:20:45.0473242Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libshlex-b356084df1108afb.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0474009Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/siphasher-1b2f4b2258c47bc3.d' from root:root to runner:runner
2025-08-20T20:20:45.0474777Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/liblibc-35a0ab8d82c6616f.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0475567Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libphf_codegen-b78f14899a1c7b44.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0476340Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libquote-e959b87186541eb1.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0477284Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libgeneric_array-41da2ddd2b8437e2.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0478131Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libsyn-1934795895fa6fd6.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0478977Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libcfg_aliases-0780b51a0a5f0e8d.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0479785Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/fish_gettext_extraction-8ef2365b8977f416.d' from root:root to runner:runner
2025-08-20T20:20:45.0480546Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libcc-bf2ba63758f11313.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0481303Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libsyn-1934795895fa6fd6.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0482154Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/syn-1934795895fa6fd6.d' from root:root to runner:runner
2025-08-20T20:20:45.0482939Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libdigest-e59f5b439986f019.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0483707Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libshlex-b356084df1108afb.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0484491Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libwalkdir-f5a3a269eb29a48f.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0485294Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libcrypto_common-df7fc40640b6e5e1.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0486099Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libgeneric_array-41da2ddd2b8437e2.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0486827Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libc-35a0ab8d82c6616f.d' from root:root to runner:runner
2025-08-20T20:20:45.0487831Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libtypenum-aa5c0fffcf0be157.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0488644Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/rust_embed_impl-41ac22cd9314ca7e.d' from root:root to runner:runner
2025-08-20T20:20:45.0489413Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/generic_array-41da2ddd2b8437e2.d' from root:root to runner:runner
2025-08-20T20:20:45.0490166Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/walkdir-f5a3a269eb29a48f.d' from root:root to runner:runner
2025-08-20T20:20:45.0490952Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libsame_file-4bf44dfa5e07d9f1.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0491746Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libpkg_config-bf3b1ccc7327268e.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0492507Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/phf_generator-3839786561f38ddd.d' from root:root to runner:runner
2025-08-20T20:20:45.0493323Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/librust_embed_utils-9349cb6f2846af68.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0494083Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/cfg_aliases-0780b51a0a5f0e8d.d' from root:root to runner:runner
2025-08-20T20:20:45.0495014Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libversion_check-2f8782868cdf7166.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0495825Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libdigest-e59f5b439986f019.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0496600Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/rust_embed_utils-9349cb6f2846af68.d' from root:root to runner:runner
2025-08-20T20:20:45.0497351Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/rsconf-484d486f2f89486d.d' from root:root to runner:runner
2025-08-20T20:20:45.0498224Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libautocfg-1b4363929152a49a.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0499048Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/librsconf-484d486f2f89486d.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0499799Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libcc-bf2ba63758f11313.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0500769Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libtypenum-aa5c0fffcf0be157.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0501562Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libwalkdir-f5a3a269eb29a48f.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0502323Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libcfg_if-84032e8649e1bf20.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0503122Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libversion_check-2f8782868cdf7166.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0503857Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/cfg_if-84032e8649e1bf20.d' from root:root to runner:runner
2025-08-20T20:20:45.0504620Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/phf_codegen-b78f14899a1c7b44.d' from root:root to runner:runner
2025-08-20T20:20:45.0505412Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libblock_buffer-56ae6dc7bbd99557.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0506171Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/jobserver-f5da2f68dace4824.d' from root:root to runner:runner
2025-08-20T20:20:45.0506944Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/cpufeatures-ff55fdc047296e23.d' from root:root to runner:runner
2025-08-20T20:20:45.0507753Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/cc-bf2ba63758f11313.d' from root:root to runner:runner
2025-08-20T20:20:45.0508773Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libblock_buffer-56ae6dc7bbd99557.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0509596Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libcrypto_common-df7fc40640b6e5e1.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0510372Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/liblibc-35a0ab8d82c6616f.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0511113Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/autocfg-1b4363929152a49a.d' from root:root to runner:runner
2025-08-20T20:20:45.0511948Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libfish_gettext_extraction-8ef2365b8977f416.so' from root:root to runner:runner
2025-08-20T20:20:45.0512734Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libphf_shared-0ab678a91faec972.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0513648Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/librsconf-484d486f2f89486d.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0514455Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libphf_generator-3839786561f38ddd.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0515241Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libphf_shared-0ab678a91faec972.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0516041Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libsiphasher-1b2f4b2258c47bc3.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0533683Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libsiphasher-1b2f4b2258c47bc3.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0534740Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/librand-ddad79ae7c863219.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0535519Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/same_file-4bf44dfa5e07d9f1.d' from root:root to runner:runner
2025-08-20T20:20:45.0536323Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libjobserver-f5da2f68dace4824.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0537090Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libsha2-758eb7018ee20c23.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0538005Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/rand_core-5d61b079bcc0e271.d' from root:root to runner:runner
2025-08-20T20:20:45.0539116Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libproc_macro2-cea1860fd0b2673b.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0539940Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libcpufeatures-ff55fdc047296e23.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0540718Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/unicode_ident-5f4ec3a54716ecc7.d' from root:root to runner:runner
2025-08-20T20:20:45.0541482Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/block_buffer-56ae6dc7bbd99557.d' from root:root to runner:runner
2025-08-20T20:20:45.0542220Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/quote-e959b87186541eb1.d' from root:root to runner:runner
2025-08-20T20:20:45.0543005Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libjobserver-f5da2f68dace4824.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0543969Z [00:03:37.263]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/version_check-2f8782868cdf7166.d' from root:root to runner:runner
2025-08-20T20:20:45.0544747Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libsame_file-4bf44dfa5e07d9f1.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0545548Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/librust_embed_impl-41ac22cd9314ca7e.so' from root:root to runner:runner
2025-08-20T20:20:45.0546309Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libsha2-758eb7018ee20c23.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0547075Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/crypto_common-df7fc40640b6e5e1.d' from root:root to runner:runner
2025-08-20T20:20:45.0548029Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libphf_codegen-b78f14899a1c7b44.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0548864Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/librand_core-5d61b079bcc0e271.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0549625Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/pkg_config-bf3b1ccc7327268e.d' from root:root to runner:runner
2025-08-20T20:20:45.0550428Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libunicode_ident-5f4ec3a54716ecc7.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0551223Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libpkg_config-bf3b1ccc7327268e.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0552137Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libquote-e959b87186541eb1.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0553003Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libfish_gettext_extraction-64deadd85261e5a3.so' from root:root to runner:runner
2025-08-20T20:20:45.0553787Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/librand_core-5d61b079bcc0e271.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0554554Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/librand-ddad79ae7c863219.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0555293Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/rand-ddad79ae7c863219.d' from root:root to runner:runner
2025-08-20T20:20:45.0556047Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/proc_macro2-cea1860fd0b2673b.d' from root:root to runner:runner
2025-08-20T20:20:45.0556838Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libcfg_aliases-0780b51a0a5f0e8d.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0557906Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libphf_generator-3839786561f38ddd.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0558765Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libproc_macro2-cea1860fd0b2673b.rmeta' from root:root to runner:runner
2025-08-20T20:20:45.0559543Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libautocfg-1b4363929152a49a.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0560272Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/shlex-b356084df1108afb.d' from root:root to runner:runner
2025-08-20T20:20:45.0561018Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/digest-e59f5b439986f019.d' from root:root to runner:runner
2025-08-20T20:20:45.0561810Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/typenum-aa5c0fffcf0be157.d' from root:root to runner:runner
2025-08-20T20:20:45.0562613Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libcpufeatures-ff55fdc047296e23.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0563406Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libunicode_ident-5f4ec3a54716ecc7.rlib' from root:root to runner:runner
2025-08-20T20:20:45.0564167Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/phf_shared-0ab678a91faec972.d' from root:root to runner:runner
2025-08-20T20:20:45.0564960Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps' from root:root to runner:runner
2025-08-20T20:20:45.0565655Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/examples' from root:root to runner:runner
2025-08-20T20:20:45.0566343Z [00:03:37.264]➜  ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/libfish_gettext_extraction.so' retained as runner:runner
2025-08-20T20:20:45.0567013Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/incremental' from root:root to runner:runner
2025-08-20T20:20:45.0567892Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/proc-macro2-0ca192cd48724662/stderr' from root:root to runner:runner
2025-08-20T20:20:45.0568791Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/proc-macro2-0ca192cd48724662/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0569574Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/proc-macro2-0ca192cd48724662/out' from root:root to runner:runner
2025-08-20T20:20:45.0570532Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/proc-macro2-0ca192cd48724662/root-output' from root:root to runner:runner
2025-08-20T20:20:45.0571324Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/proc-macro2-0ca192cd48724662/output' from root:root to runner:runner
2025-08-20T20:20:45.0572090Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/proc-macro2-0ca192cd48724662' from root:root to runner:runner
2025-08-20T20:20:45.0572855Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/rsconf-dcd46551e539cb0d/stderr' from root:root to runner:runner
2025-08-20T20:20:45.0573681Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/rsconf-dcd46551e539cb0d/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0574435Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/rsconf-dcd46551e539cb0d/out' from root:root to runner:runner
2025-08-20T20:20:45.0575232Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/rsconf-dcd46551e539cb0d/root-output' from root:root to runner:runner
2025-08-20T20:20:45.0575994Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/rsconf-dcd46551e539cb0d/output' from root:root to runner:runner
2025-08-20T20:20:45.0576735Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/rsconf-dcd46551e539cb0d' from root:root to runner:runner
2025-08-20T20:20:45.0577506Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/typenum-0343fd802619cf48/stderr' from root:root to runner:runner
2025-08-20T20:20:45.0578617Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/typenum-0343fd802619cf48/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0579453Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/typenum-0343fd802619cf48/out/op.rs' from root:root to runner:runner
2025-08-20T20:20:45.0580250Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/typenum-0343fd802619cf48/out/tests.rs' from root:root to runner:runner
2025-08-20T20:20:45.0581058Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/typenum-0343fd802619cf48/out/consts.rs' from root:root to runner:runner
2025-08-20T20:20:45.0581819Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/typenum-0343fd802619cf48/out' from root:root to runner:runner
2025-08-20T20:20:45.0582616Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/typenum-0343fd802619cf48/root-output' from root:root to runner:runner
2025-08-20T20:20:45.0583390Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/typenum-0343fd802619cf48/output' from root:root to runner:runner
2025-08-20T20:20:45.0584297Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/typenum-0343fd802619cf48' from root:root to runner:runner
2025-08-20T20:20:45.0585117Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/fish-f063c4efae639c1b/build-script-build' from root:root to runner:runner
2025-08-20T20:20:45.0585940Z [00:03:37.264]➜  ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/fish-f063c4efae639c1b/build_script_build-f063c4efae639c1b' retained as runner:runner
2025-08-20T20:20:45.0586826Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/fish-f063c4efae639c1b/build_script_build-f063c4efae639c1b.d' from root:root to runner:runner
2025-08-20T20:20:45.0587559Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/fish-f063c4efae639c1b' from root:root to runner:runner
2025-08-20T20:20:45.0588616Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/terminfo-957a1d7eb58fc655/build_script_build-957a1d7eb58fc655.d' from root:root to runner:runner
2025-08-20T20:20:45.0589461Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/terminfo-957a1d7eb58fc655/build-script-build' from root:root to runner:runner
2025-08-20T20:20:45.0590311Z [00:03:37.264]➜  ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/terminfo-957a1d7eb58fc655/build_script_build-957a1d7eb58fc655' retained as runner:runner
2025-08-20T20:20:45.0591062Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/terminfo-957a1d7eb58fc655' from root:root to runner:runner
2025-08-20T20:20:45.0592029Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/pcre2-sys-f78d9a9063a4bfa7/build-script-build' from root:root to runner:runner
2025-08-20T20:20:45.0592938Z [00:03:37.264]➜  ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/pcre2-sys-f78d9a9063a4bfa7/build_script_build-f78d9a9063a4bfa7' retained as runner:runner
2025-08-20T20:20:45.0593851Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/pcre2-sys-f78d9a9063a4bfa7/build_script_build-f78d9a9063a4bfa7.d' from root:root to runner:runner
2025-08-20T20:20:45.0594602Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/pcre2-sys-f78d9a9063a4bfa7' from root:root to runner:runner
2025-08-20T20:20:45.0595519Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/proc-macro2-3a5154b527f69eef/build_script_build-3a5154b527f69eef.d' from root:root to runner:runner
2025-08-20T20:20:45.0596359Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/proc-macro2-3a5154b527f69eef/build-script-build' from root:root to runner:runner
2025-08-20T20:20:45.0597404Z [00:03:37.264]➜  ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/proc-macro2-3a5154b527f69eef/build_script_build-3a5154b527f69eef' retained as runner:runner
2025-08-20T20:20:45.0598270Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/proc-macro2-3a5154b527f69eef' from root:root to runner:runner
2025-08-20T20:20:45.0599189Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/libc-bb68a32fc0c92207/build_script_build-bb68a32fc0c92207.d' from root:root to runner:runner
2025-08-20T20:20:45.0599999Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/libc-bb68a32fc0c92207/build-script-build' from root:root to runner:runner
2025-08-20T20:20:45.0600829Z [00:03:37.264]➜  ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/libc-bb68a32fc0c92207/build_script_build-bb68a32fc0c92207' retained as runner:runner
2025-08-20T20:20:45.0601564Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/libc-bb68a32fc0c92207' from root:root to runner:runner
2025-08-20T20:20:45.0602360Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/generic-array-96629631732ca92b/stderr' from root:root to runner:runner
2025-08-20T20:20:45.0603207Z [00:03:37.264]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/generic-array-96629631732ca92b/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0604001Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/generic-array-96629631732ca92b/out' from root:root to runner:runner
2025-08-20T20:20:45.0604984Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/generic-array-96629631732ca92b/root-output' from root:root to runner:runner
2025-08-20T20:20:45.0605815Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/generic-array-96629631732ca92b/output' from root:root to runner:runner
2025-08-20T20:20:45.0606588Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/generic-array-96629631732ca92b' from root:root to runner:runner
2025-08-20T20:20:45.0607401Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/nix-0f820c596a6e95ec/build-script-build' from root:root to runner:runner
2025-08-20T20:20:45.0608405Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/nix-0f820c596a6e95ec/build_script_build-0f820c596a6e95ec.d' from root:root to runner:runner
2025-08-20T20:20:45.0609274Z [00:03:37.265]➜  ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/nix-0f820c596a6e95ec/build_script_build-0f820c596a6e95ec' retained as runner:runner
2025-08-20T20:20:45.0609993Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/nix-0f820c596a6e95ec' from root:root to runner:runner
2025-08-20T20:20:45.0610989Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/rsconf-cede6d4c2bc7791d/build-script-build' from root:root to runner:runner
2025-08-20T20:20:45.0611896Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/rsconf-cede6d4c2bc7791d/build_script_build-cede6d4c2bc7791d.d' from root:root to runner:runner
2025-08-20T20:20:45.0612734Z [00:03:37.265]➜  ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/rsconf-cede6d4c2bc7791d/build_script_build-cede6d4c2bc7791d' retained as runner:runner
2025-08-20T20:20:45.0613474Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/rsconf-cede6d4c2bc7791d' from root:root to runner:runner
2025-08-20T20:20:45.0614395Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/generic-array-bef24f4f65160060/build_script_build-bef24f4f65160060.d' from root:root to runner:runner
2025-08-20T20:20:45.0615260Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/generic-array-bef24f4f65160060/build-script-build' from root:root to runner:runner
2025-08-20T20:20:45.0616121Z [00:03:37.265]➜  ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/generic-array-bef24f4f65160060/build_script_build-bef24f4f65160060' retained as runner:runner
2025-08-20T20:20:45.0616894Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/generic-array-bef24f4f65160060' from root:root to runner:runner
2025-08-20T20:20:45.0617821Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/num-traits-7560ff3896d085d7/build-script-build' from root:root to runner:runner
2025-08-20T20:20:45.0618882Z [00:03:37.265]➜  ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/num-traits-7560ff3896d085d7/build_script_build-7560ff3896d085d7' retained as runner:runner
2025-08-20T20:20:45.0619806Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/num-traits-7560ff3896d085d7/build_script_build-7560ff3896d085d7.d' from root:root to runner:runner
2025-08-20T20:20:45.0620564Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/num-traits-7560ff3896d085d7' from root:root to runner:runner
2025-08-20T20:20:45.0621457Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/typenum-a9bdf4951e192490/build_script_main-a9bdf4951e192490.d' from root:root to runner:runner
2025-08-20T20:20:45.0622281Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/typenum-a9bdf4951e192490/build-script-main' from root:root to runner:runner
2025-08-20T20:20:45.0623115Z [00:03:37.265]➜  ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/typenum-a9bdf4951e192490/build_script_main-a9bdf4951e192490' retained as runner:runner
2025-08-20T20:20:45.0624018Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/typenum-a9bdf4951e192490' from root:root to runner:runner
2025-08-20T20:20:45.0624896Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/libc-e909a7ba4abf2443/build_script_build-e909a7ba4abf2443' from root:root to runner:runner
2025-08-20T20:20:45.0625663Z [00:03:37.265]➜  ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/libc-e909a7ba4abf2443/build-script-build' retained as runner:runner
2025-08-20T20:20:45.0626538Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/libc-e909a7ba4abf2443/build_script_build-e909a7ba4abf2443.d' from root:root to runner:runner
2025-08-20T20:20:45.0627271Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/libc-e909a7ba4abf2443' from root:root to runner:runner
2025-08-20T20:20:45.0628129Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/libc-56f07ab057ee0ea2/stderr' from root:root to runner:runner
2025-08-20T20:20:45.0628969Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/libc-56f07ab057ee0ea2/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0629716Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/libc-56f07ab057ee0ea2/out' from root:root to runner:runner
2025-08-20T20:20:45.0630507Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/libc-56f07ab057ee0ea2/root-output' from root:root to runner:runner
2025-08-20T20:20:45.0631265Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/libc-56f07ab057ee0ea2/output' from root:root to runner:runner
2025-08-20T20:20:45.0632140Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/libc-56f07ab057ee0ea2' from root:root to runner:runner
2025-08-20T20:20:45.0632801Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build' from root:root to runner:runner
2025-08-20T20:20:45.0633456Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.cargo-lock' from root:root to runner:runner
2025-08-20T20:20:45.0634195Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/libfish_gettext_extraction.d' from root:root to runner:runner
2025-08-20T20:20:45.0635028Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/sha2-758eb7018ee20c23/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0635839Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/sha2-758eb7018ee20c23/lib-sha2.json' from root:root to runner:runner
2025-08-20T20:20:45.0636646Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/sha2-758eb7018ee20c23/dep-lib-sha2' from root:root to runner:runner
2025-08-20T20:20:45.0637751Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/sha2-758eb7018ee20c23/lib-sha2' from root:root to runner:runner
2025-08-20T20:20:45.0638547Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/sha2-758eb7018ee20c23' from root:root to runner:runner
2025-08-20T20:20:45.0639380Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/autocfg-1b4363929152a49a/dep-lib-autocfg' from root:root to runner:runner
2025-08-20T20:20:45.0640198Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/autocfg-1b4363929152a49a/lib-autocfg' from root:root to runner:runner
2025-08-20T20:20:45.0641042Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/autocfg-1b4363929152a49a/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0641883Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/autocfg-1b4363929152a49a/lib-autocfg.json' from root:root to runner:runner
2025-08-20T20:20:45.0642647Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/autocfg-1b4363929152a49a' from root:root to runner:runner
2025-08-20T20:20:45.0643588Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/proc-macro2-0ca192cd48724662/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:20:45.0644550Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/proc-macro2-0ca192cd48724662/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:20:45.0645481Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/proc-macro2-0ca192cd48724662' from root:root to runner:runner
2025-08-20T20:20:45.0646364Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/typenum-aa5c0fffcf0be157/lib-typenum' from root:root to runner:runner
2025-08-20T20:20:45.0647219Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/typenum-aa5c0fffcf0be157/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0648158Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/typenum-aa5c0fffcf0be157/dep-lib-typenum' from root:root to runner:runner
2025-08-20T20:20:45.0649062Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/typenum-aa5c0fffcf0be157/lib-typenum.json' from root:root to runner:runner
2025-08-20T20:20:45.0649826Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/typenum-aa5c0fffcf0be157' from root:root to runner:runner
2025-08-20T20:20:45.0650875Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/unicode-ident-5f4ec3a54716ecc7/lib-unicode_ident.json' from root:root to runner:runner
2025-08-20T20:20:45.0651753Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/unicode-ident-5f4ec3a54716ecc7/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0652637Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/unicode-ident-5f4ec3a54716ecc7/dep-lib-unicode_ident' from root:root to runner:runner
2025-08-20T20:20:45.0653501Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/unicode-ident-5f4ec3a54716ecc7/lib-unicode_ident' from root:root to runner:runner
2025-08-20T20:20:45.0654304Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/unicode-ident-5f4ec3a54716ecc7' from root:root to runner:runner
2025-08-20T20:20:45.0655227Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rsconf-dcd46551e539cb0d/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:20:45.0656163Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rsconf-dcd46551e539cb0d/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:20:45.0656930Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rsconf-dcd46551e539cb0d' from root:root to runner:runner
2025-08-20T20:20:45.0657895Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/crypto-common-df7fc40640b6e5e1/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0658992Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/crypto-common-df7fc40640b6e5e1/dep-lib-crypto_common' from root:root to runner:runner
2025-08-20T20:20:45.0659931Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/crypto-common-df7fc40640b6e5e1/lib-crypto_common.json' from root:root to runner:runner
2025-08-20T20:20:45.0660818Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/crypto-common-df7fc40640b6e5e1/lib-crypto_common' from root:root to runner:runner
2025-08-20T20:20:45.0661617Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/crypto-common-df7fc40640b6e5e1' from root:root to runner:runner
2025-08-20T20:20:45.0662578Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/typenum-0343fd802619cf48/run-build-script-build-script-main' from root:root to runner:runner
2025-08-20T20:20:45.0663519Z [00:03:37.265]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/typenum-0343fd802619cf48/run-build-script-build-script-main.json' from root:root to runner:runner
2025-08-20T20:20:45.0664461Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/typenum-0343fd802619cf48' from root:root to runner:runner
2025-08-20T20:20:45.0665301Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/fish-f063c4efae639c1b/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0666214Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/fish-f063c4efae639c1b/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:20:45.0667116Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/fish-f063c4efae639c1b/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:20:45.0668102Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/fish-f063c4efae639c1b/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:20:45.0668908Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/fish-f063c4efae639c1b' from root:root to runner:runner
2025-08-20T20:20:45.0669825Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/fish-gettext-extraction-64deadd85261e5a3/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0670797Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/fish-gettext-extraction-64deadd85261e5a3/lib-fish_gettext_extraction.json' from root:root to runner:runner
2025-08-20T20:20:45.0671763Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/fish-gettext-extraction-64deadd85261e5a3/dep-lib-fish_gettext_extraction' from root:root to runner:runner
2025-08-20T20:20:45.0672862Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/fish-gettext-extraction-64deadd85261e5a3/lib-fish_gettext_extraction' from root:root to runner:runner
2025-08-20T20:20:45.0673714Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/fish-gettext-extraction-64deadd85261e5a3' from root:root to runner:runner
2025-08-20T20:20:45.0674571Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/terminfo-957a1d7eb58fc655/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0675507Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/terminfo-957a1d7eb58fc655/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:20:45.0676434Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/terminfo-957a1d7eb58fc655/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:20:45.0677343Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/terminfo-957a1d7eb58fc655/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:20:45.0678400Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/terminfo-957a1d7eb58fc655' from root:root to runner:runner
2025-08-20T20:20:45.0679267Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/siphasher-1b2f4b2258c47bc3/lib-siphasher' from root:root to runner:runner
2025-08-20T20:20:45.0680116Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/siphasher-1b2f4b2258c47bc3/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0680973Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/siphasher-1b2f4b2258c47bc3/dep-lib-siphasher' from root:root to runner:runner
2025-08-20T20:20:45.0681826Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/siphasher-1b2f4b2258c47bc3/lib-siphasher.json' from root:root to runner:runner
2025-08-20T20:20:45.0682609Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/siphasher-1b2f4b2258c47bc3' from root:root to runner:runner
2025-08-20T20:20:45.0683411Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/quote-e959b87186541eb1/lib-quote' from root:root to runner:runner
2025-08-20T20:20:45.0684247Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/quote-e959b87186541eb1/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0685061Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/quote-e959b87186541eb1/dep-lib-quote' from root:root to runner:runner
2025-08-20T20:20:45.0686005Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/quote-e959b87186541eb1/lib-quote.json' from root:root to runner:runner
2025-08-20T20:20:45.0686774Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/quote-e959b87186541eb1' from root:root to runner:runner
2025-08-20T20:20:45.0687693Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/phf_shared-0ab678a91faec972/lib-phf_shared' from root:root to runner:runner
2025-08-20T20:20:45.0688601Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/phf_shared-0ab678a91faec972/dep-lib-phf_shared' from root:root to runner:runner
2025-08-20T20:20:45.0689458Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/phf_shared-0ab678a91faec972/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0690309Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/phf_shared-0ab678a91faec972/lib-phf_shared.json' from root:root to runner:runner
2025-08-20T20:20:45.0691210Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/phf_shared-0ab678a91faec972' from root:root to runner:runner
2025-08-20T20:20:45.0692070Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/phf_codegen-b78f14899a1c7b44/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0692915Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/phf_codegen-b78f14899a1c7b44/lib-phf_codegen' from root:root to runner:runner
2025-08-20T20:20:45.0693770Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/phf_codegen-b78f14899a1c7b44/dep-lib-phf_codegen' from root:root to runner:runner
2025-08-20T20:20:45.0694639Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/phf_codegen-b78f14899a1c7b44/lib-phf_codegen.json' from root:root to runner:runner
2025-08-20T20:20:45.0695427Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/phf_codegen-b78f14899a1c7b44' from root:root to runner:runner
2025-08-20T20:20:45.0696250Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rsconf-484d486f2f89486d/dep-lib-rsconf' from root:root to runner:runner
2025-08-20T20:20:45.0697080Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rsconf-484d486f2f89486d/lib-rsconf.json' from root:root to runner:runner
2025-08-20T20:20:45.0697994Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rsconf-484d486f2f89486d/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0698988Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rsconf-484d486f2f89486d/lib-rsconf' from root:root to runner:runner
2025-08-20T20:20:45.0699766Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rsconf-484d486f2f89486d' from root:root to runner:runner
2025-08-20T20:20:45.0700584Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/shlex-b356084df1108afb/lib-shlex.json' from root:root to runner:runner
2025-08-20T20:20:45.0701403Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/shlex-b356084df1108afb/dep-lib-shlex' from root:root to runner:runner
2025-08-20T20:20:45.0702236Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/shlex-b356084df1108afb/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0703036Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/shlex-b356084df1108afb/lib-shlex' from root:root to runner:runner
2025-08-20T20:20:45.0703978Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/shlex-b356084df1108afb' from root:root to runner:runner
2025-08-20T20:20:45.0704845Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/pcre2-sys-f78d9a9063a4bfa7/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0705786Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/pcre2-sys-f78d9a9063a4bfa7/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:20:45.0706713Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/pcre2-sys-f78d9a9063a4bfa7/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:20:45.0707736Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/pcre2-sys-f78d9a9063a4bfa7/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:20:45.0708531Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/pcre2-sys-f78d9a9063a4bfa7' from root:root to runner:runner
2025-08-20T20:20:45.0709425Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rust-embed-impl-41ac22cd9314ca7e/lib-rust_embed_impl' from root:root to runner:runner
2025-08-20T20:20:45.0710300Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rust-embed-impl-41ac22cd9314ca7e/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0711205Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rust-embed-impl-41ac22cd9314ca7e/lib-rust_embed_impl.json' from root:root to runner:runner
2025-08-20T20:20:45.0712233Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rust-embed-impl-41ac22cd9314ca7e/dep-lib-rust_embed_impl' from root:root to runner:runner
2025-08-20T20:20:45.0713058Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rust-embed-impl-41ac22cd9314ca7e' from root:root to runner:runner
2025-08-20T20:20:45.0713930Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/generic-array-41da2ddd2b8437e2/lib-generic_array' from root:root to runner:runner
2025-08-20T20:20:45.0714819Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/generic-array-41da2ddd2b8437e2/lib-generic_array.json' from root:root to runner:runner
2025-08-20T20:20:45.0715710Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/generic-array-41da2ddd2b8437e2/dep-lib-generic_array' from root:root to runner:runner
2025-08-20T20:20:45.0716576Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/generic-array-41da2ddd2b8437e2/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0717559Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/generic-array-41da2ddd2b8437e2' from root:root to runner:runner
2025-08-20T20:20:45.0718537Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/cfg-if-84032e8649e1bf20/lib-cfg_if.json' from root:root to runner:runner
2025-08-20T20:20:45.0719390Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/cfg-if-84032e8649e1bf20/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0720194Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/cfg-if-84032e8649e1bf20/lib-cfg_if' from root:root to runner:runner
2025-08-20T20:20:45.0721016Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/cfg-if-84032e8649e1bf20/dep-lib-cfg_if' from root:root to runner:runner
2025-08-20T20:20:45.0721770Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/cfg-if-84032e8649e1bf20' from root:root to runner:runner
2025-08-20T20:20:45.0722599Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rand_core-5d61b079bcc0e271/lib-rand_core' from root:root to runner:runner
2025-08-20T20:20:45.0723447Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rand_core-5d61b079bcc0e271/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0724300Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rand_core-5d61b079bcc0e271/lib-rand_core.json' from root:root to runner:runner
2025-08-20T20:20:45.0725274Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rand_core-5d61b079bcc0e271/dep-lib-rand_core' from root:root to runner:runner
2025-08-20T20:20:45.0726067Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rand_core-5d61b079bcc0e271' from root:root to runner:runner
2025-08-20T20:20:45.0726872Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/libc-35a0ab8d82c6616f/dep-lib-libc' from root:root to runner:runner
2025-08-20T20:20:45.0727800Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/libc-35a0ab8d82c6616f/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0728638Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/libc-35a0ab8d82c6616f/lib-libc' from root:root to runner:runner
2025-08-20T20:20:45.0729455Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/libc-35a0ab8d82c6616f/lib-libc.json' from root:root to runner:runner
2025-08-20T20:20:45.0730208Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/libc-35a0ab8d82c6616f' from root:root to runner:runner
2025-08-20T20:20:45.0731169Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/cc-bf2ba63758f11313/lib-cc.json' from root:root to runner:runner
2025-08-20T20:20:45.0731997Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/cc-bf2ba63758f11313/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0732770Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/cc-bf2ba63758f11313/lib-cc' from root:root to runner:runner
2025-08-20T20:20:45.0733557Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/cc-bf2ba63758f11313/dep-lib-cc' from root:root to runner:runner
2025-08-20T20:20:45.0734300Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/cc-bf2ba63758f11313' from root:root to runner:runner
2025-08-20T20:20:45.0735145Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/walkdir-f5a3a269eb29a48f/lib-walkdir.json' from root:root to runner:runner
2025-08-20T20:20:45.0735965Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/walkdir-f5a3a269eb29a48f/lib-walkdir' from root:root to runner:runner
2025-08-20T20:20:45.0736805Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/walkdir-f5a3a269eb29a48f/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0737731Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/walkdir-f5a3a269eb29a48f/dep-lib-walkdir' from root:root to runner:runner
2025-08-20T20:20:45.0738728Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/walkdir-f5a3a269eb29a48f' from root:root to runner:runner
2025-08-20T20:20:45.0739699Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/fish-gettext-extraction-8ef2365b8977f416/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0740667Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/fish-gettext-extraction-8ef2365b8977f416/lib-fish_gettext_extraction.json' from root:root to runner:runner
2025-08-20T20:20:45.0741634Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/fish-gettext-extraction-8ef2365b8977f416/dep-lib-fish_gettext_extraction' from root:root to runner:runner
2025-08-20T20:20:45.0742588Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/fish-gettext-extraction-8ef2365b8977f416/lib-fish_gettext_extraction' from root:root to runner:runner
2025-08-20T20:20:45.0743426Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/fish-gettext-extraction-8ef2365b8977f416' from root:root to runner:runner
2025-08-20T20:20:45.0744466Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/proc-macro2-3a5154b527f69eef/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0745413Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/proc-macro2-3a5154b527f69eef/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:20:45.0746352Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/proc-macro2-3a5154b527f69eef/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:20:45.0747270Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/proc-macro2-3a5154b527f69eef/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:20:45.0748149Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/proc-macro2-3a5154b527f69eef' from root:root to runner:runner
2025-08-20T20:20:45.0749028Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/libc-bb68a32fc0c92207/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0749943Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/libc-bb68a32fc0c92207/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:20:45.0750852Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/libc-bb68a32fc0c92207/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:20:45.0751745Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/libc-bb68a32fc0c92207/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:20:45.0752637Z [00:03:37.266]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/libc-bb68a32fc0c92207' from root:root to runner:runner
2025-08-20T20:20:45.0753479Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/digest-e59f5b439986f019/lib-digest' from root:root to runner:runner
2025-08-20T20:20:45.0754326Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/digest-e59f5b439986f019/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0755161Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/digest-e59f5b439986f019/lib-digest.json' from root:root to runner:runner
2025-08-20T20:20:45.0755986Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/digest-e59f5b439986f019/dep-lib-digest' from root:root to runner:runner
2025-08-20T20:20:45.0756747Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/digest-e59f5b439986f019' from root:root to runner:runner
2025-08-20T20:20:45.0757870Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/phf_generator-3839786561f38ddd/lib-phf_generator.json' from root:root to runner:runner
2025-08-20T20:20:45.0758791Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/phf_generator-3839786561f38ddd/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0759661Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/phf_generator-3839786561f38ddd/lib-phf_generator' from root:root to runner:runner
2025-08-20T20:20:45.0760533Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/phf_generator-3839786561f38ddd/dep-lib-phf_generator' from root:root to runner:runner
2025-08-20T20:20:45.0761327Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/phf_generator-3839786561f38ddd' from root:root to runner:runner
2025-08-20T20:20:45.0762243Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/version_check-2f8782868cdf7166/dep-lib-version_check' from root:root to runner:runner
2025-08-20T20:20:45.0763121Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/version_check-2f8782868cdf7166/lib-version_check.json' from root:root to runner:runner
2025-08-20T20:20:45.0763985Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/version_check-2f8782868cdf7166/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0764846Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/version_check-2f8782868cdf7166/lib-version_check' from root:root to runner:runner
2025-08-20T20:20:45.0765778Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/version_check-2f8782868cdf7166' from root:root to runner:runner
2025-08-20T20:20:45.0766742Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/generic-array-96629631732ca92b/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:20:45.0767838Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/generic-array-96629631732ca92b/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:20:45.0768657Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/generic-array-96629631732ca92b' from root:root to runner:runner
2025-08-20T20:20:45.0769546Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/cpufeatures-ff55fdc047296e23/lib-cpufeatures.json' from root:root to runner:runner
2025-08-20T20:20:45.0770426Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/cpufeatures-ff55fdc047296e23/dep-lib-cpufeatures' from root:root to runner:runner
2025-08-20T20:20:45.0771429Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/cpufeatures-ff55fdc047296e23/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0772290Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/cpufeatures-ff55fdc047296e23/lib-cpufeatures' from root:root to runner:runner
2025-08-20T20:20:45.0773072Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/cpufeatures-ff55fdc047296e23' from root:root to runner:runner
2025-08-20T20:20:45.0773896Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/nix-0f820c596a6e95ec/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0774806Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/nix-0f820c596a6e95ec/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:20:45.0775713Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/nix-0f820c596a6e95ec/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:20:45.0776595Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/nix-0f820c596a6e95ec/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:20:45.0777338Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/nix-0f820c596a6e95ec' from root:root to runner:runner
2025-08-20T20:20:45.0778290Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/syn-1934795895fa6fd6/lib-syn' from root:root to runner:runner
2025-08-20T20:20:45.0779304Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/syn-1934795895fa6fd6/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0780117Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/syn-1934795895fa6fd6/lib-syn.json' from root:root to runner:runner
2025-08-20T20:20:45.0780910Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/syn-1934795895fa6fd6/dep-lib-syn' from root:root to runner:runner
2025-08-20T20:20:45.0781662Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/syn-1934795895fa6fd6' from root:root to runner:runner
2025-08-20T20:20:45.0782506Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rsconf-cede6d4c2bc7791d/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0783427Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rsconf-cede6d4c2bc7791d/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:20:45.0784343Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rsconf-cede6d4c2bc7791d/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:20:45.0785423Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rsconf-cede6d4c2bc7791d/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:20:45.0786205Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rsconf-cede6d4c2bc7791d' from root:root to runner:runner
2025-08-20T20:20:45.0787074Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/generic-array-bef24f4f65160060/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0788136Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/generic-array-bef24f4f65160060/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:20:45.0789136Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/generic-array-bef24f4f65160060/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:20:45.0790062Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/generic-array-bef24f4f65160060/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:20:45.0790855Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/generic-array-bef24f4f65160060' from root:root to runner:runner
2025-08-20T20:20:45.0791740Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rust-embed-utils-9349cb6f2846af68/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0792785Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rust-embed-utils-9349cb6f2846af68/lib-rust_embed_utils' from root:root to runner:runner
2025-08-20T20:20:45.0793717Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rust-embed-utils-9349cb6f2846af68/lib-rust_embed_utils.json' from root:root to runner:runner
2025-08-20T20:20:45.0794622Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rust-embed-utils-9349cb6f2846af68/dep-lib-rust_embed_utils' from root:root to runner:runner
2025-08-20T20:20:45.0795432Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rust-embed-utils-9349cb6f2846af68' from root:root to runner:runner
2025-08-20T20:20:45.0796294Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/pkg-config-bf3b1ccc7327268e/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0797134Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/pkg-config-bf3b1ccc7327268e/lib-pkg_config' from root:root to runner:runner
2025-08-20T20:20:45.0798296Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/pkg-config-bf3b1ccc7327268e/lib-pkg_config.json' from root:root to runner:runner
2025-08-20T20:20:45.0799198Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/pkg-config-bf3b1ccc7327268e/dep-lib-pkg_config' from root:root to runner:runner
2025-08-20T20:20:45.0799985Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/pkg-config-bf3b1ccc7327268e' from root:root to runner:runner
2025-08-20T20:20:45.0800840Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/num-traits-7560ff3896d085d7/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0801780Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/num-traits-7560ff3896d085d7/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:20:45.0802716Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/num-traits-7560ff3896d085d7/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:20:45.0803630Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/num-traits-7560ff3896d085d7/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:20:45.0804406Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/num-traits-7560ff3896d085d7' from root:root to runner:runner
2025-08-20T20:20:45.0805334Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/typenum-a9bdf4951e192490/build-script-build-script-main.json' from root:root to runner:runner
2025-08-20T20:20:45.0806299Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/typenum-a9bdf4951e192490/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0807275Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/typenum-a9bdf4951e192490/build-script-build-script-main' from root:root to runner:runner
2025-08-20T20:20:45.0808284Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/typenum-a9bdf4951e192490/dep-build-script-build-script-main' from root:root to runner:runner
2025-08-20T20:20:45.0809131Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/typenum-a9bdf4951e192490' from root:root to runner:runner
2025-08-20T20:20:45.0809978Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/jobserver-f5da2f68dace4824/lib-jobserver' from root:root to runner:runner
2025-08-20T20:20:45.0810829Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/jobserver-f5da2f68dace4824/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0811848Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/jobserver-f5da2f68dace4824/dep-lib-jobserver' from root:root to runner:runner
2025-08-20T20:20:45.0812707Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/jobserver-f5da2f68dace4824/lib-jobserver.json' from root:root to runner:runner
2025-08-20T20:20:45.0813492Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/jobserver-f5da2f68dace4824' from root:root to runner:runner
2025-08-20T20:20:45.0814320Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/libc-e909a7ba4abf2443/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0815236Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/libc-e909a7ba4abf2443/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:20:45.0816144Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/libc-e909a7ba4abf2443/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:20:45.0817027Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/libc-e909a7ba4abf2443/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:20:45.0817895Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/libc-e909a7ba4abf2443' from root:root to runner:runner
2025-08-20T20:20:45.0818824Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/block-buffer-56ae6dc7bbd99557/dep-lib-block_buffer' from root:root to runner:runner
2025-08-20T20:20:45.0819827Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/block-buffer-56ae6dc7bbd99557/lib-block_buffer' from root:root to runner:runner
2025-08-20T20:20:45.0820714Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/block-buffer-56ae6dc7bbd99557/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0821593Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/block-buffer-56ae6dc7bbd99557/lib-block_buffer.json' from root:root to runner:runner
2025-08-20T20:20:45.0822392Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/block-buffer-56ae6dc7bbd99557' from root:root to runner:runner
2025-08-20T20:20:45.0823259Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/cfg_aliases-0780b51a0a5f0e8d/dep-lib-cfg_aliases' from root:root to runner:runner
2025-08-20T20:20:45.0824105Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/cfg_aliases-0780b51a0a5f0e8d/lib-cfg_aliases' from root:root to runner:runner
2025-08-20T20:20:45.0825168Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/cfg_aliases-0780b51a0a5f0e8d/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0826034Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/cfg_aliases-0780b51a0a5f0e8d/lib-cfg_aliases.json' from root:root to runner:runner
2025-08-20T20:20:45.0826824Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/cfg_aliases-0780b51a0a5f0e8d' from root:root to runner:runner
2025-08-20T20:20:45.0827850Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/libc-56f07ab057ee0ea2/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:20:45.0828832Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/libc-56f07ab057ee0ea2/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:20:45.0829586Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/libc-56f07ab057ee0ea2' from root:root to runner:runner
2025-08-20T20:20:45.0830439Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/same-file-4bf44dfa5e07d9f1/lib-same_file.json' from root:root to runner:runner
2025-08-20T20:20:45.0831285Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/same-file-4bf44dfa5e07d9f1/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0832121Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/same-file-4bf44dfa5e07d9f1/lib-same_file' from root:root to runner:runner
2025-08-20T20:20:45.0833125Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/same-file-4bf44dfa5e07d9f1/dep-lib-same_file' from root:root to runner:runner
2025-08-20T20:20:45.0833924Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/same-file-4bf44dfa5e07d9f1' from root:root to runner:runner
2025-08-20T20:20:45.0834788Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/proc-macro2-cea1860fd0b2673b/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0835658Z [00:03:37.267]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/proc-macro2-cea1860fd0b2673b/lib-proc_macro2.json' from root:root to runner:runner
2025-08-20T20:20:45.0836530Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/proc-macro2-cea1860fd0b2673b/dep-lib-proc_macro2' from root:root to runner:runner
2025-08-20T20:20:45.0837377Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/proc-macro2-cea1860fd0b2673b/lib-proc_macro2' from root:root to runner:runner
2025-08-20T20:20:45.0838255Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/proc-macro2-cea1860fd0b2673b' from root:root to runner:runner
2025-08-20T20:20:45.0839227Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rand-ddad79ae7c863219/dep-lib-rand' from root:root to runner:runner
2025-08-20T20:20:45.0840061Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rand-ddad79ae7c863219/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:20:45.0840870Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rand-ddad79ae7c863219/lib-rand.json' from root:root to runner:runner
2025-08-20T20:20:45.0841666Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rand-ddad79ae7c863219/lib-rand' from root:root to runner:runner
2025-08-20T20:20:45.0842421Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rand-ddad79ae7c863219' from root:root to runner:runner
2025-08-20T20:20:45.0843088Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint' from root:root to runner:runner
2025-08-20T20:20:45.0843700Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release' from root:root to runner:runner
2025-08-20T20:20:45.0844337Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T20:20:45.0844916Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target' from root:root to runner:runner
2025-08-20T20:20:45.0845551Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/cmake/Install.cmake' from root:root to runner:runner
2025-08-20T20:20:45.0846352Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/cmake/FindRust.cmake' from root:root to runner:runner
2025-08-20T20:20:45.0847041Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/cmake/Version.cmake' from root:root to runner:runner
2025-08-20T20:20:45.0847796Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/cmake/MacApp.cmake' from root:root to runner:runner
2025-08-20T20:20:45.0848489Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/cmake/Benchmark.cmake' from root:root to runner:runner
2025-08-20T20:20:45.0849117Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/cmake/Docs.cmake' from root:root to runner:runner
2025-08-20T20:20:45.0849744Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/cmake/PCRE2.cmake' from root:root to runner:runner
2025-08-20T20:20:45.0850362Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/cmake/Tests.cmake' from root:root to runner:runner
2025-08-20T20:20:45.0851157Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/cmake/Rust.cmake' from root:root to runner:runner
2025-08-20T20:20:45.0851792Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/cmake/gettext.cmake' from root:root to runner:runner
2025-08-20T20:20:45.0852370Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/cmake' from root:root to runner:runner
2025-08-20T20:20:45.0852973Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.editorconfig' from root:root to runner:runner
2025-08-20T20:20:45.0853579Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/CMakeLists.txt' from root:root to runner:runner
2025-08-20T20:20:45.0854178Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/Cargo.lock' from root:root to runner:runner
2025-08-20T20:20:45.0854878Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/crates/gettext-extraction/Cargo.toml' from root:root to runner:runner
2025-08-20T20:20:45.0855587Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/crates/gettext-extraction/src/lib.rs' from root:root to runner:runner
2025-08-20T20:20:45.0856257Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/crates/gettext-extraction/src' from root:root to runner:runner
2025-08-20T20:20:45.0856911Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/crates/gettext-extraction' from root:root to runner:runner
2025-08-20T20:20:45.0857569Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/crates/printf/Cargo.toml' from root:root to runner:runner
2025-08-20T20:20:45.0858531Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/crates/printf/README.md' from root:root to runner:runner
2025-08-20T20:20:45.0859253Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/crates/printf/clippy.toml' from root:root to runner:runner
2025-08-20T20:20:45.0859896Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/crates/printf/LICENSE' from root:root to runner:runner
2025-08-20T20:20:45.0860555Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/crates/printf/src/arg.rs' from root:root to runner:runner
2025-08-20T20:20:45.0861217Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/crates/printf/src/locale.rs' from root:root to runner:runner
2025-08-20T20:20:45.0861961Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/crates/printf/src/fmt_fp/decimal.rs' from root:root to runner:runner
2025-08-20T20:20:45.0862645Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/crates/printf/src/fmt_fp/tests.rs' from root:root to runner:runner
2025-08-20T20:20:45.0863322Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/crates/printf/src/fmt_fp/mod.rs' from root:root to runner:runner
2025-08-20T20:20:45.0864136Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/crates/printf/src/fmt_fp' from root:root to runner:runner
2025-08-20T20:20:45.0864803Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/crates/printf/src/tests.rs' from root:root to runner:runner
2025-08-20T20:20:45.0865451Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/crates/printf/src/lib.rs' from root:root to runner:runner
2025-08-20T20:20:45.0866140Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/crates/printf/src/printf_impl.rs' from root:root to runner:runner
2025-08-20T20:20:45.0866770Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/crates/printf/src' from root:root to runner:runner
2025-08-20T20:20:45.0867371Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/crates/printf' from root:root to runner:runner
2025-08-20T20:20:45.0868050Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/crates' from root:root to runner:runner
2025-08-20T20:20:45.0868695Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/CODE_OF_CONDUCT.md' from root:root to runner:runner
2025-08-20T20:20:45.0869321Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/language.rst' from root:root to runner:runner
2025-08-20T20:20:45.0869972Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/contributing.rst' from root:root to runner:runner
2025-08-20T20:20:45.0870590Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/design.rst' from root:root to runner:runner
2025-08-20T20:20:45.0871361Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/completions.rst' from root:root to runner:runner
2025-08-20T20:20:45.0872046Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/function.rst' from root:root to runner:runner
2025-08-20T20:20:45.0872677Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/type.rst' from root:root to runner:runner
2025-08-20T20:20:45.0873317Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/export.rst' from root:root to runner:runner
2025-08-20T20:20:45.0873958Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/nextd.rst' from root:root to runner:runner
2025-08-20T20:20:45.0874633Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_is_root_user.rst' from root:root to runner:runner
2025-08-20T20:20:45.0875264Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/pwd.rst' from root:root to runner:runner
2025-08-20T20:20:45.0876080Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/help.rst' from root:root to runner:runner
2025-08-20T20:20:45.0876762Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/string-lower.rst' from root:root to runner:runner
2025-08-20T20:20:45.0877408Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/exit.rst' from root:root to runner:runner
2025-08-20T20:20:45.0878212Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_clipboard_paste.rst' from root:root to runner:runner
2025-08-20T20:20:45.0878885Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/case.rst' from root:root to runner:runner
2025-08-20T20:20:45.0879522Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/psub.rst' from root:root to runner:runner
2025-08-20T20:20:45.0880144Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/cd.rst' from root:root to runner:runner
2025-08-20T20:20:45.0880795Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/contains.rst' from root:root to runner:runner
2025-08-20T20:20:45.0881425Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/not.rst' from root:root to runner:runner
2025-08-20T20:20:45.0882058Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/time.rst' from root:root to runner:runner
2025-08-20T20:20:45.0882695Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/status.rst' from root:root to runner:runner
2025-08-20T20:20:45.0883476Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish.rst' from root:root to runner:runner
2025-08-20T20:20:45.0884230Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_clipboard_copy.rst' from root:root to runner:runner
2025-08-20T20:20:45.0884855Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/if.rst' from root:root to runner:runner
2025-08-20T20:20:45.0885530Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_svn_prompt.rst' from root:root to runner:runner
2025-08-20T20:20:45.0886183Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_title.rst' from root:root to runner:runner
2025-08-20T20:20:45.0886817Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/dirs.rst' from root:root to runner:runner
2025-08-20T20:20:45.0887479Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/string-trim.rst' from root:root to runner:runner
2025-08-20T20:20:45.0888301Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_should_add_to_history.rst' from root:root to runner:runner
2025-08-20T20:20:45.0889156Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/string-repeat.rst' from root:root to runner:runner
2025-08-20T20:20:45.0889794Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/trap.rst' from root:root to runner:runner
2025-08-20T20:20:45.0890452Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/string-pad.rst' from root:root to runner:runner
2025-08-20T20:20:45.0891084Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/path.rst' from root:root to runner:runner
2025-08-20T20:20:45.0891716Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/cdh.rst' from root:root to runner:runner
2025-08-20T20:20:45.0892379Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/string-match.rst' from root:root to runner:runner
2025-08-20T20:20:45.0893014Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/false.rst' from root:root to runner:runner
2025-08-20T20:20:45.0893638Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/or.rst' from root:root to runner:runner
2025-08-20T20:20:45.0894307Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_git_prompt.rst' from root:root to runner:runner
2025-08-20T20:20:45.0894944Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/test.rst' from root:root to runner:runner
2025-08-20T20:20:45.0895766Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_vi_key_bindings.rst' from root:root to runner:runner
2025-08-20T20:20:45.0896460Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_add_path.rst' from root:root to runner:runner
2025-08-20T20:20:45.0897122Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/string-sub.rst' from root:root to runner:runner
2025-08-20T20:20:45.0897887Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_hg_prompt.rst' from root:root to runner:runner
2025-08-20T20:20:45.0898554Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/exec.rst' from root:root to runner:runner
2025-08-20T20:20:45.0899217Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/commandline.rst' from root:root to runner:runner
2025-08-20T20:20:45.0899848Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/true.rst' from root:root to runner:runner
2025-08-20T20:20:45.0900498Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_indent.rst' from root:root to runner:runner
2025-08-20T20:20:45.0901339Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/string-escape.rst' from root:root to runner:runner
2025-08-20T20:20:45.0902046Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_breakpoint_prompt.rst' from root:root to runner:runner
2025-08-20T20:20:45.0902673Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/echo.rst' from root:root to runner:runner
2025-08-20T20:20:45.0903302Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/set.rst' from root:root to runner:runner
2025-08-20T20:20:45.0903934Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/eval.rst' from root:root to runner:runner
2025-08-20T20:20:45.0904590Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_delta.rst' from root:root to runner:runner
2025-08-20T20:20:45.0905223Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/pushd.rst' from root:root to runner:runner
2025-08-20T20:20:45.0905866Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/history.rst' from root:root to runner:runner
2025-08-20T20:20:45.0906533Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/string-collect.rst' from root:root to runner:runner
2025-08-20T20:20:45.0907169Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/bind.rst' from root:root to runner:runner
2025-08-20T20:20:45.0907904Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/prompt_login.rst' from root:root to runner:runner
2025-08-20T20:20:45.0908766Z [00:03:37.268]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_greeting.rst' from root:root to runner:runner
2025-08-20T20:20:45.0909515Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/string-unescape.rst' from root:root to runner:runner
2025-08-20T20:20:45.0910176Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/functions.rst' from root:root to runner:runner
2025-08-20T20:20:45.0910805Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/dirh.rst' from root:root to runner:runner
2025-08-20T20:20:45.0911441Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/break.rst' from root:root to runner:runner
2025-08-20T20:20:45.0912098Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/breakpoint.rst' from root:root to runner:runner
2025-08-20T20:20:45.0912736Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/suspend.rst' from root:root to runner:runner
2025-08-20T20:20:45.0913540Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_config.rst' from root:root to runner:runner
2025-08-20T20:20:45.0914179Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/disown.rst' from root:root to runner:runner
2025-08-20T20:20:45.0914856Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/string-shorten.rst' from root:root to runner:runner
2025-08-20T20:20:45.0915495Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/random.rst' from root:root to runner:runner
2025-08-20T20:20:45.0916162Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_key_reader.rst' from root:root to runner:runner
2025-08-20T20:20:45.0916866Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_command_not_found.rst' from root:root to runner:runner
2025-08-20T20:20:45.0917692Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/count.rst' from root:root to runner:runner
2025-08-20T20:20:45.0918443Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/string-split0.rst' from root:root to runner:runner
2025-08-20T20:20:45.0919109Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/string-split.rst' from root:root to runner:runner
2025-08-20T20:20:45.0919756Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/ulimit.rst' from root:root to runner:runner
2025-08-20T20:20:45.0920390Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/popd.rst' from root:root to runner:runner
2025-08-20T20:20:45.0921021Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/emit.rst' from root:root to runner:runner
2025-08-20T20:20:45.0921651Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/jobs.rst' from root:root to runner:runner
2025-08-20T20:20:45.0922282Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/alias.rst' from root:root to runner:runner
2025-08-20T20:20:45.0923065Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/end.rst' from root:root to runner:runner
2025-08-20T20:20:45.0923737Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/string-length.rst' from root:root to runner:runner
2025-08-20T20:20:45.0924365Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/read.rst' from root:root to runner:runner
2025-08-20T20:20:45.0925008Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/continue.rst' from root:root to runner:runner
2025-08-20T20:20:45.0925650Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/vared.rst' from root:root to runner:runner
2025-08-20T20:20:45.0926279Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/begin.rst' from root:root to runner:runner
2025-08-20T20:20:45.0926920Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/prevd.rst' from root:root to runner:runner
2025-08-20T20:20:45.0927558Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/return.rst' from root:root to runner:runner
2025-08-20T20:20:45.0928422Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_prompt.rst' from root:root to runner:runner
2025-08-20T20:20:45.0929101Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/funcsave.rst' from root:root to runner:runner
2025-08-20T20:20:45.0929779Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/prompt_hostname.rst' from root:root to runner:runner
2025-08-20T20:20:45.0930556Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/_.rst' from root:root to runner:runner
2025-08-20T20:20:45.0931223Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/set_color.rst' from root:root to runner:runner
2025-08-20T20:20:45.0931858Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/abbr.rst' from root:root to runner:runner
2025-08-20T20:20:45.0932490Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/isatty.rst' from root:root to runner:runner
2025-08-20T20:20:45.0933201Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_update_completions.rst' from root:root to runner:runner
2025-08-20T20:20:45.0933867Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/string-join0.rst' from root:root to runner:runner
2025-08-20T20:20:45.0934498Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/else.rst' from root:root to runner:runner
2025-08-20T20:20:45.0935381Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/string-join.rst' from root:root to runner:runner
2025-08-20T20:20:45.0936010Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/bg.rst' from root:root to runner:runner
2025-08-20T20:20:45.0936733Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_default_key_bindings.rst' from root:root to runner:runner
2025-08-20T20:20:45.0937360Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/for.rst' from root:root to runner:runner
2025-08-20T20:20:45.0938158Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/string-replace.rst' from root:root to runner:runner
2025-08-20T20:20:45.0938872Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_mode_prompt.rst' from root:root to runner:runner
2025-08-20T20:20:45.0939529Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/complete.rst' from root:root to runner:runner
2025-08-20T20:20:45.0940175Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_opt.rst' from root:root to runner:runner
2025-08-20T20:20:45.0940843Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_vcs_prompt.rst' from root:root to runner:runner
2025-08-20T20:20:45.0941486Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/block.rst' from root:root to runner:runner
2025-08-20T20:20:45.0942117Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/umask.rst' from root:root to runner:runner
2025-08-20T20:20:45.0942912Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/math.rst' from root:root to runner:runner
2025-08-20T20:20:45.0943570Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/open.rst' from root:root to runner:runner
2025-08-20T20:20:45.0944230Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/prompt_pwd.rst' from root:root to runner:runner
2025-08-20T20:20:45.0944869Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/while.rst' from root:root to runner:runner
2025-08-20T20:20:45.0945539Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/string-upper.rst' from root:root to runner:runner
2025-08-20T20:20:45.0946181Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/builtin.rst' from root:root to runner:runner
2025-08-20T20:20:45.0946872Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_status_to_signal.rst' from root:root to runner:runner
2025-08-20T20:20:45.0947778Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/switch.rst' from root:root to runner:runner
2025-08-20T20:20:45.0948448Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/funced.rst' from root:root to runner:runner
2025-08-20T20:20:45.0949096Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/string.rst' from root:root to runner:runner
2025-08-20T20:20:45.0949730Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/source.rst' from root:root to runner:runner
2025-08-20T20:20:45.0950352Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fg.rst' from root:root to runner:runner
2025-08-20T20:20:45.0950998Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/argparse.rst' from root:root to runner:runner
2025-08-20T20:20:45.0951649Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/command.rst' from root:root to runner:runner
2025-08-20T20:20:45.0952276Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/and.rst' from root:root to runner:runner
2025-08-20T20:20:45.0952906Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/printf.rst' from root:root to runner:runner
2025-08-20T20:20:45.0953596Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_right_prompt.rst' from root:root to runner:runner
2025-08-20T20:20:45.0954220Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/wait.rst' from root:root to runner:runner
2025-08-20T20:20:45.0955003Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/realpath.rst' from root:root to runner:runner
2025-08-20T20:20:45.0955619Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds' from root:root to runner:runner
2025-08-20T20:20:45.0956249Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/commands.rst' from root:root to runner:runner
2025-08-20T20:20:45.0956872Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/prompt.rst' from root:root to runner:runner
2025-08-20T20:20:45.0957657Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/python_docs_theme/static/fish.png' from root:root to runner:runner
2025-08-20T20:20:45.0958404Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/python_docs_theme/static/pygments.css' from root:root to runner:runner
2025-08-20T20:20:45.0959137Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/python_docs_theme/static/pydoctheme.css' from root:root to runner:runner
2025-08-20T20:20:45.0959958Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/python_docs_theme/static' from root:root to runner:runner
2025-08-20T20:20:45.0960655Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/python_docs_theme/localtoc.html' from root:root to runner:runner
2025-08-20T20:20:45.0961348Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/python_docs_theme/theme.conf' from root:root to runner:runner
2025-08-20T20:20:45.0962091Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/python_docs_theme/globaltoc.html' from root:root to runner:runner
2025-08-20T20:20:45.0962785Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/python_docs_theme/layout.html' from root:root to runner:runner
2025-08-20T20:20:45.0963476Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/python_docs_theme/__init__.py' from root:root to runner:runner
2025-08-20T20:20:45.0964126Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/python_docs_theme' from root:root to runner:runner
2025-08-20T20:20:45.0964753Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/license.rst' from root:root to runner:runner
2025-08-20T20:20:45.0965416Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/fish_for_bash_users.rst' from root:root to runner:runner
2025-08-20T20:20:45.0966061Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/fish_synopsis.py' from root:root to runner:runner
2025-08-20T20:20:45.0966667Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/faq.rst' from root:root to runner:runner
2025-08-20T20:20:45.0967421Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/tutorial.rst' from root:root to runner:runner
2025-08-20T20:20:45.0968119Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/index.rst' from root:root to runner:runner
2025-08-20T20:20:45.0968793Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/relnotes.rst' from root:root to runner:runner
2025-08-20T20:20:45.0969457Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/fish_indent_lexer.py' from root:root to runner:runner
2025-08-20T20:20:45.0970155Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/terminal-compatibility.rst' from root:root to runner:runner
2025-08-20T20:20:45.0970796Z [00:03:37.269]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/interactive.rst' from root:root to runner:runner
2025-08-20T20:20:45.0971401Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/conf.py' from root:root to runner:runner
2025-08-20T20:20:45.0972168Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src' from root:root to runner:runner
2025-08-20T20:20:45.0972788Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/fd_monitor.rs' from root:root to runner:runner
2025-08-20T20:20:45.0973423Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/wait_handle.rs' from root:root to runner:runner
2025-08-20T20:20:45.0974036Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/termsize.rs' from root:root to runner:runner
2025-08-20T20:20:45.0974737Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/widecharwidth/widechar_width.rs' from root:root to runner:runner
2025-08-20T20:20:45.0975397Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/widecharwidth/LICENSE' from root:root to runner:runner
2025-08-20T20:20:45.0976048Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/widecharwidth/mod.rs' from root:root to runner:runner
2025-08-20T20:20:45.0976678Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/widecharwidth' from root:root to runner:runner
2025-08-20T20:20:45.0977326Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/bin/fish_key_reader.rs' from root:root to runner:runner
2025-08-20T20:20:45.0978059Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/bin/fish_indent.rs' from root:root to runner:runner
2025-08-20T20:20:45.0978725Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/bin/fish.rs' from root:root to runner:runner
2025-08-20T20:20:45.0979307Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/bin' from root:root to runner:runner
2025-08-20T20:20:45.0980054Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/signal.rs' from root:root to runner:runner
2025-08-20T20:20:45.0980719Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/contains.rs' from root:root to runner:runner
2025-08-20T20:20:45.0981355Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/math.rs' from root:root to runner:runner
2025-08-20T20:20:45.0982011Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/functions.rs' from root:root to runner:runner
2025-08-20T20:20:45.0982641Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/bg.rs' from root:root to runner:runner
2025-08-20T20:20:45.0983278Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/count.rs' from root:root to runner:runner
2025-08-20T20:20:45.0983913Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/emit.rs' from root:root to runner:runner
2025-08-20T20:20:45.0984772Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/ulimit.rs' from root:root to runner:runner
2025-08-20T20:20:45.0985432Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/complete.rs' from root:root to runner:runner
2025-08-20T20:20:45.0986068Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/set.rs' from root:root to runner:runner
2025-08-20T20:20:45.0986703Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/path.rs' from root:root to runner:runner
2025-08-20T20:20:45.0987339Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/printf.rs' from root:root to runner:runner
2025-08-20T20:20:45.0988089Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/random.rs' from root:root to runner:runner
2025-08-20T20:20:45.0988775Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/shared.rs' from root:root to runner:runner
2025-08-20T20:20:45.0989450Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/string/match.rs' from root:root to runner:runner
2025-08-20T20:20:45.0990122Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/string/escape.rs' from root:root to runner:runner
2025-08-20T20:20:45.0990800Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/string/collect.rs' from root:root to runner:runner
2025-08-20T20:20:45.0991492Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/string/transform.rs' from root:root to runner:runner
2025-08-20T20:20:45.0992291Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/string/trim.rs' from root:root to runner:runner
2025-08-20T20:20:45.0993016Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/string/pad.rs' from root:root to runner:runner
2025-08-20T20:20:45.0993688Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/string/split.rs' from root:root to runner:runner
2025-08-20T20:20:45.0994381Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/string/unescape.rs' from root:root to runner:runner
2025-08-20T20:20:45.0995054Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/string/replace.rs' from root:root to runner:runner
2025-08-20T20:20:45.0995738Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/string/shorten.rs' from root:root to runner:runner
2025-08-20T20:20:45.0996402Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/string/join.rs' from root:root to runner:runner
2025-08-20T20:20:45.0997216Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/string/repeat.rs' from root:root to runner:runner
2025-08-20T20:20:45.0997991Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/string/length.rs' from root:root to runner:runner
2025-08-20T20:20:45.0998709Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/string/sub.rs' from root:root to runner:runner
2025-08-20T20:20:45.0999344Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/string' from root:root to runner:runner
2025-08-20T20:20:45.0999975Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/test.rs' from root:root to runner:runner
2025-08-20T20:20:45.1000634Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/function.rs' from root:root to runner:runner
2025-08-20T20:20:45.1001266Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/wait.rs' from root:root to runner:runner
2025-08-20T20:20:45.1001911Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/return.rs' from root:root to runner:runner
2025-08-20T20:20:45.1002558Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/history.rs' from root:root to runner:runner
2025-08-20T20:20:45.1003206Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/realpath.rs' from root:root to runner:runner
2025-08-20T20:20:45.1003847Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/bind.rs' from root:root to runner:runner
2025-08-20T20:20:45.1004639Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/argparse.rs' from root:root to runner:runner
2025-08-20T20:20:45.1005350Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/command.rs' from root:root to runner:runner
2025-08-20T20:20:45.1006024Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/commandline.rs' from root:root to runner:runner
2025-08-20T20:20:45.1006713Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/fish_key_reader.rs' from root:root to runner:runner
2025-08-20T20:20:45.1007350Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/disown.rs' from root:root to runner:runner
2025-08-20T20:20:45.1008085Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/block.rs' from root:root to runner:runner
2025-08-20T20:20:45.1008785Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/fish_indent.rs' from root:root to runner:runner
2025-08-20T20:20:45.1009420Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/read.rs' from root:root to runner:runner
2025-08-20T20:20:45.1010197Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/fg.rs' from root:root to runner:runner
2025-08-20T20:20:45.1010828Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/pwd.rs' from root:root to runner:runner
2025-08-20T20:20:45.1011466Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/exit.rs' from root:root to runner:runner
2025-08-20T20:20:45.1012109Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/builtin.rs' from root:root to runner:runner
2025-08-20T20:20:45.1012769Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/set_color.rs' from root:root to runner:runner
2025-08-20T20:20:45.1013398Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/mod.rs' from root:root to runner:runner
2025-08-20T20:20:45.1014038Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/echo.rs' from root:root to runner:runner
2025-08-20T20:20:45.1014675Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/string.rs' from root:root to runner:runner
2025-08-20T20:20:45.1015309Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/type.rs' from root:root to runner:runner
2025-08-20T20:20:45.1015941Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/cd.rs' from root:root to runner:runner
2025-08-20T20:20:45.1016574Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/abbr.rs' from root:root to runner:runner
2025-08-20T20:20:45.1017328Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/jobs.rs' from root:root to runner:runner
2025-08-20T20:20:45.1018167Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/source.rs' from root:root to runner:runner
2025-08-20T20:20:45.1018859Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/status.rs' from root:root to runner:runner
2025-08-20T20:20:45.1019500Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/eval.rs' from root:root to runner:runner
2025-08-20T20:20:45.1020195Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/tests/test_tests.rs' from root:root to runner:runner
2025-08-20T20:20:45.1020848Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/tests/mod.rs' from root:root to runner:runner
2025-08-20T20:20:45.1021539Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/tests/string_tests.rs' from root:root to runner:runner
2025-08-20T20:20:45.1022326Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/tests' from root:root to runner:runner
2025-08-20T20:20:45.1022927Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins' from root:root to runner:runner
2025-08-20T20:20:45.1023561Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/editable_line.rs' from root:root to runner:runner
2025-08-20T20:20:45.1024141Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/re.rs' from root:root to runner:runner
2025-08-20T20:20:45.1024733Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/nix.rs' from root:root to runner:runner
2025-08-20T20:20:45.1025333Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/color.rs' from root:root to runner:runner
2025-08-20T20:20:45.1025947Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/complete.rs' from root:root to runner:runner
2025-08-20T20:20:45.1026554Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/reader.rs' from root:root to runner:runner
2025-08-20T20:20:45.1027194Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/parse_execution.rs' from root:root to runner:runner
2025-08-20T20:20:45.1027911Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/print_help.rs' from root:root to runner:runner
2025-08-20T20:20:45.1028579Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tinyexpr.rs' from root:root to runner:runner
2025-08-20T20:20:45.1029605Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/parse_tree.rs' from root:root to runner:runner
2025-08-20T20:20:45.1030544Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/env/config_paths.rs' from root:root to runner:runner
2025-08-20T20:20:45.1031235Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/env/environment_impl.rs' from root:root to runner:runner
2025-08-20T20:20:45.1031848Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/env/mod.rs' from root:root to runner:runner
2025-08-20T20:20:45.1032455Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/env/var.rs' from root:root to runner:runner
2025-08-20T20:20:45.1033101Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/env/environment.rs' from root:root to runner:runner
2025-08-20T20:20:45.1033681Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/env' from root:root to runner:runner
2025-08-20T20:20:45.1034331Z [00:03:37.270]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/operation_context.rs' from root:root to runner:runner
2025-08-20T20:20:45.1035126Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/path.rs' from root:root to runner:runner
2025-08-20T20:20:45.1035765Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/wutil/gettext.rs' from root:root to runner:runner
2025-08-20T20:20:45.1036406Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/wutil/dir_iter.rs' from root:root to runner:runner
2025-08-20T20:20:45.1037046Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/wutil/hex_float.rs' from root:root to runner:runner
2025-08-20T20:20:45.1037823Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/wutil/printf.rs' from root:root to runner:runner
2025-08-20T20:20:45.1038502Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/wutil/encoding.rs' from root:root to runner:runner
2025-08-20T20:20:45.1039132Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/wutil/wcstod.rs' from root:root to runner:runner
2025-08-20T20:20:45.1039772Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/wutil/wcstoi.rs' from root:root to runner:runner
2025-08-20T20:20:45.1040398Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/wutil/errors.rs' from root:root to runner:runner
2025-08-20T20:20:45.1041021Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/wutil/tests.rs' from root:root to runner:runner
2025-08-20T20:20:45.1041665Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/wutil/fileid.rs' from root:root to runner:runner
2025-08-20T20:20:45.1042433Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/wutil/mod.rs' from root:root to runner:runner
2025-08-20T20:20:45.1043034Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/wutil' from root:root to runner:runner
2025-08-20T20:20:45.1043661Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/redirection.rs' from root:root to runner:runner
2025-08-20T20:20:45.1044292Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/input_common.rs' from root:root to runner:runner
2025-08-20T20:20:45.1044926Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/wcstringutil.rs' from root:root to runner:runner
2025-08-20T20:20:45.1045518Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/ast.rs' from root:root to runner:runner
2025-08-20T20:20:45.1046117Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/trace.rs' from root:root to runner:runner
2025-08-20T20:20:45.1046715Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/locale.rs' from root:root to runner:runner
2025-08-20T20:20:45.1047511Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tty_handoff.rs' from root:root to runner:runner
2025-08-20T20:20:45.1048557Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/function.rs' from root:root to runner:runner
2025-08-20T20:20:45.1049202Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/wchar_ext.rs' from root:root to runner:runner
2025-08-20T20:20:45.1049845Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/parse_constants.rs' from root:root to runner:runner
2025-08-20T20:20:45.1050432Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/key.rs' from root:root to runner:runner
2025-08-20T20:20:45.1051044Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/history.rs' from root:root to runner:runner
2025-08-20T20:20:45.1051637Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/util.rs' from root:root to runner:runner
2025-08-20T20:20:45.1052243Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/pager.rs' from root:root to runner:runner
2025-08-20T20:20:45.1052857Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/autoload.rs' from root:root to runner:runner
2025-08-20T20:20:45.1053470Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/job_group.rs' from root:root to runner:runner
2025-08-20T20:20:45.1054108Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/topic_monitor.rs' from root:root to runner:runner
2025-08-20T20:20:45.1054701Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/fds.rs' from root:root to runner:runner
2025-08-20T20:20:45.1055508Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/screen.rs' from root:root to runner:runner
2025-08-20T20:20:45.1056180Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/fallback.rs' from root:root to runner:runner
2025-08-20T20:20:45.1056806Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/parse_util.rs' from root:root to runner:runner
2025-08-20T20:20:45.1057441Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/global_safety.rs' from root:root to runner:runner
2025-08-20T20:20:45.1058198Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tokenizer.rs' from root:root to runner:runner
2025-08-20T20:20:45.1058920Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/future_feature_flags.rs' from root:root to runner:runner
2025-08-20T20:20:45.1059557Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/history/file.rs' from root:root to runner:runner
2025-08-20T20:20:45.1060362Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/history' from root:root to runner:runner
2025-08-20T20:20:45.1061035Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/highlight/file_tester.rs' from root:root to runner:runner
2025-08-20T20:20:45.1061688Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/highlight/tests.rs' from root:root to runner:runner
2025-08-20T20:20:45.1062387Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/highlight/highlight.rs' from root:root to runner:runner
2025-08-20T20:20:45.1063024Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/highlight/mod.rs' from root:root to runner:runner
2025-08-20T20:20:45.1063634Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/highlight' from root:root to runner:runner
2025-08-20T20:20:45.1064240Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/threads.rs' from root:root to runner:runner
2025-08-20T20:20:45.1064855Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/text_face.rs' from root:root to runner:runner
2025-08-20T20:20:45.1065453Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/wchar.rs' from root:root to runner:runner
2025-08-20T20:20:45.1066052Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/expand.rs' from root:root to runner:runner
2025-08-20T20:20:45.1066656Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/proc.rs' from root:root to runner:runner
2025-08-20T20:20:45.1067248Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/exec.rs' from root:root to runner:runner
2025-08-20T20:20:45.1068217Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/universal_notifier/notifyd.rs' from root:root to runner:runner
2025-08-20T20:20:45.1068959Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/universal_notifier/kqueue.rs' from root:root to runner:runner
2025-08-20T20:20:45.1069647Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/universal_notifier/inotify.rs' from root:root to runner:runner
2025-08-20T20:20:45.1070314Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/universal_notifier/mod.rs' from root:root to runner:runner
2025-08-20T20:20:45.1071018Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/universal_notifier/test_helpers.rs' from root:root to runner:runner
2025-08-20T20:20:45.1071657Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/universal_notifier' from root:root to runner:runner
2025-08-20T20:20:45.1072257Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/future.rs' from root:root to runner:runner
2025-08-20T20:20:45.1073034Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/wildcard.rs' from root:root to runner:runner
2025-08-20T20:20:45.1073635Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/event.rs' from root:root to runner:runner
2025-08-20T20:20:45.1074255Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/terminal.rs' from root:root to runner:runner
2025-08-20T20:20:45.1074852Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/flog.rs' from root:root to runner:runner
2025-08-20T20:20:45.1075475Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/env_dispatch.rs' from root:root to runner:runner
2025-08-20T20:20:45.1076067Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/io.rs' from root:root to runner:runner
2025-08-20T20:20:45.1076648Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/fs.rs' from root:root to runner:runner
2025-08-20T20:20:45.1077292Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/parser_keywords.rs' from root:root to runner:runner
2025-08-20T20:20:45.1077995Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/kill.rs' from root:root to runner:runner
2025-08-20T20:20:45.1078672Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/timer.rs' from root:root to runner:runner
2025-08-20T20:20:45.1079271Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/libc.c' from root:root to runner:runner
2025-08-20T20:20:45.1080043Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/wgetopt.rs' from root:root to runner:runner
2025-08-20T20:20:45.1080693Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/parser.rs' from root:root to runner:runner
2025-08-20T20:20:45.1081345Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/fork_exec/flog_safe.rs' from root:root to runner:runner
2025-08-20T20:20:45.1081983Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/fork_exec/mod.rs' from root:root to runner:runner
2025-08-20T20:20:45.1082612Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/fork_exec/spawn.rs' from root:root to runner:runner
2025-08-20T20:20:45.1083266Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/fork_exec/postfork.rs' from root:root to runner:runner
2025-08-20T20:20:45.1083866Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/fork_exec' from root:root to runner:runner
2025-08-20T20:20:45.1084520Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/env_universal_common.rs' from root:root to runner:runner
2025-08-20T20:20:45.1085302Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/null_terminated_array.rs' from root:root to runner:runner
2025-08-20T20:20:45.1085964Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/reader_history_search.rs' from root:root to runner:runner
2025-08-20T20:20:45.1086603Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/fd_readable_set.rs' from root:root to runner:runner
2025-08-20T20:20:45.1087205Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/input.rs' from root:root to runner:runner
2025-08-20T20:20:45.1087893Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/lib.rs' from root:root to runner:runner
2025-08-20T20:20:45.1088548Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/libc.rs' from root:root to runner:runner
2025-08-20T20:20:45.1089154Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/abbrs.rs' from root:root to runner:runner
2025-08-20T20:20:45.1089770Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/std.rs' from root:root to runner:runner
2025-08-20T20:20:45.1090409Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/fd_monitor.rs' from root:root to runner:runner
2025-08-20T20:20:45.1091048Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/termsize.rs' from root:root to runner:runner
2025-08-20T20:20:45.1091685Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/debounce.rs' from root:root to runner:runner
2025-08-20T20:20:45.1092482Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/editable_line.rs' from root:root to runner:runner
2025-08-20T20:20:45.1093132Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/complete.rs' from root:root to runner:runner
2025-08-20T20:20:45.1093770Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/ast_bench.rs' from root:root to runner:runner
2025-08-20T20:20:45.1094402Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/reader.rs' from root:root to runner:runner
2025-08-20T20:20:45.1095055Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/redirection.rs' from root:root to runner:runner
2025-08-20T20:20:45.1095712Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/input_common.rs' from root:root to runner:runner
2025-08-20T20:20:45.1096333Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/ast.rs' from root:root to runner:runner
2025-08-20T20:20:45.1096946Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/key.rs' from root:root to runner:runner
2025-08-20T20:20:45.1097856Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/history.rs' from root:root to runner:runner
2025-08-20T20:20:45.1098531Z [00:03:37.271]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/pager.rs' from root:root to runner:runner
2025-08-20T20:20:45.1099186Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/topic_monitor.rs' from root:root to runner:runner
2025-08-20T20:20:45.1099819Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/encoding.rs' from root:root to runner:runner
2025-08-20T20:20:45.1100452Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/screen.rs' from root:root to runner:runner
2025-08-20T20:20:45.1101096Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/parse_util.rs' from root:root to runner:runner
2025-08-20T20:20:45.1101740Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/tokenizer.rs' from root:root to runner:runner
2025-08-20T20:20:45.1102374Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/threads.rs' from root:root to runner:runner
2025-08-20T20:20:45.1102999Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/expand.rs' from root:root to runner:runner
2025-08-20T20:20:45.1103659Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/string_escape.rs' from root:root to runner:runner
2025-08-20T20:20:45.1104272Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/mod.rs' from root:root to runner:runner
2025-08-20T20:20:45.1105068Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/wgetopt.rs' from root:root to runner:runner
2025-08-20T20:20:45.1105719Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/parser.rs' from root:root to runner:runner
2025-08-20T20:20:45.1106401Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/env_universal_common.rs' from root:root to runner:runner
2025-08-20T20:20:45.1107032Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/input.rs' from root:root to runner:runner
2025-08-20T20:20:45.1107788Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/abbrs.rs' from root:root to runner:runner
2025-08-20T20:20:45.1108460Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/common.rs' from root:root to runner:runner
2025-08-20T20:20:45.1109082Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/env.rs' from root:root to runner:runner
2025-08-20T20:20:45.1109831Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests' from root:root to runner:runner
2025-08-20T20:20:45.1110433Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/common.rs' from root:root to runner:runner
2025-08-20T20:20:45.1111041Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/panic.rs' from root:root to runner:runner
2025-08-20T20:20:45.1111601Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src' from root:root to runner:runner
2025-08-20T20:20:45.1112206Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/CHANGELOG.rst' from root:root to runner:runner
2025-08-20T20:20:45.1112807Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/GNUmakefile' from root:root to runner:runner
2025-08-20T20:20:45.1113410Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.clang-format' from root:root to runner:runner
2025-08-20T20:20:45.1114029Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T20:20:45.1114722Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T20:20:45.1115417Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T20:20:45.1116081Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T20:20:45.1116759Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T20:20:45.1117524Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T20:20:45.1118391Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T20:20:45.1119100Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T20:20:45.1119790Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T20:20:45.1120456Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T20:20:45.1121119Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T20:20:45.1121803Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T20:20:45.1122633Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T20:20:45.1123304Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T20:20:45.1123999Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T20:20:45.1124587Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T20:20:45.1125178Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T20:20:45.1125770Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T20:20:45.1126635Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/objects/pack/pack-a85403e56bc2d8d1608a01d0bcfad17e0863aa87.promisor' from root:root to runner:runner
2025-08-20T20:20:45.1127474Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/objects/pack/pack-67f8a84263b1ee8cdd8aedbf5a81f5a60eb565f4.pack' from root:root to runner:runner
2025-08-20T20:20:45.1128462Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/objects/pack/pack-a85403e56bc2d8d1608a01d0bcfad17e0863aa87.idx' from root:root to runner:runner
2025-08-20T20:20:45.1129331Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/objects/pack/pack-a85403e56bc2d8d1608a01d0bcfad17e0863aa87.pack' from root:root to runner:runner
2025-08-20T20:20:45.1130376Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/objects/pack/pack-67f8a84263b1ee8cdd8aedbf5a81f5a60eb565f4.rev' from root:root to runner:runner
2025-08-20T20:20:45.1131223Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/objects/pack/pack-67f8a84263b1ee8cdd8aedbf5a81f5a60eb565f4.idx' from root:root to runner:runner
2025-08-20T20:20:45.1132061Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/objects/pack/pack-a85403e56bc2d8d1608a01d0bcfad17e0863aa87.rev' from root:root to runner:runner
2025-08-20T20:20:45.1132919Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/objects/pack/pack-67f8a84263b1ee8cdd8aedbf5a81f5a60eb565f4.promisor' from root:root to runner:runner
2025-08-20T20:20:45.1133542Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T20:20:45.1134157Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T20:20:45.1134751Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T20:20:45.1135577Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T20:20:45.1136163Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T20:20:45.1136781Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T20:20:45.1137380Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T20:20:45.1138123Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/logs/refs/heads/master' from root:root to runner:runner
2025-08-20T20:20:45.1138791Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T20:20:45.1139483Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T20:20:45.1140150Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T20:20:45.1140776Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T20:20:45.1141384Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T20:20:45.1141964Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T20:20:45.1142689Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T20:20:45.1143350Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T20:20:45.1143988Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/refs/heads/master' from root:root to runner:runner
2025-08-20T20:20:45.1144602Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T20:20:45.1145261Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T20:20:45.1145911Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T20:20:45.1146522Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T20:20:45.1147103Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T20:20:45.1147961Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T20:20:45.1148744Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/build_tools/osx_package_scripts/postinstall' from root:root to runner:runner
2025-08-20T20:20:45.1149455Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/build_tools/osx_package_scripts/add-shell' from root:root to runner:runner
2025-08-20T20:20:45.1150174Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/build_tools/osx_package_scripts/preinstall' from root:root to runner:runner
2025-08-20T20:20:45.1150858Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/build_tools/osx_package_scripts' from root:root to runner:runner
2025-08-20T20:20:45.1151495Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/build_tools/make_pkg.sh' from root:root to runner:runner
2025-08-20T20:20:45.1152198Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/build_tools/update_translations.fish' from root:root to runner:runner
2025-08-20T20:20:45.1152849Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/build_tools/make_tarball.sh' from root:root to runner:runner
2025-08-20T20:20:45.1153526Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/build_tools/make_vendor_tarball.sh' from root:root to runner:runner
2025-08-20T20:20:45.1154198Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/build_tools/fish_xgettext.fish' from root:root to runner:runner
2025-08-20T20:20:45.1155007Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/build_tools/git_version_gen.sh' from root:root to runner:runner
2025-08-20T20:20:45.1155678Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/build_tools/mac_notarize.sh' from root:root to runner:runner
2025-08-20T20:20:45.1156316Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/build_tools/style.fish' from root:root to runner:runner
2025-08-20T20:20:45.1156954Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/build_tools/check.sh' from root:root to runner:runner
2025-08-20T20:20:45.1157724Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/build_tools/osx_distribution.xml' from root:root to runner:runner
2025-08-20T20:20:45.1158526Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/build_tools/osx_package_resources/terminal_logo.png' from root:root to runner:runner
2025-08-20T20:20:45.1159256Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/build_tools/osx_package_resources/welcome.html' from root:root to runner:runner
2025-08-20T20:20:45.1160069Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/build_tools/osx_package_resources' from root:root to runner:runner
2025-08-20T20:20:45.1160764Z [00:03:37.272]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/build_tools/list_committers_since.fish' from root:root to runner:runner
2025-08-20T20:20:45.1161437Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/build_tools/diff_profiles.fish' from root:root to runner:runner
2025-08-20T20:20:45.1162170Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/build_tools/extract_help_sections.fish' from root:root to runner:runner
2025-08-20T20:20:45.1162853Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/build_tools/ios_entitlements.xml' from root:root to runner:runner
2025-08-20T20:20:45.1163538Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/build_tools/lsan_suppressions.txt' from root:root to runner:runner
2025-08-20T20:20:45.1164132Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/build_tools' from root:root to runner:runner
2025-08-20T20:20:45.1164777Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/benchmarks/driver.sh' from root:root to runner:runner
2025-08-20T20:20:45.1165503Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/benchmarks/benchmarks/printf-escapes.fish' from root:root to runner:runner
2025-08-20T20:20:45.1166213Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/benchmarks/benchmarks/no_execute.fish' from root:root to runner:runner
2025-08-20T20:20:45.1166943Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/benchmarks/benchmarks/load_completions.fish' from root:root to runner:runner
2025-08-20T20:20:45.1167905Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/benchmarks/benchmarks/external_cmds.fish' from root:root to runner:runner
2025-08-20T20:20:45.1168688Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/benchmarks/benchmarks/set_long.fish' from root:root to runner:runner
2025-08-20T20:20:45.1169385Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/benchmarks/benchmarks/string.fish' from root:root to runner:runner
2025-08-20T20:20:45.1170078Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/benchmarks/benchmarks/read.fish' from root:root to runner:runner
2025-08-20T20:20:45.1170772Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/benchmarks/benchmarks/printf.fish' from root:root to runner:runner
2025-08-20T20:20:45.1171468Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/benchmarks/benchmarks/seq_echo.fish' from root:root to runner:runner
2025-08-20T20:20:45.1172145Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/benchmarks/benchmarks/glob.fish' from root:root to runner:runner
2025-08-20T20:20:45.1173068Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/benchmarks/benchmarks/string-wildcard.fish' from root:root to runner:runner
2025-08-20T20:20:45.1173766Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/benchmarks/benchmarks/aliases.fish' from root:root to runner:runner
2025-08-20T20:20:45.1174495Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/benchmarks/benchmarks/string-repeat.fish' from root:root to runner:runner
2025-08-20T20:20:45.1175174Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/benchmarks/benchmarks/math.fish' from root:root to runner:runner
2025-08-20T20:20:45.1175821Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/benchmarks/benchmarks' from root:root to runner:runner
2025-08-20T20:20:45.1176413Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/benchmarks' from root:root to runner:runner
2025-08-20T20:20:45.1177083Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/history_sample_fish_1_x' from root:root to runner:runner
2025-08-20T20:20:45.1177825Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/path.fish' from root:root to runner:runner
2025-08-20T20:20:45.1178569Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/directory-redirect.fish' from root:root to runner:runner
2025-08-20T20:20:45.1179262Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/tmux-wrapping.fish' from root:root to runner:runner
2025-08-20T20:20:45.1179939Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/status-value.fish' from root:root to runner:runner
2025-08-20T20:20:45.1180778Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/line-continuation.fish' from root:root to runner:runner
2025-08-20T20:20:45.1181475Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/sphinx-html.fish' from root:root to runner:runner
2025-08-20T20:20:45.1182149Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/buildinfo.fish' from root:root to runner:runner
2025-08-20T20:20:45.1182810Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/wildcard.fish' from root:root to runner:runner
2025-08-20T20:20:45.1183524Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/complete-group-order.fish' from root:root to runner:runner
2025-08-20T20:20:45.1184170Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/alias.fish' from root:root to runner:runner
2025-08-20T20:20:45.1184930Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/exit-status-with-closing-stderr.fish' from root:root to runner:runner
2025-08-20T20:20:45.1185808Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/contains_opt.fish' from root:root to runner:runner
2025-08-20T20:20:45.1186496Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/locale-numeric.fish' from root:root to runner:runner
2025-08-20T20:20:45.1187159Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/job-ids.fish' from root:root to runner:runner
2025-08-20T20:20:45.1187946Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/syntax-error-location.fish' from root:root to runner:runner
2025-08-20T20:20:45.1188661Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/redirect.fish' from root:root to runner:runner
2025-08-20T20:20:45.1189304Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/trap.fish' from root:root to runner:runner
2025-08-20T20:20:45.1189992Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/stack-overflow.fish' from root:root to runner:runner
2025-08-20T20:20:45.1190697Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/check-all-fish-files.fish' from root:root to runner:runner
2025-08-20T20:20:45.1191344Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/signal.fish' from root:root to runner:runner
2025-08-20T20:20:45.1192048Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/features-nocaret1.fish' from root:root to runner:runner
2025-08-20T20:20:45.1192854Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/complete.fish' from root:root to runner:runner
2025-08-20T20:20:45.1193539Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/realpath.fish' from root:root to runner:runner
2025-08-20T20:20:45.1194211Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/bad-option.fish' from root:root to runner:runner
2025-08-20T20:20:45.1194929Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/job-control-not-a-tty.fish' from root:root to runner:runner
2025-08-20T20:20:45.1195570Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/wait.fish' from root:root to runner:runner
2025-08-20T20:20:45.1196241Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/test-posix.fish' from root:root to runner:runner
2025-08-20T20:20:45.1196902Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/argparse.fish' from root:root to runner:runner
2025-08-20T20:20:45.1197570Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/invocation.fish' from root:root to runner:runner
2025-08-20T20:20:45.1198499Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/time.fish' from root:root to runner:runner
2025-08-20T20:20:45.1199158Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/autoload.fish' from root:root to runner:runner
2025-08-20T20:20:45.1199855Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/status-command.fish' from root:root to runner:runner
2025-08-20T20:20:45.1200505Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/funced.fish' from root:root to runner:runner
2025-08-20T20:20:45.1201177Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/trap_print.fish' from root:root to runner:runner
2025-08-20T20:20:45.1201891Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/tmux-transient-prompt.fish' from root:root to runner:runner
2025-08-20T20:20:45.1202601Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/default-setup-path.fish' from root:root to runner:runner
2025-08-20T20:20:45.1203280Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/cmdsub-limit.fish' from root:root to runner:runner
2025-08-20T20:20:45.1203981Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/po-files-up-to-date.fish' from root:root to runner:runner
2025-08-20T20:20:45.1204655Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/no-execute.fish' from root:root to runner:runner
2025-08-20T20:20:45.1205430Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/slices.fish' from root:root to runner:runner
2025-08-20T20:20:45.1206150Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/init-unreadable-cwd.fish' from root:root to runner:runner
2025-08-20T20:20:45.1206845Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/jobs-are-escaped.fish' from root:root to runner:runner
2025-08-20T20:20:45.1207525Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/init-command.fish' from root:root to runner:runner
2025-08-20T20:20:45.1208413Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/cmdsub.fish' from root:root to runner:runner
2025-08-20T20:20:45.1209080Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/status.fish' from root:root to runner:runner
2025-08-20T20:20:45.1209793Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/tmux-history-search2.fish' from root:root to runner:runner
2025-08-20T20:20:45.1210508Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/tmux-multiline-prompt.fish' from root:root to runner:runner
2025-08-20T20:20:45.1211381Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/print-help.fish' from root:root to runner:runner
2025-08-20T20:20:45.1212057Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/tmux-bind.fish' from root:root to runner:runner
2025-08-20T20:20:45.1212705Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/empty.fish' from root:root to runner:runner
2025-08-20T20:20:45.1213396Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/tmux-invocation.fish' from root:root to runner:runner
2025-08-20T20:20:45.1214056Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/set_color.fish' from root:root to runner:runner
2025-08-20T20:20:45.1214787Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/symlinks-not-overwritten.fish' from root:root to runner:runner
2025-08-20T20:20:45.1215512Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/create-base-directories.fish' from root:root to runner:runner
2025-08-20T20:20:45.1216211Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/features-nocaret4.fish' from root:root to runner:runner
2025-08-20T20:20:45.1216894Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/tmux-complete2.fish' from root:root to runner:runner
2025-08-20T20:20:45.1217696Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/tmux-vi-key-bindings.fish' from root:root to runner:runner
2025-08-20T20:20:45.1218558Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/tmux-commandline.fish' from root:root to runner:runner
2025-08-20T20:20:45.1219278Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/po-files-well-formed.fish' from root:root to runner:runner
2025-08-20T20:20:45.1219914Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/vi.fish' from root:root to runner:runner
2025-08-20T20:20:45.1220623Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/tmux-history-pager.fish' from root:root to runner:runner
2025-08-20T20:20:45.1221294Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/line-number.fish' from root:root to runner:runner
2025-08-20T20:20:45.1221986Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/init-command-2.fish' from root:root to runner:runner
2025-08-20T20:20:45.1222634Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/trace.fish' from root:root to runner:runner
2025-08-20T20:20:45.1223461Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/tmux-complete.fish' from root:root to runner:runner
2025-08-20T20:20:45.1224205Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/job-control-noninteractive.fish' from root:root to runner:runner
2025-08-20T20:20:45.1224847Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/cd.fish' from root:root to runner:runner
2025-08-20T20:20:45.1225561Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/command-vars-persist.fish' from root:root to runner:runner
2025-08-20T20:20:45.1226207Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/andor.fish' from root:root to runner:runner
2025-08-20T20:20:45.1226851Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/type.fish' from root:root to runner:runner
2025-08-20T20:20:45.1227490Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/nuls.fish' from root:root to runner:runner
2025-08-20T20:20:45.1228281Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/version.fish' from root:root to runner:runner
2025-08-20T20:20:45.1228956Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/scoping.fish' from root:root to runner:runner
2025-08-20T20:20:45.1229692Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/init-command-mix-ordering.fish' from root:root to runner:runner
2025-08-20T20:20:45.1230344Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/export.fish' from root:root to runner:runner
2025-08-20T20:20:45.1231188Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/tmux-job.fish' from root:root to runner:runner
2025-08-20T20:20:45.1231854Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/string.fish' from root:root to runner:runner
2025-08-20T20:20:45.1232496Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/bind.fish' from root:root to runner:runner
2025-08-20T20:20:45.1233140Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/read.fish' from root:root to runner:runner
2025-08-20T20:20:45.1233832Z [00:03:37.273]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/caller-observer.fish' from root:root to runner:runner
2025-08-20T20:20:45.1234490Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/sigint2.fish' from root:root to runner:runner
2025-08-20T20:20:45.1235237Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/features-string-backslashes.fish' from root:root to runner:runner
2025-08-20T20:20:45.1236053Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/printf.fish' from root:root to runner:runner
2025-08-20T20:20:45.1236729Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/tmux-prompt.fish' from root:root to runner:runner
2025-08-20T20:20:45.1237413Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/broken-config.fish' from root:root to runner:runner
2025-08-20T20:20:45.1238144Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/eval.fish' from root:root to runner:runner
2025-08-20T20:20:45.1238848Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/indent.fish' from root:root to runner:runner
2025-08-20T20:20:45.1239543Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/vars_as_commands.fish' from root:root to runner:runner
2025-08-20T20:20:45.1240216Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/deep-cmdsub.fish' from root:root to runner:runner
2025-08-20T20:20:45.1240866Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/basic.fish' from root:root to runner:runner
2025-08-20T20:20:45.1241561Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/builtinbuiltin.fish' from root:root to runner:runner
2025-08-20T20:20:45.1242229Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/tmux-bind2.fish' from root:root to runner:runner
2025-08-20T20:20:45.1242871Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/abbr.fish' from root:root to runner:runner
2025-08-20T20:20:45.1243640Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/sigint.fish' from root:root to runner:runner
2025-08-20T20:20:45.1244425Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/features-percent-self1.fish' from root:root to runner:runner
2025-08-20T20:20:45.1245066Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/glob.fish' from root:root to runner:runner
2025-08-20T20:20:45.1245733Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/expansion.fish' from root:root to runner:runner
2025-08-20T20:20:45.1246382Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/random.fish' from root:root to runner:runner
2025-08-20T20:20:45.1247095Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/variable-assignment.fish' from root:root to runner:runner
2025-08-20T20:20:45.1247836Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/not.fish' from root:root to runner:runner
2025-08-20T20:20:45.1248509Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/exec.fish' from root:root to runner:runner
2025-08-20T20:20:45.1249377Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/pipestatus.fish' from root:root to runner:runner
2025-08-20T20:20:45.1250047Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/threads.fish' from root:root to runner:runner
2025-08-20T20:20:45.1250713Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/tmux-read.fish' from root:root to runner:runner
2025-08-20T20:20:45.1251377Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/noshebang.fish' from root:root to runner:runner
2025-08-20T20:20:45.1252156Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/features-ampersand-nobg-in-token1.fish' from root:root to runner:runner
2025-08-20T20:20:45.1252824Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/functions.fish' from root:root to runner:runner
2025-08-20T20:20:45.1253477Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/braces.fish' from root:root to runner:runner
2025-08-20T20:20:45.1254129Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/prompt.fish' from root:root to runner:runner
2025-08-20T20:20:45.1254856Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/broken-config/fish/config.fish' from root:root to runner:runner
2025-08-20T20:20:45.1255540Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/broken-config/fish' from root:root to runner:runner
2025-08-20T20:20:45.1256314Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/broken-config' from root:root to runner:runner
2025-08-20T20:20:45.1257049Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/function-definition.fish' from root:root to runner:runner
2025-08-20T20:20:45.1257839Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/disown-parent.fish' from root:root to runner:runner
2025-08-20T20:20:45.1258526Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/jobs.fish' from root:root to runner:runner
2025-08-20T20:20:45.1259253Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/features-percent-self2.fish' from root:root to runner:runner
2025-08-20T20:20:45.1259952Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/string-advanced.fish' from root:root to runner:runner
2025-08-20T20:20:45.1260723Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/features-string-backslashes-off.fish' from root:root to runner:runner
2025-08-20T20:20:45.1261579Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/fish_user_paths.fish' from root:root to runner:runner
2025-08-20T20:20:45.1262287Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/tmux-abbr.fish' from root:root to runner:runner
2025-08-20T20:20:45.1262940Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/wraps.fish' from root:root to runner:runner
2025-08-20T20:20:45.1263591Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/ulimit.fish' from root:root to runner:runner
2025-08-20T20:20:45.1264272Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/commandline.fish' from root:root to runner:runner
2025-08-20T20:20:45.1264974Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/features-nocaret2.fish' from root:root to runner:runner
2025-08-20T20:20:45.1265767Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/fish_exit.fish' from root:root to runner:runner
2025-08-20T20:20:45.1266483Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/features-nocaret3.fish' from root:root to runner:runner
2025-08-20T20:20:45.1267149Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/function.fish' from root:root to runner:runner
2025-08-20T20:20:45.1267940Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/features-qmark1.fish' from root:root to runner:runner
2025-08-20T20:20:45.1268746Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/completion-autoload-tombstone.fish' from root:root to runner:runner
2025-08-20T20:20:45.1269417Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/command-2.fish' from root:root to runner:runner
2025-08-20T20:20:45.1270068Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/setenv.fish' from root:root to runner:runner
2025-08-20T20:20:45.1270726Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/history.fish' from root:root to runner:runner
2025-08-20T20:20:45.1271579Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/zero_based_array.fish' from root:root to runner:runner
2025-08-20T20:20:45.1272282Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/features-qmark2.fish' from root:root to runner:runner
2025-08-20T20:20:45.1272917Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/for.fish' from root:root to runner:runner
2025-08-20T20:20:45.1273593Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/fish_add_path.fish' from root:root to runner:runner
2025-08-20T20:20:45.1274264Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/sphinx-man.fish' from root:root to runner:runner
2025-08-20T20:20:45.1274909Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/test.fish' from root:root to runner:runner
2025-08-20T20:20:45.1275572Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/no-config.fish' from root:root to runner:runner
2025-08-20T20:20:45.1276225Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/locale.fish' from root:root to runner:runner
2025-08-20T20:20:45.1276890Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/command-1.fish' from root:root to runner:runner
2025-08-20T20:20:45.1277537Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/count.fish' from root:root to runner:runner
2025-08-20T20:20:45.1278493Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/switch.fish' from root:root to runner:runner
2025-08-20T20:20:45.1279226Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/rc-returned.fish' from root:root to runner:runner
2025-08-20T20:20:45.1279899Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/tmux-signal.fish' from root:root to runner:runner
2025-08-20T20:20:45.1280593Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/tmux-scrollback.fish' from root:root to runner:runner
2025-08-20T20:20:45.1281260Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/tmux-pager.fish' from root:root to runner:runner
2025-08-20T20:20:45.1281936Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/caller-exit.fish' from root:root to runner:runner
2025-08-20T20:20:45.1282579Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/psub.fish' from root:root to runner:runner
2025-08-20T20:20:45.1283269Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/self-signal-usr1.fish' from root:root to runner:runner
2025-08-20T20:20:45.1284087Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/source.fish' from root:root to runner:runner
2025-08-20T20:20:45.1284744Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/return.fish' from root:root to runner:runner
2025-08-20T20:20:45.1285453Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/colon-delimited-var.fish' from root:root to runner:runner
2025-08-20T20:20:45.1286157Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/tmux-history-search.fish' from root:root to runner:runner
2025-08-20T20:20:45.1286798Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/git.fish' from root:root to runner:runner
2025-08-20T20:20:45.1287436Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/env.fish' from root:root to runner:runner
2025-08-20T20:20:45.1288308Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/tmux-prefix.fish' from root:root to runner:runner
2025-08-20T20:20:45.1289054Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/pipeline-pgroup.fish' from root:root to runner:runner
2025-08-20T20:20:45.1289700Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/umask.fish' from root:root to runner:runner
2025-08-20T20:20:45.1290410Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/tmux-autosuggestion.fish' from root:root to runner:runner
2025-08-20T20:20:45.1291239Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/init-command-mix.fish' from root:root to runner:runner
2025-08-20T20:20:45.1291994Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/complete_directories.fish' from root:root to runner:runner
2025-08-20T20:20:45.1292675Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/regex-import.fish' from root:root to runner:runner
2025-08-20T20:20:45.1293315Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/set.fish' from root:root to runner:runner
2025-08-20T20:20:45.1293985Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/andandoror.fish' from root:root to runner:runner
2025-08-20T20:20:45.1294687Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/check-completions.fish' from root:root to runner:runner
2025-08-20T20:20:45.1295387Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/command-not-found.fish' from root:root to runner:runner
2025-08-20T20:20:45.1296024Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/fds.fish' from root:root to runner:runner
2025-08-20T20:20:45.1296822Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/math.fish' from root:root to runner:runner
2025-08-20T20:20:45.1297481Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/loops.fish' from root:root to runner:runner
2025-08-20T20:20:45.1298204Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks' from root:root to runner:runner
2025-08-20T20:20:45.1298888Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/history_sample_fish_2_0' from root:root to runner:runner
2025-08-20T20:20:45.1299539Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpect_helper.py' from root:root to runner:runner
2025-08-20T20:20:45.1300333Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/test_functions/r2l.fish' from root:root to runner:runner
2025-08-20T20:20:45.1301061Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/test_functions/display_bytes.fish' from root:root to runner:runner
2025-08-20T20:20:45.1301802Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/test_functions/isolated-tmux-start.fish' from root:root to runner:runner
2025-08-20T20:20:45.1302484Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/test_functions/mktemp.fish' from root:root to runner:runner
2025-08-20T20:20:45.1303206Z [00:03:37.274]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/test_functions/__fish_print_help.fish' from root:root to runner:runner
2025-08-20T20:20:45.1304054Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/test_functions/sphinx-shared.sh' from root:root to runner:runner
2025-08-20T20:20:45.1304701Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/test_functions' from root:root to runner:runner
2025-08-20T20:20:45.1305332Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/test_driver.py' from root:root to runner:runner
2025-08-20T20:20:45.1305950Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/.gitignore' from root:root to runner:runner
2025-08-20T20:20:45.1306596Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/fish_test_helper.c' from root:root to runner:runner
2025-08-20T20:20:45.1307235Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/littlecheck.py' from root:root to runner:runner
2025-08-20T20:20:45.1307992Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/history_sample_bash' from root:root to runner:runner
2025-08-20T20:20:45.1308734Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/exit_handlers.py' from root:root to runner:runner
2025-08-20T20:20:45.1309569Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/complete.py' from root:root to runner:runner
2025-08-20T20:20:45.1310235Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/terminal.py' from root:root to runner:runner
2025-08-20T20:20:45.1310919Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/commandline.py' from root:root to runner:runner
2025-08-20T20:20:45.1311564Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/undo.py' from root:root to runner:runner
2025-08-20T20:20:45.1312247Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/tty_ownership.py' from root:root to runner:runner
2025-08-20T20:20:45.1312922Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/torn_escapes.py' from root:root to runner:runner
2025-08-20T20:20:45.1313593Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/set_color.py' from root:root to runner:runner
2025-08-20T20:20:45.1314258Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/nullterm.py' from root:root to runner:runner
2025-08-20T20:20:45.1314944Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/private_mode.py' from root:root to runner:runner
2025-08-20T20:20:45.1315623Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/exit_nohang.py' from root:root to runner:runner
2025-08-20T20:20:45.1316266Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/wait.py' from root:root to runner:runner
2025-08-20T20:20:45.1317030Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/status.py' from root:root to runner:runner
2025-08-20T20:20:45.1317872Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/cancel_event.py' from root:root to runner:runner
2025-08-20T20:20:45.1318567Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/bind.py' from root:root to runner:runner
2025-08-20T20:20:45.1319236Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/postexec.py' from root:root to runner:runner
2025-08-20T20:20:45.1319920Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/disable_mouse.py' from root:root to runner:runner
2025-08-20T20:20:45.1320582Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/history.py' from root:root to runner:runner
2025-08-20T20:20:45.1321275Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/cursor_selection.py' from root:root to runner:runner
2025-08-20T20:20:45.1322120Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/isatty.py' from root:root to runner:runner
2025-08-20T20:20:45.1322780Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/signals.py' from root:root to runner:runner
2025-08-20T20:20:45.1323426Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/exit.py' from root:root to runner:runner
2025-08-20T20:20:45.1324085Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/generic.py' from root:root to runner:runner
2025-08-20T20:20:45.1324726Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/abbrs.py' from root:root to runner:runner
2025-08-20T20:20:45.1325384Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/sigint.py' from root:root to runner:runner
2025-08-20T20:20:45.1326051Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/histfile.py' from root:root to runner:runner
2025-08-20T20:20:45.1326753Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/stdin_nonblocking.py' from root:root to runner:runner
2025-08-20T20:20:45.1327424Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/job_summary.py' from root:root to runner:runner
2025-08-20T20:20:45.1328245Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/complete-group-order.py' from root:root to runner:runner
2025-08-20T20:20:45.1328973Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/wildcard_tab.py' from root:root to runner:runner
2025-08-20T20:20:45.1329766Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/pipeline.py' from root:root to runner:runner
2025-08-20T20:20:45.1330456Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/fkr.py' from root:root to runner:runner
2025-08-20T20:20:45.1331146Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/bind_mode_events.py' from root:root to runner:runner
2025-08-20T20:20:45.1331854Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/prompt_redraw_loop.py' from root:root to runner:runner
2025-08-20T20:20:45.1332566Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/eval-stack-overflow.py' from root:root to runner:runner
2025-08-20T20:20:45.1333204Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/fg.py' from root:root to runner:runner
2025-08-20T20:20:45.1333847Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/read.py' from root:root to runner:runner
2025-08-20T20:20:45.1334631Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects' from root:root to runner:runner
2025-08-20T20:20:45.1335285Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/interactive.config' from root:root to runner:runner
2025-08-20T20:20:45.1335959Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/history_sample_corrupt1' from root:root to runner:runner
2025-08-20T20:20:45.1336532Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests' from root:root to runner:runner
2025-08-20T20:20:45.1337075Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO' from root:root to runner:runner
2025-08-20T20:20:45.1337715Z [00:03:37.275]➜  changed ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8' from root:root to runner:runner
2025-08-20T20:20:45.1338724Z [00:03:37.275]➜  ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' retained as runner:runner
2025-08-20T20:20:45.1339202Z [00:03:37.275]➜  ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-20T20:20:45.1339594Z [00:03:37.275]➜  ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/fish_indent' retained as runner:runner
2025-08-20T20:20:45.1340001Z [00:03:37.275]➜  ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/fish_key_reader' retained as runner:runner
2025-08-20T20:20:45.1340362Z [00:03:37.275]➜  ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/fish' retained as runner:runner
2025-08-20T20:20:45.1340741Z [00:03:37.275]➜  ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD' retained as runner:runner
2025-08-20T20:20:45.1341135Z [00:03:37.275]➜  ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/fish.version' retained as runner:runner
2025-08-20T20:20:45.1341504Z [00:03:37.275]➜  ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/LICENSE' retained as runner:runner
2025-08-20T20:20:45.1342141Z [00:03:37.275]➜  ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/fish.static.version' retained as runner:runner
2025-08-20T20:20:45.1342519Z [00:03:37.275]➜  ownership of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR' retained as runner:runner
2025-08-20T20:20:45.1342950Z [00:03:37.282]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/fish_indent' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1343396Z [00:03:37.287]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/fish_key_reader' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1343796Z [00:03:37.293]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/fish' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1344300Z [00:03:37.298]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1344790Z [00:03:37.303]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1345414Z [00:03:37.309]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/etc/config.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1346020Z [00:03:37.314]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1346826Z [00:03:37.319]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/debian/prerm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1347457Z [00:03:37.325]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/debian/postinst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1348250Z [00:03:37.330]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/debian/doc-base' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1348890Z [00:03:37.335]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/debian/control' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1349560Z [00:03:37.340]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/debian/lintian-overrides' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1350184Z [00:03:37.346]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/debian/compat' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1350824Z [00:03:37.351]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/debian/copyright' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1351468Z [00:03:37.356]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/debian/source/format' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1352060Z [00:03:37.362]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/debian/rules' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1352675Z [00:03:37.367]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/debian/docs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1353283Z [00:03:37.372]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/fish.spec.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1354063Z [00:03:37.378]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.builds/freebsd.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1354710Z [00:03:37.383]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.builds/arch.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1355342Z [00:03:37.388]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.builds/alpine.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1355955Z [00:03:37.393]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1356636Z [00:03:37.399]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_internal/fish-riir-plan.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1357320Z [00:03:37.404]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_internal/mac-artifacts.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1358104Z [00:03:37.409]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_internal/rust-devel.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1358774Z [00:03:37.415]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/BSDmakefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1359549Z [00:03:37.420]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/SECURITY.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1360214Z [00:03:37.425]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/osx/osx_fish_launcher.m' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1360760Z [00:03:37.431]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/osx/install.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1361423Z [00:03:37.436]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/osx/MacApp.entitlements' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1362113Z [00:03:37.442]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/osx/launch_fish.scpt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1362790Z [00:03:37.447]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/osx/fish_debug.entitlements' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1363481Z [00:03:37.452]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/osx/CMakeMacAppInfo.plist.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1364130Z [00:03:37.457]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/osx/fish_term_icon.icns' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1364732Z [00:03:37.463]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.cirrus.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1365337Z [00:03:37.468]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/fish.pc.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1365960Z [00:03:37.474]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.gitattributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1366702Z [00:03:37.479]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/build.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1367372Z [00:03:37.485]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/COPYING' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1368077Z [00:03:37.490]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/README.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1368770Z [00:03:37.495]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/CONTRIBUTING.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1369379Z [00:03:37.501]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1370044Z [00:03:37.506]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.github/workflows/main.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1370738Z [00:03:37.512]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.github/workflows/staticbuild.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1371945Z [00:03:37.517]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.github/workflows/mac_codesign.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1372665Z [00:03:37.523]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.github/workflows/autolabel_prs.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1373820Z [00:03:37.528]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.github/workflows/lockthreads.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1374588Z [00:03:37.534]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.github/workflows/rust_checks.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1375347Z [00:03:37.539]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.github/actions/rust-toolchain@stable/action.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1376143Z [00:03:37.545]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.github/actions/rust-toolchain@oldest-supported/action.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1376838Z [00:03:37.550]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.github/ISSUE_TEMPLATE/bug.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1426449Z [00:03:37.556]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.github/PULL_REQUEST_TEMPLATE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1485351Z [00:03:37.562]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/fg.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1541281Z [00:03:37.567]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/path.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1594146Z [00:03:37.573]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/jest.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1645080Z [00:03:37.578]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ezjail-admin.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1698346Z [00:03:37.583]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/dumpcap.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1753136Z [00:03:37.589]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ttx.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1806715Z [00:03:37.594]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/arp.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1862289Z [00:03:37.599]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/hugo.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1917286Z [00:03:37.605]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lz4cat.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.1971693Z [00:03:37.610]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/duf.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.2024140Z [00:03:37.616]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rm.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.2077357Z [00:03:37.621]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/7za.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.2129884Z [00:03:37.626]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lightdm.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.2182334Z [00:03:37.632]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sftp.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.2236118Z [00:03:37.637]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/configure.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.2288699Z [00:03:37.642]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/dua.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.2340419Z [00:03:37.647]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/nmcli.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.2393505Z [00:03:37.653]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xviewer.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.2446464Z [00:03:37.658]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/losetup.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.2498503Z [00:03:37.663]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/qmk.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.2552225Z [00:03:37.668]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/trash.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.2603679Z [00:03:37.674]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pkg_delete.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.2656985Z [00:03:37.679]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/oc.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.2708984Z [00:03:37.684]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/alias.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.2761202Z [00:03:37.689]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/emerge.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.2813738Z [00:03:37.695]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/command.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.2868745Z [00:03:37.700]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zig.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.2919692Z [00:03:37.705]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rakudo.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.2973004Z [00:03:37.711]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zstdgrep.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.3025618Z [00:03:37.716]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cp.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.3079788Z [00:03:37.721]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/portmaster.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.3131261Z [00:03:37.726]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cargo.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.3182874Z [00:03:37.732]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/dropdb.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.3235458Z [00:03:37.737]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gcc.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.3288369Z [00:03:37.742]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/setsid.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.3342662Z [00:03:37.748]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/open.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.3396801Z [00:03:37.753]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/code-insiders.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.3452062Z [00:03:37.758]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/eselect.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.3504446Z [00:03:37.764]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/latex.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.3558521Z [00:03:37.769]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/poweroff.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.3613535Z [00:03:37.775]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pkg_add.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.3668453Z [00:03:37.780]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/tokei.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.3722612Z [00:03:37.786]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/udevadm.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.3775752Z [00:03:37.791]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/unzstd.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.3831602Z [00:03:37.796]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/matlab.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.3885487Z [00:03:37.802]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zed.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.3940556Z [00:03:37.807]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/eg.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.3995705Z [00:03:37.813]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/arping.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.4050212Z [00:03:37.818]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rst2html5.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.4106039Z [00:03:37.824]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/diff.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.4161044Z [00:03:37.829]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/find.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.4217377Z [00:03:37.835]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/or.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.4272564Z [00:03:37.841]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/setfacl.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.4327402Z [00:03:37.846]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/emit.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.4380844Z [00:03:37.851]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gunzip.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.4435343Z [00:03:37.857]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cdh.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.4487069Z [00:03:37.862]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cabal.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.4539041Z [00:03:37.867]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mdimport.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.4597082Z [00:03:37.873]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/msfdb.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.4654379Z [00:03:37.879]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pacmd.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.4709022Z [00:03:37.884]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pzstd.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.4765716Z [00:03:37.890]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/w.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.4823218Z [00:03:37.896]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ruby-build.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.4881635Z [00:03:37.901]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mv.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.4938565Z [00:03:37.907]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/icdiff.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.4995248Z [00:03:37.913]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/atrm.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.5053213Z [00:03:37.919]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/exif.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.5108281Z [00:03:37.924]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xbps-fbulk.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.5162266Z [00:03:37.930]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/accept.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.5216678Z [00:03:37.935]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/grub-file.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.5269495Z [00:03:37.940]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/break.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.5323228Z [00:03:37.946]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/reject.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.5375453Z [00:03:37.951]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/als.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.5428504Z [00:03:37.956]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt-move.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.5482041Z [00:03:37.962]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/homectl.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.5534781Z [00:03:37.967]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/telnet.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.5587545Z [00:03:37.972]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/vim.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.5640389Z [00:03:37.977]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/groupadd.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.5694612Z [00:03:37.983]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/systemd-nspawn.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.5748788Z [00:03:37.988]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/actionlint.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.5800523Z [00:03:37.993]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zabbix_web_service.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.5852522Z [00:03:37.999]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/display.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.5904857Z [00:03:38.004]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/trap.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.5956458Z [00:03:38.009]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/as.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.6009243Z [00:03:38.014]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/killall.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.6061491Z [00:03:38.019]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/j.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.6114094Z [00:03:38.025]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mycli.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.6166776Z [00:03:38.030]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pkgfile.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.6220576Z [00:03:38.035]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xdvi.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.6274784Z [00:03:38.041]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/systemd-analyze.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.6328968Z [00:03:38.046]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt-cache.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.6379571Z [00:03:38.051]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gprof.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.6431407Z [00:03:38.056]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pkill.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.6483291Z [00:03:38.062]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gitk.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.6537038Z [00:03:38.067]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/complete.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.6587249Z [00:03:38.072]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/yadm.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.6638634Z [00:03:38.077]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt-show-source.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.6690039Z [00:03:38.082]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/realpath.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.6740898Z [00:03:38.087]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt-build.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.6792627Z [00:03:38.093]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/yaourt.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.6844969Z [00:03:38.098]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cowsay.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.6896296Z [00:03:38.103]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gh.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.6948296Z [00:03:38.108]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/asciinema.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.6999948Z [00:03:38.113]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/awk.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.7052830Z [00:03:38.119]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/wesnoth.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.7105501Z [00:03:38.124]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/tofu.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.7157729Z [00:03:38.129]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/speedtest-cli.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.7210160Z [00:03:38.134]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/castnow.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.7262590Z [00:03:38.140]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/passwd.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.7315564Z [00:03:38.145]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/aura.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.7367057Z [00:03:38.150]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xsp.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.7420325Z [00:03:38.155]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/defaults.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.7471841Z [00:03:38.160]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/[.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.7524141Z [00:03:38.166]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/wget.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.7577270Z [00:03:38.171]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gdbus.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.7629776Z [00:03:38.176]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/uv.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.7682552Z [00:03:38.182]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/qjs.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.7734847Z [00:03:38.187]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mupdf.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.7788564Z [00:03:38.192]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/a2dissite.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.7842152Z [00:03:38.198]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/climate.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.7896180Z [00:03:38.203]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/clojure.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.7950707Z [00:03:38.208]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cut.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.8004279Z [00:03:38.214]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zypper.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.8057956Z [00:03:38.219]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/builtin.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.8112651Z [00:03:38.225]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/virsh.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.8167493Z [00:03:38.230]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/shortcuts.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.8221361Z [00:03:38.235]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/batsh.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.8274228Z [00:03:38.241]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/timedatectl.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.8327717Z [00:03:38.246]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/iconutil.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.8379953Z [00:03:38.251]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/wait.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.8434130Z [00:03:38.257]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rmmod.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.8486462Z [00:03:38.262]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/unlz4.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.8538269Z [00:03:38.267]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/stat.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.8591256Z [00:03:38.272]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/convert.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.8644728Z [00:03:38.278]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lpmove.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.8698479Z [00:03:38.283]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cowthink.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.8751359Z [00:03:38.288]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lsb_release.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.8804450Z [00:03:38.294]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/john.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.8858578Z [00:03:38.299]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/aunpack.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.8910757Z [00:03:38.304]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ranger.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.8962706Z [00:03:38.310]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/contains.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.9016610Z [00:03:38.315]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/base64.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.9069858Z [00:03:38.320]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt-cdrom.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.9122661Z [00:03:38.326]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/loginctl.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.9176022Z [00:03:38.331]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/powershell.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.9228950Z [00:03:38.336]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xxhsum.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.9282954Z [00:03:38.342]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/begin.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.9336649Z [00:03:38.347]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/touch.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.9391324Z [00:03:38.352]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/fossil.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.9444580Z [00:03:38.358]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt-config.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.9498936Z [00:03:38.363]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/connmanctl.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.9553726Z [00:03:38.369]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/m4.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.9608790Z [00:03:38.374]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/acat.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.9663861Z [00:03:38.380]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/bg.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.9718609Z [00:03:38.385]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/argparse.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.9772839Z [00:03:38.391]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/folderify.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.9828662Z [00:03:38.396]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/travis.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.9882507Z [00:03:38.402]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/dlocate.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.9935154Z [00:03:38.407]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/arc.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:45.9988745Z [00:03:38.412]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/bd.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.0042382Z [00:03:38.418]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/atd.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.0096196Z [00:03:38.423]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rst2xml.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.0149003Z [00:03:38.428]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xterm.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.0202622Z [00:03:38.434]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mosh.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.0257732Z [00:03:38.439]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xbps-query.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.0313054Z [00:03:38.445]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/iw.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.0366202Z [00:03:38.450]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rgrep.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.0419178Z [00:03:38.455]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/hwinfo.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.0473035Z [00:03:38.461]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/qjsc.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.0526325Z [00:03:38.466]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/time.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.0580662Z [00:03:38.471]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lua.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.0632850Z [00:03:38.477]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zpool.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.0686061Z [00:03:38.482]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/k3d.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.0738409Z [00:03:38.487]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt-spy.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.0790473Z [00:03:38.492]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sphinx-build.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.0842801Z [00:03:38.498]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pstree.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.0894776Z [00:03:38.503]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/egrep.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.0946419Z [00:03:38.508]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/head.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.0998734Z [00:03:38.513]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/du.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.1050618Z [00:03:38.518]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/okular.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.1103703Z [00:03:38.524]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/istioctl.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.1155274Z [00:03:38.529]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/wg.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.1207469Z [00:03:38.534]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/colordiff.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.1261117Z [00:03:38.539]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/funced.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.1314923Z [00:03:38.545]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/deno.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.1370018Z [00:03:38.550]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ebuild.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.1420606Z [00:03:38.555]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/clang++.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.1473884Z [00:03:38.561]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/jbake.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.1527091Z [00:03:38.566]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zabbix_js.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.1581327Z [00:03:38.571]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mkvextract.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.1631494Z [00:03:38.576]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt-setup.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.1683197Z [00:03:38.582]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/run0.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.1734956Z [00:03:38.587]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mkinitcpio.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.1787231Z [00:03:38.592]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/delta.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.1838053Z [00:03:38.597]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/spago.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.1888895Z [00:03:38.602]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sed.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.1941516Z [00:03:38.607]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/tail.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.1991045Z [00:03:38.612]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt-zip-inst.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.2041969Z [00:03:38.618]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/aws.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.2094052Z [00:03:38.623]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sphinx-quickstart.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.2145980Z [00:03:38.628]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/fish_delta.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.2199427Z [00:03:38.633]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/kmutil.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.2251400Z [00:03:38.638]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rstpep2html.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.2303936Z [00:03:38.644]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/git-sizer.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.2354837Z [00:03:38.649]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pkg-config.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.2405381Z [00:03:38.654]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/powerpill.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.2456774Z [00:03:38.659]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ldapsearch.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.2506304Z [00:03:38.664]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mddiagnose.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.2557306Z [00:03:38.669]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/clasp.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.2608625Z [00:03:38.674]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/adb.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.2661061Z [00:03:38.679]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zstd.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.2712856Z [00:03:38.685]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/useradd.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.2763433Z [00:03:38.690]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pbpaste.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.2814229Z [00:03:38.695]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xmms.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.2865123Z [00:03:38.700]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cpan.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.2917752Z [00:03:38.705]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/diskutil.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.2969218Z [00:03:38.710]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/emaint.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.3021918Z [00:03:38.715]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/fish-lsp.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.3073488Z [00:03:38.721]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/guild.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.3124923Z [00:03:38.726]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/npm.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.3175354Z [00:03:38.731]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/csharp.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.3226535Z [00:03:38.736]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/k9s.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.3277724Z [00:03:38.741]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apropos.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.3329378Z [00:03:38.746]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/downgrade.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.3384011Z [00:03:38.752]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ibus.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.3435627Z [00:03:38.757]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/kops.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.3486692Z [00:03:38.762]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/port.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.3539471Z [00:03:38.767]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/7z.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.3591017Z [00:03:38.772]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/animate.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.3643326Z [00:03:38.778]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/trash-restore.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.3696021Z [00:03:38.783]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/findstr.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.3749122Z [00:03:38.788]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gvim.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.3799893Z [00:03:38.793]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/forfiles.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.3852624Z [00:03:38.799]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gv.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.3904611Z [00:03:38.804]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/tig.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.3958758Z [00:03:38.809]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/git-subtree.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.4011221Z [00:03:38.814]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/disown.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.4062813Z [00:03:38.820]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/vagrant.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.4115433Z [00:03:38.825]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/atq.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.4166651Z [00:03:38.830]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/networkctl.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.4217873Z [00:03:38.835]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/serve.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.4271054Z [00:03:38.840]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/status.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.4322626Z [00:03:38.846]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/nc.openbsd.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.4376233Z [00:03:38.851]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ethtool.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.4427385Z [00:03:38.856]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/jnv.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.4479086Z [00:03:38.861]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/doas.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.4530588Z [00:03:38.866]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/nu.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.4583939Z [00:03:38.872]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pdfelatex.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.4638773Z [00:03:38.877]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/dd.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.4692508Z [00:03:38.883]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/groups.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.4745343Z [00:03:38.888]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rustc.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.4796621Z [00:03:38.893]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lazygit.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.4850313Z [00:03:38.898]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/bison.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.4903511Z [00:03:38.904]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/hg.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.4955232Z [00:03:38.909]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pkgrm.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.5008201Z [00:03:38.914]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/just.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.5060842Z [00:03:38.919]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/guile.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.5113861Z [00:03:38.925]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/native2ascii.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.5166093Z [00:03:38.930]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/tracepath.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.5219322Z [00:03:38.935]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/7zr.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.5268726Z [00:03:38.940]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/prt-get.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.5320822Z [00:03:38.945]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/valgrind.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.5372145Z [00:03:38.951]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/typst.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.5424997Z [00:03:38.956]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/comp.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.5477221Z [00:03:38.961]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/dpkg-reconfigure.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.5528852Z [00:03:38.966]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/flatpak.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.5581355Z [00:03:38.971]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/openssl.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.5634252Z [00:03:38.977]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ls.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.5686949Z [00:03:38.982]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pyenv.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.5738807Z [00:03:38.987]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rst2man.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.5788560Z [00:03:38.992]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/dpkg.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.5840286Z [00:03:38.997]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mpc.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.5891359Z [00:03:39.002]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/darcs.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.5943644Z [00:03:39.008]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/combine.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.5994114Z [00:03:39.013]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cmark.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.6045376Z [00:03:39.018]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pacman.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.6095876Z [00:03:39.023]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/duply.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.6147022Z [00:03:39.028]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zstdcat.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.6199727Z [00:03:39.033]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/kcmshell5.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.6251270Z [00:03:39.038]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/qubes-gpg-client.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.6301893Z [00:03:39.043]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/md-to-clip.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.6353189Z [00:03:39.049]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/bru.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.6404969Z [00:03:39.054]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/epkginfo.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.6458368Z [00:03:39.059]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pip3.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.6511087Z [00:03:39.064]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/attrib.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.6564250Z [00:03:39.070]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/validate-spice.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.6616938Z [00:03:39.075]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/dvipdfm.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.6669343Z [00:03:39.080]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cf.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.6723914Z [00:03:39.086]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/identify.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.6776804Z [00:03:39.091]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/python2.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.6830316Z [00:03:39.096]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/web-ext.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.6883314Z [00:03:39.102]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ln.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.6937130Z [00:03:39.107]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/navi.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.6990308Z [00:03:39.112]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cleanmgr.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.7044124Z [00:03:39.118]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/a2ensite.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.7099155Z [00:03:39.123]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rpm.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.7149754Z [00:03:39.128]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/az.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.7200930Z [00:03:39.133]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/kustomize.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.7252666Z [00:03:39.139]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ncat.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.7307116Z [00:03:39.144]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/netctl.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.7359816Z [00:03:39.149]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ps2pdfwr.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.7412242Z [00:03:39.155]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/scrypt.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.7465815Z [00:03:39.160]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/unexpand.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.7519779Z [00:03:39.165]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/fish_key_reader.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.7572346Z [00:03:39.171]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/wineboot.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.7623572Z [00:03:39.176]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rejmerge.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.7675731Z [00:03:39.181]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/echo.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.7727889Z [00:03:39.186]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/g++.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.7781243Z [00:03:39.191]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/nc.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.7833867Z [00:03:39.197]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/wg-quick.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.7885491Z [00:03:39.202]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/msfvenom.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.7937237Z [00:03:39.207]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mdutil.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.7989923Z [00:03:39.212]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xreader.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.8043118Z [00:03:39.218]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/continue.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.8094425Z [00:03:39.223]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xbps-remove.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.8146159Z [00:03:39.228]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sort.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.8198823Z [00:03:39.233]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ps2pdf13.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.8250813Z [00:03:39.238]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ps2pdf12.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.8302205Z [00:03:39.244]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/devspace.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.8354806Z [00:03:39.249]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pine.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.8406061Z [00:03:39.254]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/set_color.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.8458943Z [00:03:39.259]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/elvish.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.8510353Z [00:03:39.264]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mkbundle.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.8562478Z [00:03:39.270]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/yarn.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.8613161Z [00:03:39.275]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/eix-sync.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.8665184Z [00:03:39.280]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/oggenc.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.8716078Z [00:03:39.285]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/tee.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.8766727Z [00:03:39.290]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xcodes.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.8819270Z [00:03:39.295]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/abook.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.8871220Z [00:03:39.300]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/dive.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.8922664Z [00:03:39.306]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/readlink.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.8974680Z [00:03:39.311]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/djview4.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.9026634Z [00:03:39.316]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lpadmin.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.9079462Z [00:03:39.321]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mdadm.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.9132302Z [00:03:39.326]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xbps-reconfigure.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.9184543Z [00:03:39.332]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/which.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.9237538Z [00:03:39.337]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/otool.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.9290540Z [00:03:39.342]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/emacs.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.9344523Z [00:03:39.348]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pabcnetcclear.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.9397707Z [00:03:39.353]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rst2latex.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.9452216Z [00:03:39.359]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/asp.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.9507887Z [00:03:39.364]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt-listbugs.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.9560775Z [00:03:39.369]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/busctl.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.9616061Z [00:03:39.375]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ikdasm.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.9669877Z [00:03:39.380]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/terraform.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.9725137Z [00:03:39.386]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pacaur.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.9779032Z [00:03:39.391]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ping.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.9833812Z [00:03:39.397]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/godoc.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.9887424Z [00:03:39.402]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pre-commit.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.9942294Z [00:03:39.407]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/aptitude.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:46.9997697Z [00:03:39.413]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/totem.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.0053269Z [00:03:39.419]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/scss.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.0109572Z [00:03:39.424]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/quilt.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.0164773Z [00:03:39.430]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/dolphin.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.0220872Z [00:03:39.435]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/whatis.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.0274004Z [00:03:39.441]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/date.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.0328438Z [00:03:39.446]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/createdb.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.0383068Z [00:03:39.452]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/qshell.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.0438047Z [00:03:39.457]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cobra-cli.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.0491418Z [00:03:39.462]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/watchexec.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.0547254Z [00:03:39.468]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/nvram.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.0601302Z [00:03:39.473]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/flac.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.0656310Z [00:03:39.479]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/su.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.0713106Z [00:03:39.485]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/iex.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.0767126Z [00:03:39.490]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/direnv.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.0822692Z [00:03:39.496]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/amixer.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.0877561Z [00:03:39.501]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/kind.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.0930020Z [00:03:39.506]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/csi.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.0985073Z [00:03:39.512]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/create_ap.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.1040693Z [00:03:39.517]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/adiff.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.1092535Z [00:03:39.523]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/vi.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.1146379Z [00:03:39.528]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/warp-cli.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.1201305Z [00:03:39.533]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sha384sum.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.1252439Z [00:03:39.539]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lz4c.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.1306365Z [00:03:39.544]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/tree.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.1361818Z [00:03:39.549]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/userdbctl.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.1412850Z [00:03:39.555]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/atom.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.1464674Z [00:03:39.560]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zabbix_server.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.1517355Z [00:03:39.565]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt-rdepends.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.1571478Z [00:03:39.570]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/tmuxinator.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.1624492Z [00:03:39.576]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/btdownloadheadless.py.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.1677471Z [00:03:39.581]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cilium.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.1731167Z [00:03:39.586]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/imv.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.1785445Z [00:03:39.592]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/uname.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.1841089Z [00:03:39.597]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/uvx.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.1896120Z [00:03:39.603]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/opkg.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.1949938Z [00:03:39.608]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/fail2ban-client.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.2005017Z [00:03:39.614]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/md5sum.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.2058515Z [00:03:39.619]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/VBoxSDL.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.2112179Z [00:03:39.624]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/makedepend.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.2165503Z [00:03:39.630]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/timeout.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.2219994Z [00:03:39.635]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pkg.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.2274641Z [00:03:39.641]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/prevd.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.2326730Z [00:03:39.646]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/unrar.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.2382053Z [00:03:39.652]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pg_dumpall.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.2435974Z [00:03:39.657]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zpaq.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.2489354Z [00:03:39.662]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ffprobe.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.2543548Z [00:03:39.668]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ykman.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.2596812Z [00:03:39.673]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gojq.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.2650822Z [00:03:39.678]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/hostnamectl.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.2703398Z [00:03:39.684]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/man.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.2756567Z [00:03:39.689]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cd.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.2811783Z [00:03:39.694]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/kubectl.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.2863753Z [00:03:39.700]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ssh-keygen.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.2919334Z [00:03:39.705]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/minikube.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.2973836Z [00:03:39.711]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rsync.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.3024840Z [00:03:39.716]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apk.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.3077280Z [00:03:39.721]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/fuser.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.3129940Z [00:03:39.726]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/speedtest.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.3181980Z [00:03:39.731]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/coredumpctl.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.3234570Z [00:03:39.737]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mysql.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.3286889Z [00:03:39.742]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xplayer.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.3338586Z [00:03:39.747]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/fish_config.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.3389801Z [00:03:39.752]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/type.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.3441878Z [00:03:39.757]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt-listchanges.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.3493455Z [00:03:39.763]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ruff.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.3544617Z [00:03:39.768]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/reflector.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.3595254Z [00:03:39.773]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pstack.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.3648020Z [00:03:39.778]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rcctl.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.3701246Z [00:03:39.783]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/firefox.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.3753602Z [00:03:39.789]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/jhipster.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.3807215Z [00:03:39.794]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mkdocs.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.3861325Z [00:03:39.799]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sysbench.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.3914916Z [00:03:39.805]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/patool.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.3968056Z [00:03:39.810]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xz.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.4022663Z [00:03:39.816]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/bosh.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.4075864Z [00:03:39.821]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xxh32sum.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.4131074Z [00:03:39.826]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/chown.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.4184177Z [00:03:39.832]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xrdb.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.4237756Z [00:03:39.837]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/horcrux.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.4292629Z [00:03:39.843]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/tar.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.4347550Z [00:03:39.848]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/journalctl.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.4401589Z [00:03:39.853]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/kb.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.4456255Z [00:03:39.859]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pinky.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.4510987Z [00:03:39.864]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mkfs.vfat.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.4565236Z [00:03:39.870]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/strace.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.4618610Z [00:03:39.875]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/service.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.4673245Z [00:03:39.881]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xpdf.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.4728638Z [00:03:39.886]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/dotnet.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.4784194Z [00:03:39.892]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mogrify.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.4843755Z [00:03:39.898]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ant.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.4898949Z [00:03:39.903]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/dhcpcd.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.4954503Z [00:03:39.909]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/update-eix.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.5010013Z [00:03:39.914]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/fusermount.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.5066594Z [00:03:39.920]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/kitchen.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.5121508Z [00:03:39.925]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/btrfs.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.5175852Z [00:03:39.931]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lscpu.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.5230108Z [00:03:39.936]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/protontricks-launch.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.5281693Z [00:03:39.941]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/scrot.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.5335534Z [00:03:39.947]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/makepkg.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.5389962Z [00:03:39.952]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ssh-copy-id.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.5443942Z [00:03:39.958]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/bzcat.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.5496378Z [00:03:39.963]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/clang.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.5551270Z [00:03:39.968]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mkfs.fat.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.5604952Z [00:03:39.974]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gapplication.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.5657237Z [00:03:39.979]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/string.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.5710679Z [00:03:39.984]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/update-eix-remote.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.5763200Z [00:03:39.990]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/optimus-manager.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.5816271Z [00:03:39.995]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/firefox-developer-edition.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.5868537Z [00:03:40.000]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/bind.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.5920997Z [00:03:40.005]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/systemctl.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.5974418Z [00:03:40.011]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/fish_indent.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.6026861Z [00:03:40.016]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/elixir.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.6078238Z [00:03:40.021]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/roswell.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.6131813Z [00:03:40.026]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mdfind.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.6184426Z [00:03:40.032]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rustup.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.6237080Z [00:03:40.037]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/bootctl.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.6290788Z [00:03:40.042]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ffplay.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.6342160Z [00:03:40.048]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sha1sum.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.6395858Z [00:03:40.053]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xbps-rindex.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.6449105Z [00:03:40.058]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/bzip2.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.6502306Z [00:03:40.064]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gphoto2.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.6556730Z [00:03:40.069]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lein.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.6609648Z [00:03:40.074]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rst2html.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.6659892Z [00:03:40.079]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zcat.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.6711204Z [00:03:40.084]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/dconf.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.6763814Z [00:03:40.090]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/yash.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.6816717Z [00:03:40.095]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ouch.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.6868607Z [00:03:40.100]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/yajsv.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.6922567Z [00:03:40.106]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ng.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.6974652Z [00:03:40.111]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/wc.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.7028115Z [00:03:40.116]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gimp.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.7080131Z [00:03:40.121]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/read.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.7132327Z [00:03:40.127]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/age.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.7182815Z [00:03:40.132]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/conjure.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.7233312Z [00:03:40.137]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/badblocks.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.7285451Z [00:03:40.142]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/t-rec.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.7336589Z [00:03:40.147]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cupsaccept.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.7387031Z [00:03:40.152]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xelatex.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.7441891Z [00:03:40.157]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cygpath.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.7491661Z [00:03:40.162]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cjpm.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.7543001Z [00:03:40.168]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/es.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.7594686Z [00:03:40.173]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/nmap.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.7647128Z [00:03:40.178]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sha256sum.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.7700813Z [00:03:40.183]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lpr.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.7754379Z [00:03:40.189]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cjxl.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.7806748Z [00:03:40.194]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/latexmk.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.7858446Z [00:03:40.199]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/bws.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.7913077Z [00:03:40.205]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/systemd-cryptenroll.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.7965007Z [00:03:40.210]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/volta.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.8017118Z [00:03:40.215]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gping.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.8069716Z [00:03:40.220]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/composer.phar.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.8122661Z [00:03:40.226]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/glow.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.8174749Z [00:03:40.231]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/chsh.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.8228521Z [00:03:40.236]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/stream.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.8280227Z [00:03:40.241]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ipset.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.8333031Z [00:03:40.247]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/firewall-cmd.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.8385418Z [00:03:40.252]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/blender.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.8437345Z [00:03:40.257]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/poff.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.8489204Z [00:03:40.262]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ports.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.8541255Z [00:03:40.267]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/expand.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.8592541Z [00:03:40.273]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt-src.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.8642596Z [00:03:40.278]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mkdosfs.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.8696542Z [00:03:40.283]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ark.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.8749356Z [00:03:40.288]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gpasswd.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.8801614Z [00:03:40.293]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rbenv.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.8855842Z [00:03:40.299]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rfkill.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.8909833Z [00:03:40.304]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/acpi.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.8963021Z [00:03:40.310]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/kdeconnect-cli.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.9012739Z [00:03:40.315]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xgettext.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.9065341Z [00:03:40.320]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/eopkg.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.9117331Z [00:03:40.325]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mysqldump.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.9168311Z [00:03:40.330]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/fish.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.9221872Z [00:03:40.335]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/subl.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.9276479Z [00:03:40.341]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/python.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.9328115Z [00:03:40.346]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/code-exploration.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.9381794Z [00:03:40.351]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/trash-empty.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.9434066Z [00:03:40.357]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ninja.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.9486081Z [00:03:40.362]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/signify.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.9539049Z [00:03:40.367]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/julia.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.9590319Z [00:03:40.372]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt-zip-list.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.9642082Z [00:03:40.377]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/kldload.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.9692520Z [00:03:40.383]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/efivar.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.9745122Z [00:03:40.388]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/locate.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.9798164Z [00:03:40.393]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/uniq.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.9850493Z [00:03:40.398]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sysctl.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.9903932Z [00:03:40.404]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cabal-dev.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:47.9956400Z [00:03:40.409]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/eval.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.0007984Z [00:03:40.414]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xbps-dgraph.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.0060639Z [00:03:40.419]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/alsamixer.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.0116339Z [00:03:40.425]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cygstart.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.0167953Z [00:03:40.430]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/elm.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.0220023Z [00:03:40.435]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/!.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.0272649Z [00:03:40.441]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/hikari.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.0327150Z [00:03:40.446]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ruby.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.0381650Z [00:03:40.451]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sfdx.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.0435298Z [00:03:40.457]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/exercism.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.0489590Z [00:03:40.462]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/dvipdf.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.0544771Z [00:03:40.468]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/winetricks.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.0599149Z [00:03:40.473]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pidof.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.0651748Z [00:03:40.478]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/docker.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.0706838Z [00:03:40.484]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/less.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.0761070Z [00:03:40.489]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/basename.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.0812499Z [00:03:40.495]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/avifenc.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.0865594Z [00:03:40.500]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sha224sum.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.0917338Z [00:03:40.505]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zabbix_get.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.0969034Z [00:03:40.510]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/tmux.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.1022848Z [00:03:40.516]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/grub-install.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.1075553Z [00:03:40.521]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ngrok.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.1129210Z [00:03:40.526]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/feh.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.1182040Z [00:03:40.531]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/bzr.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.1232892Z [00:03:40.537]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/patch.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.1283765Z [00:03:40.542]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.1336483Z [00:03:40.547]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mc.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.1389204Z [00:03:40.552]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/umount.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.1440415Z [00:03:40.557]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/composite.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.1492023Z [00:03:40.562]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/fab.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.1542916Z [00:03:40.568]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zopfli.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.1595546Z [00:03:40.573]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sha512sum.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.1648414Z [00:03:40.578]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rc.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.1701654Z [00:03:40.583]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xbps-pkgdb.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.1751613Z [00:03:40.588]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lsof.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.1803304Z [00:03:40.594]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/tox.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.1853823Z [00:03:40.599]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xxd.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.1905931Z [00:03:40.604]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pwd.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.1958271Z [00:03:40.609]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zstdless.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.2010816Z [00:03:40.614]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ar.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.2063024Z [00:03:40.620]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gendarme.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.2114549Z [00:03:40.625]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sass.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.2166344Z [00:03:40.630]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/root.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.2217559Z [00:03:40.635]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pdfetex.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.2269009Z [00:03:40.640]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/winemaker.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.2321881Z [00:03:40.645]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/expect.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.2372775Z [00:03:40.651]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/llm.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.2422480Z [00:03:40.656]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/djxl.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.2475082Z [00:03:40.661]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/bower.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.2525674Z [00:03:40.666]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/plutil.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.2576358Z [00:03:40.671]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/abbr.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.2627914Z [00:03:40.676]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xprop.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.2679279Z [00:03:40.681]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/fastboot.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.2730645Z [00:03:40.686]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/composer.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.2780996Z [00:03:40.691]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xed.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.2831716Z [00:03:40.696]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rst2odt.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.2882383Z [00:03:40.702]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/..fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.2933661Z [00:03:40.707]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/unzip.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.2986451Z [00:03:40.712]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/attributes.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.3038413Z [00:03:40.717]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pdftotext.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.3091314Z [00:03:40.722]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cmd.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.3143080Z [00:03:40.728]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gdb.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.3195671Z [00:03:40.733]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/vbc.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.3250203Z [00:03:40.738]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/setx.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.3302451Z [00:03:40.744]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sass-convert.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.3355802Z [00:03:40.749]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/yast2.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.3410606Z [00:03:40.754]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/clj.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.3465933Z [00:03:40.760]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/fzf.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.3519923Z [00:03:40.765]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/random.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.3573759Z [00:03:40.771]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt-ftparchive.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.3629593Z [00:03:40.776]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sv.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.3683754Z [00:03:40.782]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/id.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.3737738Z [00:03:40.787]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/tmuxp.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.3789859Z [00:03:40.792]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pkg_info.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.3843380Z [00:03:40.798]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/fish_opt.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.3896727Z [00:03:40.803]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/magick.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.3948264Z [00:03:40.808]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/eix.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.4000579Z [00:03:40.813]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/btrbk.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.4055206Z [00:03:40.819]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/magento.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.4108462Z [00:03:40.824]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cygport.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.4162749Z [00:03:40.830]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pacmatic.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.4215450Z [00:03:40.835]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/bzip2recover.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.4267400Z [00:03:40.840]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt-sortpkgs.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.4321912Z [00:03:40.845]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lppasswd.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.4375365Z [00:03:40.851]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/not.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.4426862Z [00:03:40.856]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt-key.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.4481229Z [00:03:40.861]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/chmod.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.4533854Z [00:03:40.867]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mocha.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.4586781Z [00:03:40.872]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/exec.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.4640562Z [00:03:40.877]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cupsenable.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.4691961Z [00:03:40.882]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/import.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.4744026Z [00:03:40.888]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/nextd.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.4797456Z [00:03:40.893]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/caffeinate.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.4850937Z [00:03:40.898]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gdbserver.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.4903246Z [00:03:40.904]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pkginfo.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.4955335Z [00:03:40.909]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gpg2.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.5010778Z [00:03:40.914]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pactl.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.5066593Z [00:03:40.920]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/dm-tool.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.5121277Z [00:03:40.925]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/functions.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.5174982Z [00:03:40.931]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt-extracttemplates.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.5228411Z [00:03:40.936]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/opam.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.5283836Z [00:03:40.942]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cancel.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.5338108Z [00:03:40.947]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/code.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.5392552Z [00:03:40.953]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xbps-checkvers.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.5444637Z [00:03:40.958]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lxpanel.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.5496580Z [00:03:40.963]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ps2pdf14.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.5551248Z [00:03:40.968]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rc-status.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.5603547Z [00:03:40.974]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/age-keygen.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.5656871Z [00:03:40.979]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/unbuffer.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.5709571Z [00:03:40.984]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pbget.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.5764332Z [00:03:40.990]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/objdump.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.5817133Z [00:03:40.995]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/while.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.5870092Z [00:03:41.000]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pandoc.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.5923826Z [00:03:41.006]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ifup.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.5975606Z [00:03:41.011]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ksh.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.6029598Z [00:03:41.016]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/localectl.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.6081044Z [00:03:41.021]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/bundle.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.6133952Z [00:03:41.027]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apm.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.6187398Z [00:03:41.032]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ifdata.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.6239627Z [00:03:41.037]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/alsactl.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.6294650Z [00:03:41.043]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/wireshark.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.6345789Z [00:03:41.048]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cat.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.6398012Z [00:03:41.053]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/openocd.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.6449796Z [00:03:41.058]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/dmesg.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.6502331Z [00:03:41.063]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/prime-run.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.6554757Z [00:03:41.069]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lsusb.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.6607431Z [00:03:41.074]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mix.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.6658681Z [00:03:41.079]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/yum.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.6710812Z [00:03:41.084]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gpg1.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.6762837Z [00:03:41.090]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/jobs.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.6814991Z [00:03:41.095]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/setxkbmap.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.6867471Z [00:03:41.100]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/keybase.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.6918830Z [00:03:41.105]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/wicd-cli.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.6970240Z [00:03:41.110]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lpq.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.7022161Z [00:03:41.115]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/alternatives.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.7073669Z [00:03:41.121]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/svn.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.7125892Z [00:03:41.126]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/crc.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.7177509Z [00:03:41.131]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mkdir.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.7230467Z [00:03:41.136]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mtr.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.7282194Z [00:03:41.141]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mkpasswd.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.7334484Z [00:03:41.147]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gresource.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.7387124Z [00:03:41.152]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/nm.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.7438838Z [00:03:41.157]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/netctl-auto.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.7492169Z [00:03:41.163]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mplayer.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.7544006Z [00:03:41.168]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/caddy.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.7596380Z [00:03:41.173]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mksquashfs.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.7649629Z [00:03:41.178]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zef.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.7702075Z [00:03:41.184]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/asd.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.7755585Z [00:03:41.189]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/help.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.7809150Z [00:03:41.194]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/encfs.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.7863877Z [00:03:41.200]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rst2s5.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.7919023Z [00:03:41.205]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/choice.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.7973221Z [00:03:41.211]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/reg.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.8027387Z [00:03:41.216]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/monop.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.8081437Z [00:03:41.221]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ssh.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.8135304Z [00:03:41.227]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/helm.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.8190647Z [00:03:41.232]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/entr.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.8245450Z [00:03:41.238]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pacman-color.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.8299875Z [00:03:41.243]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/a2disconf.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.8353290Z [00:03:41.249]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/s3cmd.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.8405955Z [00:03:41.254]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rst2xetex.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.8459533Z [00:03:41.259]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/schtasks.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.8512089Z [00:03:41.264]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/launchctl.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.8564968Z [00:03:41.270]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pon.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.8619404Z [00:03:41.275]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mktemp.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.8673103Z [00:03:41.281]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/yo.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.8726334Z [00:03:41.286]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rpm-ostree.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.8780359Z [00:03:41.291]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/conda.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.8834397Z [00:03:41.297]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/airmon-ng.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.8886313Z [00:03:41.302]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xdg-mime.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.8939614Z [00:03:41.307]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/btdownloadcurses.py.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.8990808Z [00:03:41.312]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sudo.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.9042725Z [00:03:41.318]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xrandr.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.9094350Z [00:03:41.323]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gcloud.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.9147557Z [00:03:41.328]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/distrobox.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.9198167Z [00:03:41.333]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pftp.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.9249928Z [00:03:41.338]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/wlr-randr.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.9302440Z [00:03:41.344]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/doctl.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.9354746Z [00:03:41.349]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/figlet.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.9407495Z [00:03:41.354]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/nice.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.9459667Z [00:03:41.359]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/vimdiff.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.9512083Z [00:03:41.364]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sphinx-autogen.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.9563605Z [00:03:41.370]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/curl.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.9616628Z [00:03:41.375]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/dscacheutil.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.9669055Z [00:03:41.380]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sbt.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.9722471Z [00:03:41.386]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/readelf.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.9774889Z [00:03:41.391]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gpg.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.9827742Z [00:03:41.396]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pdftex.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.9880407Z [00:03:41.401]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ps.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.9932177Z [00:03:41.406]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pygmentize.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:48.9983748Z [00:03:41.412]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ulimit.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.0037453Z [00:03:41.417]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/stow.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.0089739Z [00:03:41.422]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/wajig.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.0141529Z [00:03:41.427]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/if.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.0194589Z [00:03:41.433]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/src.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.0247874Z [00:03:41.438]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/vips.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.0301414Z [00:03:41.443]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lpoptions.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.0353880Z [00:03:41.449]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lpstat.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.0406473Z [00:03:41.454]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xbps-install.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.0459190Z [00:03:41.459]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/and.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.0511449Z [00:03:41.464]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sbcl.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.0563231Z [00:03:41.470]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/modprobe.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.0615384Z [00:03:41.475]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xonsh.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.0670006Z [00:03:41.480]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/calendar.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.0723134Z [00:03:41.486]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/tr.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.0774902Z [00:03:41.491]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/fsharpi.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.0827467Z [00:03:41.496]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zed-preview.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.0879569Z [00:03:41.501]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/commandline.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.0934128Z [00:03:41.507]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/nc.traditional.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.0987326Z [00:03:41.512]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ps2pdf.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.1038623Z [00:03:41.517]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/trash-put.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.1091153Z [00:03:41.522]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/VBoxHeadless.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.1142951Z [00:03:41.528]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/tailscale.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.1196539Z [00:03:41.533]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/etex.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.1249195Z [00:03:41.538]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/logkeys.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.1302855Z [00:03:41.544]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/tex-fmt.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.1355809Z [00:03:41.549]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/kak.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.1409449Z [00:03:41.554]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ibmcloud.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.1462729Z [00:03:41.560]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/a2enconf.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.1515524Z [00:03:41.565]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pip.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.1571120Z [00:03:41.570]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/scons.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.1624906Z [00:03:41.576]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gvimdiff.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.1679020Z [00:03:41.581]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sshfs.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.1734544Z [00:03:41.587]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/elatex.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.1791515Z [00:03:41.592]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/avifdec.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.1846260Z [00:03:41.598]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/jq.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.1901931Z [00:03:41.603]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mdls.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.1955957Z [00:03:41.609]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ffmpeg.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.2010514Z [00:03:41.614]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zstdmt.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.2064416Z [00:03:41.620]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/function.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.2119666Z [00:03:41.625]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/seq.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.2173942Z [00:03:41.631]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/iptables.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.2230405Z [00:03:41.636]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/fortune.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.2281812Z [00:03:41.641]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xxh128sum.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.2334640Z [00:03:41.647]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/tcsh.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.2388517Z [00:03:41.652]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ollama.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.2441224Z [00:03:41.657]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/wpa_cli.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.2494866Z [00:03:41.663]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/history.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.2548913Z [00:03:41.668]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xargs.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.2601853Z [00:03:41.673]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/tuned-adm.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.2656727Z [00:03:41.679]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/compare.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.2710268Z [00:03:41.684]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/irb.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.2762857Z [00:03:41.690]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/protontricks.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.2814690Z [00:03:41.695]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt-file.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.2866056Z [00:03:41.700]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/meson.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.2919520Z [00:03:41.705]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/traceroute.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.2972554Z [00:03:41.711]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/wicd-gtk.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.3025708Z [00:03:41.716]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/dmidecode.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.3078986Z [00:03:41.721]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mariner.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.3131059Z [00:03:41.726]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cvs.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.3184756Z [00:03:41.732]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/csvlens.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.3236579Z [00:03:41.737]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mpv.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.3289382Z [00:03:41.742]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/usermod.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.3342046Z [00:03:41.747]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/a2dismod.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.3391948Z [00:03:41.752]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/makensis.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.3443765Z [00:03:41.758]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lp.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.3494217Z [00:03:41.763]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/for.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.3546378Z [00:03:41.768]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ncdu.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.3596988Z [00:03:41.773]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/argocd.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.3647546Z [00:03:41.778]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/csc.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.3699040Z [00:03:41.783]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gzip.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.3749579Z [00:03:41.788]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/machinectl.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.3800203Z [00:03:41.793]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/fish_add_path.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.3850764Z [00:03:41.798]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt-show-versions.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.3902533Z [00:03:41.804]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cdrecord.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.3953050Z [00:03:41.809]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/make.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.4003634Z [00:03:41.814]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/msfconsole.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.4056093Z [00:03:41.819]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cryptsetup.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.4110133Z [00:03:41.824]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/p4.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.4160170Z [00:03:41.829]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/black.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.4211763Z [00:03:41.834]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/nodeenv.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.4263697Z [00:03:41.840]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/test.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.4315655Z [00:03:41.845]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/windscribe.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.4366821Z [00:03:41.850]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/exit.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.4417397Z [00:03:41.855]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pushd.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.4468291Z [00:03:41.860]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ifdown.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.4520075Z [00:03:41.865]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sqlsharp.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.4570174Z [00:03:41.870]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/dhclient.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.4622522Z [00:03:41.876]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/wpctl.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.4673278Z [00:03:41.881]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/topgrade.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.4725891Z [00:03:41.886]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ack.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.4778641Z [00:03:41.891]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/checkinstall.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.4830635Z [00:03:41.896]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xbps-create.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.4882660Z [00:03:41.902]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lsblk.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.4933678Z [00:03:41.907]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/usbip.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.4985167Z [00:03:41.912]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/java_home.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.5036751Z [00:03:41.917]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xsv.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.5086849Z [00:03:41.922]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt-get.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.5138694Z [00:03:41.927]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/isatty.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.5189319Z [00:03:41.932]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/op.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.5241029Z [00:03:41.937]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pacman-key.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.5295810Z [00:03:41.943]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/oksh.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.5352175Z [00:03:41.948]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/fsharpc.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.5406074Z [00:03:41.954]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mount.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.5460453Z [00:03:41.959]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/termite.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.5513778Z [00:03:41.965]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/invoke-rc.d.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.5567050Z [00:03:41.970]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/scp.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.5619590Z [00:03:41.975]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ansible-galaxy.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.5673112Z [00:03:41.981]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/tsc.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.5728694Z [00:03:41.986]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cpupower.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.5780872Z [00:03:41.991]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/watch.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.5833775Z [00:03:41.997]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/container.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.5887563Z [00:03:42.002]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/bunzip2.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.5941269Z [00:03:42.007]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/psql.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.5994745Z [00:03:42.013]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rst2html4.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.6046938Z [00:03:42.018]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/light.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.6101738Z [00:03:42.023]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/archlinux-java.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.6155672Z [00:03:42.029]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/transmission-remote.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.6210486Z [00:03:42.034]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zabbix_proxy.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.6262886Z [00:03:42.040]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/i3-msg.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.6316831Z [00:03:42.045]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mutt.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.6372472Z [00:03:42.051]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/node.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.6426903Z [00:03:42.056]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/a2enmod.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.6480813Z [00:03:42.061]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/csh.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.6535001Z [00:03:42.067]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/screen.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.6590196Z [00:03:42.072]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/dig.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.6645013Z [00:03:42.078]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pnpm.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.6698928Z [00:03:42.083]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cupsreject.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.6751840Z [00:03:42.088]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/msgfmt.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.6805183Z [00:03:42.094]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/scanimage.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.6856663Z [00:03:42.099]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/hjson.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.6910707Z [00:03:42.104]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lxc.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.6961794Z [00:03:42.109]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zabbix_agentd.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.7011694Z [00:03:42.114]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sylpheed.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.7064511Z [00:03:42.120]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/nvim.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.7115671Z [00:03:42.125]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/userdel.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.7167231Z [00:03:42.130]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rename.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.7218304Z [00:03:42.135]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xbps-digest.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.7271648Z [00:03:42.140]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/micro.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.7322860Z [00:03:42.146]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gnome-extensions.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.7373618Z [00:03:42.151]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/iconv.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.7424935Z [00:03:42.156]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/vared.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.7475846Z [00:03:42.161]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sphinx-apidoc.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.7528604Z [00:03:42.166]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/perl.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.7581731Z [00:03:42.171]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pg_dump.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.7634116Z [00:03:42.177]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pip2.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.7687090Z [00:03:42.182]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/who.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.7740868Z [00:03:42.187]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/wish.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.7793181Z [00:03:42.193]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/file.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.7846948Z [00:03:42.198]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt-mark.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.7900185Z [00:03:42.203]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/psub.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.7953025Z [00:03:42.209]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/djview.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.8006104Z [00:03:42.214]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/colorsvn.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.8059484Z [00:03:42.219]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lz4.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.8110974Z [00:03:42.224]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/nl.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.8161593Z [00:03:42.229]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/arepack.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.8213089Z [00:03:42.235]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/wicd-client.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.8263522Z [00:03:42.240]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/source.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.8316026Z [00:03:42.245]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/return.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.8369929Z [00:03:42.250]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/hubble.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.8420600Z [00:03:42.255]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/nvme.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.8472985Z [00:03:42.261]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gsutil.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.8523697Z [00:03:42.266]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/htop.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.8574210Z [00:03:42.271]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pactree.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.8625700Z [00:03:42.276]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/namei.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.8679431Z [00:03:42.281]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/test-spice.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.8731781Z [00:03:42.286]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/chronyc.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.8784334Z [00:03:42.292]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pulumi.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.8838230Z [00:03:42.297]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gradle.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.8889814Z [00:03:42.302]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/monodis.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.8940500Z [00:03:42.307]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sops.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.8990914Z [00:03:42.312]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xclip.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.9042035Z [00:03:42.317]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/grunt.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.9093404Z [00:03:42.323]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lunchy.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.9146448Z [00:03:42.328]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lualatex.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.9200745Z [00:03:42.333]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/renice.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.9255520Z [00:03:42.339]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cue.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.9310642Z [00:03:42.344]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/stack.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.9364696Z [00:03:42.350]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/git-lfs.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.9419540Z [00:03:42.355]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cwebp.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.9471543Z [00:03:42.360]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/brew.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.9522908Z [00:03:42.366]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zip.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.9573793Z [00:03:42.371]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/tex.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.9626394Z [00:03:42.376]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/iwctl.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.9678082Z [00:03:42.381]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/snap.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.9729265Z [00:03:42.386]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ip.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.9781323Z [00:03:42.391]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/krita.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.9831811Z [00:03:42.396]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/chgrp.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.9883183Z [00:03:42.402]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xxh64sum.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.9936068Z [00:03:42.407]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/efibootmgr.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:49.9989565Z [00:03:42.412]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pydf.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.0042125Z [00:03:42.417]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/evince.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.0095520Z [00:03:42.423]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gw.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.0150129Z [00:03:42.428]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/grub-mkrescue.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.0204124Z [00:03:42.434]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/color.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.0259471Z [00:03:42.439]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/modinfo.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.0311721Z [00:03:42.444]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/vim-addons.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.0365204Z [00:03:42.450]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xbps-uchroot.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.0421293Z [00:03:42.455]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/git.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.0474725Z [00:03:42.461]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/env.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.0529655Z [00:03:42.466]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/grep.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.0585627Z [00:03:42.472]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mocp.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.0637669Z [00:03:42.477]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/hashcat.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.0692147Z [00:03:42.482]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xbps-alternatives.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.0747763Z [00:03:42.488]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/trash-list.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.0799570Z [00:03:42.493]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cmdkey.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.0851718Z [00:03:42.498]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/clean.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.0903949Z [00:03:42.504]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/kubebuilder.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.0954930Z [00:03:42.509]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/umask.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.1006875Z [00:03:42.514]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/atool.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.1057896Z [00:03:42.519]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xinput.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.1108640Z [00:03:42.524]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/top.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.1159743Z [00:03:42.529]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/synclient.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.1212531Z [00:03:42.535]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apt-proxy-import.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.1264743Z [00:03:42.540]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/jv.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.1316410Z [00:03:42.545]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/keepassxc-cli.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.1368193Z [00:03:42.550]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/fgrep.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.1421937Z [00:03:42.555]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/heroku.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.1474588Z [00:03:42.561]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/dagger.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.1528138Z [00:03:42.566]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pkgadd.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.1580256Z [00:03:42.571]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rclone.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.1631626Z [00:03:42.576]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/konsole.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.1683782Z [00:03:42.582]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/bb-wrapper.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.1734825Z [00:03:42.587]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cascadia.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.1785646Z [00:03:42.592]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/tcpdump.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.1838417Z [00:03:42.597]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ilasm.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.1889304Z [00:03:42.602]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rc-update.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.1944416Z [00:03:42.608]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ifconfig.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.1996205Z [00:03:42.613]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/goimports.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.2049073Z [00:03:42.618]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/dnf.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.2101612Z [00:03:42.623]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/optipng.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.2153159Z [00:03:42.629]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rst2pseudoxml.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.2206967Z [00:03:42.634]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xsel.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.2259209Z [00:03:42.639]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/netcat.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.2312443Z [00:03:42.645]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/df.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.2365490Z [00:03:42.650]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mdbook.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.2416326Z [00:03:42.655]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/kldunload.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.2470068Z [00:03:42.660]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zopflipng.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.2521624Z [00:03:42.665]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pipenv.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.2574921Z [00:03:42.671]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/equery.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.2626298Z [00:03:42.676]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/nethack.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.2678338Z [00:03:42.681]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pix.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.2729096Z [00:03:42.686]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mono.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.2782546Z [00:03:42.692]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zabbix_sender.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.2833980Z [00:03:42.697]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/python3.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.2886037Z [00:03:42.702]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rmdir.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.2937875Z [00:03:42.707]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/funcsave.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.2990064Z [00:03:42.712]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apack.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.3043518Z [00:03:42.718]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gem.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.3097556Z [00:03:42.723]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/iftop.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.3147064Z [00:03:42.728]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/qdbus.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.3199422Z [00:03:42.733]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/jj.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.3249776Z [00:03:42.738]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/go.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.3300814Z [00:03:42.743]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/omega.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.3351695Z [00:03:42.748]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/at.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.3401523Z [00:03:42.753]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/starship.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.3453240Z [00:03:42.759]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pv.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.3505274Z [00:03:42.764]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/dart.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.3557298Z [00:03:42.769]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/asciidoctor.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.3610879Z [00:03:42.774]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/set.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.3663048Z [00:03:42.780]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/kill.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.3714851Z [00:03:42.785]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/firejail.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.3766454Z [00:03:42.790]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/udisksctl.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.3819358Z [00:03:42.795]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lprm.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.3873612Z [00:03:42.801]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/wslpath.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.3924878Z [00:03:42.806]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/golint.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.3976711Z [00:03:42.811]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/sad.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.4031046Z [00:03:42.816]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gorename.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.4084091Z [00:03:42.822]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/wvdial.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.4138851Z [00:03:42.827]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/rc-service.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.4193266Z [00:03:42.833]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pkgmk.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.4248055Z [00:03:42.838]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/wine.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.4302653Z [00:03:42.844]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/tshark.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.4356067Z [00:03:42.849]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/fluxbox-remote.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.4410436Z [00:03:42.854]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gsettings.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.4463378Z [00:03:42.860]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/lpinfo.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.4515027Z [00:03:42.865]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/cupsdisable.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.4567494Z [00:03:42.870]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ansible-vault.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.4619250Z [00:03:42.875]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/proxychains.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.4672694Z [00:03:42.881]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/adduser.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.4723913Z [00:03:42.886]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xbps-fetch.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.4775695Z [00:03:42.891]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/tmutil.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.4828269Z [00:03:42.896]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/reuse.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.4881566Z [00:03:42.901]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/bc.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.4933544Z [00:03:42.907]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pg_restore.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.4986661Z [00:03:42.912]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/montage.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.5037916Z [00:03:42.917]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gofmt.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.5089446Z [00:03:42.922]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/flux.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.5142880Z [00:03:42.928]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/octave.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.5195738Z [00:03:42.933]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/math.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.5249406Z [00:03:42.938]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/brightnessctl.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.5301176Z [00:03:42.943]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gradlew.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.5353204Z [00:03:42.949]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pgrep.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.5404633Z [00:03:42.954]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gacutil.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.5456959Z [00:03:42.959]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/notify-send.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.5510757Z [00:03:42.964]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ansible.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.5564842Z [00:03:42.970]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/smerge.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.5622339Z [00:03:42.975]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/choose.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.5677966Z [00:03:42.981]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/block.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.5733692Z [00:03:42.987]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/mvn.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.5790011Z [00:03:42.992]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/apkanalyzer.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.5842967Z [00:03:42.998]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ftp.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.5897720Z [00:03:43.003]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/resolvectl.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.5953642Z [00:03:43.009]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/phpunit.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.6005097Z [00:03:43.014]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/camcontrol.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.6061682Z [00:03:43.019]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/ansible-playbook.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.6114328Z [00:03:43.025]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pdflatex.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.6167750Z [00:03:43.030]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/canto.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.6222267Z [00:03:43.035]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/loadkeys.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.6276515Z [00:03:43.041]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/toot.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.6330690Z [00:03:43.046]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zfs.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.6382523Z [00:03:43.052]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/hledger.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.6433255Z [00:03:43.057]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/vmctl.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.6487248Z [00:03:43.062]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/xbps-uhelper.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.6541307Z [00:03:43.067]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/gio.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.6592375Z [00:03:43.072]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/bluetoothctl.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.6643842Z [00:03:43.078]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/zabbix_agent2.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.6696941Z [00:03:43.083]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/pfctl.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.6750334Z [00:03:43.088]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/completions/obnam.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.6805461Z [00:03:43.094]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/deroff.py' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:50.6861316Z [00:03:43.099]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/webconfig.py' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:50.6918115Z [00:03:43.105]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/sample_prompts/terlar.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.6972817Z [00:03:43.111]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/sample_prompts/disco.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.7029101Z [00:03:43.116]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/sample_prompts/scales.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.7083557Z [00:03:43.122]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/sample_prompts/minimalist.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.7138235Z [00:03:43.127]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/sample_prompts/informative_vcs.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.7193174Z [00:03:43.133]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/sample_prompts/informative.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.7247313Z [00:03:43.138]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/sample_prompts/nim.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.7301335Z [00:03:43.143]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/sample_prompts/pythonista.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.7355051Z [00:03:43.149]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/sample_prompts/default.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.7408786Z [00:03:43.154]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/sample_prompts/astronaut.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.7461918Z [00:03:43.159]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/sample_prompts/simple.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.7512684Z [00:03:43.165]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/sample_prompts/acidhub.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.7564908Z [00:03:43.170]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/sample_prompts/arrow.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.7615922Z [00:03:43.175]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/fishconfig_print.css' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.7667879Z [00:03:43.180]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/js/alpine.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.7719084Z [00:03:43.185]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/js/main.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.7770209Z [00:03:43.190]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/js/colorutils.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.7822009Z [00:03:43.195]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/index.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.7873201Z [00:03:43.201]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/fishconfig.css' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.7925714Z [00:03:43.206]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/Solarized Light.theme' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.7978317Z [00:03:43.211]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/None.theme' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.8029444Z [00:03:43.216]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/Mono Lace.theme' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.8080501Z [00:03:43.221]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/Base16 Default Dark.theme' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.8131828Z [00:03:43.226]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/Base16 Default Light.theme' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.8182869Z [00:03:43.232]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/Just a Touch.theme' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.8233946Z [00:03:43.237]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/Base16 Eighties.theme' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.8285782Z [00:03:43.242]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/Solarized Dark.theme' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.8336811Z [00:03:43.247]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/fish default.theme' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.8390556Z [00:03:43.252]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/Lava.theme' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.8444458Z [00:03:43.258]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/Mono Smoke.theme' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.8497668Z [00:03:43.263]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/ayu Mirage.theme' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.8551458Z [00:03:43.268]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/Snow Day.theme' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.8604584Z [00:03:43.274]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/ayu Dark.theme' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.8658456Z [00:03:43.279]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/Seaweed.theme' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.8712118Z [00:03:43.284]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/Dracula.theme' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.8763509Z [00:03:43.290]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/Tomorrow Night.theme' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.8816116Z [00:03:43.295]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/Nord.theme' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.8868524Z [00:03:43.300]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/Old School.theme' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.8921402Z [00:03:43.305]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/ayu Light.theme' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.8971455Z [00:03:43.310]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/coolbeans.theme' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.9022837Z [00:03:43.316]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/Fairground.theme' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.9074653Z [00:03:43.321]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/Tomorrow Night Bright.theme' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.9126904Z [00:03:43.326]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/Bay Cruise.theme' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.9178487Z [00:03:43.331]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/themes/Tomorrow.theme' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.9228119Z [00:03:43.336]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/web_config/favicon.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.9278791Z [00:03:43.341]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/tools/create_manpage_completions.py' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:50.9330515Z [00:03:43.346]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/groff/fish.tmac' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.9382534Z [00:03:43.352]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/config.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.9435286Z [00:03:43.357]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_apropos.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.9486671Z [00:03:43.362]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_netcat.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.9539298Z [00:03:43.367]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_gnu_complete.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.9589415Z [00:03:43.372]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_bittorrent.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.9640664Z [00:03:43.377]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_list.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.9691180Z [00:03:43.382]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_portage_repository_paths.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.9741151Z [00:03:43.387]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_debian_apache_sites.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.9791858Z [00:03:43.392]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/alias.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.9842033Z [00:03:43.398]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_reg__complete_keys.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.9895161Z [00:03:43.403]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_pkg_packages.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.9947009Z [00:03:43.408]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_git_prompt.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:50.9998478Z [00:03:43.413]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/open.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.0050241Z [00:03:43.418]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/_validate_int.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.0101121Z [00:03:43.423]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_hybrid_key_bindings.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.0151629Z [00:03:43.428]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/diff.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.0202316Z [00:03:43.434]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_gpg_key_id.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.0254161Z [00:03:43.439]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/cdh.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.0305939Z [00:03:43.444]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_cursor_xterm.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.0357495Z [00:03:43.449]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_eopkg_packages.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.0409961Z [00:03:43.454]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_title.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.0461792Z [00:03:43.459]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_default_mode_prompt.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.0514703Z [00:03:43.465]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_anypager.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.0566678Z [00:03:43.470]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_any_arg_in.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.0618876Z [00:03:43.475]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/dirs.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.0671060Z [00:03:43.480]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/trap.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.0723240Z [00:03:43.486]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/nextd-or-forward-token.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.0777012Z [00:03:43.491]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_ppp_peer.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.0829195Z [00:03:43.496]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/realpath.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.0881326Z [00:03:43.501]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_svn_prompt.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.0933813Z [00:03:43.507]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_clipboard_copy.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.0987462Z [00:03:43.512]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_xbps_packages.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.1040812Z [00:03:43.517]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_print_git_action.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.1092432Z [00:03:43.523]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_xwindows.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.1143902Z [00:03:43.528]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_systemd_machines.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.1195912Z [00:03:43.533]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_greeting.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.1247491Z [00:03:43.538]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_paginate.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.1300148Z [00:03:43.543]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_pacman_repos.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.1351512Z [00:03:43.548]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_modules.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.1403881Z [00:03:43.554]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_path.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.1457050Z [00:03:43.559]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_hg_prompt.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.1509645Z [00:03:43.564]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_subcommand.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.1563328Z [00:03:43.570]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/prompt_pwd.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.1616108Z [00:03:43.575]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_edit_command_if_at_cursor.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.1668234Z [00:03:43.580]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_tokenizer_state.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.1721409Z [00:03:43.585]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_no_arguments.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.1774267Z [00:03:43.591]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_filesystems.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.1826722Z [00:03:43.596]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_commandline_append.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.1879146Z [00:03:43.601]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/funced.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.1930980Z [00:03:43.606]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_cache_put.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.1983623Z [00:03:43.612]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/ll.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.2037192Z [00:03:43.617]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_delta.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.2090213Z [00:03:43.622]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_breakpoint_prompt.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.2144035Z [00:03:43.628]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_convert_options.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.2197813Z [00:03:43.633]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_directories.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.2249271Z [00:03:43.638]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_vcs_prompt.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.2302279Z [00:03:43.644]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_command_not_found.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.2354084Z [00:03:43.649]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_whatis.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.2405746Z [00:03:43.654]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_zfs_ro_properties.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.2458014Z [00:03:43.659]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_gpg.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.2509094Z [00:03:43.664]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/ls.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.2562017Z [00:03:43.669]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_list_current_token.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.2614513Z [00:03:43.675]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_cd.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.2665701Z [00:03:43.680]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_set_locale.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.2718323Z [00:03:43.685]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_users.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.2770411Z [00:03:43.690]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_portage_packages.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.2822823Z [00:03:43.696]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_man.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.2875131Z [00:03:43.701]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_portage_installed_pkgs.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.2926552Z [00:03:43.706]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_nth_token.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.2978410Z [00:03:43.711]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_packages.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.3030332Z [00:03:43.716]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_debian_apache_mods.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.3081573Z [00:03:43.721]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_echo.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.3132710Z [00:03:43.727]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_cmd_args_without_options.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.3184305Z [00:03:43.732]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_gpg_algo.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.3236413Z [00:03:43.737]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_suffix.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.3287374Z [00:03:43.742]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_is_zfs_feature_enabled.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.3337449Z [00:03:43.747]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_pwd.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.3388767Z [00:03:43.752]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_pg_database.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.3438710Z [00:03:43.757]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_lpr_printers.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.3488677Z [00:03:43.762]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/suspend.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.3539800Z [00:03:43.767]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_user_at_hosts.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.3591633Z [00:03:43.772]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_jj_prompt.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.3642439Z [00:03:43.778]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/prevd-or-backward-token.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.3693650Z [00:03:43.783]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/prevd.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.3745644Z [00:03:43.788]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__ssh_history_completions.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.3796346Z [00:03:43.793]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/man.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.3848861Z [00:03:43.798]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/cd.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.3900021Z [00:03:43.803]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/up-or-search.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.3952193Z [00:03:43.808]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_debian_apache_confs.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.4001929Z [00:03:43.813]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_config.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.4053610Z [00:03:43.819]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_opkg_packages.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.4105363Z [00:03:43.824]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_cmd__complete_args.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.4157159Z [00:03:43.829]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_lpr_options.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.4208880Z [00:03:43.834]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/popd.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.4260972Z [00:03:43.839]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/export.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.4313756Z [00:03:43.845]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_pacman_packages.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.4365548Z [00:03:43.850]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/N_.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.4417797Z [00:03:43.855]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_is_git_repository.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.4470396Z [00:03:43.860]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_user_ids.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.4522166Z [00:03:43.866]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/contains_seq.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.4572934Z [00:03:43.871]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_argcomplete_complete.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.4624459Z [00:03:43.876]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_commandline_prepend.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.4676091Z [00:03:43.881]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_make_cache_dir.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.4728409Z [00:03:43.886]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_seen_argument.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.4779330Z [00:03:43.891]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_pipestatus.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.4829962Z [00:03:43.896]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_svn_rev.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.4881000Z [00:03:43.901]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_pkg_add_packages.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.4934424Z [00:03:43.907]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_proc.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.4984259Z [00:03:43.912]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_prev_arg_in.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.5035099Z [00:03:43.917]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_git_prompt.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.5088368Z [00:03:43.922]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_commandline_is_singlequoted.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.5139967Z [00:03:43.927]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_ps.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.5192064Z [00:03:43.932]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_zfs_pools.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.5242821Z [00:03:43.938]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/la.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.5294191Z [00:03:43.943]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_shared_key_bindings.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.5346793Z [00:03:43.948]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_lpr_option.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.5399080Z [00:03:43.953]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_print_hg_root.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.5450804Z [00:03:43.958]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_preview_current_file.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.5502783Z [00:03:43.964]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_first_token.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.5557308Z [00:03:43.969]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_clipboard_paste.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.5611119Z [00:03:43.974]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/edit_command_buffer.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.5665925Z [00:03:43.980]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_move_last.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.5720040Z [00:03:43.985]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_groups.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.5774140Z [00:03:43.991]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_vi_key_bindings.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.5826502Z [00:03:43.996]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_portage_available_pkgs.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.5881960Z [00:03:44.001]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_seen_subcommand_from.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.5934445Z [00:03:44.007]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_xdg_applications_directories.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.5985469Z [00:03:44.012]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_gpg_user_id.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.6037751Z [00:03:44.017]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_pg_user.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.6090421Z [00:03:44.022]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/abbr.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.6141980Z [00:03:44.027]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_is_switch.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.6193818Z [00:03:44.033]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_md5.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.6246724Z [00:03:44.038]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_is_first_token.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.6299754Z [00:03:44.043]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_describe_command.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.6352125Z [00:03:44.048]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_mysql.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.6405257Z [00:03:44.054]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_hostnames.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.6456514Z [00:03:44.059]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_is_first_arg.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.6511089Z [00:03:44.064]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/prompt_login.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.6562879Z [00:03:44.070]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_opt.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.6615306Z [00:03:44.075]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_wireshark.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.6669669Z [00:03:44.080]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_mode_prompt.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.6721649Z [00:03:44.085]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/nextd.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.6774033Z [00:03:44.091]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_ssh.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.6827487Z [00:03:44.096]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_cancel_commandline.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.6880882Z [00:03:44.101]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_pgrep.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.6933767Z [00:03:44.107]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_cache_sourced_completions.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.6987086Z [00:03:44.112]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_cursor_konsole.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.7041140Z [00:03:44.117]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_use_subcommand.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.7092869Z [00:03:44.123]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_mounted.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.7144440Z [00:03:44.128]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_indent.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.7194004Z [00:03:44.133]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/help.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.7245507Z [00:03:44.138]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_fossil_prompt.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.7299441Z [00:03:44.143]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_port_packages.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.7349603Z [00:03:44.148]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_zfs_mountpoint_properties.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.7401646Z [00:03:44.153]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_rpm_packages.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.7453485Z [00:03:44.159]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_toggle_comment_commandline.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.7505157Z [00:03:44.164]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/prompt_hostname.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.7557906Z [00:03:44.169]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_magick.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.7610457Z [00:03:44.174]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_lpr.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.7662336Z [00:03:44.180]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_concat_completions.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.7714759Z [00:03:44.185]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_is_root_user.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.7766648Z [00:03:44.190]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_anyeditor.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.7818635Z [00:03:44.195]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_is_token_n.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.7869901Z [00:03:44.200]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/dirh.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.7922490Z [00:03:44.206]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_freedesktop_icons.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.7972336Z [00:03:44.210]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_job_summary.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.8021423Z [00:03:44.215]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_paste.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.8072711Z [00:03:44.221]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_atool_archive_contents.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.8124000Z [00:03:44.226]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_cmd_args.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.8178134Z [00:03:44.231]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_xdg_mimetypes.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.8228779Z [00:03:44.236]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/seq.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.8279111Z [00:03:44.241]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/setenv.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.8327885Z [00:03:44.246]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/history.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.8376485Z [00:03:44.251]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_number_of_cmd_args_wo_opts.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.8427535Z [00:03:44.256]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_zfs_rw_properties.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.8478237Z [00:03:44.261]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_man_page.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.8529488Z [00:03:44.266]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_parent_directories.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.8582347Z [00:03:44.272]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_add_path.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.8634242Z [00:03:44.277]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_vcs_prompt.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.8684803Z [00:03:44.282]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_should_complete_switches.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.8736035Z [00:03:44.287]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_systemctl_services.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.8789425Z [00:03:44.292]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_zfs_write_once_properties.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.8841135Z [00:03:44.297]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_encodings.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.8893245Z [00:03:44.303]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/pushd.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.8944339Z [00:03:44.308]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_VBox_vms.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.8994573Z [00:03:44.313]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_status_to_signal.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.9045297Z [00:03:44.318]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_ftp.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.9096340Z [00:03:44.323]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_contains_opt.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.9148926Z [00:03:44.328]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/isatty.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.9201394Z [00:03:44.333]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_cached.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.9251901Z [00:03:44.338]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_addresses.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.9302676Z [00:03:44.344]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_service_names.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.9354557Z [00:03:44.349]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_windows_users.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.9405303Z [00:03:44.354]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__terlar_git_prompt.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.9456016Z [00:03:44.359]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_interfaces.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.9508637Z [00:03:44.364]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_blockdevice.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.9561657Z [00:03:44.369]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_command.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.9610969Z [00:03:44.374]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_npm_helper.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.9664416Z [00:03:44.380]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_prepend_sudo.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.9716521Z [00:03:44.385]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_protontricks_complete_appid.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.9767127Z [00:03:44.390]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_whatis_current_token.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.9819336Z [00:03:44.395]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_vi_cursor.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.9870016Z [00:03:44.400]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/vared.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.9921234Z [00:03:44.405]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_clang.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:51.9973038Z [00:03:44.411]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_systemctl.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.0026362Z [00:03:44.416]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_apt_packages.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.0079058Z [00:03:44.421]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_docutils.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.0132332Z [00:03:44.427]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/psub.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.0186124Z [00:03:44.432]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_crux_packages.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.0241022Z [00:03:44.437]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_windows_drives.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.0293390Z [00:03:44.443]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_hg_prompt.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.0347809Z [00:03:44.448]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_help.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.0402324Z [00:03:44.454]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_mount_opts.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.0457751Z [00:03:44.459]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_groups.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.0510502Z [00:03:44.464]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/grep.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.0564008Z [00:03:44.470]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_append.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.0619790Z [00:03:44.475]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_users.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.0675970Z [00:03:44.481]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/umask.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.0731911Z [00:03:44.486]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_group_ids.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.0790145Z [00:03:44.492]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_commands.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.0845020Z [00:03:44.498]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_default_key_bindings.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.0900142Z [00:03:44.503]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/funcsave.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.0953774Z [00:03:44.509]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_uname.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.1009684Z [00:03:44.514]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_update_completions.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.1062825Z [00:03:44.520]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_is_nth_token.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.1116197Z [00:03:44.525]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/down-or-search.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.1168522Z [00:03:44.530]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_prompt.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.1220350Z [00:03:44.535]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_systemd_machine_images.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.1273615Z [00:03:44.541]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_anypython.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.1326409Z [00:03:44.546]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_pids.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.1378883Z [00:03:44.551]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_config_interactive.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.1431160Z [00:03:44.556]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_not_contain_opt.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.1483890Z [00:03:44.562]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_change_key_bindings.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.1535780Z [00:03:44.567]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_print_zfs_snapshots.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.1594951Z [00:03:44.572]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/fish_svn_prompt.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.1639913Z [00:03:44.577]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_complete_job_pids.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.1691536Z [00:03:44.582]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/functions/__fish_make_completion_signals.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.1742681Z [00:03:44.588]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/share/__fish_build_paths.fish.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.1795181Z [00:03:44.593]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/docker/fedora.Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.1845733Z [00:03:44.598]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/docker/jammy-asan.Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.1895608Z [00:03:44.603]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/docker/opensuse-tumbleweed.Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.1946425Z [00:03:44.608]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/docker/focal-arm64.Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.1997098Z [00:03:44.613]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/docker/jammy-armv7-32bit.Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.2048124Z [00:03:44.618]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/docker/jammy-tsan.Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.2100649Z [00:03:44.623]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/docker/context/fish_run_tests.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:52.2153980Z [00:03:44.629]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/docker/noble.Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.2207414Z [00:03:44.634]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/docker/alpine.Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.2261602Z [00:03:44.639]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/docker/focal-32bit.Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.2313633Z [00:03:44.645]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/docker/focal.Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.2365648Z [00:03:44.650]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/docker/centos9.Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.2417421Z [00:03:44.655]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/docker/docker_run_tests.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:52.2471501Z [00:03:44.660]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/docker/jammy.Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.2524060Z [00:03:44.666]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/deny.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.2575754Z [00:03:44.671]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/po/zh_CN.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.2628994Z [00:03:44.676]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/po/fr.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.2680444Z [00:03:44.681]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/po/sv.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.2731403Z [00:03:44.686]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/po/en.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.2782230Z [00:03:44.692]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/po/de.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.2835200Z [00:03:44.697]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/po/pl.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.2887090Z [00:03:44.702]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/po/pt_BR.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.2940382Z [00:03:44.707]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/.rustc_info.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.2992597Z [00:03:44.713]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/fish-man/build_timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.3044785Z [00:03:44.718]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/fish.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.3097755Z [00:03:44.723]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/libfish.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.3148414Z [00:03:44.728]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/fish_indent' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:52.3199231Z [00:03:44.733]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/fish_key_reader' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:52.3251364Z [00:03:44.738]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/fish' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:52.3304056Z [00:03:44.744]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-fb9c757d32b5fe5b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.3354510Z [00:03:44.749]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liballocator_api2-98535c9b147dc083.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.3406104Z [00:03:44.754]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfoldhash-1a182183b8a834a6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.3458003Z [00:03:44.759]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwidestring-04053cef14a19ec3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.3510155Z [00:03:44.764]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwalkdir-e4180d57cecb1b6f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.3561846Z [00:03:44.769]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pcre2-e35fc54237d6050d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.3614032Z [00:03:44.775]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rust_embed_utils-fb4ab062dfb04749.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.3666367Z [00:03:44.780]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsiphasher-65b2bbbc97ef358c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.3718270Z [00:03:44.785]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crypto_common-f2db4000c1bfa426.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.3770108Z [00:03:44.790]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblru-5a1e0ddb85e04c28.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.3821270Z [00:03:44.795]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_traits-704ad672e6052d00.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.3872122Z [00:03:44.800]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-6fa54cd0bb620c30.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.3923635Z [00:03:44.806]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fish-80739aec2c97891a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.3976088Z [00:03:44.811]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libblock_buffer-3d90b07b6d14c158.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.4029045Z [00:03:44.816]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rust_embed-45cd41f6d02398f6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.4081925Z [00:03:44.821]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-f8a02e8a69b48f3b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.4135078Z [00:03:44.827]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/widestring-04053cef14a19ec3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.4189687Z [00:03:44.832]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfish_printf-a4e61b019d26643f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.4242782Z [00:03:44.838]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fish_key_reader-86dcc7818014d740.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.4296441Z [00:03:44.843]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsha2-45f8e1d9afc2c94d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.4350835Z [00:03:44.848]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-a90474d1ca50aa98.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.4403007Z [00:03:44.854]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/block_buffer-3d90b07b6d14c158.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.4457243Z [00:03:44.859]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/phf_shared-36924f0e0402698d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.4510504Z [00:03:44.864]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdigest-344b470918447ba6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.4563550Z [00:03:44.870]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsame_file-1dfdefaca39b85f8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.4618370Z [00:03:44.875]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwidestring-04053cef14a19ec3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.4670308Z [00:03:44.880]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfish_printf-a4e61b019d26643f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.4722291Z [00:03:44.886]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsiphasher-65b2bbbc97ef358c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.4774113Z [00:03:44.891]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnom-692a16bb77775608.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.4827387Z [00:03:44.896]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librust_embed-45cd41f6d02398f6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.4880996Z [00:03:44.901]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwalkdir-e4180d57cecb1b6f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.4933979Z [00:03:44.907]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/siphasher-65b2bbbc97ef358c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.4987891Z [00:03:44.912]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnix-3c22f25a8c41cf29.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.5041572Z [00:03:44.917]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/terminfo-6a29374c1203630d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.5094857Z [00:03:44.923]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsha2-45f8e1d9afc2c94d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.5148018Z [00:03:44.928]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrypto_common-f2db4000c1bfa426.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.5200523Z [00:03:44.933]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/once_cell-3e0a4dbb97f3f116.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.5253318Z [00:03:44.939]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rand_core-860ba83486cc48b1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.5305434Z [00:03:44.944]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unicode_segmentation-08574d6f8dfe2acd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.5357144Z [00:03:44.949]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/nix-3c22f25a8c41cf29.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.5410711Z [00:03:44.954]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-fb9c757d32b5fe5b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.5463396Z [00:03:44.960]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/generic_array-572eeba89daafdf4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.5515463Z [00:03:44.965]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsame_file-1dfdefaca39b85f8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.5568073Z [00:03:44.970]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminfo-6a29374c1203630d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.5619230Z [00:03:44.975]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrypto_common-f2db4000c1bfa426.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.5671055Z [00:03:44.980]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/minimal_lexical-49402bb10c80690e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.5723458Z [00:03:44.986]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/num_traits-704ad672e6052d00.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.5777091Z [00:03:44.991]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-a90474d1ca50aa98.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.5830621Z [00:03:44.996]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-54fc40c3409b4f13.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.5883968Z [00:03:45.002]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-85b7ccb8e399712c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.5939107Z [00:03:45.007]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpcre2_sys-7b59c2bd3b40ddc6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.5994290Z [00:03:45.013]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unicode_width-6fa54cd0bb620c30.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.6050828Z [00:03:45.018]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcpufeatures-209ef2134801d960.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.6103872Z [00:03:45.024]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-3e0a4dbb97f3f116.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.6157527Z [00:03:45.029]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/typenum-f8a98f1a395476c9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.6210808Z [00:03:45.034]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libc-6c6031b792802985.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.6264586Z [00:03:45.040]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminfo-6a29374c1203630d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.6316836Z [00:03:45.045]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/nom-692a16bb77775608.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.6371072Z [00:03:45.050]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-54fc40c3409b4f13.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.6423508Z [00:03:45.056]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfish-80739aec2c97891a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.6475817Z [00:03:45.061]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfnv-c47ab956a0e03948.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.6529728Z [00:03:45.066]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fnv-c47ab956a0e03948.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.6581893Z [00:03:45.071]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand-425cd3d3e4ce4682.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.6633368Z [00:03:45.077]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fish_indent-e649b088e32c3f36.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.6685488Z [00:03:45.082]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pcre2_sys-7b59c2bd3b40ddc6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.6738800Z [00:03:45.087]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-f8a02e8a69b48f3b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.6790704Z [00:03:45.092]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/errno-85492e11424b030f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.6842965Z [00:03:45.098]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblru-5a1e0ddb85e04c28.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.6895199Z [00:03:45.103]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-85b7ccb8e399712c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.6946396Z [00:03:45.108]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_core-860ba83486cc48b1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.6998961Z [00:03:45.113]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnix-3c22f25a8c41cf29.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.7051480Z [00:03:45.118]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/cfg_if-be94b43fafc41a05.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.7104667Z [00:03:45.124]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdigest-344b470918447ba6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.7156812Z [00:03:45.129]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfish-80739aec2c97891a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.7209727Z [00:03:45.134]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librust_embed-45cd41f6d02398f6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.7262689Z [00:03:45.140]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgeneric_array-572eeba89daafdf4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.7317048Z [00:03:45.145]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-be94b43fafc41a05.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.7369041Z [00:03:45.150]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/same_file-1dfdefaca39b85f8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.7421733Z [00:03:45.155]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libminimal_lexical-49402bb10c80690e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.7473054Z [00:03:45.161]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfnv-c47ab956a0e03948.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.7527811Z [00:03:45.166]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/digest-344b470918447ba6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.7579736Z [00:03:45.171]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liberrno-85492e11424b030f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.7633762Z [00:03:45.177]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_core-860ba83486cc48b1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.7686710Z [00:03:45.182]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcpufeatures-209ef2134801d960.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.7739635Z [00:03:45.187]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librust_embed_utils-fb4ab062dfb04749.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.7792590Z [00:03:45.193]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fish_key_reader-86dcc7818014d740' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:52.7844162Z [00:03:45.198]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-6c6031b792802985.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.7897181Z [00:03:45.203]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libphf-c85bcaf0ef70fc33.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.7948077Z [00:03:45.208]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-6fa54cd0bb620c30.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.7999261Z [00:03:45.213]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnom-692a16bb77775608.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.8051735Z [00:03:45.218]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-be94b43fafc41a05.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.8102720Z [00:03:45.224]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_segmentation-08574d6f8dfe2acd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.8153020Z [00:03:45.229]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libphf_shared-36924f0e0402698d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.8204687Z [00:03:45.234]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librust_embed_utils-fb4ab062dfb04749.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.8257300Z [00:03:45.239]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfoldhash-1a182183b8a834a6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.8310516Z [00:03:45.244]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/memchr-a90474d1ca50aa98.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.8363581Z [00:03:45.250]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/log-85b7ccb8e399712c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.8417199Z [00:03:45.255]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libminimal_lexical-49402bb10c80690e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.8471163Z [00:03:45.260]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtypenum-f8a98f1a395476c9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.8522812Z [00:03:45.266]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liberrno-85492e11424b030f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.8574883Z [00:03:45.271]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/sha2-45f8e1d9afc2c94d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.8629621Z [00:03:45.276]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand-425cd3d3e4ce4682.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.8683117Z [00:03:45.282]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liballocator_api2-98535c9b147dc083.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.8734797Z [00:03:45.287]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fish_printf-a4e61b019d26643f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.8787355Z [00:03:45.292]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fish-a8a65b2f25ed3d9d' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:52.8840590Z [00:03:45.297]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libphf-c85bcaf0ef70fc33.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.8894073Z [00:03:45.303]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libblock_buffer-3d90b07b6d14c158.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.8947908Z [00:03:45.308]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/allocator_api2-98535c9b147dc083.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.9001211Z [00:03:45.313]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/walkdir-e4180d57cecb1b6f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.9054261Z [00:03:45.319]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/phf-c85bcaf0ef70fc33.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.9108352Z [00:03:45.324]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/equivalent-fb9c757d32b5fe5b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.9162263Z [00:03:45.329]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/lru-5a1e0ddb85e04c28.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.9214074Z [00:03:45.335]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/foldhash-1a182183b8a834a6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.9267419Z [00:03:45.340]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_segmentation-08574d6f8dfe2acd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.9321314Z [00:03:45.345]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtypenum-f8a98f1a395476c9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.9374616Z [00:03:45.351]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fish-a8a65b2f25ed3d9d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.9429323Z [00:03:45.356]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_traits-704ad672e6052d00.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.9481855Z [00:03:45.361]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bitflags-54fc40c3409b4f13.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.9535305Z [00:03:45.367]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fish_indent-e649b088e32c3f36' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:52.9590084Z [00:03:45.372]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-6c6031b792802985.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.9643164Z [00:03:45.378]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-3e0a4dbb97f3f116.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.9695011Z [00:03:45.383]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpcre2_sys-7b59c2bd3b40ddc6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.9747559Z [00:03:45.388]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libphf_shared-36924f0e0402698d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.9799466Z [00:03:45.393]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/cpufeatures-209ef2134801d960.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.9850336Z [00:03:45.398]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hashbrown-f8a02e8a69b48f3b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.9900493Z [00:03:45.403]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpcre2-e35fc54237d6050d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:52.9951143Z [00:03:45.408]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgeneric_array-572eeba89daafdf4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.0002069Z [00:03:45.413]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rand-425cd3d3e4ce4682.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.0051950Z [00:03:45.418]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpcre2-e35fc54237d6050d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.0101450Z [00:03:45.423]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/libfish.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:53.0152437Z [00:03:45.429]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/generic-array-40de2de996217790/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.0203497Z [00:03:45.434]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/generic-array-40de2de996217790/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.0258425Z [00:03:45.439]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/generic-array-40de2de996217790/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.0305331Z [00:03:45.444]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/generic-array-40de2de996217790/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.0357987Z [00:03:45.449]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/num-traits-bd8f6c9baabfcc73/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.0408337Z [00:03:45.454]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/num-traits-bd8f6c9baabfcc73/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.0459627Z [00:03:45.459]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/num-traits-bd8f6c9baabfcc73/out/autocfg_9ccb363b4f4ec0f5_1.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.0511607Z [00:03:45.464]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/num-traits-bd8f6c9baabfcc73/out/autocfg_9ccb363b4f4ec0f5_0.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.0562220Z [00:03:45.469]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/num-traits-bd8f6c9baabfcc73/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.0612917Z [00:03:45.475]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/num-traits-bd8f6c9baabfcc73/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.0670213Z [00:03:45.480]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-9fbc5294b5cd5bce/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.0721745Z [00:03:45.485]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-9fbc5294b5cd5bce/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.0773381Z [00:03:45.491]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-9fbc5294b5cd5bce/out/op.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.0824419Z [00:03:45.496]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-9fbc5294b5cd5bce/out/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.0874982Z [00:03:45.501]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-9fbc5294b5cd5bce/out/consts.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.0926093Z [00:03:45.506]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-9fbc5294b5cd5bce/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.0976728Z [00:03:45.511]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-9fbc5294b5cd5bce/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.1027451Z [00:03:45.516]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-b06016ab32bd7e56/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.1078551Z [00:03:45.521]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-b06016ab32bd7e56/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.1129866Z [00:03:45.526]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-b06016ab32bd7e56/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.1182835Z [00:03:45.532]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-b06016ab32bd7e56/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.1233948Z [00:03:45.537]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2cc5a6f741b070f0/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.1285119Z [00:03:45.542]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2cc5a6f741b070f0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.1337105Z [00:03:45.547]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2cc5a6f741b070f0/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.1389063Z [00:03:45.552]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-2cc5a6f741b070f0/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.1441900Z [00:03:45.557]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.1493297Z [00:03:45.563]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.1546244Z [00:03:45.568]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_match_data.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.1598344Z [00:03:45.573]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_extuni.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.1652126Z [00:03:45.578]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_string_utils.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.1704962Z [00:03:45.584]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_substitute.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.1757818Z [00:03:45.589]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_chartables.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.1811162Z [00:03:45.594]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/flag_check.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.1865888Z [00:03:45.600]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_auto_possess.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.1918489Z [00:03:45.605]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_serialize.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.1970730Z [00:03:45.610]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_pattern_info.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.2023948Z [00:03:45.616]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_xclass.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.2075485Z [00:03:45.621]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_study.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.2128581Z [00:03:45.626]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_ord2utf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.2181737Z [00:03:45.631]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_config.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.2234559Z [00:03:45.637]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_dfa_match.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.2286514Z [00:03:45.642]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_find_bracket.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.2340924Z [00:03:45.647]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_chkdint.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.2393372Z [00:03:45.653]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_valid_utf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.2447881Z [00:03:45.658]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_script_run.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.2501494Z [00:03:45.663]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_context.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.2555211Z [00:03:45.669]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_tables.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.2607511Z [00:03:45.674]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_jit_compile.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.2661448Z [00:03:45.679]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_newline.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.2712973Z [00:03:45.685]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_error.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.2765353Z [00:03:45.690]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_match.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.2819445Z [00:03:45.695]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_ucd.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.2874035Z [00:03:45.701]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/libpcre2-8.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.2927200Z [00:03:45.706]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_maketables.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.2981175Z [00:03:45.711]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_substring.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.3037689Z [00:03:45.717]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_compile.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.3091845Z [00:03:45.722]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/libpcre2-32.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.3146388Z [00:03:45.728]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/out/182e663b69175f75-pcre2_convert.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.3201371Z [00:03:45.733]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.3256654Z [00:03:45.739]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/pcre2-sys-d7b53c227b6b9261/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.3312639Z [00:03:45.745]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/terminfo-23163aeb9877937c/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.3368358Z [00:03:45.750]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/terminfo-23163aeb9877937c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.3423181Z [00:03:45.756]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/terminfo-23163aeb9877937c/out/names.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.3478379Z [00:03:45.761]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/terminfo-23163aeb9877937c/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.3537388Z [00:03:45.767]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/terminfo-23163aeb9877937c/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.3587923Z [00:03:45.772]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/fish-60c97add08034ed2/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.3642911Z [00:03:45.778]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/fish-60c97add08034ed2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.3698427Z [00:03:45.783]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/fish-60c97add08034ed2/out/flag_check' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:53.3753565Z [00:03:45.789]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/fish-60c97add08034ed2/out/libflibc.a.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.3808396Z [00:03:45.794]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/fish-60c97add08034ed2/out/flag_check.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.3862259Z [00:03:45.799]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/fish-60c97add08034ed2/out/ea708c7824d36062-libc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.3915487Z [00:03:45.805]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/fish-60c97add08034ed2/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.3968417Z [00:03:45.810]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/fish-60c97add08034ed2/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.4021267Z [00:03:45.815]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.4072081Z [00:03:45.821]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/libfish_printf.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:53.4125695Z [00:03:45.826]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-86dcc7818014d740/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.4177038Z [00:03:45.831]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-86dcc7818014d740/bin-fish_key_reader.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.4228836Z [00:03:45.836]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-86dcc7818014d740/bin-fish_key_reader' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.4281702Z [00:03:45.841]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-86dcc7818014d740/dep-bin-fish_key_reader' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.4332211Z [00:03:45.846]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rust-embed-utils-fb4ab062dfb04749/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.4383718Z [00:03:45.852]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rust-embed-utils-fb4ab062dfb04749/lib-rust_embed_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.4435996Z [00:03:45.857]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rust-embed-utils-fb4ab062dfb04749/lib-rust_embed_utils.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.4488403Z [00:03:45.862]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rust-embed-utils-fb4ab062dfb04749/dep-lib-rust_embed_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.4541681Z [00:03:45.867]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-08574d6f8dfe2acd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.4594504Z [00:03:45.873]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-08574d6f8dfe2acd/dep-lib-unicode_segmentation' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.4646431Z [00:03:45.878]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-08574d6f8dfe2acd/lib-unicode_segmentation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.4699101Z [00:03:45.883]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-08574d6f8dfe2acd/lib-unicode_segmentation' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.4751690Z [00:03:45.888]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-6fa54cd0bb620c30/lib-unicode_width.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.4804031Z [00:03:45.894]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-6fa54cd0bb620c30/lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.4855861Z [00:03:45.899]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-6fa54cd0bb620c30/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.4909127Z [00:03:45.904]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-6fa54cd0bb620c30/dep-lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.4961650Z [00:03:45.909]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-3e0a4dbb97f3f116/lib-once_cell.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.5011998Z [00:03:45.914]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-3e0a4dbb97f3f116/dep-lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.5062668Z [00:03:45.920]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-3e0a4dbb97f3f116/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.5115049Z [00:03:45.925]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-3e0a4dbb97f3f116/lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.5166055Z [00:03:45.930]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-e4180d57cecb1b6f/lib-walkdir.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.5216155Z [00:03:45.935]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-e4180d57cecb1b6f/lib-walkdir' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.5267854Z [00:03:45.940]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-e4180d57cecb1b6f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.5319319Z [00:03:45.945]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-e4180d57cecb1b6f/dep-lib-walkdir' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.5370524Z [00:03:45.950]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pcre2-sys-7b59c2bd3b40ddc6/lib-pcre2_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.5422901Z [00:03:45.956]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pcre2-sys-7b59c2bd3b40ddc6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.5473998Z [00:03:45.961]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pcre2-sys-7b59c2bd3b40ddc6/dep-lib-pcre2_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.5526568Z [00:03:45.966]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pcre2-sys-7b59c2bd3b40ddc6/lib-pcre2_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.5578146Z [00:03:45.971]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/digest-344b470918447ba6/lib-digest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.5630520Z [00:03:45.976]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/digest-344b470918447ba6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.5681884Z [00:03:45.981]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/digest-344b470918447ba6/lib-digest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.5733557Z [00:03:45.987]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/digest-344b470918447ba6/dep-lib-digest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.5783878Z [00:03:45.992]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-1dfdefaca39b85f8/lib-same_file.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.5834755Z [00:03:45.997]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-1dfdefaca39b85f8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.5885778Z [00:03:46.002]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-1dfdefaca39b85f8/lib-same_file' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.5938958Z [00:03:46.007]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-1dfdefaca39b85f8/dep-lib-same_file' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.5992309Z [00:03:46.012]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/allocator-api2-98535c9b147dc083/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.6045117Z [00:03:46.018]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/allocator-api2-98535c9b147dc083/lib-allocator_api2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.6098797Z [00:03:46.023]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/allocator-api2-98535c9b147dc083/lib-allocator_api2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.6150432Z [00:03:46.028]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/allocator-api2-98535c9b147dc083/dep-lib-allocator_api2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.6204111Z [00:03:46.034]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-fb9c757d32b5fe5b/lib-equivalent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.6257732Z [00:03:46.039]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-fb9c757d32b5fe5b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.6309715Z [00:03:46.044]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-fb9c757d32b5fe5b/dep-lib-equivalent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.6362420Z [00:03:46.049]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-fb9c757d32b5fe5b/lib-equivalent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.6414654Z [00:03:46.055]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-a90474d1ca50aa98/lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.6466332Z [00:03:46.060]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-a90474d1ca50aa98/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.6519212Z [00:03:46.065]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-a90474d1ca50aa98/lib-memchr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.6572165Z [00:03:46.070]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-a90474d1ca50aa98/dep-lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.6623877Z [00:03:46.076]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-f8a98f1a395476c9/lib-typenum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.6676617Z [00:03:46.081]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-f8a98f1a395476c9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.6728320Z [00:03:46.086]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-f8a98f1a395476c9/dep-lib-typenum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.6781097Z [00:03:46.091]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-f8a98f1a395476c9/lib-typenum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.6839142Z [00:03:46.097]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/minimal-lexical-49402bb10c80690e/dep-lib-minimal_lexical' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.6886737Z [00:03:46.102]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/minimal-lexical-49402bb10c80690e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.6939111Z [00:03:46.107]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/minimal-lexical-49402bb10c80690e/lib-minimal_lexical.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.6993319Z [00:03:46.113]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/minimal-lexical-49402bb10c80690e/lib-minimal_lexical' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.7045332Z [00:03:46.118]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/generic-array-40de2de996217790/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.7098346Z [00:03:46.123]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/generic-array-40de2de996217790/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.7149990Z [00:03:46.128]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-be94b43fafc41a05/lib-cfg_if.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.7205425Z [00:03:46.134]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-be94b43fafc41a05/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.7258311Z [00:03:46.139]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-be94b43fafc41a05/lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.7312542Z [00:03:46.144]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-be94b43fafc41a05/dep-lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.7364424Z [00:03:46.150]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-85b7ccb8e399712c/lib-log.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.7414963Z [00:03:46.155]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-85b7ccb8e399712c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.7468316Z [00:03:46.160]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-85b7ccb8e399712c/dep-lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.7520714Z [00:03:46.165]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-85b7ccb8e399712c/lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.7573474Z [00:03:46.171]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/phf-c85bcaf0ef70fc33/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.7625781Z [00:03:46.176]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/phf-c85bcaf0ef70fc33/lib-phf.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.7677507Z [00:03:46.181]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/phf-c85bcaf0ef70fc33/lib-phf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.7731252Z [00:03:46.186]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/phf-c85bcaf0ef70fc33/dep-lib-phf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.7783630Z [00:03:46.192]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/block-buffer-3d90b07b6d14c158/dep-lib-block_buffer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.7836722Z [00:03:46.197]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/block-buffer-3d90b07b6d14c158/lib-block_buffer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.7889078Z [00:03:46.202]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/block-buffer-3d90b07b6d14c158/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.7942641Z [00:03:46.208]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/block-buffer-3d90b07b6d14c158/lib-block_buffer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.7995347Z [00:03:46.213]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-425cd3d3e4ce4682/dep-lib-rand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.8049644Z [00:03:46.218]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-425cd3d3e4ce4682/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.8103479Z [00:03:46.224]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-425cd3d3e4ce4682/lib-rand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.8159368Z [00:03:46.229]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-425cd3d3e4ce4682/lib-rand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.8213965Z [00:03:46.235]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-traits-bd8f6c9baabfcc73/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.8269563Z [00:03:46.240]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-traits-bd8f6c9baabfcc73/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.8324701Z [00:03:46.246]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-f8a02e8a69b48f3b/dep-lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.8379758Z [00:03:46.251]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-f8a02e8a69b48f3b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.8434153Z [00:03:46.257]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-f8a02e8a69b48f3b/lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.8488935Z [00:03:46.262]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-f8a02e8a69b48f3b/lib-hashbrown.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.8542137Z [00:03:46.267]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/siphasher-65b2bbbc97ef358c/lib-siphasher' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.8597230Z [00:03:46.273]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/siphasher-65b2bbbc97ef358c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.8651293Z [00:03:46.278]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/siphasher-65b2bbbc97ef358c/dep-lib-siphasher' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.8707569Z [00:03:46.284]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/siphasher-65b2bbbc97ef358c/lib-siphasher.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.8764113Z [00:03:46.290]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/foldhash-1a182183b8a834a6/dep-lib-foldhash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.8818572Z [00:03:46.295]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/foldhash-1a182183b8a834a6/lib-foldhash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.8874183Z [00:03:46.301]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/foldhash-1a182183b8a834a6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.8930941Z [00:03:46.306]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/foldhash-1a182183b8a834a6/lib-foldhash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.8985962Z [00:03:46.312]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cpufeatures-209ef2134801d960/lib-cpufeatures.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.9041040Z [00:03:46.317]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cpufeatures-209ef2134801d960/dep-lib-cpufeatures' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.9094176Z [00:03:46.323]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cpufeatures-209ef2134801d960/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.9147336Z [00:03:46.328]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cpufeatures-209ef2134801d960/lib-cpufeatures' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.9201256Z [00:03:46.333]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-c47ab956a0e03948/dep-lib-fnv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.9256891Z [00:03:46.339]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-c47ab956a0e03948/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.9310277Z [00:03:46.344]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-c47ab956a0e03948/lib-fnv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.9365194Z [00:03:46.350]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-c47ab956a0e03948/lib-fnv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.9418725Z [00:03:46.355]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha2-45f8e1d9afc2c94d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.9473752Z [00:03:46.361]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha2-45f8e1d9afc2c94d/lib-sha2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.9527939Z [00:03:46.366]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha2-45f8e1d9afc2c94d/dep-lib-sha2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.9581742Z [00:03:46.371]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sha2-45f8e1d9afc2c94d/lib-sha2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.9636525Z [00:03:46.377]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-80739aec2c97891a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.9690969Z [00:03:46.382]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-80739aec2c97891a/lib-fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.9745345Z [00:03:46.388]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-80739aec2c97891a/lib-fish.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.9798818Z [00:03:46.393]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-80739aec2c97891a/dep-lib-fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.9854093Z [00:03:46.399]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-e649b088e32c3f36/dep-bin-fish_indent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.9906991Z [00:03:46.404]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-e649b088e32c3f36/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:53.9960511Z [00:03:46.409]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-e649b088e32c3f36/bin-fish_indent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.0015941Z [00:03:46.415]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-e649b088e32c3f36/bin-fish_indent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.0069941Z [00:03:46.420]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-54fc40c3409b4f13/dep-lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.0125352Z [00:03:46.426]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-54fc40c3409b4f13/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.0179143Z [00:03:46.431]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-54fc40c3409b4f13/lib-bitflags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.0233849Z [00:03:46.437]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-54fc40c3409b4f13/lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.0287973Z [00:03:46.442]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pcre2-e35fc54237d6050d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.0341284Z [00:03:46.447]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pcre2-e35fc54237d6050d/lib-pcre2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.0395960Z [00:03:46.453]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pcre2-e35fc54237d6050d/dep-lib-pcre2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.0451312Z [00:03:46.458]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pcre2-e35fc54237d6050d/lib-pcre2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.0506087Z [00:03:46.464]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/errno-85492e11424b030f/lib-errno' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.0560628Z [00:03:46.469]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/errno-85492e11424b030f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.0613992Z [00:03:46.475]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/errno-85492e11424b030f/lib-errno.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.0666827Z [00:03:46.480]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/errno-85492e11424b030f/dep-lib-errno' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.0720955Z [00:03:46.485]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-9fbc5294b5cd5bce/run-build-script-build-script-main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.0773281Z [00:03:46.491]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-9fbc5294b5cd5bce/run-build-script-build-script-main.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.0828323Z [00:03:46.496]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-traits-704ad672e6052d00/dep-lib-num_traits' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.0882940Z [00:03:46.502]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-traits-704ad672e6052d00/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.0938082Z [00:03:46.507]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-traits-704ad672e6052d00/lib-num_traits' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.0993508Z [00:03:46.513]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-traits-704ad672e6052d00/lib-num_traits.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.1048425Z [00:03:46.518]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-3c22f25a8c41cf29/lib-nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.1103263Z [00:03:46.524]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-3c22f25a8c41cf29/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.1158217Z [00:03:46.529]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-3c22f25a8c41cf29/dep-lib-nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.1213461Z [00:03:46.535]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-3c22f25a8c41cf29/lib-nix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.1267760Z [00:03:46.540]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rust-embed-45cd41f6d02398f6/lib-rust_embed' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.1320848Z [00:03:46.545]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rust-embed-45cd41f6d02398f6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.1374790Z [00:03:46.551]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rust-embed-45cd41f6d02398f6/lib-rust_embed.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.1430461Z [00:03:46.556]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rust-embed-45cd41f6d02398f6/dep-lib-rust_embed' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.1484275Z [00:03:46.562]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lru-5a1e0ddb85e04c28/lib-lru' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.1536240Z [00:03:46.567]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lru-5a1e0ddb85e04c28/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.1589662Z [00:03:46.572]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lru-5a1e0ddb85e04c28/lib-lru.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.1643969Z [00:03:46.578]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lru-5a1e0ddb85e04c28/dep-lib-lru' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.1697380Z [00:03:46.583]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-860ba83486cc48b1/lib-rand_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.1751395Z [00:03:46.588]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-860ba83486cc48b1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.1803261Z [00:03:46.594]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-860ba83486cc48b1/lib-rand_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.1856191Z [00:03:46.599]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-860ba83486cc48b1/dep-lib-rand_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.1911003Z [00:03:46.604]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-b06016ab32bd7e56/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.1964349Z [00:03:46.610]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-b06016ab32bd7e56/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.2018441Z [00:03:46.615]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-printf-a4e61b019d26643f/dep-lib-fish_printf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.2073813Z [00:03:46.621]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-printf-a4e61b019d26643f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.2128877Z [00:03:46.626]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-printf-a4e61b019d26643f/lib-fish_printf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.2182798Z [00:03:46.632]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-printf-a4e61b019d26643f/lib-fish_printf.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.2237401Z [00:03:46.637]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-2cc5a6f741b070f0/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.2291871Z [00:03:46.642]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-2cc5a6f741b070f0/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.2345954Z [00:03:46.648]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/generic-array-572eeba89daafdf4/lib-generic_array' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.2400751Z [00:03:46.653]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/generic-array-572eeba89daafdf4/lib-generic_array.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.2451695Z [00:03:46.658]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/generic-array-572eeba89daafdf4/dep-lib-generic_array' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.2503234Z [00:03:46.664]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/generic-array-572eeba89daafdf4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.2555305Z [00:03:46.669]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-a8a65b2f25ed3d9d/bin-fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.2608122Z [00:03:46.674]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-a8a65b2f25ed3d9d/bin-fish.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.2661995Z [00:03:46.679]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-a8a65b2f25ed3d9d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.2713688Z [00:03:46.685]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-a8a65b2f25ed3d9d/dep-bin-fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.2766393Z [00:03:46.690]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/phf_shared-36924f0e0402698d/lib-phf_shared' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.2819567Z [00:03:46.695]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/phf_shared-36924f0e0402698d/dep-lib-phf_shared' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.2872054Z [00:03:46.700]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/phf_shared-36924f0e0402698d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.2924025Z [00:03:46.706]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/phf_shared-36924f0e0402698d/lib-phf_shared.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.2976717Z [00:03:46.711]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pcre2-sys-d7b53c227b6b9261/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.3029275Z [00:03:46.716]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pcre2-sys-d7b53c227b6b9261/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.3082006Z [00:03:46.721]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crypto-common-f2db4000c1bfa426/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.3133240Z [00:03:46.727]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crypto-common-f2db4000c1bfa426/dep-lib-crypto_common' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.3186061Z [00:03:46.732]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crypto-common-f2db4000c1bfa426/lib-crypto_common.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.3239864Z [00:03:46.737]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crypto-common-f2db4000c1bfa426/lib-crypto_common' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.3292835Z [00:03:46.743]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminfo-23163aeb9877937c/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.3344923Z [00:03:46.748]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminfo-23163aeb9877937c/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.3397857Z [00:03:46.753]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nom-692a16bb77775608/dep-lib-nom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.3451849Z [00:03:46.758]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nom-692a16bb77775608/lib-nom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.3505000Z [00:03:46.764]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nom-692a16bb77775608/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.3555216Z [00:03:46.769]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nom-692a16bb77775608/lib-nom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.3610393Z [00:03:46.774]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-6c6031b792802985/dep-lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.3662397Z [00:03:46.779]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-6c6031b792802985/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.3715707Z [00:03:46.785]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-6c6031b792802985/lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.3768865Z [00:03:46.790]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-6c6031b792802985/lib-libc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.3821822Z [00:03:46.795]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-60c97add08034ed2/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.3874270Z [00:03:46.801]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fish-60c97add08034ed2/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.3928580Z [00:03:46.806]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminfo-6a29374c1203630d/dep-lib-terminfo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.3982023Z [00:03:46.811]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminfo-6a29374c1203630d/lib-terminfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.4034614Z [00:03:46.817]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminfo-6a29374c1203630d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.4087553Z [00:03:46.822]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminfo-6a29374c1203630d/lib-terminfo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.4141369Z [00:03:46.827]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/widestring-04053cef14a19ec3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.4196156Z [00:03:46.833]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/widestring-04053cef14a19ec3/lib-widestring' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.4249460Z [00:03:46.838]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/widestring-04053cef14a19ec3/lib-widestring.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.4304916Z [00:03:46.844]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/widestring-04053cef14a19ec3/dep-lib-widestring' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.4360360Z [00:03:46.849]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/libfish_printf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.4412897Z [00:03:46.855]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/fish_key_reader.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.4466159Z [00:03:46.860]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/release/fish_indent.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.4520476Z [00:03:46.865]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/aarch64-unknown-linux-musl/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.4573057Z [00:03:46.871]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/librust_embed_utils-9349cb6f2846af68.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.4627492Z [00:03:46.876]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libcfg_if-84032e8649e1bf20.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.4679579Z [00:03:46.881]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/fish_gettext_extraction-64deadd85261e5a3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.4731084Z [00:03:46.886]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/sha2-758eb7018ee20c23.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.4783333Z [00:03:46.892]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libshlex-b356084df1108afb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.4835753Z [00:03:46.897]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/siphasher-1b2f4b2258c47bc3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.4889855Z [00:03:46.902]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/liblibc-35a0ab8d82c6616f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.4943513Z [00:03:46.908]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libphf_codegen-b78f14899a1c7b44.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.4998029Z [00:03:46.913]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libquote-e959b87186541eb1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.5051713Z [00:03:46.918]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libgeneric_array-41da2ddd2b8437e2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.5104666Z [00:03:46.924]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libsyn-1934795895fa6fd6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.5157814Z [00:03:46.929]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libcfg_aliases-0780b51a0a5f0e8d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.5211489Z [00:03:46.934]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/fish_gettext_extraction-8ef2365b8977f416.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.5265694Z [00:03:46.940]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libcc-bf2ba63758f11313.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.5320421Z [00:03:46.945]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libsyn-1934795895fa6fd6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.5373369Z [00:03:46.951]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/syn-1934795895fa6fd6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.5428042Z [00:03:46.956]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libdigest-e59f5b439986f019.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.5481000Z [00:03:46.961]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libshlex-b356084df1108afb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.5533884Z [00:03:46.967]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libwalkdir-f5a3a269eb29a48f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.5587783Z [00:03:46.972]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libcrypto_common-df7fc40640b6e5e1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.5639687Z [00:03:46.977]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libgeneric_array-41da2ddd2b8437e2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.5692263Z [00:03:46.982]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libc-35a0ab8d82c6616f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.5743438Z [00:03:46.988]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libtypenum-aa5c0fffcf0be157.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.5795801Z [00:03:46.993]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/rust_embed_impl-41ac22cd9314ca7e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.5849287Z [00:03:46.998]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/generic_array-41da2ddd2b8437e2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.5901582Z [00:03:47.003]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/walkdir-f5a3a269eb29a48f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.5955244Z [00:03:47.009]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libsame_file-4bf44dfa5e07d9f1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.6007363Z [00:03:47.014]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libpkg_config-bf3b1ccc7327268e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.6061714Z [00:03:47.019]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/phf_generator-3839786561f38ddd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.6115041Z [00:03:47.025]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/librust_embed_utils-9349cb6f2846af68.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.6168966Z [00:03:47.030]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/cfg_aliases-0780b51a0a5f0e8d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.6223640Z [00:03:47.036]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libversion_check-2f8782868cdf7166.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.6276625Z [00:03:47.041]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libdigest-e59f5b439986f019.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.6332148Z [00:03:47.046]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/rust_embed_utils-9349cb6f2846af68.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.6385503Z [00:03:47.052]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/rsconf-484d486f2f89486d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.6438423Z [00:03:47.057]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libautocfg-1b4363929152a49a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.6491437Z [00:03:47.062]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/librsconf-484d486f2f89486d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.6542461Z [00:03:47.068]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libcc-bf2ba63758f11313.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.6593872Z [00:03:47.073]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libtypenum-aa5c0fffcf0be157.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.6645785Z [00:03:47.078]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libwalkdir-f5a3a269eb29a48f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.6698545Z [00:03:47.083]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libcfg_if-84032e8649e1bf20.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.6751192Z [00:03:47.088]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libversion_check-2f8782868cdf7166.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.6802878Z [00:03:47.094]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/cfg_if-84032e8649e1bf20.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.6857734Z [00:03:47.099]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/phf_codegen-b78f14899a1c7b44.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.6910389Z [00:03:47.104]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libblock_buffer-56ae6dc7bbd99557.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.6963933Z [00:03:47.110]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/jobserver-f5da2f68dace4824.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.7017937Z [00:03:47.115]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/cpufeatures-ff55fdc047296e23.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.7071651Z [00:03:47.120]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/cc-bf2ba63758f11313.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.7123952Z [00:03:47.126]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libblock_buffer-56ae6dc7bbd99557.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.7177548Z [00:03:47.131]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libcrypto_common-df7fc40640b6e5e1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.7231838Z [00:03:47.136]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/liblibc-35a0ab8d82c6616f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.7286242Z [00:03:47.142]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/autocfg-1b4363929152a49a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.7341035Z [00:03:47.147]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libfish_gettext_extraction-8ef2365b8977f416.so' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:54.7394522Z [00:03:47.153]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libphf_shared-0ab678a91faec972.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.7445686Z [00:03:47.158]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/librsconf-484d486f2f89486d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.7498699Z [00:03:47.163]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libphf_generator-3839786561f38ddd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.7549517Z [00:03:47.168]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libphf_shared-0ab678a91faec972.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.7601376Z [00:03:47.173]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libsiphasher-1b2f4b2258c47bc3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.7653833Z [00:03:47.179]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libsiphasher-1b2f4b2258c47bc3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.7705063Z [00:03:47.184]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/librand-ddad79ae7c863219.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.7758498Z [00:03:47.189]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/same_file-4bf44dfa5e07d9f1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.7809422Z [00:03:47.194]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libjobserver-f5da2f68dace4824.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.7860522Z [00:03:47.199]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libsha2-758eb7018ee20c23.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.7913523Z [00:03:47.205]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/rand_core-5d61b079bcc0e271.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.7965483Z [00:03:47.210]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libproc_macro2-cea1860fd0b2673b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.8016800Z [00:03:47.215]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libcpufeatures-ff55fdc047296e23.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.8068765Z [00:03:47.220]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/unicode_ident-5f4ec3a54716ecc7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.8120999Z [00:03:47.225]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/block_buffer-56ae6dc7bbd99557.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.8173203Z [00:03:47.231]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/quote-e959b87186541eb1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.8226575Z [00:03:47.236]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libjobserver-f5da2f68dace4824.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.8278737Z [00:03:47.241]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/version_check-2f8782868cdf7166.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.8331978Z [00:03:47.246]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libsame_file-4bf44dfa5e07d9f1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.8385116Z [00:03:47.252]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/librust_embed_impl-41ac22cd9314ca7e.so' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:54.8439475Z [00:03:47.257]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libsha2-758eb7018ee20c23.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.8492205Z [00:03:47.262]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/crypto_common-df7fc40640b6e5e1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.8544027Z [00:03:47.268]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libphf_codegen-b78f14899a1c7b44.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.8595863Z [00:03:47.273]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/librand_core-5d61b079bcc0e271.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.8649264Z [00:03:47.278]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/pkg_config-bf3b1ccc7327268e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.8702469Z [00:03:47.284]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libunicode_ident-5f4ec3a54716ecc7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.8756165Z [00:03:47.289]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libpkg_config-bf3b1ccc7327268e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.8809296Z [00:03:47.294]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libquote-e959b87186541eb1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.8861123Z [00:03:47.299]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libfish_gettext_extraction-64deadd85261e5a3.so' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:54.8913019Z [00:03:47.305]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/librand_core-5d61b079bcc0e271.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.8967063Z [00:03:47.310]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/librand-ddad79ae7c863219.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.9021424Z [00:03:47.315]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/rand-ddad79ae7c863219.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.9075586Z [00:03:47.321]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/proc_macro2-cea1860fd0b2673b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.9130229Z [00:03:47.326]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libcfg_aliases-0780b51a0a5f0e8d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.9183161Z [00:03:47.332]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libphf_generator-3839786561f38ddd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.9238259Z [00:03:47.337]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libproc_macro2-cea1860fd0b2673b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.9291567Z [00:03:47.342]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libautocfg-1b4363929152a49a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.9345499Z [00:03:47.348]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/shlex-b356084df1108afb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.9400275Z [00:03:47.353]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/digest-e59f5b439986f019.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.9455307Z [00:03:47.359]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/typenum-aa5c0fffcf0be157.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.9510997Z [00:03:47.364]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libcpufeatures-ff55fdc047296e23.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.9564077Z [00:03:47.370]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/libunicode_ident-5f4ec3a54716ecc7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.9615645Z [00:03:47.375]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/deps/phf_shared-0ab678a91faec972.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.9670709Z [00:03:47.380]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/libfish_gettext_extraction.so' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:54.9724210Z [00:03:47.386]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/proc-macro2-0ca192cd48724662/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.9776470Z [00:03:47.391]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/proc-macro2-0ca192cd48724662/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.9828553Z [00:03:47.396]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/proc-macro2-0ca192cd48724662/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.9880592Z [00:03:47.401]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/proc-macro2-0ca192cd48724662/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.9932958Z [00:03:47.407]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/rsconf-dcd46551e539cb0d/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:54.9984405Z [00:03:47.412]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/rsconf-dcd46551e539cb0d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.0036413Z [00:03:47.417]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/rsconf-dcd46551e539cb0d/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.0086502Z [00:03:47.422]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/rsconf-dcd46551e539cb0d/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.0139196Z [00:03:47.427]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/typenum-0343fd802619cf48/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.0191238Z [00:03:47.432]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/typenum-0343fd802619cf48/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.0243278Z [00:03:47.438]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/typenum-0343fd802619cf48/out/op.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.0295400Z [00:03:47.443]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/typenum-0343fd802619cf48/out/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.0348437Z [00:03:47.448]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/typenum-0343fd802619cf48/out/consts.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.0399131Z [00:03:47.453]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/typenum-0343fd802619cf48/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.0451411Z [00:03:47.458]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/typenum-0343fd802619cf48/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.0503874Z [00:03:47.464]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/fish-f063c4efae639c1b/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:55.0556704Z [00:03:47.469]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/fish-f063c4efae639c1b/build_script_build-f063c4efae639c1b' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:55.0611444Z [00:03:47.474]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/fish-f063c4efae639c1b/build_script_build-f063c4efae639c1b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.0664615Z [00:03:47.480]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/terminfo-957a1d7eb58fc655/build_script_build-957a1d7eb58fc655.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.0715750Z [00:03:47.485]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/terminfo-957a1d7eb58fc655/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:55.0769083Z [00:03:47.490]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/terminfo-957a1d7eb58fc655/build_script_build-957a1d7eb58fc655' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:55.0823630Z [00:03:47.496]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/pcre2-sys-f78d9a9063a4bfa7/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:55.0877141Z [00:03:47.501]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/pcre2-sys-f78d9a9063a4bfa7/build_script_build-f78d9a9063a4bfa7' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:55.0932753Z [00:03:47.507]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/pcre2-sys-f78d9a9063a4bfa7/build_script_build-f78d9a9063a4bfa7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.0986299Z [00:03:47.512]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/proc-macro2-3a5154b527f69eef/build_script_build-3a5154b527f69eef.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.1037305Z [00:03:47.517]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/proc-macro2-3a5154b527f69eef/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:55.1090196Z [00:03:47.522]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/proc-macro2-3a5154b527f69eef/build_script_build-3a5154b527f69eef' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:55.1142109Z [00:03:47.527]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/libc-bb68a32fc0c92207/build_script_build-bb68a32fc0c92207.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.1192343Z [00:03:47.533]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/libc-bb68a32fc0c92207/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:55.1243730Z [00:03:47.538]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/libc-bb68a32fc0c92207/build_script_build-bb68a32fc0c92207' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:55.1293943Z [00:03:47.543]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/generic-array-96629631732ca92b/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.1344358Z [00:03:47.548]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/generic-array-96629631732ca92b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.1394874Z [00:03:47.553]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/generic-array-96629631732ca92b/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.1446469Z [00:03:47.558]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/generic-array-96629631732ca92b/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.1498586Z [00:03:47.563]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/nix-0f820c596a6e95ec/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:55.1550782Z [00:03:47.568]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/nix-0f820c596a6e95ec/build_script_build-0f820c596a6e95ec.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.1602161Z [00:03:47.573]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/nix-0f820c596a6e95ec/build_script_build-0f820c596a6e95ec' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:55.1656734Z [00:03:47.579]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/rsconf-cede6d4c2bc7791d/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:55.1708720Z [00:03:47.584]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/rsconf-cede6d4c2bc7791d/build_script_build-cede6d4c2bc7791d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.1760662Z [00:03:47.589]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/rsconf-cede6d4c2bc7791d/build_script_build-cede6d4c2bc7791d' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:55.1813094Z [00:03:47.595]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/generic-array-bef24f4f65160060/build_script_build-bef24f4f65160060.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.1865363Z [00:03:47.600]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/generic-array-bef24f4f65160060/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:55.1917941Z [00:03:47.605]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/generic-array-bef24f4f65160060/build_script_build-bef24f4f65160060' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:55.1970401Z [00:03:47.610]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/num-traits-7560ff3896d085d7/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:55.2023186Z [00:03:47.616]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/num-traits-7560ff3896d085d7/build_script_build-7560ff3896d085d7' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:55.2075017Z [00:03:47.621]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/num-traits-7560ff3896d085d7/build_script_build-7560ff3896d085d7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.2125974Z [00:03:47.626]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/typenum-a9bdf4951e192490/build_script_main-a9bdf4951e192490.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.2177231Z [00:03:47.631]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/typenum-a9bdf4951e192490/build-script-main' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:55.2229035Z [00:03:47.636]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/typenum-a9bdf4951e192490/build_script_main-a9bdf4951e192490' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:55.2280297Z [00:03:47.641]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/libc-e909a7ba4abf2443/build_script_build-e909a7ba4abf2443' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:55.2331643Z [00:03:47.646]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/libc-e909a7ba4abf2443/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:55.2383247Z [00:03:47.652]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/libc-e909a7ba4abf2443/build_script_build-e909a7ba4abf2443.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.2435412Z [00:03:47.657]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/libc-56f07ab057ee0ea2/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.2487270Z [00:03:47.662]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/libc-56f07ab057ee0ea2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.2539524Z [00:03:47.667]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/libc-56f07ab057ee0ea2/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.2591310Z [00:03:47.672]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/build/libc-56f07ab057ee0ea2/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.2642801Z [00:03:47.678]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.2694965Z [00:03:47.683]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/libfish_gettext_extraction.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.2750095Z [00:03:47.688]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/sha2-758eb7018ee20c23/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.2801736Z [00:03:47.693]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/sha2-758eb7018ee20c23/lib-sha2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.2852345Z [00:03:47.698]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/sha2-758eb7018ee20c23/dep-lib-sha2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.2902536Z [00:03:47.704]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/sha2-758eb7018ee20c23/lib-sha2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.2953863Z [00:03:47.709]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/autocfg-1b4363929152a49a/dep-lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.3005372Z [00:03:47.714]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/autocfg-1b4363929152a49a/lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.3057100Z [00:03:47.719]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/autocfg-1b4363929152a49a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.3110258Z [00:03:47.724]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/autocfg-1b4363929152a49a/lib-autocfg.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.3164528Z [00:03:47.730]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/proc-macro2-0ca192cd48724662/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.3218191Z [00:03:47.735]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/proc-macro2-0ca192cd48724662/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.3271629Z [00:03:47.740]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/typenum-aa5c0fffcf0be157/lib-typenum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.3324688Z [00:03:47.746]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/typenum-aa5c0fffcf0be157/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.3377026Z [00:03:47.751]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/typenum-aa5c0fffcf0be157/dep-lib-typenum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.3430720Z [00:03:47.756]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/typenum-aa5c0fffcf0be157/lib-typenum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.3484103Z [00:03:47.762]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/unicode-ident-5f4ec3a54716ecc7/lib-unicode_ident.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.3538849Z [00:03:47.767]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/unicode-ident-5f4ec3a54716ecc7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.3589218Z [00:03:47.772]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/unicode-ident-5f4ec3a54716ecc7/dep-lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.3641001Z [00:03:47.777]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/unicode-ident-5f4ec3a54716ecc7/lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.3694426Z [00:03:47.783]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rsconf-dcd46551e539cb0d/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.3748399Z [00:03:47.788]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rsconf-dcd46551e539cb0d/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.3802587Z [00:03:47.793]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/crypto-common-df7fc40640b6e5e1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.3856556Z [00:03:47.799]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/crypto-common-df7fc40640b6e5e1/dep-lib-crypto_common' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.3910115Z [00:03:47.804]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/crypto-common-df7fc40640b6e5e1/lib-crypto_common.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.3962714Z [00:03:47.809]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/crypto-common-df7fc40640b6e5e1/lib-crypto_common' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.4013633Z [00:03:47.815]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/typenum-0343fd802619cf48/run-build-script-build-script-main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.4065572Z [00:03:47.820]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/typenum-0343fd802619cf48/run-build-script-build-script-main.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.4118033Z [00:03:47.825]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/fish-f063c4efae639c1b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.4170561Z [00:03:47.830]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/fish-f063c4efae639c1b/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.4223721Z [00:03:47.836]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/fish-f063c4efae639c1b/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.4277174Z [00:03:47.841]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/fish-f063c4efae639c1b/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.4331076Z [00:03:47.846]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/fish-gettext-extraction-64deadd85261e5a3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.4383515Z [00:03:47.852]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/fish-gettext-extraction-64deadd85261e5a3/lib-fish_gettext_extraction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.4435914Z [00:03:47.857]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/fish-gettext-extraction-64deadd85261e5a3/dep-lib-fish_gettext_extraction' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.4488864Z [00:03:47.862]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/fish-gettext-extraction-64deadd85261e5a3/lib-fish_gettext_extraction' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.4541403Z [00:03:47.867]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/terminfo-957a1d7eb58fc655/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.4593288Z [00:03:47.873]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/terminfo-957a1d7eb58fc655/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.4645858Z [00:03:47.878]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/terminfo-957a1d7eb58fc655/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.4698877Z [00:03:47.883]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/terminfo-957a1d7eb58fc655/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.4751054Z [00:03:47.888]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/siphasher-1b2f4b2258c47bc3/lib-siphasher' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.4803207Z [00:03:47.894]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/siphasher-1b2f4b2258c47bc3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.4854236Z [00:03:47.899]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/siphasher-1b2f4b2258c47bc3/dep-lib-siphasher' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.4906746Z [00:03:47.904]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/siphasher-1b2f4b2258c47bc3/lib-siphasher.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.4958755Z [00:03:47.909]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/quote-e959b87186541eb1/lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.5011118Z [00:03:47.914]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/quote-e959b87186541eb1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.5063533Z [00:03:47.920]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/quote-e959b87186541eb1/dep-lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.5116773Z [00:03:47.925]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/quote-e959b87186541eb1/lib-quote.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.5170139Z [00:03:47.930]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/phf_shared-0ab678a91faec972/lib-phf_shared' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.5223031Z [00:03:47.936]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/phf_shared-0ab678a91faec972/dep-lib-phf_shared' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.5275134Z [00:03:47.941]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/phf_shared-0ab678a91faec972/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.5327549Z [00:03:47.946]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/phf_shared-0ab678a91faec972/lib-phf_shared.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.5380264Z [00:03:47.951]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/phf_codegen-b78f14899a1c7b44/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.5432144Z [00:03:47.956]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/phf_codegen-b78f14899a1c7b44/lib-phf_codegen' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.5483766Z [00:03:47.962]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/phf_codegen-b78f14899a1c7b44/dep-lib-phf_codegen' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.5534864Z [00:03:47.967]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/phf_codegen-b78f14899a1c7b44/lib-phf_codegen.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.5587056Z [00:03:47.972]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rsconf-484d486f2f89486d/dep-lib-rsconf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.5639069Z [00:03:47.977]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rsconf-484d486f2f89486d/lib-rsconf.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.5691816Z [00:03:47.982]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rsconf-484d486f2f89486d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.5742821Z [00:03:47.988]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rsconf-484d486f2f89486d/lib-rsconf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.5794085Z [00:03:47.993]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/shlex-b356084df1108afb/lib-shlex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.5846353Z [00:03:47.998]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/shlex-b356084df1108afb/dep-lib-shlex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.5897537Z [00:03:48.003]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/shlex-b356084df1108afb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.5950802Z [00:03:48.008]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/shlex-b356084df1108afb/lib-shlex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.6004038Z [00:03:48.014]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/pcre2-sys-f78d9a9063a4bfa7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.6057741Z [00:03:48.019]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/pcre2-sys-f78d9a9063a4bfa7/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.6110006Z [00:03:48.024]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/pcre2-sys-f78d9a9063a4bfa7/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.6162284Z [00:03:48.029]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/pcre2-sys-f78d9a9063a4bfa7/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.6216444Z [00:03:48.035]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rust-embed-impl-41ac22cd9314ca7e/lib-rust_embed_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.6269476Z [00:03:48.040]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rust-embed-impl-41ac22cd9314ca7e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.6322912Z [00:03:48.046]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rust-embed-impl-41ac22cd9314ca7e/lib-rust_embed_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.6375304Z [00:03:48.051]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rust-embed-impl-41ac22cd9314ca7e/dep-lib-rust_embed_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.6429782Z [00:03:48.056]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/generic-array-41da2ddd2b8437e2/lib-generic_array' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.6483469Z [00:03:48.062]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/generic-array-41da2ddd2b8437e2/lib-generic_array.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.6536903Z [00:03:48.067]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/generic-array-41da2ddd2b8437e2/dep-lib-generic_array' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.6590634Z [00:03:48.072]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/generic-array-41da2ddd2b8437e2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.6644352Z [00:03:48.078]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/cfg-if-84032e8649e1bf20/lib-cfg_if.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.6698916Z [00:03:48.083]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/cfg-if-84032e8649e1bf20/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.6752892Z [00:03:48.089]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/cfg-if-84032e8649e1bf20/lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.6806255Z [00:03:48.094]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/cfg-if-84032e8649e1bf20/dep-lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.6861053Z [00:03:48.099]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rand_core-5d61b079bcc0e271/lib-rand_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.6913724Z [00:03:48.105]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rand_core-5d61b079bcc0e271/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.6968525Z [00:03:48.110]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rand_core-5d61b079bcc0e271/lib-rand_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.7022653Z [00:03:48.116]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rand_core-5d61b079bcc0e271/dep-lib-rand_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.7076088Z [00:03:48.121]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/libc-35a0ab8d82c6616f/dep-lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.7131276Z [00:03:48.126]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/libc-35a0ab8d82c6616f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.7185732Z [00:03:48.132]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/libc-35a0ab8d82c6616f/lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.7240252Z [00:03:48.137]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/libc-35a0ab8d82c6616f/lib-libc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.7295393Z [00:03:48.143]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/cc-bf2ba63758f11313/lib-cc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.7349013Z [00:03:48.148]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/cc-bf2ba63758f11313/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.7402451Z [00:03:48.154]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/cc-bf2ba63758f11313/lib-cc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.7454570Z [00:03:48.159]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/cc-bf2ba63758f11313/dep-lib-cc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.7508945Z [00:03:48.164]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/walkdir-f5a3a269eb29a48f/lib-walkdir.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.7562416Z [00:03:48.170]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/walkdir-f5a3a269eb29a48f/lib-walkdir' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.7614995Z [00:03:48.175]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/walkdir-f5a3a269eb29a48f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.7666827Z [00:03:48.180]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/walkdir-f5a3a269eb29a48f/dep-lib-walkdir' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.7720866Z [00:03:48.185]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/fish-gettext-extraction-8ef2365b8977f416/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.7774512Z [00:03:48.191]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/fish-gettext-extraction-8ef2365b8977f416/lib-fish_gettext_extraction.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.7825354Z [00:03:48.196]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/fish-gettext-extraction-8ef2365b8977f416/dep-lib-fish_gettext_extraction' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.7876425Z [00:03:48.201]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/fish-gettext-extraction-8ef2365b8977f416/lib-fish_gettext_extraction' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.7929372Z [00:03:48.206]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/proc-macro2-3a5154b527f69eef/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.7983172Z [00:03:48.212]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/proc-macro2-3a5154b527f69eef/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.8033865Z [00:03:48.217]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/proc-macro2-3a5154b527f69eef/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.8085112Z [00:03:48.222]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/proc-macro2-3a5154b527f69eef/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.8138462Z [00:03:48.227]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/libc-bb68a32fc0c92207/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.8188853Z [00:03:48.232]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/libc-bb68a32fc0c92207/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.8239614Z [00:03:48.237]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/libc-bb68a32fc0c92207/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.8290436Z [00:03:48.242]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/libc-bb68a32fc0c92207/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.8341334Z [00:03:48.247]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/digest-e59f5b439986f019/lib-digest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.8393756Z [00:03:48.253]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/digest-e59f5b439986f019/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.8446882Z [00:03:48.258]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/digest-e59f5b439986f019/lib-digest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.8501385Z [00:03:48.263]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/digest-e59f5b439986f019/dep-lib-digest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.8553214Z [00:03:48.269]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/phf_generator-3839786561f38ddd/lib-phf_generator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.8606158Z [00:03:48.274]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/phf_generator-3839786561f38ddd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.8660198Z [00:03:48.279]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/phf_generator-3839786561f38ddd/lib-phf_generator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.8712019Z [00:03:48.284]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/phf_generator-3839786561f38ddd/dep-lib-phf_generator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.8762753Z [00:03:48.290]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/version_check-2f8782868cdf7166/dep-lib-version_check' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.8815436Z [00:03:48.295]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/version_check-2f8782868cdf7166/lib-version_check.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.8866247Z [00:03:48.300]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/version_check-2f8782868cdf7166/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.8917832Z [00:03:48.305]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/version_check-2f8782868cdf7166/lib-version_check' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.8968645Z [00:03:48.310]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/generic-array-96629631732ca92b/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.9019192Z [00:03:48.315]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/generic-array-96629631732ca92b/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.9072929Z [00:03:48.321]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/cpufeatures-ff55fdc047296e23/lib-cpufeatures.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.9124264Z [00:03:48.326]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/cpufeatures-ff55fdc047296e23/dep-lib-cpufeatures' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.9174934Z [00:03:48.331]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/cpufeatures-ff55fdc047296e23/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.9226493Z [00:03:48.336]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/cpufeatures-ff55fdc047296e23/lib-cpufeatures' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.9277537Z [00:03:48.341]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/nix-0f820c596a6e95ec/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.9330829Z [00:03:48.346]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/nix-0f820c596a6e95ec/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.9381185Z [00:03:48.351]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/nix-0f820c596a6e95ec/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.9432505Z [00:03:48.357]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/nix-0f820c596a6e95ec/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.9482996Z [00:03:48.362]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/syn-1934795895fa6fd6/lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.9534325Z [00:03:48.367]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/syn-1934795895fa6fd6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.9584475Z [00:03:48.372]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/syn-1934795895fa6fd6/lib-syn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.9635517Z [00:03:48.377]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/syn-1934795895fa6fd6/dep-lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.9687346Z [00:03:48.382]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rsconf-cede6d4c2bc7791d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.9738384Z [00:03:48.387]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rsconf-cede6d4c2bc7791d/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.9790661Z [00:03:48.392]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rsconf-cede6d4c2bc7791d/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.9842074Z [00:03:48.397]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rsconf-cede6d4c2bc7791d/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.9896454Z [00:03:48.403]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/generic-array-bef24f4f65160060/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:55.9949397Z [00:03:48.408]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/generic-array-bef24f4f65160060/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.0000556Z [00:03:48.413]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/generic-array-bef24f4f65160060/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.0053312Z [00:03:48.419]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/generic-array-bef24f4f65160060/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.0105189Z [00:03:48.424]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rust-embed-utils-9349cb6f2846af68/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.0159504Z [00:03:48.429]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rust-embed-utils-9349cb6f2846af68/lib-rust_embed_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.0212548Z [00:03:48.435]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rust-embed-utils-9349cb6f2846af68/lib-rust_embed_utils.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.0265372Z [00:03:48.440]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rust-embed-utils-9349cb6f2846af68/dep-lib-rust_embed_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.0321844Z [00:03:48.445]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/pkg-config-bf3b1ccc7327268e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.0373317Z [00:03:48.451]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/pkg-config-bf3b1ccc7327268e/lib-pkg_config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.0426928Z [00:03:48.456]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/pkg-config-bf3b1ccc7327268e/lib-pkg_config.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.0481831Z [00:03:48.461]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/pkg-config-bf3b1ccc7327268e/dep-lib-pkg_config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.0534776Z [00:03:48.467]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/num-traits-7560ff3896d085d7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.0589103Z [00:03:48.472]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/num-traits-7560ff3896d085d7/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.0642698Z [00:03:48.477]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/num-traits-7560ff3896d085d7/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.0693598Z [00:03:48.483]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/num-traits-7560ff3896d085d7/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.0745856Z [00:03:48.488]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/typenum-a9bdf4951e192490/build-script-build-script-main.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.0798672Z [00:03:48.493]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/typenum-a9bdf4951e192490/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.0851325Z [00:03:48.498]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/typenum-a9bdf4951e192490/build-script-build-script-main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.0903612Z [00:03:48.504]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/typenum-a9bdf4951e192490/dep-build-script-build-script-main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.0957266Z [00:03:48.509]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/jobserver-f5da2f68dace4824/lib-jobserver' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.1011036Z [00:03:48.514]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/jobserver-f5da2f68dace4824/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.1063128Z [00:03:48.520]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/jobserver-f5da2f68dace4824/dep-lib-jobserver' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.1117039Z [00:03:48.525]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/jobserver-f5da2f68dace4824/lib-jobserver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.1169644Z [00:03:48.530]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/libc-e909a7ba4abf2443/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.1222113Z [00:03:48.535]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/libc-e909a7ba4abf2443/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.1275302Z [00:03:48.541]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/libc-e909a7ba4abf2443/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.1331481Z [00:03:48.546]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/libc-e909a7ba4abf2443/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.1385989Z [00:03:48.552]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/block-buffer-56ae6dc7bbd99557/dep-lib-block_buffer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.1440789Z [00:03:48.557]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/block-buffer-56ae6dc7bbd99557/lib-block_buffer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.1494630Z [00:03:48.563]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/block-buffer-56ae6dc7bbd99557/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.1548224Z [00:03:48.568]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/block-buffer-56ae6dc7bbd99557/lib-block_buffer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.1601955Z [00:03:48.573]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/cfg_aliases-0780b51a0a5f0e8d/dep-lib-cfg_aliases' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.1654265Z [00:03:48.579]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/cfg_aliases-0780b51a0a5f0e8d/lib-cfg_aliases' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.1709165Z [00:03:48.584]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/cfg_aliases-0780b51a0a5f0e8d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.1762286Z [00:03:48.589]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/cfg_aliases-0780b51a0a5f0e8d/lib-cfg_aliases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.1816682Z [00:03:48.595]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/libc-56f07ab057ee0ea2/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.1868880Z [00:03:48.600]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/libc-56f07ab057ee0ea2/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.1921645Z [00:03:48.605]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/same-file-4bf44dfa5e07d9f1/lib-same_file.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.1974086Z [00:03:48.611]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/same-file-4bf44dfa5e07d9f1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.2025938Z [00:03:48.616]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/same-file-4bf44dfa5e07d9f1/lib-same_file' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.2079320Z [00:03:48.621]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/same-file-4bf44dfa5e07d9f1/dep-lib-same_file' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.2132119Z [00:03:48.626]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/proc-macro2-cea1860fd0b2673b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.2184044Z [00:03:48.632]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/proc-macro2-cea1860fd0b2673b/lib-proc_macro2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.2238260Z [00:03:48.637]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/proc-macro2-cea1860fd0b2673b/dep-lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.2291864Z [00:03:48.642]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/proc-macro2-cea1860fd0b2673b/lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.2344453Z [00:03:48.648]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rand-ddad79ae7c863219/dep-lib-rand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.2398180Z [00:03:48.653]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rand-ddad79ae7c863219/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.2452167Z [00:03:48.659]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rand-ddad79ae7c863219/lib-rand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.2505408Z [00:03:48.664]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/release/.fingerprint/rand-ddad79ae7c863219/lib-rand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.2555163Z [00:03:48.669]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/target/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.2606768Z [00:03:48.674]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/cmake/Install.cmake' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.2658154Z [00:03:48.679]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/cmake/FindRust.cmake' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.2708903Z [00:03:48.684]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/cmake/Version.cmake' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.2758912Z [00:03:48.689]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/cmake/MacApp.cmake' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.2810513Z [00:03:48.694]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/cmake/Benchmark.cmake' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.2862579Z [00:03:48.700]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/cmake/Docs.cmake' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.2913774Z [00:03:48.705]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/cmake/PCRE2.cmake' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.2966811Z [00:03:48.710]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/cmake/Tests.cmake' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.3019817Z [00:03:48.715]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/cmake/Rust.cmake' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.3068613Z [00:03:48.720]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/cmake/gettext.cmake' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.3121067Z [00:03:48.725]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.editorconfig' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.3174292Z [00:03:48.731]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/CMakeLists.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.3227230Z [00:03:48.736]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/Cargo.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.3281396Z [00:03:48.741]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/crates/gettext-extraction/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.3333362Z [00:03:48.747]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/crates/gettext-extraction/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.3385829Z [00:03:48.752]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/crates/printf/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.3439718Z [00:03:48.757]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/crates/printf/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.3493149Z [00:03:48.763]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/crates/printf/clippy.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.3545916Z [00:03:48.768]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/crates/printf/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.3599330Z [00:03:48.773]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/crates/printf/src/arg.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.3649511Z [00:03:48.778]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/crates/printf/src/locale.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.3708881Z [00:03:48.784]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/crates/printf/src/fmt_fp/decimal.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.3752757Z [00:03:48.789]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/crates/printf/src/fmt_fp/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.3804660Z [00:03:48.794]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/crates/printf/src/fmt_fp/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.3859046Z [00:03:48.799]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/crates/printf/src/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.3911109Z [00:03:48.804]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/crates/printf/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.3963461Z [00:03:48.810]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/crates/printf/src/printf_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.4016808Z [00:03:48.815]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/CODE_OF_CONDUCT.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.4070442Z [00:03:48.820]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/language.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.4121459Z [00:03:48.825]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/contributing.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.4175917Z [00:03:48.831]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/design.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.4230334Z [00:03:48.836]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/completions.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.4284366Z [00:03:48.842]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/function.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.4340081Z [00:03:48.847]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/type.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.4392049Z [00:03:48.852]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/export.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.4445115Z [00:03:48.858]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/nextd.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.4498091Z [00:03:48.863]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_is_root_user.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.4553140Z [00:03:48.869]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/pwd.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.4608482Z [00:03:48.874]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/help.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.4660659Z [00:03:48.879]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/string-lower.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.4712741Z [00:03:48.885]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/exit.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.4765360Z [00:03:48.890]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_clipboard_paste.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.4816415Z [00:03:48.895]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/case.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.4870357Z [00:03:48.900]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/psub.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.4922433Z [00:03:48.906]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/cd.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.4974103Z [00:03:48.911]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/contains.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.5027164Z [00:03:48.916]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/not.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.5081319Z [00:03:48.921]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/time.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.5132620Z [00:03:48.927]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/status.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.5185845Z [00:03:48.932]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.5240043Z [00:03:48.937]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_clipboard_copy.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.5294123Z [00:03:48.943]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/if.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.5346097Z [00:03:48.948]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_svn_prompt.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.5398688Z [00:03:48.953]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_title.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.5450385Z [00:03:48.958]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/dirs.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.5504608Z [00:03:48.964]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/string-trim.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.5557439Z [00:03:48.969]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_should_add_to_history.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.5609587Z [00:03:48.974]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/string-repeat.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.5662479Z [00:03:48.980]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/trap.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.5716739Z [00:03:48.985]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/string-pad.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.5769640Z [00:03:48.990]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/path.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.5824143Z [00:03:48.996]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/cdh.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.5878717Z [00:03:49.001]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/string-match.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.5932978Z [00:03:49.007]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/false.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.5986894Z [00:03:49.012]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/or.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.6040953Z [00:03:49.017]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_git_prompt.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.6092933Z [00:03:49.023]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/test.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.6146613Z [00:03:49.028]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_vi_key_bindings.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.6201150Z [00:03:49.033]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_add_path.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.6255438Z [00:03:49.039]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/string-sub.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.6309006Z [00:03:49.044]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_hg_prompt.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.6365397Z [00:03:49.050]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/exec.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.6421408Z [00:03:49.055]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/commandline.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.6476161Z [00:03:49.061]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/true.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.6532951Z [00:03:49.067]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_indent.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.6587825Z [00:03:49.072]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/string-escape.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.6641376Z [00:03:49.077]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_breakpoint_prompt.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.6693498Z [00:03:49.083]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/echo.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.6745646Z [00:03:49.088]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/set.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.6799325Z [00:03:49.093]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/eval.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.6854704Z [00:03:49.099]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_delta.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.6909185Z [00:03:49.104]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/pushd.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.6963883Z [00:03:49.110]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/history.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.7016995Z [00:03:49.115]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/string-collect.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.7070018Z [00:03:49.120]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/bind.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.7126010Z [00:03:49.126]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/prompt_login.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.7179912Z [00:03:49.131]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_greeting.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.7233157Z [00:03:49.137]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/string-unescape.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.7285177Z [00:03:49.142]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/functions.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.7338400Z [00:03:49.147]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/dirh.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.7391257Z [00:03:49.152]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/break.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.7442857Z [00:03:49.158]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/breakpoint.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.7495033Z [00:03:49.163]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/suspend.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.7547442Z [00:03:49.168]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_config.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.7602316Z [00:03:49.173]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/disown.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.7655471Z [00:03:49.179]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/string-shorten.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.7711806Z [00:03:49.184]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/random.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.7765990Z [00:03:49.190]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_key_reader.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.7819738Z [00:03:49.195]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_command_not_found.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.7872382Z [00:03:49.201]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/count.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.7924617Z [00:03:49.206]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/string-split0.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.7977472Z [00:03:49.211]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/string-split.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.8031917Z [00:03:49.216]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/ulimit.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.8084169Z [00:03:49.222]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/popd.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.8143274Z [00:03:49.227]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/emit.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.8189954Z [00:03:49.232]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/jobs.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.8242974Z [00:03:49.238]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/alias.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.8296303Z [00:03:49.243]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/end.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.8351149Z [00:03:49.248]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/string-length.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.8405154Z [00:03:49.254]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/read.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.8456304Z [00:03:49.259]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/continue.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.8510546Z [00:03:49.264]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/vared.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.8563256Z [00:03:49.270]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/begin.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.8616216Z [00:03:49.275]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/prevd.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.8671264Z [00:03:49.280]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/return.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.8725832Z [00:03:49.286]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_prompt.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.8781046Z [00:03:49.291]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/funcsave.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.8835041Z [00:03:49.297]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/prompt_hostname.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.8889338Z [00:03:49.302]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/_.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.8943022Z [00:03:49.308]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/set_color.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.8997421Z [00:03:49.313]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/abbr.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.9053144Z [00:03:49.319]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/isatty.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.9107716Z [00:03:49.324]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_update_completions.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.9163628Z [00:03:49.330]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/string-join0.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.9218343Z [00:03:49.335]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/else.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.9273509Z [00:03:49.341]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/string-join.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.9327838Z [00:03:49.346]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/bg.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.9383653Z [00:03:49.352]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_default_key_bindings.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.9439494Z [00:03:49.357]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/for.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.9496000Z [00:03:49.363]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/string-replace.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.9552393Z [00:03:49.369]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_mode_prompt.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.9606328Z [00:03:49.374]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/complete.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.9661074Z [00:03:49.379]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_opt.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.9713765Z [00:03:49.385]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_vcs_prompt.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.9765851Z [00:03:49.390]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/block.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.9818668Z [00:03:49.395]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/umask.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.9871156Z [00:03:49.400]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/math.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.9923219Z [00:03:49.406]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/open.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:56.9976718Z [00:03:49.411]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/prompt_pwd.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.0030558Z [00:03:49.416]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/while.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.0082893Z [00:03:49.422]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/string-upper.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.0134643Z [00:03:49.427]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/builtin.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.0187332Z [00:03:49.432]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_status_to_signal.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.0240703Z [00:03:49.437]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/switch.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.0293439Z [00:03:49.443]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/funced.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.0346760Z [00:03:49.448]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/string.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.0400307Z [00:03:49.453]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/source.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.0453735Z [00:03:49.459]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fg.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.0508517Z [00:03:49.464]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/argparse.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.0562035Z [00:03:49.470]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/command.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.0617116Z [00:03:49.475]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/and.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.0668522Z [00:03:49.480]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/printf.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.0721016Z [00:03:49.485]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/fish_right_prompt.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.0773541Z [00:03:49.491]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/wait.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.0827052Z [00:03:49.496]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/cmds/realpath.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.0879716Z [00:03:49.501]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/commands.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.0932310Z [00:03:49.507]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/prompt.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.0985039Z [00:03:49.512]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/python_docs_theme/static/fish.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.1037343Z [00:03:49.517]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/python_docs_theme/static/pygments.css' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.1091535Z [00:03:49.522]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/python_docs_theme/static/pydoctheme.css' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.1144485Z [00:03:49.528]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/python_docs_theme/localtoc.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.1195798Z [00:03:49.533]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/python_docs_theme/theme.conf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.1250427Z [00:03:49.538]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/python_docs_theme/globaltoc.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.1303664Z [00:03:49.544]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/python_docs_theme/layout.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.1358044Z [00:03:49.549]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/python_docs_theme/__init__.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.1411491Z [00:03:49.554]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/license.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.1464645Z [00:03:49.560]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/fish_for_bash_users.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.1518670Z [00:03:49.565]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/fish_synopsis.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.1572130Z [00:03:49.571]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/faq.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.1624971Z [00:03:49.576]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/tutorial.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.1678709Z [00:03:49.581]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/index.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.1733111Z [00:03:49.587]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/relnotes.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.1784741Z [00:03:49.592]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/fish_indent_lexer.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.1835967Z [00:03:49.597]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/terminal-compatibility.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.1890837Z [00:03:49.602]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/interactive.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.1943543Z [00:03:49.608]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/doc_src/conf.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.1996445Z [00:03:49.613]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/fd_monitor.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.2049068Z [00:03:49.618]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/wait_handle.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.2100086Z [00:03:49.623]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/termsize.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.2152893Z [00:03:49.629]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/widecharwidth/widechar_width.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.2206038Z [00:03:49.634]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/widecharwidth/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.2259791Z [00:03:49.639]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/widecharwidth/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.2312379Z [00:03:49.645]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/bin/fish_key_reader.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.2364863Z [00:03:49.650]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/bin/fish_indent.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.2415561Z [00:03:49.655]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/bin/fish.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.2467543Z [00:03:49.660]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/signal.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.2519745Z [00:03:49.665]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/contains.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.2572813Z [00:03:49.671]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/math.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.2628377Z [00:03:49.676]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/functions.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.2682481Z [00:03:49.682]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/bg.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.2736297Z [00:03:49.687]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/count.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.2790985Z [00:03:49.692]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/emit.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.2843652Z [00:03:49.698]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/ulimit.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.2898176Z [00:03:49.703]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/complete.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.2951686Z [00:03:49.708]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/set.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.3004714Z [00:03:49.714]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/path.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.3058330Z [00:03:49.719]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/printf.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.3113405Z [00:03:49.725]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/random.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.3168528Z [00:03:49.730]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/shared.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.3222741Z [00:03:49.736]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/string/match.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.3277070Z [00:03:49.741]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/string/escape.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.3332236Z [00:03:49.747]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/string/collect.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.3386700Z [00:03:49.752]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/string/transform.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.3442424Z [00:03:49.758]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/string/trim.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.3497790Z [00:03:49.763]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/string/pad.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.3553238Z [00:03:49.769]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/string/split.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.3608088Z [00:03:49.774]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/string/unescape.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.3663560Z [00:03:49.780]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/string/replace.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.3716655Z [00:03:49.785]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/string/shorten.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.3770374Z [00:03:49.790]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/string/join.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.3824067Z [00:03:49.796]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/string/repeat.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.3879582Z [00:03:49.801]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/string/length.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.3932988Z [00:03:49.807]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/string/sub.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.3986080Z [00:03:49.812]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/test.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.4041606Z [00:03:49.817]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/function.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.4095917Z [00:03:49.823]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/wait.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.4151101Z [00:03:49.828]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/return.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.4203330Z [00:03:49.834]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/history.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.4256881Z [00:03:49.839]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/realpath.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.4310350Z [00:03:49.844]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/bind.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.4363442Z [00:03:49.850]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/argparse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.4415262Z [00:03:49.855]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/command.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.4467869Z [00:03:49.860]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/commandline.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.4518142Z [00:03:49.865]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/fish_key_reader.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.4570617Z [00:03:49.870]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/disown.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.4622750Z [00:03:49.876]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/block.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.4672506Z [00:03:49.881]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/fish_indent.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.4722333Z [00:03:49.885]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/read.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.4772516Z [00:03:49.891]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/fg.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.4821440Z [00:03:49.895]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/pwd.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.4872806Z [00:03:49.901]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/exit.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.4923786Z [00:03:49.906]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/builtin.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.4975745Z [00:03:49.911]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/set_color.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.5027965Z [00:03:49.916]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.5081617Z [00:03:49.921]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/echo.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.5133232Z [00:03:49.927]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/string.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.5184171Z [00:03:49.932]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/type.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.5236356Z [00:03:49.937]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/cd.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.5288636Z [00:03:49.942]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/abbr.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.5338804Z [00:03:49.947]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/jobs.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.5388710Z [00:03:49.952]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/source.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.5441426Z [00:03:49.957]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/status.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.5492869Z [00:03:49.963]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/eval.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
﻿2025-08-20T20:20:57.5544473Z [00:03:49.968]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/tests/test_tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.5596291Z [00:03:49.973]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/tests/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.5646765Z [00:03:49.978]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/builtins/tests/string_tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.5699232Z [00:03:49.983]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/editable_line.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.5751566Z [00:03:49.988]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/re.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.5802299Z [00:03:49.994]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/nix.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.5851495Z [00:03:49.998]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/color.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.5902842Z [00:03:50.004]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/complete.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.5954769Z [00:03:50.009]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/reader.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.6006225Z [00:03:50.014]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/parse_execution.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.6058402Z [00:03:50.019]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/print_help.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.6107295Z [00:03:50.024]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tinyexpr.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.6158076Z [00:03:50.029]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/parse_tree.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.6208226Z [00:03:50.034]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/env/config_paths.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.6260074Z [00:03:50.039]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/env/environment_impl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.6312489Z [00:03:50.045]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/env/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.6364526Z [00:03:50.050]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/env/var.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.6419596Z [00:03:50.055]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/env/environment.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.6474331Z [00:03:50.061]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/operation_context.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.6530208Z [00:03:50.066]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/path.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.6582428Z [00:03:50.072]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/wutil/gettext.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.6634759Z [00:03:50.077]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/wutil/dir_iter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.6685623Z [00:03:50.082]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/wutil/hex_float.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.6737428Z [00:03:50.087]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/wutil/printf.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.6791219Z [00:03:50.092]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/wutil/encoding.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.6844378Z [00:03:50.098]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/wutil/wcstod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.6898377Z [00:03:50.103]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/wutil/wcstoi.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.6950668Z [00:03:50.108]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/wutil/errors.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.7002162Z [00:03:50.114]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/wutil/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.7053783Z [00:03:50.119]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/wutil/fileid.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.7106543Z [00:03:50.124]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/wutil/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.7160338Z [00:03:50.129]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/redirection.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.7213483Z [00:03:50.135]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/input_common.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.7269971Z [00:03:50.140]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/wcstringutil.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.7323262Z [00:03:50.146]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/ast.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.7377957Z [00:03:50.151]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/trace.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.7428950Z [00:03:50.156]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/locale.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.7481974Z [00:03:50.161]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tty_handoff.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.7532819Z [00:03:50.167]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/function.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.7582494Z [00:03:50.172]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/wchar_ext.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.7635212Z [00:03:50.177]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/parse_constants.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.7688853Z [00:03:50.182]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/key.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.7742599Z [00:03:50.188]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/history.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.7796228Z [00:03:50.193]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.7850155Z [00:03:50.198]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/pager.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.7902984Z [00:03:50.204]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/autoload.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.7954422Z [00:03:50.209]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/job_group.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.8007802Z [00:03:50.214]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/topic_monitor.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.8062279Z [00:03:50.220]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/fds.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.8113817Z [00:03:50.225]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/screen.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.8167002Z [00:03:50.230]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/fallback.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.8229037Z [00:03:50.235]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/parse_util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.8273752Z [00:03:50.241]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/global_safety.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.8326946Z [00:03:50.246]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tokenizer.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.8379173Z [00:03:50.251]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/future_feature_flags.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.8434779Z [00:03:50.257]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/history/file.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.8487934Z [00:03:50.262]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/highlight/file_tester.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.8538349Z [00:03:50.267]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/highlight/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.8589853Z [00:03:50.272]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/highlight/highlight.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.8641996Z [00:03:50.277]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/highlight/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.8693812Z [00:03:50.283]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/threads.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.8745249Z [00:03:50.288]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/text_face.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.8797737Z [00:03:50.293]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/wchar.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.8850446Z [00:03:50.298]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/expand.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.8902964Z [00:03:50.304]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/proc.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.8957106Z [00:03:50.309]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/exec.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.9009736Z [00:03:50.314]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/universal_notifier/notifyd.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.9063550Z [00:03:50.320]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/universal_notifier/kqueue.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.9115595Z [00:03:50.325]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/universal_notifier/inotify.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.9167767Z [00:03:50.330]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/universal_notifier/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.9219451Z [00:03:50.335]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/universal_notifier/test_helpers.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.9269991Z [00:03:50.340]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/future.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.9322212Z [00:03:50.345]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/wildcard.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.9373967Z [00:03:50.351]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/event.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.9426265Z [00:03:50.356]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/terminal.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.9480557Z [00:03:50.361]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/flog.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.9533416Z [00:03:50.367]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/env_dispatch.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.9586712Z [00:03:50.372]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.9639271Z [00:03:50.377]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/fs.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.9692666Z [00:03:50.383]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/parser_keywords.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.9743425Z [00:03:50.388]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/kill.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.9795862Z [00:03:50.393]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/timer.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.9847204Z [00:03:50.398]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/libc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.9899064Z [00:03:50.403]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/wgetopt.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:57.9951564Z [00:03:50.408]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/parser.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.0002995Z [00:03:50.414]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/fork_exec/flog_safe.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.0054513Z [00:03:50.419]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/fork_exec/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.0106524Z [00:03:50.424]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/fork_exec/spawn.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.0159058Z [00:03:50.429]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/fork_exec/postfork.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.0210850Z [00:03:50.434]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/env_universal_common.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.0261934Z [00:03:50.439]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/null_terminated_array.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.0313068Z [00:03:50.445]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/reader_history_search.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.0366337Z [00:03:50.450]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/fd_readable_set.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.0419724Z [00:03:50.455]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/input.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.0473785Z [00:03:50.461]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.0525614Z [00:03:50.466]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/libc.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.0580967Z [00:03:50.471]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/abbrs.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.0637741Z [00:03:50.477]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/std.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.0691727Z [00:03:50.482]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/fd_monitor.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.0745595Z [00:03:50.488]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/termsize.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.0800802Z [00:03:50.493]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/debounce.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.0854251Z [00:03:50.499]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/editable_line.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.0907250Z [00:03:50.504]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/complete.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.0963110Z [00:03:50.510]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/ast_bench.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.1015898Z [00:03:50.515]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/reader.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.1071433Z [00:03:50.520]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/redirection.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.1126310Z [00:03:50.526]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/input_common.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.1182018Z [00:03:50.531]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/ast.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.1236403Z [00:03:50.537]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/key.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.1292272Z [00:03:50.543]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/history.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.1347384Z [00:03:50.548]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/pager.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.1403620Z [00:03:50.554]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/topic_monitor.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.1457459Z [00:03:50.559]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/encoding.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.1511455Z [00:03:50.564]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/screen.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.1565648Z [00:03:50.570]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/parse_util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.1620972Z [00:03:50.575]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/tokenizer.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.1674551Z [00:03:50.581]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/threads.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.1729510Z [00:03:50.586]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/expand.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.1783342Z [00:03:50.592]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/string_escape.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.1836338Z [00:03:50.597]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.1889816Z [00:03:50.602]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/wgetopt.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.1943397Z [00:03:50.608]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/parser.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.1998768Z [00:03:50.613]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/env_universal_common.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.2051659Z [00:03:50.618]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/input.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.2103430Z [00:03:50.624]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/abbrs.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.2156495Z [00:03:50.629]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/common.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.2209156Z [00:03:50.634]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/tests/env.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.2263887Z [00:03:50.640]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/common.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.2316912Z [00:03:50.645]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/src/panic.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.2371726Z [00:03:50.650]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/CHANGELOG.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.2424709Z [00:03:50.656]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/GNUmakefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.2479548Z [00:03:50.661]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.clang-format' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.2530860Z [00:03:50.666]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.2583202Z [00:03:50.672]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:58.2635596Z [00:03:50.677]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:58.2689914Z [00:03:50.682]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:58.2741882Z [00:03:50.687]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:58.2794911Z [00:03:50.693]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:58.2847530Z [00:03:50.698]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:58.2899297Z [00:03:50.703]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:58.2950944Z [00:03:50.708]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:58.3002008Z [00:03:50.714]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:58.3054932Z [00:03:50.719]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:58.3106263Z [00:03:50.724]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:58.3156677Z [00:03:50.729]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:58.3207152Z [00:03:50.734]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:58.3257656Z [00:03:50.739]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:58.3308341Z [00:03:50.744]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.3360122Z [00:03:50.749]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.3412693Z [00:03:50.755]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/objects/pack/pack-a85403e56bc2d8d1608a01d0bcfad17e0863aa87.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.3464888Z [00:03:50.760]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/objects/pack/pack-67f8a84263b1ee8cdd8aedbf5a81f5a60eb565f4.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.3517298Z [00:03:50.765]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/objects/pack/pack-a85403e56bc2d8d1608a01d0bcfad17e0863aa87.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.3571253Z [00:03:50.770]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/objects/pack/pack-a85403e56bc2d8d1608a01d0bcfad17e0863aa87.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.3627930Z [00:03:50.776]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/objects/pack/pack-67f8a84263b1ee8cdd8aedbf5a81f5a60eb565f4.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.3681152Z [00:03:50.781]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/objects/pack/pack-67f8a84263b1ee8cdd8aedbf5a81f5a60eb565f4.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.3733690Z [00:03:50.787]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/objects/pack/pack-a85403e56bc2d8d1608a01d0bcfad17e0863aa87.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.3788877Z [00:03:50.792]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/objects/pack/pack-67f8a84263b1ee8cdd8aedbf5a81f5a60eb565f4.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.3839757Z [00:03:50.797]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.3891036Z [00:03:50.802]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.3942662Z [00:03:50.808]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.3994851Z [00:03:50.813]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/logs/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.4047843Z [00:03:50.818]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.4099185Z [00:03:50.823]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.4151664Z [00:03:50.828]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.4203546Z [00:03:50.834]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.4255469Z [00:03:50.839]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/build_tools/osx_package_scripts/postinstall' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:58.4306024Z [00:03:50.844]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/build_tools/osx_package_scripts/add-shell' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:58.4357300Z [00:03:50.849]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/build_tools/osx_package_scripts/preinstall' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:58.4409582Z [00:03:50.854]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/build_tools/make_pkg.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:58.4462643Z [00:03:50.860]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/build_tools/update_translations.fish' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:58.4515523Z [00:03:50.865]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/build_tools/make_tarball.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:58.4568825Z [00:03:50.870]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/build_tools/make_vendor_tarball.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:58.4621605Z [00:03:50.875]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/build_tools/fish_xgettext.fish' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:58.4674004Z [00:03:50.881]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/build_tools/git_version_gen.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:58.4724228Z [00:03:50.886]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/build_tools/mac_notarize.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:58.4775809Z [00:03:50.891]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/build_tools/style.fish' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:58.4826691Z [00:03:50.896]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/build_tools/check.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:58.4888900Z [00:03:50.902]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/build_tools/osx_distribution.xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.4936652Z [00:03:50.907]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/build_tools/osx_package_resources/terminal_logo.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.4990373Z [00:03:50.912]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/build_tools/osx_package_resources/welcome.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.5045322Z [00:03:50.918]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/build_tools/list_committers_since.fish' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:58.5100215Z [00:03:50.923]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/build_tools/diff_profiles.fish' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:58.5151806Z [00:03:50.928]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/build_tools/extract_help_sections.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.5208380Z [00:03:50.934]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/build_tools/ios_entitlements.xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.5259966Z [00:03:50.939]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/build_tools/lsan_suppressions.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.5312098Z [00:03:50.944]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/benchmarks/driver.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:58.5367126Z [00:03:50.950]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/benchmarks/benchmarks/printf-escapes.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.5421440Z [00:03:50.955]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/benchmarks/benchmarks/no_execute.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.5476150Z [00:03:50.961]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/benchmarks/benchmarks/load_completions.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.5527922Z [00:03:50.966]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/benchmarks/benchmarks/external_cmds.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.5581165Z [00:03:50.971]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/benchmarks/benchmarks/set_long.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.5633035Z [00:03:50.977]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/benchmarks/benchmarks/string.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.5689407Z [00:03:50.982]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/benchmarks/benchmarks/read.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.5741484Z [00:03:50.987]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/benchmarks/benchmarks/printf.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.5797542Z [00:03:50.993]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/benchmarks/benchmarks/seq_echo.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.5853403Z [00:03:50.999]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/benchmarks/benchmarks/glob.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.5906019Z [00:03:51.004]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/benchmarks/benchmarks/string-wildcard.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.5957565Z [00:03:51.009]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/benchmarks/benchmarks/aliases.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.6009798Z [00:03:51.014]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/benchmarks/benchmarks/string-repeat.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.6062078Z [00:03:51.019]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/benchmarks/benchmarks/math.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.6113128Z [00:03:51.025]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/history_sample_fish_1_x' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.6168986Z [00:03:51.030]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/path.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.6220964Z [00:03:51.035]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/directory-redirect.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.6271416Z [00:03:51.040]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/tmux-wrapping.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.6324555Z [00:03:51.046]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/status-value.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.6375708Z [00:03:51.051]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/line-continuation.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.6427094Z [00:03:51.056]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/sphinx-html.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.6478480Z [00:03:51.061]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/buildinfo.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.6531234Z [00:03:51.066]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/wildcard.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.6585952Z [00:03:51.072]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/complete-group-order.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.6641519Z [00:03:51.077]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/alias.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.6693247Z [00:03:51.083]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/exit-status-with-closing-stderr.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.6747909Z [00:03:51.088]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/contains_opt.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.6810930Z [00:03:51.094]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/locale-numeric.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.6869664Z [00:03:51.100]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/job-ids.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.6916240Z [00:03:51.105]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/syntax-error-location.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.6968947Z [00:03:51.110]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/redirect.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.7020656Z [00:03:51.115]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/trap.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.7070879Z [00:03:51.120]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/stack-overflow.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.7126144Z [00:03:51.125]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/check-all-fish-files.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.7171333Z [00:03:51.130]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/signal.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.7222093Z [00:03:51.135]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/features-nocaret1.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.7273939Z [00:03:51.141]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/complete.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.7324991Z [00:03:51.146]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/realpath.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.7377332Z [00:03:51.151]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/bad-option.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.7429598Z [00:03:51.156]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/job-control-not-a-tty.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.7485021Z [00:03:51.162]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/wait.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.7537315Z [00:03:51.167]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/test-posix.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.7589391Z [00:03:51.172]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/argparse.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.7640257Z [00:03:51.177]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/invocation.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.7692321Z [00:03:51.183]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/time.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.7744748Z [00:03:51.188]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/autoload.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.7796351Z [00:03:51.193]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/status-command.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.7849566Z [00:03:51.198]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/funced.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.7903024Z [00:03:51.204]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/trap_print.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.7954897Z [00:03:51.209]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/tmux-transient-prompt.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.8006019Z [00:03:51.214]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/default-setup-path.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.8058087Z [00:03:51.219]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/cmdsub-limit.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.8108794Z [00:03:51.224]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/po-files-up-to-date.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.8161653Z [00:03:51.229]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/no-execute.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.8214621Z [00:03:51.235]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/slices.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.8268115Z [00:03:51.240]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/init-unreadable-cwd.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.8322030Z [00:03:51.245]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/jobs-are-escaped.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.8375936Z [00:03:51.251]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/init-command.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.8429604Z [00:03:51.256]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/cmdsub.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.8484859Z [00:03:51.262]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/status.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.8538509Z [00:03:51.267]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/tmux-history-search2.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.8592034Z [00:03:51.272]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/tmux-multiline-prompt.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.8646227Z [00:03:51.278]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/print-help.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.8700003Z [00:03:51.283]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/tmux-bind.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.8754371Z [00:03:51.289]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/empty.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.8808416Z [00:03:51.294]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/tmux-invocation.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.8862060Z [00:03:51.299]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/set_color.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.8913651Z [00:03:51.305]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/symlinks-not-overwritten.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.8967168Z [00:03:51.310]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/create-base-directories.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.9020414Z [00:03:51.315]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/features-nocaret4.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.9072691Z [00:03:51.321]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/tmux-complete2.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.9125674Z [00:03:51.326]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/tmux-vi-key-bindings.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.9177936Z [00:03:51.331]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/tmux-commandline.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.9231606Z [00:03:51.336]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/po-files-well-formed.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.9283445Z [00:03:51.342]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/vi.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.9337024Z [00:03:51.347]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/tmux-history-pager.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.9392375Z [00:03:51.352]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/line-number.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.9445639Z [00:03:51.358]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/init-command-2.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.9497921Z [00:03:51.363]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/trace.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.9551192Z [00:03:51.368]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/tmux-complete.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.9604117Z [00:03:51.374]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/job-control-noninteractive.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.9657044Z [00:03:51.379]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/cd.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.9708702Z [00:03:51.384]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/command-vars-persist.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.9760981Z [00:03:51.389]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/andor.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.9813430Z [00:03:51.395]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/type.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.9866539Z [00:03:51.400]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/nuls.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.9921431Z [00:03:51.405]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/version.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:58.9973575Z [00:03:51.411]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/scoping.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.0026779Z [00:03:51.416]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/init-command-mix-ordering.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.0078173Z [00:03:51.421]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/export.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.0129153Z [00:03:51.426]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/tmux-job.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.0179822Z [00:03:51.431]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/string.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.0231364Z [00:03:51.436]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/bind.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.0284589Z [00:03:51.442]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/read.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.0335578Z [00:03:51.447]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/caller-observer.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.0388549Z [00:03:51.452]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/sigint2.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.0441233Z [00:03:51.457]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/features-string-backslashes.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.0493090Z [00:03:51.463]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/printf.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.0546026Z [00:03:51.468]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/tmux-prompt.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.0597936Z [00:03:51.473]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/broken-config.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.0650335Z [00:03:51.478]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/eval.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.0701216Z [00:03:51.483]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/indent.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.0750965Z [00:03:51.488]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/vars_as_commands.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.0800961Z [00:03:51.493]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/deep-cmdsub.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.0852231Z [00:03:51.499]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/basic.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.0908227Z [00:03:51.503]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/builtinbuiltin.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.0951835Z [00:03:51.508]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/tmux-bind2.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.1005899Z [00:03:51.514]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/abbr.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.1060185Z [00:03:51.519]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/sigint.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.1113024Z [00:03:51.525]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/features-percent-self1.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.1167847Z [00:03:51.530]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/glob.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.1221239Z [00:03:51.535]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/expansion.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.1273888Z [00:03:51.541]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/random.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.1325629Z [00:03:51.546]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/variable-assignment.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.1378546Z [00:03:51.551]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/not.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.1430591Z [00:03:51.556]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/exec.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.1483895Z [00:03:51.562]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/pipestatus.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.1538054Z [00:03:51.567]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/threads.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.1592129Z [00:03:51.572]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/tmux-read.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.1645306Z [00:03:51.578]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/noshebang.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.1698900Z [00:03:51.583]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/features-ampersand-nobg-in-token1.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.1750266Z [00:03:51.588]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/functions.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.1802155Z [00:03:51.593]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/braces.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.1853847Z [00:03:51.599]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/prompt.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.1906139Z [00:03:51.604]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/broken-config/fish/config.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.1958884Z [00:03:51.609]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/function-definition.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.2011596Z [00:03:51.614]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/disown-parent.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.2063523Z [00:03:51.620]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/jobs.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.2115733Z [00:03:51.625]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/features-percent-self2.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.2167998Z [00:03:51.630]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/string-advanced.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.2221124Z [00:03:51.635]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/features-string-backslashes-off.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.2273577Z [00:03:51.641]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/fish_user_paths.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.2326582Z [00:03:51.646]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/tmux-abbr.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.2379870Z [00:03:51.651]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/wraps.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.2432566Z [00:03:51.657]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/ulimit.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.2485385Z [00:03:51.662]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/commandline.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.2538857Z [00:03:51.667]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/features-nocaret2.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.2591881Z [00:03:51.672]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/fish_exit.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.2644438Z [00:03:51.678]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/features-nocaret3.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.2698405Z [00:03:51.683]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/function.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.2752366Z [00:03:51.689]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/features-qmark1.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.2806513Z [00:03:51.694]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/completion-autoload-tombstone.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.2859545Z [00:03:51.699]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/command-2.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.2913203Z [00:03:51.705]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/setenv.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.2966391Z [00:03:51.710]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/history.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.3020634Z [00:03:51.715]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/zero_based_array.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.3074587Z [00:03:51.721]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/features-qmark2.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.3128643Z [00:03:51.726]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/for.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.3182578Z [00:03:51.732]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/fish_add_path.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.3237011Z [00:03:51.737]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/sphinx-man.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.3290614Z [00:03:51.742]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/test.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.3343622Z [00:03:51.748]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/no-config.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.3397861Z [00:03:51.753]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/locale.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.3451763Z [00:03:51.758]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/command-1.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.3504582Z [00:03:51.764]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/count.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.3558455Z [00:03:51.769]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/switch.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.3612301Z [00:03:51.775]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/rc-returned.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.3666243Z [00:03:51.780]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/tmux-signal.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.3720038Z [00:03:51.785]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/tmux-scrollback.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.3773963Z [00:03:51.791]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/tmux-pager.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.3825998Z [00:03:51.796]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/caller-exit.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.3880333Z [00:03:51.801]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/psub.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.3933696Z [00:03:51.807]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/self-signal-usr1.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.3990047Z [00:03:51.812]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/source.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.4044259Z [00:03:51.818]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/return.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.4097463Z [00:03:51.823]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/colon-delimited-var.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.4150031Z [00:03:51.828]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/tmux-history-search.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.4201881Z [00:03:51.833]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/git.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.4253385Z [00:03:51.839]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/env.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.4305322Z [00:03:51.844]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/tmux-prefix.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.4358414Z [00:03:51.849]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/pipeline-pgroup.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.4410833Z [00:03:51.854]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/umask.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.4461916Z [00:03:51.859]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/tmux-autosuggestion.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.4514695Z [00:03:51.865]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/init-command-mix.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.4567003Z [00:03:51.870]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/complete_directories.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.4618585Z [00:03:51.875]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/regex-import.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.4669148Z [00:03:51.880]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/set.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.4721062Z [00:03:51.885]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/andandoror.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.4774143Z [00:03:51.891]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/check-completions.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.4828868Z [00:03:51.896]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/command-not-found.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.4881769Z [00:03:51.901]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/fds.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.4932268Z [00:03:51.907]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/math.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.4984879Z [00:03:51.912]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/checks/loops.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.5038766Z [00:03:51.917]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/history_sample_fish_2_0' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.5088861Z [00:03:51.922]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpect_helper.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.5141998Z [00:03:51.927]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/test_functions/r2l.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.5192761Z [00:03:51.933]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/test_functions/display_bytes.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.5244103Z [00:03:51.938]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/test_functions/isolated-tmux-start.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.5295019Z [00:03:51.943]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/test_functions/mktemp.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.5345093Z [00:03:51.948]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/test_functions/__fish_print_help.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.5396820Z [00:03:51.953]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/test_functions/sphinx-shared.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:59.5449769Z [00:03:51.958]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/test_driver.py' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:59.5499773Z [00:03:51.963]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.5552571Z [00:03:51.969]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/fish_test_helper.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.5602309Z [00:03:51.974]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/littlecheck.py' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:59.5652786Z [00:03:51.979]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/history_sample_bash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.5705437Z [00:03:51.984]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/exit_handlers.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.5756781Z [00:03:51.989]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/complete.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.5807032Z [00:03:51.994]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/terminal.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.5860420Z [00:03:51.999]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/commandline.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.5910772Z [00:03:52.004]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/undo.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.5961794Z [00:03:52.009]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/tty_ownership.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.6011745Z [00:03:52.014]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/torn_escapes.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.6063183Z [00:03:52.020]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/set_color.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.6115145Z [00:03:52.025]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/nullterm.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.6166845Z [00:03:52.030]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/private_mode.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.6220797Z [00:03:52.035]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/exit_nohang.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.6272631Z [00:03:52.041]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/wait.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.6324625Z [00:03:52.046]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/status.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.6375588Z [00:03:52.051]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/cancel_event.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.6428734Z [00:03:52.056]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/bind.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.6480935Z [00:03:52.061]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/postexec.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.6533155Z [00:03:52.067]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/disable_mouse.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.6585404Z [00:03:52.072]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/history.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.6637558Z [00:03:52.077]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/cursor_selection.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.6689881Z [00:03:52.082]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/isatty.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.6744403Z [00:03:52.088]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/signals.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.6797543Z [00:03:52.093]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/exit.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.6850337Z [00:03:52.098]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/generic.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.6903038Z [00:03:52.104]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/abbrs.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.6953258Z [00:03:52.109]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/sigint.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.7004829Z [00:03:52.114]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/histfile.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.7058563Z [00:03:52.119]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/stdin_nonblocking.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.7112083Z [00:03:52.125]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/job_summary.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.7164747Z [00:03:52.130]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/complete-group-order.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.7217466Z [00:03:52.135]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/wildcard_tab.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.7270512Z [00:03:52.140]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/pipeline.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.7324067Z [00:03:52.146]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/fkr.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.7376634Z [00:03:52.151]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/bind_mode_events.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.7430326Z [00:03:52.156]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/prompt_redraw_loop.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.7485113Z [00:03:52.162]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/eval-stack-overflow.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.7537815Z [00:03:52.167]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/fg.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.7591957Z [00:03:52.172]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/pexpects/read.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.7644158Z [00:03:52.178]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/interactive.config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.7696796Z [00:03:52.183]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.NqxrQ4nJK8/TEMPREPO/tests/history_sample_corrupt1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.7752218Z [00:03:52.189]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/fish_indent' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:59.7804161Z [00:03:52.194]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/fish_key_reader' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:59.7858140Z [00:03:52.199]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/fish' retained as 0755 (rwxr-xr-x)
2025-08-20T20:20:59.7912149Z [00:03:52.205]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.7967081Z [00:03:52.210]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/fish.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.8022257Z [00:03:52.216]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.8075836Z [00:03:52.221]➜  mode of '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/fish.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:20:59.8639897Z [00:03:52.277]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T20:20:59.8645554Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T20:21:11.3585630Z 
2025-08-20T20:21:11.3586378Z [+] Sanitizing /tmp/pkgforge/ps6D7E73q_SBUILD/BUILD.log ==> /tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/fish.static.log
2025-08-20T20:21:13.4531505Z '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/fish.static.log' -> '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/fish.log'
2025-08-20T20:21:13.4542239Z '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/fish.static.log' -> '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/fish_key_reader.log'
2025-08-20T20:21:13.4552973Z '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/fish.static.log' -> '/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/fish_indent.log'
2025-08-20T20:21:13.4584883Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/fish/official/source/fish?tag=HEAD-d26fd90-250820T101619-aarch64-linux&download=fish.log
2025-08-20T20:21:13.4585400Z 
2025-08-20T20:21:13.4585784Z [+] Parsing/Uploading fish/fish --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Ffish%2Ffish [aarch64-Linux]
2025-08-20T20:21:13.4599840Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/fish/official/source/fish_key_reader?tag=HEAD-d26fd90-250820T101619-aarch64-linux&download=fish_key_reader.log
2025-08-20T20:21:13.4600923Z 
2025-08-20T20:21:13.4601585Z [+] Parsing/Uploading fish/fish_key_reader --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Ffish%2Ffish_key_reader [aarch64-Linux]
2025-08-20T20:21:13.4608317Z {
2025-08-20T20:21:13.4609560Z   "_disabled": "false",
2025-08-20T20:21:13.4612434Z   "host": "aarch64-Linux",
2025-08-20T20:21:13.4612628Z   "rank": "",
2025-08-20T20:21:13.4612789Z   "pkg": "fish.static",
2025-08-20T20:21:13.4612980Z   "pkg_family": "fish",
2025-08-20T20:21:13.4613214Z   "pkg_id": "github.com.fish-shell.fish-shell.source",
2025-08-20T20:21:13.4613476Z   "pkg_name": "fish",
2025-08-20T20:21:13.4613654Z   "pkg_type": "static",
2025-08-20T20:21:13.4614020Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/fish/official/source/fish",
2025-08-20T20:21:13.4614410Z   "app_id": "",
2025-08-20T20:21:13.4614780Z   "appstream": "",
2025-08-20T20:21:13.4614963Z   "category": [
2025-08-20T20:21:13.4615121Z     "ConsoleOnly",
2025-08-20T20:21:13.4615281Z     "Utility"
2025-08-20T20:21:13.4615430Z   ],
2025-08-20T20:21:13.4615645Z   "description": "Smart and User-friendly Command Line Shell",
2025-08-20T20:21:13.4615923Z   "desktop": "",
2025-08-20T20:21:13.4616090Z   "homepage": [
2025-08-20T20:21:13.4616284Z     "https://github.com/fish-shell/fish-shell"
2025-08-20T20:21:13.4616515Z   ],
2025-08-20T20:21:13.4617113Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/fish/official/source/fish?tag=HEAD-d26fd90-250820T101619-aarch64-linux&download=fish.png",
2025-08-20T20:21:13.4617996Z   "license": [
2025-08-20T20:21:13.4618156Z     "Custom"
2025-08-20T20:21:13.4618304Z   ],
2025-08-20T20:21:13.4618443Z   "maintainer": [
2025-08-20T20:21:13.4618647Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:21:13.4618884Z   ],
2025-08-20T20:21:13.4619025Z   "provides": [
2025-08-20T20:21:13.4619185Z     "fish",
2025-08-20T20:21:13.4619343Z     "fish_indent",
2025-08-20T20:21:13.4619512Z     "fish_key_reader"
2025-08-20T20:21:13.4619676Z   ],
2025-08-20T20:21:13.4619814Z   "note": [
2025-08-20T20:21:13.4620124Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/fish-shell/fish-shell"
2025-08-20T20:21:13.4620527Z   ],
2025-08-20T20:21:13.4620672Z   "repology": [
2025-08-20T20:21:13.4620829Z     "fish"
2025-08-20T20:21:13.4620969Z   ],
2025-08-20T20:21:13.4621113Z   "screenshots": [],
2025-08-20T20:21:13.4621286Z   "src_url": [
2025-08-20T20:21:13.4621480Z     "https://github.com/fish-shell/fish-shell"
2025-08-20T20:21:13.4621715Z   ],
2025-08-20T20:21:13.4621851Z   "tag": [
2025-08-20T20:21:13.4621995Z     "Utility"
2025-08-20T20:21:13.4622143Z   ],
2025-08-20T20:21:13.4622305Z   "version": "HEAD-d26fd90-250820T101619",
2025-08-20T20:21:13.4622546Z   "version_upstream": "4.0.2",
2025-08-20T20:21:13.4622863Z   "bsum": "c39dce83d3ef659fb677d42008f3f864e5db39a0b66f3c1e94961cf69a6b1042",
2025-08-20T20:21:13.4623211Z   "build_date": "2025-08-20T20:21:02Z",
2025-08-20T20:21:13.4623761Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17107742294",
2025-08-20T20:21:13.4624091Z   "build_id": "17107742294",
2025-08-20T20:21:13.4624655Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/fish/official/source/fish?tag=HEAD-d26fd90-250820T101619-aarch64-linux&download=fish.log",
2025-08-20T20:21:13.4625540Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/fish/static.official.source.yaml",
2025-08-20T20:21:13.4626340Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/fish/official/source/fish?tag=HEAD-d26fd90-250820T101619-aarch64-linux&download=fish",
2025-08-20T20:21:13.4627129Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/fish/official/source/fish:HEAD-d26fd90-250820T101619-aarch64-linux",
2025-08-20T20:21:13.4627795Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/fish/official/source/fish",
2025-08-20T20:21:13.4628475Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/fish/official/source/fish?tag=HEAD-d26fd90-250820T101619-aarch64-linux&manifest",
2025-08-20T20:21:13.4629153Z   "shasum": "0805938e3bcfa7fea34f33150cf6bd07261d0f6c829f457ea04f605e64facb78",
2025-08-20T20:21:13.4629483Z   "size": "7.7 MB",
2025-08-20T20:21:13.4629652Z   "size_raw": "8027816",
2025-08-20T20:21:13.4629833Z   "snapshots": [
2025-08-20T20:21:13.4630037Z     "HEAD-3e09824-250624T125235-aarch64-linux[4.0.2]",
2025-08-20T20:21:13.4630328Z     "HEAD-4d67ca7-250628T141910-aarch64-linux[4.0.2]",
2025-08-20T20:21:13.4630619Z     "HEAD-e9bb150-250703T151951-aarch64-linux[4.0.2]",
2025-08-20T20:21:13.4630908Z     "HEAD-f4ddcfa-250711T121117-aarch64-linux[4.0.2]",
2025-08-20T20:21:13.4631195Z     "HEAD-5fa2f62-250719T111437-aarch64-linux[4.0.2]",
2025-08-20T20:21:13.4631481Z     "HEAD-db0f9c1-250720T134022-aarch64-linux[4.0.2]",
2025-08-20T20:21:13.4631766Z     "HEAD-6d061da-250726T203603-aarch64-linux[4.0.2]",
2025-08-20T20:21:13.4632152Z     "HEAD-5c216f4-250802T110722-aarch64-linux[4.0.2]",
2025-08-20T20:21:13.4632450Z     "HEAD-54e8ad7-250803T080018-aarch64-linux[4.0.2]",
2025-08-20T20:21:13.4632737Z     "HEAD-894d4ec-250807T214817-aarch64-linux[4.0.2]",
2025-08-20T20:21:13.4633030Z     "HEAD-51fd00c-250810T185930-aarch64-linux[4.0.2]",
2025-08-20T20:21:13.4633317Z     "HEAD-13d9aa0-250816T112245-aarch64-linux[4.0.2]",
2025-08-20T20:21:13.4633604Z     "HEAD-feaec20-250818T141046-aarch64-linux[4.0.2]"
2025-08-20T20:21:13.4633843Z   ]
2025-08-20T20:21:13.4633975Z }
2025-08-20T20:21:13.4634093Z 
2025-08-20T20:21:13.4634097Z 
2025-08-20T20:21:13.4634626Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/fish/official/source/fish_indent?tag=HEAD-d26fd90-250820T101619-aarch64-linux&download=fish_indent.log
2025-08-20T20:21:13.4635176Z 
2025-08-20T20:21:13.4635607Z [+] Parsing/Uploading fish/fish_indent --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Ffish%2Ffish_indent [aarch64-Linux]
2025-08-20T20:21:13.4636164Z {
2025-08-20T20:21:13.4636308Z   "_disabled": "false",
2025-08-20T20:21:13.4636494Z   "host": "aarch64-Linux",
2025-08-20T20:21:13.4636674Z   "rank": "",
2025-08-20T20:21:13.4636834Z   "pkg": "fish.static",
2025-08-20T20:21:13.4637017Z   "pkg_family": "fish",
2025-08-20T20:21:13.4637247Z   "pkg_id": "github.com.fish-shell.fish-shell.source",
2025-08-20T20:21:13.4637519Z   "pkg_name": "fish_key_reader",
2025-08-20T20:21:13.4637846Z   "pkg_type": "static",
2025-08-20T20:21:13.4638243Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/fish/official/source/fish_key_reader",
2025-08-20T20:21:13.4638672Z   "app_id": "",
2025-08-20T20:21:13.4638836Z   "appstream": "",
2025-08-20T20:21:13.4638999Z   "category": [
2025-08-20T20:21:13.4639159Z     "ConsoleOnly",
2025-08-20T20:21:13.4639320Z     "Utility"
2025-08-20T20:21:13.4639465Z   ],
2025-08-20T20:21:13.4639673Z   "description": "Smart and User-friendly Command Line Shell",
2025-08-20T20:21:13.4639953Z   "desktop": "",
2025-08-20T20:21:13.4640115Z   "homepage": [
2025-08-20T20:21:13.4640453Z     "https://github.com/fish-shell/fish-shell"
2025-08-20T20:21:13.4640686Z   ],
2025-08-20T20:21:13.4641265Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/fish/official/source/fish_key_reader?tag=HEAD-d26fd90-250820T101619-aarch64-linux&download=fish_key_reader.png",
2025-08-20T20:21:13.4641954Z   "license": [
2025-08-20T20:21:13.4642108Z     "Custom"
2025-08-20T20:21:13.4642254Z   ],
2025-08-20T20:21:13.4642397Z   "maintainer": [
2025-08-20T20:21:13.4642599Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:21:13.4642836Z   ],
2025-08-20T20:21:13.4642976Z   "provides": [
2025-08-20T20:21:13.4643132Z     "fish",
2025-08-20T20:21:13.4643279Z     "fish_indent",
2025-08-20T20:21:13.4643444Z     "fish_key_reader"
2025-08-20T20:21:13.4643608Z   ],
2025-08-20T20:21:13.4643744Z   "note": [
2025-08-20T20:21:13.4644052Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/fish-shell/fish-shell"
2025-08-20T20:21:13.4644413Z   ],
2025-08-20T20:21:13.4644558Z   "repology": [
2025-08-20T20:21:13.4644718Z     "fish"
2025-08-20T20:21:13.4644859Z   ],
2025-08-20T20:21:13.4645005Z   "screenshots": [],
2025-08-20T20:21:13.4645172Z   "src_url": [
2025-08-20T20:21:13.4645361Z     "https://github.com/fish-shell/fish-shell"
2025-08-20T20:21:13.4645593Z   ],
2025-08-20T20:21:13.4645733Z   "tag": [
2025-08-20T20:21:13.4645880Z     "Utility"
2025-08-20T20:21:13.4646029Z   ],
2025-08-20T20:21:13.4646192Z   "version": "HEAD-d26fd90-250820T101619",
2025-08-20T20:21:13.4646421Z   "version_upstream": "",
2025-08-20T20:21:13.4646727Z   "bsum": "04a1efca5f7fd1b6416861f14f3d6f45541406de25057272f79ff2bf30c767f6",
2025-08-20T20:21:13.4647069Z   "build_date": "2025-08-20T20:21:08Z",
2025-08-20T20:21:13.4647397Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17107742294",
2025-08-20T20:21:13.4678375Z   "build_id": "17107742294",
2025-08-20T20:21:13.4684917Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/fish/official/source/fish_key_reader?tag=HEAD-d26fd90-250820T101619-aarch64-linux&download=fish_key_reader.log",
2025-08-20T20:21:13.4686066Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/fish/static.official.source.yaml",
2025-08-20T20:21:13.4687137Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/fish/official/source/fish_key_reader?tag=HEAD-d26fd90-250820T101619-aarch64-linux&download=fish_key_reader",
2025-08-20T20:21:13.4688349Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/fish/official/source/fish_key_reader:HEAD-d26fd90-250820T101619-aarch64-linux",
2025-08-20T20:21:13.4689174Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/fish/official/source/fish_key_reader",
2025-08-20T20:21:13.4690096Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/fish/official/source/fish_key_reader?tag=HEAD-d26fd90-250820T101619-aarch64-linux&manifest",
2025-08-20T20:21:13.4690967Z   "shasum": "ead2499b5ab83e8708b9d91d91a83848c2be8b65156cc43a80be362f98eb1632",
2025-08-20T20:21:13.4691806Z   "size": "1.2 MB",
2025-08-20T20:21:13.4692037Z   "size_raw": "1211976",
2025-08-20T20:21:13.4692219Z   "snapshots": [
2025-08-20T20:21:13.4692517Z     "HEAD-3e09824-250624T125235-aarch64-linux",
2025-08-20T20:21:13.4692807Z     "HEAD-4d67ca7-250628T141910-aarch64-linux",
2025-08-20T20:21:13.4693066Z     "HEAD-e9bb150-250703T151951-aarch64-linux",
2025-08-20T20:21:13.4693455Z     "HEAD-f4ddcfa-250711T121117-aarch64-linux",
2025-08-20T20:21:13.4693724Z     "HEAD-5fa2f62-250719T111437-aarch64-linux",
2025-08-20T20:21:13.4694104Z     "HEAD-db0f9c1-250720T134022-aarch64-linux",
2025-08-20T20:21:13.4694398Z     "HEAD-6d061da-250726T203603-aarch64-linux",
2025-08-20T20:21:13.4694656Z     "HEAD-5c216f4-250802T110722-aarch64-linux",
2025-08-20T20:21:13.4695073Z     "HEAD-54e8ad7-250803T080018-aarch64-linux",
2025-08-20T20:21:13.4695342Z     "HEAD-894d4ec-250807T214817-aarch64-linux",
2025-08-20T20:21:13.4695733Z     "HEAD-51fd00c-250810T185930-aarch64-linux",
2025-08-20T20:21:13.4696004Z     "HEAD-13d9aa0-250816T112245-aarch64-linux",
2025-08-20T20:21:13.4696708Z     "HEAD-feaec20-250818T141046-aarch64-linux"
2025-08-20T20:21:13.4696937Z   ]
2025-08-20T20:21:13.4697520Z }
2025-08-20T20:21:13.4697839Z 
2025-08-20T20:21:13.4697845Z 
2025-08-20T20:21:13.4697948Z {
2025-08-20T20:21:13.4698095Z   "_disabled": "false",
2025-08-20T20:21:13.4698808Z   "host": "aarch64-Linux",
2025-08-20T20:21:13.4699041Z   "rank": "",
2025-08-20T20:21:13.4699515Z   "pkg": "fish.static",
2025-08-20T20:21:13.4699711Z   "pkg_family": "fish",
2025-08-20T20:21:13.4699944Z   "pkg_id": "github.com.fish-shell.fish-shell.source",
2025-08-20T20:21:13.4700387Z   "pkg_name": "fish_indent",
2025-08-20T20:21:13.4700626Z   "pkg_type": "static",
2025-08-20T20:21:13.4701021Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/fish/official/source/fish_indent",
2025-08-20T20:21:13.4701434Z   "app_id": "",
2025-08-20T20:21:13.4701596Z   "appstream": "",
2025-08-20T20:21:13.4701756Z   "category": [
2025-08-20T20:21:13.4701917Z     "ConsoleOnly",
2025-08-20T20:21:13.4702084Z     "Utility"
2025-08-20T20:21:13.4702229Z   ],
2025-08-20T20:21:13.4702443Z   "description": "Smart and User-friendly Command Line Shell",
2025-08-20T20:21:13.4702722Z   "desktop": "",
2025-08-20T20:21:13.4702884Z   "homepage": [
2025-08-20T20:21:13.4703078Z     "https://github.com/fish-shell/fish-shell"
2025-08-20T20:21:13.4703317Z   ],
2025-08-20T20:21:13.4703862Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/fish/official/source/fish_indent?tag=HEAD-d26fd90-250820T101619-aarch64-linux&download=fish_indent.png",
2025-08-20T20:21:13.4704471Z   "license": [
2025-08-20T20:21:13.4704629Z     "Custom"
2025-08-20T20:21:13.4704776Z   ],
2025-08-20T20:21:13.4704913Z   "maintainer": [
2025-08-20T20:21:13.4705113Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:21:13.4705349Z   ],
2025-08-20T20:21:13.4705488Z   "provides": [
2025-08-20T20:21:13.4705645Z     "fish",
2025-08-20T20:21:13.4705791Z     "fish_indent",
2025-08-20T20:21:13.4705955Z     "fish_key_reader"
2025-08-20T20:21:13.4706307Z   ],
2025-08-20T20:21:13.4706458Z   "note": [
2025-08-20T20:21:13.4706770Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/fish-shell/fish-shell"
2025-08-20T20:21:13.4707128Z   ],
2025-08-20T20:21:13.4707264Z   "repology": [
2025-08-20T20:21:13.4707418Z     "fish"
2025-08-20T20:21:13.4707561Z   ],
2025-08-20T20:21:13.4707942Z   "screenshots": [],
2025-08-20T20:21:13.4708113Z   "src_url": [
2025-08-20T20:21:13.4708301Z     "https://github.com/fish-shell/fish-shell"
2025-08-20T20:21:13.4708567Z   ],
2025-08-20T20:21:13.4708705Z   "tag": [
2025-08-20T20:21:13.4708965Z     "Utility"
2025-08-20T20:21:13.4709120Z   ],
2025-08-20T20:21:13.4709283Z   "version": "HEAD-d26fd90-250820T101619",
2025-08-20T20:21:13.4709511Z   "version_upstream": "",
2025-08-20T20:21:13.4709810Z   "bsum": "601feb41b0a6998891c94d502f54c14af706383dd373a668e2b82f71efe7e588",
2025-08-20T20:21:13.4710142Z   "build_date": "2025-08-20T20:21:06Z",
2025-08-20T20:21:13.4710472Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17107742294",
2025-08-20T20:21:13.4710822Z   "build_id": "17107742294",
2025-08-20T20:21:13.4711444Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/fish/official/source/fish_indent?tag=HEAD-d26fd90-250820T101619-aarch64-linux&download=fish_indent.log",
2025-08-20T20:21:13.4712293Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/fish/static.official.source.yaml",
2025-08-20T20:21:13.4713137Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/fish/official/source/fish_indent?tag=HEAD-d26fd90-250820T101619-aarch64-linux&download=fish_indent",
2025-08-20T20:21:13.4713995Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/fish/official/source/fish_indent:HEAD-d26fd90-250820T101619-aarch64-linux",
2025-08-20T20:21:13.4714567Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/fish/official/source/fish_indent",
2025-08-20T20:21:13.4715272Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/fish/official/source/fish_indent?tag=HEAD-d26fd90-250820T101619-aarch64-linux&manifest",
2025-08-20T20:21:13.4716074Z   "shasum": "60bcde2bd2142d685bb092983530f84f8b435733598df88021164b1999e1ef4f",
2025-08-20T20:21:13.4716398Z   "size": "7.7 MB",
2025-08-20T20:21:13.4716562Z   "size_raw": "7979800",
2025-08-20T20:21:13.4716743Z   "snapshots": [
2025-08-20T20:21:13.4717013Z     "HEAD-3e09824-250624T125235-aarch64-linux",
2025-08-20T20:21:13.4717274Z     "HEAD-4d67ca7-250628T141910-aarch64-linux",
2025-08-20T20:21:13.4717533Z     "HEAD-e9bb150-250703T151951-aarch64-linux",
2025-08-20T20:21:13.4718518Z     "HEAD-f4ddcfa-250711T121117-aarch64-linux",
2025-08-20T20:21:13.4718788Z     "HEAD-5fa2f62-250719T111437-aarch64-linux",
2025-08-20T20:21:13.4719045Z     "HEAD-db0f9c1-250720T134022-aarch64-linux",
2025-08-20T20:21:13.4719305Z     "HEAD-6d061da-250726T203603-aarch64-linux",
2025-08-20T20:21:13.4719557Z     "HEAD-5c216f4-250802T110722-aarch64-linux",
2025-08-20T20:21:13.4719814Z     "HEAD-54e8ad7-250803T080018-aarch64-linux",
2025-08-20T20:21:13.4720072Z     "HEAD-894d4ec-250807T214817-aarch64-linux",
2025-08-20T20:21:13.4720326Z     "HEAD-51fd00c-250810T185930-aarch64-linux",
2025-08-20T20:21:13.4720582Z     "HEAD-13d9aa0-250816T112245-aarch64-linux",
2025-08-20T20:21:13.4720838Z     "HEAD-feaec20-250818T141046-aarch64-linux"
2025-08-20T20:21:13.4721065Z   ]
2025-08-20T20:21:13.4721199Z }
2025-08-20T20:21:13.4721277Z 
2025-08-20T20:21:13.4721280Z 
2025-08-20T20:21:13.5790270Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/fish/official/source/fish_key_reader:HEAD-d26fd90-250820T101619-aarch64-linux": ghcr.io/pkgforge/bincache/fish/official/source/fish_key_reader:HEAD-d26fd90-250820T101619-aarch64-linux: not found
2025-08-20T20:21:13.5831232Z Uploading empty artifact
2025-08-20T20:21:13.5836614Z time=2025-08-20T20:21:13Z level=debug msg=Request #0
2025-08-20T20:21:13.5837728Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/fish/official/source/fish_key_reader/manifests/sha256:0c51b76f8a7837d8582b37ff72496c6122a1b93d2b029dda09c67ed6de6dc501"
2025-08-20T20:21:13.5838433Z > Request method: "HEAD"
2025-08-20T20:21:13.5838620Z > Request headers:
2025-08-20T20:21:13.5839505Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T20:21:13.5840450Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:21:13.6117795Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/fish/official/source/fish_indent:HEAD-d26fd90-250820T101619-aarch64-linux": ghcr.io/pkgforge/bincache/fish/official/source/fish_indent:HEAD-d26fd90-250820T101619-aarch64-linux: not found
2025-08-20T20:21:13.6159462Z Uploading empty artifact
2025-08-20T20:21:13.6163823Z time=2025-08-20T20:21:13Z level=debug msg=Request #0
2025-08-20T20:21:13.6164698Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/fish/official/source/fish_indent/manifests/sha256:0c51b76f8a7837d8582b37ff72496c6122a1b93d2b029dda09c67ed6de6dc501"
2025-08-20T20:21:13.6165372Z > Request method: "HEAD"
2025-08-20T20:21:13.6165564Z > Request headers:
2025-08-20T20:21:13.6166723Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T20:21:13.6167767Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:21:13.6186477Z time=2025-08-20T20:21:13Z level=debug msg=Response #0
2025-08-20T20:21:13.6186771Z < Response Status: "401 Unauthorized"
2025-08-20T20:21:13.6188516Z < Response headers:
2025-08-20T20:21:13.6191216Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/fish/official/source/fish_key_reader:pull\""
2025-08-20T20:21:13.6192049Z    "Date": "Wed, 20 Aug 2025 20:21:13 GMT"
2025-08-20T20:21:13.6193804Z    "Content-Length": "73"
2025-08-20T20:21:13.6195583Z    "X-Github-Request-Id": "880D:155BB5:39DCD4:3E6537:68A62E39"
2025-08-20T20:21:13.6197281Z    "Content-Type": "application/json"
2025-08-20T20:21:13.6199126Z time=2025-08-20T20:21:13Z level=debug msg=Request #1
2025-08-20T20:21:13.6201166Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Ffish%2Fofficial%2Fsource%2Ffish_key_reader%3Apull%2Cpush&service=ghcr.io"
2025-08-20T20:21:13.6201919Z > Request method: "GET"
2025-08-20T20:21:13.6202101Z > Request headers:
2025-08-20T20:21:13.6202281Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:21:13.6202483Z    "Authorization": "*****"
2025-08-20T20:21:13.6614627Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/fish/official/source/fish:HEAD-d26fd90-250820T101619-aarch64-linux": ghcr.io/pkgforge/bincache/fish/official/source/fish:HEAD-d26fd90-250820T101619-aarch64-linux: not found
2025-08-20T20:21:13.6653515Z Uploading empty artifact
2025-08-20T20:21:13.6656058Z time=2025-08-20T20:21:13Z level=debug msg=Request #0
2025-08-20T20:21:13.6656834Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/fish/official/source/fish/manifests/sha256:0c51b76f8a7837d8582b37ff72496c6122a1b93d2b029dda09c67ed6de6dc501"
2025-08-20T20:21:13.6657487Z > Request method: "HEAD"
2025-08-20T20:21:13.6657903Z > Request headers:
2025-08-20T20:21:13.6658101Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:21:13.6659027Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T20:21:13.6761167Z time=2025-08-20T20:21:13Z level=debug msg=Response #1
2025-08-20T20:21:13.6761463Z < Response Status: "200 OK"
2025-08-20T20:21:13.6761658Z < Response headers:
2025-08-20T20:21:13.6761895Z    "X-Github-Request-Id": "880D:155BB5:39DCD7:3E653A:68A62E39"
2025-08-20T20:21:13.6762408Z    "Content-Type": "application/json"
2025-08-20T20:21:13.6762688Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:21:13.6763068Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:21:13.6763416Z    "Date": "Wed, 20 Aug 2025 20:21:13 GMT"
2025-08-20T20:21:13.6763645Z    "Content-Length": "69"
2025-08-20T20:21:13.6763872Z time=2025-08-20T20:21:13Z level=debug msg=Request #2
2025-08-20T20:21:13.6764656Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/fish/official/source/fish_key_reader/manifests/sha256:0c51b76f8a7837d8582b37ff72496c6122a1b93d2b029dda09c67ed6de6dc501"
2025-08-20T20:21:13.6765323Z > Request method: "HEAD"
2025-08-20T20:21:13.6765509Z > Request headers:
2025-08-20T20:21:13.6766390Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T20:21:13.6767331Z    "Authorization": "*****"
2025-08-20T20:21:13.6767529Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:21:13.6838227Z time=2025-08-20T20:21:13Z level=debug msg=Response #0
2025-08-20T20:21:13.6838538Z < Response Status: "401 Unauthorized"
2025-08-20T20:21:13.6838770Z < Response headers:
2025-08-20T20:21:13.6838949Z    "Date": "Wed, 20 Aug 2025 20:21:13 GMT"
2025-08-20T20:21:13.6839174Z    "Content-Length": "73"
2025-08-20T20:21:13.6839421Z    "X-Github-Request-Id": "880E:190247:385505:3CE18D:68A62E39"
2025-08-20T20:21:13.6839713Z    "Content-Type": "application/json"
2025-08-20T20:21:13.6840382Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/fish/official/source/fish_indent:pull\""
2025-08-20T20:21:13.6840948Z time=2025-08-20T20:21:13Z level=debug msg=Request #1
2025-08-20T20:21:13.6841525Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Ffish%2Fofficial%2Fsource%2Ffish_indent%3Apull%2Cpush&service=ghcr.io"
2025-08-20T20:21:13.6842301Z > Request method: "GET"
2025-08-20T20:21:13.6842485Z > Request headers:
2025-08-20T20:21:13.6842659Z    "Authorization": "*****"
2025-08-20T20:21:13.6842858Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:21:13.7012319Z time=2025-08-20T20:21:13Z level=debug msg=Response #0
2025-08-20T20:21:13.7012861Z < Response Status: "401 Unauthorized"
2025-08-20T20:21:13.7013088Z < Response headers:
2025-08-20T20:21:13.7013326Z    "X-Github-Request-Id": "880F:1FFF56:37CB45:3C5AF6:68A62E39"
2025-08-20T20:21:13.7013625Z    "Content-Type": "application/json"
2025-08-20T20:21:13.7015751Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/fish/official/source/fish:pull\""
2025-08-20T20:21:13.7016360Z    "Date": "Wed, 20 Aug 2025 20:21:13 GMT"
2025-08-20T20:21:13.7016594Z    "Content-Length": "73"
2025-08-20T20:21:13.7016839Z time=2025-08-20T20:21:13Z level=debug msg=Request #1
2025-08-20T20:21:13.7017406Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Ffish%2Fofficial%2Fsource%2Ffish%3Apull%2Cpush&service=ghcr.io"
2025-08-20T20:21:13.7018102Z > Request method: "GET"
2025-08-20T20:21:13.7018291Z > Request headers:
2025-08-20T20:21:13.7018466Z    "Authorization": "*****"
2025-08-20T20:21:13.7018667Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:21:13.7118574Z time=2025-08-20T20:21:13Z level=debug msg=Response #2
2025-08-20T20:21:13.7118875Z < Response Status: "404 Not Found"
2025-08-20T20:21:13.7119091Z < Response headers:
2025-08-20T20:21:13.7119292Z    "Content-Type": "application/json"
2025-08-20T20:21:13.7119566Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:21:13.7119950Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:21:13.7120299Z    "Date": "Wed, 20 Aug 2025 20:21:13 GMT"
2025-08-20T20:21:13.7120525Z    "Content-Length": "70"
2025-08-20T20:21:13.7120981Z    "X-Github-Request-Id": "880D:155BB5:39DCEA:3E6552:68A62E39"
2025-08-20T20:21:13.7121324Z time=2025-08-20T20:21:13Z level=debug msg=Request #3
2025-08-20T20:21:13.7122020Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/fish/official/source/fish_key_reader/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T20:21:13.7122673Z > Request method: "HEAD"
2025-08-20T20:21:13.7122856Z > Request headers:
2025-08-20T20:21:13.7123029Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:21:13.7123232Z    "Authorization": "*****"
2025-08-20T20:21:13.7296363Z time=2025-08-20T20:21:13Z level=debug msg=Response #3
2025-08-20T20:21:13.7296847Z < Response Status: "200 OK"
2025-08-20T20:21:13.7297060Z < Response headers:
2025-08-20T20:21:13.7297280Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:21:13.7297753Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T20:21:13.7298230Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:21:13.7298583Z    "Date": "Wed, 20 Aug 2025 20:21:13 GMT"
2025-08-20T20:21:13.7298869Z    "X-Github-Request-Id": "880D:155BB5:39DCF2:3E6559:68A62E39"
2025-08-20T20:21:13.7299146Z    "Content-Length": "0"
2025-08-20T20:21:13.7299332Z    "Content-Type": ""
2025-08-20T20:21:13.7299696Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T20:21:13.7300142Z time=2025-08-20T20:21:13Z level=debug msg=Request #4
2025-08-20T20:21:13.7300741Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/fish/official/source/fish_key_reader/manifests/HEAD-d26fd90-250820T101619-aarch64-linux"
2025-08-20T20:21:13.7301294Z > Request method: "PUT"
2025-08-20T20:21:13.7301476Z > Request headers:
2025-08-20T20:21:13.7301719Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T20:21:13.7302014Z    "Authorization": "*****"
2025-08-20T20:21:13.7302217Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:21:13.7328074Z time=2025-08-20T20:21:13Z level=debug msg=Response #1
2025-08-20T20:21:13.7328602Z < Response Status: "200 OK"
2025-08-20T20:21:13.7328795Z < Response headers:
2025-08-20T20:21:13.7329027Z    "X-Github-Request-Id": "880E:190247:38550E:3CE195:68A62E39"
2025-08-20T20:21:13.7329318Z    "Content-Type": "application/json"
2025-08-20T20:21:13.7329586Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:21:13.7330048Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:21:13.7330395Z    "Date": "Wed, 20 Aug 2025 20:21:13 GMT"
2025-08-20T20:21:13.7330622Z    "Content-Length": "69"
2025-08-20T20:21:13.7330851Z time=2025-08-20T20:21:13Z level=debug msg=Request #2
2025-08-20T20:21:13.7331545Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/fish/official/source/fish_indent/manifests/sha256:0c51b76f8a7837d8582b37ff72496c6122a1b93d2b029dda09c67ed6de6dc501"
2025-08-20T20:21:13.7332192Z > Request method: "HEAD"
2025-08-20T20:21:13.7332377Z > Request headers:
2025-08-20T20:21:13.7333259Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T20:21:13.7334201Z    "Authorization": "*****"
2025-08-20T20:21:13.7334404Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:21:13.7474733Z time=2025-08-20T20:21:13Z level=debug msg=Response #1
2025-08-20T20:21:13.7475030Z < Response Status: "200 OK"
2025-08-20T20:21:13.7475223Z < Response headers:
2025-08-20T20:21:13.7475399Z    "Content-Length": "69"
2025-08-20T20:21:13.7475659Z    "X-Github-Request-Id": "880F:1FFF56:37CB48:3C5AF8:68A62E39"
2025-08-20T20:21:13.7475954Z    "Content-Type": "application/json"
2025-08-20T20:21:13.7476219Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:21:13.7476594Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:21:13.7476936Z    "Date": "Wed, 20 Aug 2025 20:21:13 GMT"
2025-08-20T20:21:13.7477432Z time=2025-08-20T20:21:13Z level=debug msg=Request #2
2025-08-20T20:21:13.7478252Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/fish/official/source/fish/manifests/sha256:0c51b76f8a7837d8582b37ff72496c6122a1b93d2b029dda09c67ed6de6dc501"
2025-08-20T20:21:13.7478891Z > Request method: "HEAD"
2025-08-20T20:21:13.7479084Z > Request headers:
2025-08-20T20:21:13.7489407Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T20:21:13.7490442Z    "Authorization": "*****"
2025-08-20T20:21:13.7490645Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:21:13.7528514Z time=2025-08-20T20:21:13Z level=debug msg=Response #2
2025-08-20T20:21:13.7528801Z < Response Status: "404 Not Found"
2025-08-20T20:21:13.7529014Z < Response headers:
2025-08-20T20:21:13.7529213Z    "Content-Type": "application/json"
2025-08-20T20:21:13.7529491Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:21:13.7529869Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:21:13.7530215Z    "Date": "Wed, 20 Aug 2025 20:21:13 GMT"
2025-08-20T20:21:13.7530442Z    "Content-Length": "70"
2025-08-20T20:21:13.7530689Z    "X-Github-Request-Id": "880E:190247:385518:3CE1A1:68A62E39"
2025-08-20T20:21:13.7531008Z time=2025-08-20T20:21:13Z level=debug msg=Request #3
2025-08-20T20:21:13.7531690Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/fish/official/source/fish_indent/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T20:21:13.7532321Z > Request method: "HEAD"
2025-08-20T20:21:13.7532506Z > Request headers:
2025-08-20T20:21:13.7532679Z    "Authorization": "*****"
2025-08-20T20:21:13.7532882Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:21:13.7671841Z time=2025-08-20T20:21:13Z level=debug msg=Response #2
2025-08-20T20:21:13.7672251Z < Response Status: "404 Not Found"
2025-08-20T20:21:13.7672786Z < Response headers:
2025-08-20T20:21:13.7672995Z    "Content-Type": "application/json"
2025-08-20T20:21:13.7673266Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:21:13.7673718Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:21:13.7674254Z    "Date": "Wed, 20 Aug 2025 20:21:13 GMT"
2025-08-20T20:21:13.7674552Z    "Content-Length": "70"
2025-08-20T20:21:13.7674868Z    "X-Github-Request-Id": "880F:1FFF56:37CB55:3C5B05:68A62E39"
2025-08-20T20:21:13.7675252Z time=2025-08-20T20:21:13Z level=debug msg=Request #3
2025-08-20T20:21:13.7675980Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/fish/official/source/fish/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T20:21:13.7676667Z > Request method: "HEAD"
2025-08-20T20:21:13.7676926Z > Request headers:
2025-08-20T20:21:13.7677210Z    "Authorization": "*****"
2025-08-20T20:21:13.7677839Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:21:13.7730831Z time=2025-08-20T20:21:13Z level=debug msg=Response #3
2025-08-20T20:21:13.7731187Z < Response Status: "200 OK"
2025-08-20T20:21:13.7731380Z < Response headers:
2025-08-20T20:21:13.7731551Z    "Content-Type": ""
2025-08-20T20:21:13.7731911Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T20:21:13.7732377Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:21:13.7732769Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T20:21:13.7733239Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:21:13.7733592Z    "Date": "Wed, 20 Aug 2025 20:21:13 GMT"
2025-08-20T20:21:13.7733869Z    "X-Github-Request-Id": "880E:190247:38551E:3CE1A6:68A62E39"
2025-08-20T20:21:13.7734145Z    "Content-Length": "0"
2025-08-20T20:21:13.7734368Z time=2025-08-20T20:21:13Z level=debug msg=Request #4
2025-08-20T20:21:13.7735138Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/fish/official/source/fish_indent/manifests/HEAD-d26fd90-250820T101619-aarch64-linux"
2025-08-20T20:21:13.7735692Z > Request method: "PUT"
2025-08-20T20:21:13.7735872Z > Request headers:
2025-08-20T20:21:13.7736111Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T20:21:13.7736402Z    "Authorization": "*****"
2025-08-20T20:21:13.7736603Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:21:13.7853966Z time=2025-08-20T20:21:13Z level=debug msg=Response #3
2025-08-20T20:21:13.7854268Z < Response Status: "200 OK"
2025-08-20T20:21:13.7854639Z < Response headers:
2025-08-20T20:21:13.7854959Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T20:21:13.7855429Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:21:13.7855770Z    "Date": "Wed, 20 Aug 2025 20:21:13 GMT"
2025-08-20T20:21:13.7856056Z    "X-Github-Request-Id": "880F:1FFF56:37CB5B:3C5B11:68A62E39"
2025-08-20T20:21:13.7856338Z    "Content-Length": "0"
2025-08-20T20:21:13.7856527Z    "Content-Type": ""
2025-08-20T20:21:13.7856894Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T20:21:13.7857342Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:21:13.7857870Z time=2025-08-20T20:21:13Z level=debug msg=Request #4
2025-08-20T20:21:13.7858458Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/fish/official/source/fish/manifests/HEAD-d26fd90-250820T101619-aarch64-linux"
2025-08-20T20:21:13.7858983Z > Request method: "PUT"
2025-08-20T20:21:13.7859165Z > Request headers:
2025-08-20T20:21:13.7859409Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T20:21:13.7859700Z    "Authorization": "*****"
2025-08-20T20:21:13.7859897Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:21:13.9727394Z time=2025-08-20T20:21:13Z level=debug msg=Response #4
2025-08-20T20:21:13.9727899Z < Response Status: "201 Created"
2025-08-20T20:21:13.9728409Z < Response headers:
2025-08-20T20:21:13.9728598Z    "Date": "Wed, 20 Aug 2025 20:21:13 GMT"
2025-08-20T20:21:13.9728826Z    "Content-Length": "0"
2025-08-20T20:21:13.9729072Z    "X-Github-Request-Id": "880D:155BB5:39DCF9:3E655D:68A62E39"
2025-08-20T20:21:13.9729370Z    "Content-Type": "application/json"
2025-08-20T20:21:13.9729882Z    "Docker-Content-Digest": "sha256:0c51b76f8a7837d8582b37ff72496c6122a1b93d2b029dda09c67ed6de6dc501"
2025-08-20T20:21:13.9730336Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:21:13.9730987Z    "Location": "/v2/pkgforge/bincache/fish/official/source/fish_key_reader/manifests/sha256:0c51b76f8a7837d8582b37ff72496c6122a1b93d2b029dda09c67ed6de6dc501"
2025-08-20T20:21:13.9731706Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:21:13.9732308Z Pushed [registry] ghcr.io/pkgforge/bincache/fish/official/source/fish_key_reader:HEAD-d26fd90-250820T101619-aarch64-linux
2025-08-20T20:21:13.9732835Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:21:13.9733212Z Digest: sha256:0c51b76f8a7837d8582b37ff72496c6122a1b93d2b029dda09c67ed6de6dc501
2025-08-20T20:21:14.0123384Z time=2025-08-20T20:21:14Z level=debug msg=Response #4
2025-08-20T20:21:14.0123734Z < Response Status: "201 Created"
2025-08-20T20:21:14.0124232Z Pushed [registry] ghcr.io/pkgforge/bincache/fish/official/source/fish_indent:HEAD-d26fd90-250820T101619-aarch64-linux
2025-08-20T20:21:14.0124750Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:21:14.0125015Z < Response headers:
2025-08-20T20:21:14.0125312Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:21:14.0125659Z    "Date": "Wed, 20 Aug 2025 20:21:14 GMT"
2025-08-20T20:21:14.0125884Z    "Content-Length": "0"
2025-08-20T20:21:14.0126134Z    "X-Github-Request-Id": "880E:190247:385521:3CE1AA:68A62E39"
2025-08-20T20:21:14.0126423Z    "Content-Type": "application/json"
2025-08-20T20:21:14.0127049Z    "Docker-Content-Digest": "sha256:0c51b76f8a7837d8582b37ff72496c6122a1b93d2b029dda09c67ed6de6dc501"
2025-08-20T20:21:14.0127565Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:21:14.0128388Z    "Location": "/v2/pkgforge/bincache/fish/official/source/fish_indent/manifests/sha256:0c51b76f8a7837d8582b37ff72496c6122a1b93d2b029dda09c67ed6de6dc501"
2025-08-20T20:21:14.0129113Z Digest: sha256:0c51b76f8a7837d8582b37ff72496c6122a1b93d2b029dda09c67ed6de6dc501
2025-08-20T20:21:14.0785881Z time=2025-08-20T20:21:14Z level=debug msg=Response #4
2025-08-20T20:21:14.0786200Z < Response Status: "201 Created"
2025-08-20T20:21:14.0786734Z < Response headers:
2025-08-20T20:21:14.0786931Z    "Date": "Wed, 20 Aug 2025 20:21:14 GMT"
2025-08-20T20:21:14.0787158Z    "Content-Length": "0"
2025-08-20T20:21:14.0787409Z    "X-Github-Request-Id": "880F:1FFF56:37CB61:3C5B18:68A62E39"
2025-08-20T20:21:14.0787837Z    "Content-Type": "application/json"
2025-08-20T20:21:14.0788256Z    "Docker-Content-Digest": "sha256:0c51b76f8a7837d8582b37ff72496c6122a1b93d2b029dda09c67ed6de6dc501"
2025-08-20T20:21:14.0788716Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:21:14.0789342Z    "Location": "/v2/pkgforge/bincache/fish/official/source/fish/manifests/sha256:0c51b76f8a7837d8582b37ff72496c6122a1b93d2b029dda09c67ed6de6dc501"
2025-08-20T20:21:14.0790042Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:21:14.0790612Z Pushed [registry] ghcr.io/pkgforge/bincache/fish/official/source/fish:HEAD-d26fd90-250820T101619-aarch64-linux
2025-08-20T20:21:14.0791107Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:21:14.0791481Z Digest: sha256:0c51b76f8a7837d8582b37ff72496c6122a1b93d2b029dda09c67ed6de6dc501
2025-08-20T20:21:16.1126082Z Uploading 220696f62bd5 fish_key_reader.sig
2025-08-20T20:21:16.1164679Z Uploading 795ac89043b0 CHECKSUM
2025-08-20T20:21:16.1277270Z Uploading ead2499b5ab8 fish_key_reader
2025-08-20T20:21:16.1498241Z Uploading 41f2f3709337 LICENSE
2025-08-20T20:21:16.2222744Z Uploading 55cb15d701ce fish.sig
2025-08-20T20:21:16.2232821Z Uploading 795ac89043b0 CHECKSUM
2025-08-20T20:21:16.2295911Z Uploading 0805938e3bcf fish
2025-08-20T20:21:16.2297052Z Uploading 309d24816313 CHECKSUM.sig
2025-08-20T20:21:16.3168075Z Uploading 41f2f3709337 LICENSE
2025-08-20T20:21:16.3496150Z Uploading 3441c80fd6d0 fish_indent.sig
2025-08-20T20:21:16.3550236Z Uploading 309d24816313 CHECKSUM.sig
2025-08-20T20:21:16.3749689Z Uploading 41f2f3709337 LICENSE
2025-08-20T20:21:16.3893379Z Uploading 60bcde2bd214 fish_indent
2025-08-20T20:21:16.4355277Z Uploading 795ac89043b0 CHECKSUM
2025-08-20T20:21:16.4667919Z Uploading 309d24816313 CHECKSUM.sig
2025-08-20T20:21:16.6937959Z Uploaded  795ac89043b0 CHECKSUM
2025-08-20T20:21:16.7184873Z Uploading 6b3a6d699357 LICENSE.sig
2025-08-20T20:21:16.7351657Z Uploaded  41f2f3709337 LICENSE
2025-08-20T20:21:16.7533566Z Exists    96e5704c667a SBUILD
2025-08-20T20:21:16.7919134Z Uploaded  41f2f3709337 LICENSE
2025-08-20T20:21:16.7941576Z Uploaded  309d24816313 CHECKSUM.sig
2025-08-20T20:21:16.8018773Z Uploading 660138e654bc SBUILD.sig
2025-08-20T20:21:16.8128844Z Uploading 6b3a6d699357 LICENSE.sig
2025-08-20T20:21:16.8243285Z Exists    96e5704c667a SBUILD
2025-08-20T20:21:16.8618746Z Uploaded  309d24816313 CHECKSUM.sig
2025-08-20T20:21:16.8620113Z Uploading 660138e654bc SBUILD.sig
2025-08-20T20:21:16.8828205Z Uploading 6b3a6d699357 LICENSE.sig
2025-08-20T20:21:16.8964793Z Uploaded  41f2f3709337 LICENSE
2025-08-20T20:21:16.9185077Z Exists    96e5704c667a SBUILD
2025-08-20T20:21:16.9393333Z Uploading 660138e654bc SBUILD.sig
2025-08-20T20:21:16.9753494Z Uploaded  795ac89043b0 CHECKSUM
2025-08-20T20:21:17.0250007Z Uploaded  795ac89043b0 CHECKSUM
2025-08-20T20:21:17.0313300Z Exists    11cf0313013e fish.png
2025-08-20T20:21:17.0500755Z Uploading 235a059018f8 fish_indent.json
2025-08-20T20:21:17.0570763Z Exists    11cf0313013e fish.png
2025-08-20T20:21:17.0983171Z Uploading 4284eaafdcad fish_key_reader.json
2025-08-20T20:21:17.1384178Z Uploaded  309d24816313 CHECKSUM.sig
2025-08-20T20:21:17.1489806Z Uploaded  ead2499b5ab8 fish_key_reader
2025-08-20T20:21:17.1890595Z Uploading 1b405e83c88c fish_key_reader.json.sig
2025-08-20T20:21:17.1903213Z Exists    11cf0313013e fish.png
2025-08-20T20:21:17.2123378Z Uploading 7171f343320b fish.json
2025-08-20T20:21:17.2267882Z Uploaded  6b3a6d699357 LICENSE.sig
2025-08-20T20:21:17.2500651Z Uploaded  3441c80fd6d0 fish_indent.sig
2025-08-20T20:21:17.2640863Z Uploading 8794e4eaa658 fish_key_reader.log
2025-08-20T20:21:17.2703717Z Uploading b401a0259c5d fish_indent.json.sig
2025-08-20T20:21:17.2717246Z Uploaded  55cb15d701ce fish.sig
2025-08-20T20:21:17.2909634Z Uploading ad1beebf2854 fish.json.sig
2025-08-20T20:21:17.2986178Z Uploaded  220696f62bd5 fish_key_reader.sig
2025-08-20T20:21:17.3248559Z Uploading 92161b8d0246 fish_key_reader.log.sig
2025-08-20T20:21:17.3681601Z Uploaded  0805938e3bcf fish
2025-08-20T20:21:17.3910553Z Uploading 8794e4eaa658 fish.log
2025-08-20T20:21:17.3936187Z Uploaded  660138e654bc SBUILD.sig
2025-08-20T20:21:17.3992756Z Uploaded  660138e654bc SBUILD.sig
2025-08-20T20:21:17.4130227Z Exists    b7b7f9d1ec09 fish_key_reader.version
2025-08-20T20:21:17.4219820Z Uploading 8794e4eaa658 fish_indent.log
2025-08-20T20:21:17.4440480Z Uploading 095df0275ce0 fish_key_reader.version.sig
2025-08-20T20:21:17.4873155Z Uploaded  60bcde2bd214 fish_indent
2025-08-20T20:21:17.5079287Z Uploading 56f3c17cdd05 fish_indent.log.sig
2025-08-20T20:21:17.7397172Z Uploaded  6b3a6d699357 LICENSE.sig
2025-08-20T20:21:17.7547741Z Uploaded  6b3a6d699357 LICENSE.sig
2025-08-20T20:21:17.7671661Z Uploaded  8794e4eaa658 fish.log
2025-08-20T20:21:17.7672691Z Uploading b8e14e0bb656 fish.log.sig
2025-08-20T20:21:17.7690123Z Uploaded  660138e654bc SBUILD.sig
2025-08-20T20:21:17.7846412Z Exists    b7b7f9d1ec09 fish_indent.version
2025-08-20T20:21:17.7860576Z Exists    b7b7f9d1ec09 fish.version
2025-08-20T20:21:17.7880108Z Uploading 650c83a0d4e9 fish.version.sig
2025-08-20T20:21:17.8030558Z Uploading 095df0275ce0 fish_indent.version.sig
2025-08-20T20:21:17.9305187Z Uploaded  8794e4eaa658 fish_indent.log
2025-08-20T20:21:18.0626352Z Uploaded  235a059018f8 fish_indent.json
2025-08-20T20:21:18.0715622Z Uploaded  4284eaafdcad fish_key_reader.json
2025-08-20T20:21:18.1132435Z Uploaded  7171f343320b fish.json
2025-08-20T20:21:18.1527256Z Uploaded  095df0275ce0 fish_indent.version.sig
2025-08-20T20:21:18.2012886Z Uploaded  8794e4eaa658 fish_key_reader.log
2025-08-20T20:21:18.2129288Z Uploaded  92161b8d0246 fish_key_reader.log.sig
2025-08-20T20:21:18.2269418Z Uploaded  1b405e83c88c fish_key_reader.json.sig
2025-08-20T20:21:18.2305826Z Uploaded  b401a0259c5d fish_indent.json.sig
2025-08-20T20:21:18.3420041Z Uploaded  ad1beebf2854 fish.json.sig
2025-08-20T20:21:18.4193320Z Uploaded  095df0275ce0 fish_key_reader.version.sig
2025-08-20T20:21:18.4193631Z Uploading ec2003a0e7f1 fish_key_reader
2025-08-20T20:21:18.5268128Z Uploaded  56f3c17cdd05 fish_indent.log.sig
2025-08-20T20:21:18.5268428Z Uploading 96c513b9ccd7 fish_indent
2025-08-20T20:21:18.6952125Z Uploaded  b8e14e0bb656 fish.log.sig
2025-08-20T20:21:18.7164394Z Skipped   11cf0313013e fish_indent.png
2025-08-20T20:21:18.7164686Z Skipped   11cf0313013e fish_key_reader.png
2025-08-20T20:21:18.7164936Z Uploaded  ec2003a0e7f1 fish_key_reader
2025-08-20T20:21:18.7166047Z Pushed [registry] ghcr.io/pkgforge/bincache/fish/official/source/fish_key_reader:HEAD-d26fd90-250820T101619-aarch64-linux
2025-08-20T20:21:18.7166630Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:21:18.7167012Z Digest: sha256:ec2003a0e7f147e2b94a00db19548cb53d3b6ede638162109d84fb1f645c0efb
2025-08-20T20:21:18.7301414Z Uploaded  650c83a0d4e9 fish.version.sig
2025-08-20T20:21:18.7301677Z Uploading 5bcf0fda353a fish
2025-08-20T20:21:18.8584077Z Skipped   11cf0313013e fish_indent.png
2025-08-20T20:21:18.8593452Z Skipped   11cf0313013e fish_key_reader.png
2025-08-20T20:21:18.8593710Z Uploaded  96c513b9ccd7 fish_indent
2025-08-20T20:21:18.8594196Z Pushed [registry] ghcr.io/pkgforge/bincache/fish/official/source/fish_indent:HEAD-d26fd90-250820T101619-aarch64-linux
2025-08-20T20:21:18.8594965Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:21:18.8595357Z Digest: sha256:96c513b9ccd734c19708612b8481d0c0623986a1db9081ab3ec9812d78cf33a6
2025-08-20T20:21:19.0517344Z Skipped   11cf0313013e fish_indent.png
2025-08-20T20:21:19.0526429Z Skipped   11cf0313013e fish_key_reader.png
2025-08-20T20:21:19.0526708Z Uploaded  5bcf0fda353a fish
2025-08-20T20:21:19.0527149Z Pushed [registry] ghcr.io/pkgforge/bincache/fish/official/source/fish:HEAD-d26fd90-250820T101619-aarch64-linux
2025-08-20T20:21:19.0527730Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:21:19.0528428Z Digest: sha256:5bcf0fda353aac5f3924fc1571dbffdcead68a008d32ea079512a6fc13ac400c
2025-08-20T20:21:23.8581607Z 
2025-08-20T20:21:23.8582377Z [+] Registry --> https://ghcr.io/pkgforge/bincache/fish/official/source/fish_key_reader
2025-08-20T20:21:23.8583155Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/fish/official/source/fish_key_reader?tag=HEAD-d26fd90-250820T101619-aarch64-linux&manifest 
2025-08-20T20:21:23.8583698Z 
2025-08-20T20:21:23.9974130Z 
2025-08-20T20:21:23.9974576Z [+] Registry --> https://ghcr.io/pkgforge/bincache/fish/official/source/fish_indent
2025-08-20T20:21:23.9975312Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/fish/official/source/fish_indent?tag=HEAD-d26fd90-250820T101619-aarch64-linux&manifest 
2025-08-20T20:21:23.9975817Z 
2025-08-20T20:21:24.1941665Z 
2025-08-20T20:21:24.1942314Z [+] Registry --> https://ghcr.io/pkgforge/bincache/fish/official/source/fish
2025-08-20T20:21:24.1943044Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/fish/official/source/fish?tag=HEAD-d26fd90-250820T101619-aarch64-linux&manifest 
2025-08-20T20:21:24.1943518Z 
2025-08-20T20:21:26.1639875Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T20:21:27.5260613Z ./BUILD_ARTIFACTS.tar : 32.83%   (   288 MiB =>   94.4 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T20:21:27.5696263Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T20:21:27.5733150Z 
2025-08-20T20:21:27.5733865Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fish/static.official.source.yaml :: 00(Hr):04(Min):20(Sec)
2025-08-20T20:21:27.5734719Z 
2025-08-20T20:21:27.5746616Z 
2025-08-20T20:21:27.5746833Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (08:21:27 PM) UTC
2025-08-20T20:21:27.5747245Z 
2025-08-20T20:21:28.0196993Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T20:21:28.0244215Z ##[group]Run ##Presets
2025-08-20T20:21:28.0244560Z [36;1m##Presets[0m
2025-08-20T20:21:28.0244737Z [36;1mset +x ; set +e[0m
2025-08-20T20:21:28.0244925Z [36;1m#-------------#[0m
2025-08-20T20:21:28.0245106Z [36;1m##Debug?[0m
2025-08-20T20:21:28.0245321Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:21:28.0245585Z [36;1m  set -x[0m
2025-08-20T20:21:28.0245744Z [36;1mfi[0m
2025-08-20T20:21:28.0245899Z [36;1m#-------------#[0m
2025-08-20T20:21:28.0246078Z [36;1m##Set ENV[0m
2025-08-20T20:21:28.0246287Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T20:21:28.0246763Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-HEAD-d26fd90-250820T101619-aarch64-linux"[0m
2025-08-20T20:21:28.0247277Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-d26fd90-250820T101619-aarch64-linux"[0m
2025-08-20T20:21:28.0248024Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/fish/official/source/fish-srcbuild-17107742294"[0m
2025-08-20T20:21:28.0248505Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T20:21:28.0248880Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:21:28.0249303Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:21:28.0249614Z [36;1m fi[0m
2025-08-20T20:21:28.0249767Z [36;1m##Push[0m
2025-08-20T20:21:28.0249964Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T20:21:28.0250220Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T20:21:28.0250567Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T20:21:28.0251016Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T20:21:28.0251435Z [36;1m     ls -sh "/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T20:21:28.0251754Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T20:21:28.0251948Z [36;1m       {[0m
2025-08-20T20:21:28.0252117Z [36;1m        for i in {1..10}; do[0m
2025-08-20T20:21:28.0252432Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T20:21:28.0252853Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T20:21:28.0253264Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T20:21:28.0253814Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-d26fd90-250820T101619-aarch64-linux")[0m
2025-08-20T20:21:28.0254512Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17107742294")[0m
2025-08-20T20:21:28.0255076Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17107742294")[0m
2025-08-20T20:21:28.0255758Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/fish/official/source/fish:HEAD-d26fd90-250820T101619-aarch64-linux")[0m
2025-08-20T20:21:28.0256457Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-20T20:21:02Z")[0m
2025-08-20T20:21:28.0256935Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-d26fd90-250820T101619")[0m
2025-08-20T20:21:28.0257433Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-20T20:21:02Z")[0m
2025-08-20T20:21:28.0258779Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/fish/official/source/fish")[0m
2025-08-20T20:21:28.0259634Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T20:21:28.0260140Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-d26fd90-250820T101619")[0m
2025-08-20T20:21:28.0260931Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-d26fd90-250820T101619")[0m
2025-08-20T20:21:28.0261691Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/fish/official/source/fish_indent")[0m
2025-08-20T20:21:28.0262389Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-fish")[0m
2025-08-20T20:21:28.0262927Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://github.com/fish-shell/fish-shell")[0m
2025-08-20T20:21:28.0263453Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T20:21:28.0263951Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-d26fd90-250820T101619")[0m
2025-08-20T20:21:28.0264414Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T20:21:28.0264896Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T20:21:28.0265306Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T20:21:28.0265534Z [36;1m         #Check[0m
2025-08-20T20:21:28.0266086Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "2025-08-20T20:21:02Z" ]]; then[0m
2025-08-20T20:21:28.0266778Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T20:21:28.0267105Z [36;1m            break[0m
2025-08-20T20:21:28.0267286Z [36;1m          else[0m
2025-08-20T20:21:28.0267877Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T20:21:28.0268300Z [36;1m          fi[0m
2025-08-20T20:21:28.0268498Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T20:21:28.0268736Z [36;1m        done[0m
2025-08-20T20:21:28.0268902Z [36;1m       }[0m
2025-08-20T20:21:28.0269085Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T20:21:28.0269311Z [36;1m       ghcr_push_cmd[0m
2025-08-20T20:21:28.0269871Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T20:21:02Z" ]]; then[0m
2025-08-20T20:21:28.0270600Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T20:21:28.0270982Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T20:21:28.0271225Z [36;1m          ghcr_push_cmd[0m
2025-08-20T20:21:28.0271794Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T20:21:02Z" ]]; then[0m
2025-08-20T20:21:28.0272505Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T20:21:28.0272995Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T20:21:28.0273367Z [36;1m             return 1 || exit 1[0m
2025-08-20T20:21:28.0273582Z [36;1m           fi[0m
2025-08-20T20:21:28.0273756Z [36;1m       fi[0m
2025-08-20T20:21:28.0273917Z [36;1m   fi[0m
2025-08-20T20:21:28.0274072Z [36;1m fi[0m
2025-08-20T20:21:28.0274235Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T20:21:28.0623218Z shell: /usr/bin/bash -e {0}
2025-08-20T20:21:28.0623435Z env:
2025-08-20T20:21:28.0623593Z   CROSS_COMPILING: NO
2025-08-20T20:21:28.0623887Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:21:28.0624099Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:21:28.0624295Z   ON_QEMU: NO
2025-08-20T20:21:28.0624449Z   DEBUG: 0
2025-08-20T20:21:28.0624606Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:21:28.0624948Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:21:28.0625349Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fish/official/source
2025-08-20T20:21:28.0625650Z   KEEP_LOGS: YES
2025-08-20T20:21:28.0625819Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:21:28.0626011Z   PKG_FAMILY_LOCAL: fish
2025-08-20T20:21:28.0626201Z   SBUILD_REBUILD: false
2025-08-20T20:21:28.0626687Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fish/static.official.source.yaml
2025-08-20T20:21:28.0627212Z   BUILD_SYS: docker://rust
2025-08-20T20:21:28.0627407Z   BUILD_ON_HOST: FALSE
2025-08-20T20:21:28.0627815Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:21:28.0628029Z   SYSTMP: /tmp
2025-08-20T20:21:28.0628199Z   GHA_MODE: MATRIX
2025-08-20T20:21:28.0628593Z   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-20T20:21:28.0629072Z   INPUT_SBUILD: /tmp/pkgforge/hNasbI18J_build.yaml
2025-08-20T20:21:28.0629378Z   BUILD_DIR: /tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml
2025-08-20T20:21:28.0629740Z   SBUILD_OUTDIR: /tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR
2025-08-20T20:21:28.0630190Z   SBUILD_TMPDIR: /tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:21:28.0630544Z   PKG_TYPE: static
2025-08-20T20:21:28.0630715Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:21:28.0630919Z   SBUILD_PKGVER: HEAD-d26fd90-250820T101619
2025-08-20T20:21:28.0631274Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107742294
2025-08-20T20:21:28.0631608Z   BUILD_ID: 17107742294
2025-08-20T20:21:28.0631784Z   PKG_NAME: fish
2025-08-20T20:21:28.0631953Z   PKG_DATE: 2025-08-20T20:21:02Z
2025-08-20T20:21:28.0632180Z   PKG_VERSION: HEAD-d26fd90-250820T101619
2025-08-20T20:21:28.0632414Z   PKG_VERSION_UPSTREAM: 4.0.2
2025-08-20T20:21:28.0632698Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/fish/official/source/fish
2025-08-20T20:21:28.0633038Z   GHCRPKG_TAG: HEAD-d26fd90-250820T101619-aarch64-linux
2025-08-20T20:21:28.0633493Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/fish/official/source/fish_indent
2025-08-20T20:21:28.0633951Z   PKG_SRCURL: https://github.com/fish-shell/fish-shell
2025-08-20T20:21:28.0634214Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:21:28.0634701Z   GHCR_TOKEN: ***
2025-08-20T20:21:28.0634954Z   GITHUB_TOKEN: ***
2025-08-20T20:21:28.0635156Z   GITLAB_TOKEN: ***
2025-08-20T20:21:28.0636241Z   MINISIGN_KEY: ***
2025-08-20T20:21:28.0636410Z ##[endgroup]
2025-08-20T20:21:28.0702234Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T20:21:28.0710682Z 95M	./BUILD_ARTIFACTS.zstd
2025-08-20T20:21:28.0721793Z total 23M
2025-08-20T20:21:28.0721951Z 4.0K CHECKSUM
2025-08-20T20:21:28.0722120Z 4.0K CHECKSUM.sig
2025-08-20T20:21:28.0722283Z 4.0K LICENSE
2025-08-20T20:21:28.0722482Z 4.0K LICENSE.sig
2025-08-20T20:21:28.0722645Z 8.0K SBUILD
2025-08-20T20:21:28.0722793Z 4.0K SBUILD.sig
2025-08-20T20:21:28.0722953Z 4.0K SBUILD_TEMP
2025-08-20T20:21:28.0723113Z 7.7M fish
2025-08-20T20:21:28.0723263Z 4.0K fish.json
2025-08-20T20:21:28.0723422Z 4.0K fish.json.sig
2025-08-20T20:21:28.0723584Z 1.4M fish.log
2025-08-20T20:21:28.0723741Z 4.0K fish.log.sig
2025-08-20T20:21:28.0723904Z  40K fish.png
2025-08-20T20:21:28.0724059Z 4.0K fish.sig
2025-08-20T20:21:28.0724219Z 1.4M fish.static.log
2025-08-20T20:21:28.0724399Z 4.0K fish.static.version
2025-08-20T20:21:28.0724595Z 4.0K fish.static.version.sig
2025-08-20T20:21:28.0724796Z 4.0K fish.version
2025-08-20T20:21:28.0724965Z 4.0K fish.version.sig
2025-08-20T20:21:28.0725142Z 7.7M fish_indent
2025-08-20T20:21:28.0725308Z 4.0K fish_indent.json
2025-08-20T20:21:28.0725490Z 4.0K fish_indent.json.sig
2025-08-20T20:21:28.0725678Z 1.4M fish_indent.log
2025-08-20T20:21:28.0726081Z 4.0K fish_indent.log.sig
2025-08-20T20:21:28.0726266Z  40K fish_indent.png
2025-08-20T20:21:28.0726441Z 4.0K fish_indent.sig
2025-08-20T20:21:28.0726616Z 4.0K fish_indent.version
2025-08-20T20:21:28.0726809Z 4.0K fish_indent.version.sig
2025-08-20T20:21:28.0727006Z 1.2M fish_key_reader
2025-08-20T20:21:28.0727300Z 4.0K fish_key_reader.json
2025-08-20T20:21:28.0727498Z 4.0K fish_key_reader.json.sig
2025-08-20T20:21:28.0727988Z 1.4M fish_key_reader.log
2025-08-20T20:21:28.0728201Z 4.0K fish_key_reader.log.sig
2025-08-20T20:21:28.0728400Z  40K fish_key_reader.png
2025-08-20T20:21:28.0728583Z 4.0K fish_key_reader.sig
2025-08-20T20:21:28.0728771Z 4.0K fish_key_reader.version
2025-08-20T20:21:28.0728978Z 4.0K fish_key_reader.version.sig
2025-08-20T20:21:28.5271796Z Uploading 10ee347ef497 BUILD_ARTIFACTS.zstd
2025-08-20T20:21:29.9849808Z Uploaded  10ee347ef497 BUILD_ARTIFACTS.zstd
2025-08-20T20:21:29.9850140Z Uploading ac079b0117a1 SRCBUILD-fish
2025-08-20T20:21:30.2778610Z Uploaded  ac079b0117a1 SRCBUILD-fish
2025-08-20T20:21:30.2779300Z Pushed [registry] ghcr.io/pkgforge/bincache/fish/official/source/fish-srcbuild-17107742294:HEAD-d26fd90-250820T101619-aarch64-linux
2025-08-20T20:21:30.2779915Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:21:30.2780293Z Digest: sha256:ac079b0117a13cc63cda299ede20902710047cd27eab6687824f7f44c3124f78
2025-08-20T20:21:35.4556730Z 
2025-08-20T20:21:35.4557464Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/fish/official/source/fish-srcbuild-17107742294
2025-08-20T20:21:35.4557975Z 
2025-08-20T20:21:35.5914364Z ##[group]Run ##Presets
2025-08-20T20:21:35.5914633Z [36;1m##Presets[0m
2025-08-20T20:21:35.5914810Z [36;1mset +x ; set +e[0m
2025-08-20T20:21:35.5914997Z [36;1m#-------------#[0m
2025-08-20T20:21:35.5915176Z [36;1m##Debug?[0m
2025-08-20T20:21:35.5915393Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:21:35.5915658Z [36;1m  set -x[0m
2025-08-20T20:21:35.5915815Z [36;1mfi[0m
2025-08-20T20:21:35.5915985Z [36;1m#-------------#[0m
2025-08-20T20:21:35.5916222Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T20:21:35.5916529Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:21:35.5948545Z shell: /usr/bin/bash -e {0}
2025-08-20T20:21:35.5948774Z env:
2025-08-20T20:21:35.5948929Z   CROSS_COMPILING: NO
2025-08-20T20:21:35.5949121Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:21:35.5949327Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:21:35.5949527Z   ON_QEMU: NO
2025-08-20T20:21:35.5949714Z   DEBUG: 0
2025-08-20T20:21:35.5949873Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:21:35.5950084Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:21:35.5950364Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fish/official/source
2025-08-20T20:21:35.5950653Z   KEEP_LOGS: YES
2025-08-20T20:21:35.5950822Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:21:35.5951012Z   PKG_FAMILY_LOCAL: fish
2025-08-20T20:21:35.5951201Z   SBUILD_REBUILD: false
2025-08-20T20:21:35.5951698Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fish/static.official.source.yaml
2025-08-20T20:21:35.5952232Z   BUILD_SYS: docker://rust
2025-08-20T20:21:35.5952427Z   BUILD_ON_HOST: FALSE
2025-08-20T20:21:35.5952604Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:21:35.5952787Z   SYSTMP: /tmp
2025-08-20T20:21:35.5952951Z   GHA_MODE: MATRIX
2025-08-20T20:21:35.5953347Z   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-20T20:21:35.5953836Z   INPUT_SBUILD: /tmp/pkgforge/hNasbI18J_build.yaml
2025-08-20T20:21:35.5954132Z   BUILD_DIR: /tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml
2025-08-20T20:21:35.5954489Z   SBUILD_OUTDIR: /tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR
2025-08-20T20:21:35.5954943Z   SBUILD_TMPDIR: /tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:21:35.5955297Z   PKG_TYPE: static
2025-08-20T20:21:35.5955470Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:21:35.5955916Z   SBUILD_PKGVER: HEAD-d26fd90-250820T101619
2025-08-20T20:21:35.5956273Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107742294
2025-08-20T20:21:35.5956610Z   BUILD_ID: 17107742294
2025-08-20T20:21:35.5956784Z   PKG_NAME: fish
2025-08-20T20:21:35.5957065Z   PKG_DATE: 2025-08-20T20:21:02Z
2025-08-20T20:21:35.5957288Z   PKG_VERSION: HEAD-d26fd90-250820T101619
2025-08-20T20:21:35.5957525Z   PKG_VERSION_UPSTREAM: 4.0.2
2025-08-20T20:21:35.5958049Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/fish/official/source/fish
2025-08-20T20:21:35.5958394Z   GHCRPKG_TAG: HEAD-d26fd90-250820T101619-aarch64-linux
2025-08-20T20:21:35.5958847Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/fish/official/source/fish_indent
2025-08-20T20:21:35.5959307Z   PKG_SRCURL: https://github.com/fish-shell/fish-shell
2025-08-20T20:21:35.5959572Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:21:35.5959826Z   GHCRPKG_TAG_SRCBUILD: HEAD-d26fd90-250820T101619-aarch64-linux
2025-08-20T20:21:35.5960294Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fish/official/source/fish-srcbuild-17107742294
2025-08-20T20:21:35.5960687Z ##[endgroup]
2025-08-20T20:21:35.6081351Z ##[group]Run actions/upload-artifact@v4
2025-08-20T20:21:35.6081640Z with:
2025-08-20T20:21:35.6081852Z   name: Bincache_fish_aarch64-Linux
2025-08-20T20:21:35.6082123Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T20:21:35.6082382Z   compression-level: 0
2025-08-20T20:21:35.6082568Z   retention-days: 30
2025-08-20T20:21:35.6082741Z   overwrite: true
2025-08-20T20:21:35.6082914Z   if-no-files-found: warn
2025-08-20T20:21:35.6083111Z   include-hidden-files: false
2025-08-20T20:21:35.6083304Z env:
2025-08-20T20:21:35.6083455Z   CROSS_COMPILING: NO
2025-08-20T20:21:35.6083639Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:21:35.6083846Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:21:35.6084041Z   ON_QEMU: NO
2025-08-20T20:21:35.6084192Z   DEBUG: 0
2025-08-20T20:21:35.6084353Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:21:35.6084570Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:21:35.6084843Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fish/official/source
2025-08-20T20:21:35.6085156Z   KEEP_LOGS: YES
2025-08-20T20:21:35.6085327Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:21:35.6085519Z   PKG_FAMILY_LOCAL: fish
2025-08-20T20:21:35.6085709Z   SBUILD_REBUILD: false
2025-08-20T20:21:35.6086197Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fish/static.official.source.yaml
2025-08-20T20:21:35.6086719Z   BUILD_SYS: docker://rust
2025-08-20T20:21:35.6086913Z   BUILD_ON_HOST: FALSE
2025-08-20T20:21:35.6087092Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:21:35.6087269Z   SYSTMP: /tmp
2025-08-20T20:21:35.6087429Z   GHA_MODE: MATRIX
2025-08-20T20:21:35.6088027Z   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-20T20:21:35.6088509Z   INPUT_SBUILD: /tmp/pkgforge/hNasbI18J_build.yaml
2025-08-20T20:21:35.6088807Z   BUILD_DIR: /tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml
2025-08-20T20:21:35.6089165Z   SBUILD_OUTDIR: /tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR
2025-08-20T20:21:35.6089615Z   SBUILD_TMPDIR: /tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:21:35.6089970Z   PKG_TYPE: static
2025-08-20T20:21:35.6090142Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:21:35.6090347Z   SBUILD_PKGVER: HEAD-d26fd90-250820T101619
2025-08-20T20:21:35.6090702Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107742294
2025-08-20T20:21:35.6091036Z   BUILD_ID: 17107742294
2025-08-20T20:21:35.6091210Z   PKG_NAME: fish
2025-08-20T20:21:35.6091383Z   PKG_DATE: 2025-08-20T20:21:02Z
2025-08-20T20:21:35.6091600Z   PKG_VERSION: HEAD-d26fd90-250820T101619
2025-08-20T20:21:35.6091834Z   PKG_VERSION_UPSTREAM: 4.0.2
2025-08-20T20:21:35.6092114Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/fish/official/source/fish
2025-08-20T20:21:35.6092452Z   GHCRPKG_TAG: HEAD-d26fd90-250820T101619-aarch64-linux
2025-08-20T20:21:35.6093117Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/fish/official/source/fish_indent
2025-08-20T20:21:35.6093580Z   PKG_SRCURL: https://github.com/fish-shell/fish-shell
2025-08-20T20:21:35.6093843Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:21:35.6094181Z   GHCRPKG_TAG_SRCBUILD: HEAD-d26fd90-250820T101619-aarch64-linux
2025-08-20T20:21:35.6094644Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fish/official/source/fish-srcbuild-17107742294
2025-08-20T20:21:35.6095042Z   UTC_TIME: 2025_08_20T08_21_35_PM
2025-08-20T20:21:35.6095296Z ##[endgroup]
2025-08-20T20:21:36.2223363Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T20:21:36.2229042Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T20:21:36.2229542Z With the provided path, there will be 2 files uploaded
2025-08-20T20:21:36.4269166Z Artifact name is valid!
2025-08-20T20:21:36.4273126Z Root directory input is valid!
2025-08-20T20:21:36.5024731Z Beginning upload of artifact content to blob storage
2025-08-20T20:21:36.9437449Z Uploaded bytes 8388608
2025-08-20T20:21:36.9520994Z Uploaded bytes 16777216
2025-08-20T20:21:36.9736794Z Uploaded bytes 25165824
2025-08-20T20:21:36.9999388Z Uploaded bytes 33554432
2025-08-20T20:21:37.1893902Z Uploaded bytes 41943040
2025-08-20T20:21:37.2013444Z Uploaded bytes 50331648
2025-08-20T20:21:37.2305299Z Uploaded bytes 58720256
2025-08-20T20:21:37.2509448Z Uploaded bytes 67108864
2025-08-20T20:21:37.3189770Z Uploaded bytes 75497472
2025-08-20T20:21:37.3693962Z Uploaded bytes 83886080
2025-08-20T20:21:37.3867162Z Uploaded bytes 92274688
2025-08-20T20:21:37.3991505Z Uploaded bytes 100663296
2025-08-20T20:21:37.4093749Z Uploaded bytes 100820927
2025-08-20T20:21:37.4259631Z Finished uploading artifact content to blob storage!
2025-08-20T20:21:37.4273453Z SHA256 digest of uploaded artifact zip is bbfd7d61b9398f4a8e88d3939ce6d550dd3b1c3156bd280a2770fd0b38c4af11
2025-08-20T20:21:37.4273937Z Finalizing artifact upload
2025-08-20T20:21:37.5128595Z Artifact Bincache_fish_aarch64-Linux.zip successfully finalized. Artifact ID 3812853533
2025-08-20T20:21:37.5129328Z Artifact Bincache_fish_aarch64-Linux has been successfully uploaded! Final size is 100820927 bytes. Artifact ID is 3812853533
2025-08-20T20:21:37.5150246Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17107742294/artifacts/3812853533
2025-08-20T20:21:37.5447258Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T20:21:37.5447563Z with:
2025-08-20T20:21:37.5448009Z   subject-name: fish-17107742294-HEAD-d26fd90-250820T101619-aarch64-linux
2025-08-20T20:21:37.5448810Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T20:21:37.5449498Z   show-summary: true
2025-08-20T20:21:37.5449688Z   push-to-registry: false
2025-08-20T20:21:37.5450035Z   github-token: ***
2025-08-20T20:21:37.5450223Z env:
2025-08-20T20:21:37.5450377Z   CROSS_COMPILING: NO
2025-08-20T20:21:37.5450568Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:21:37.5450782Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:21:37.5450984Z   ON_QEMU: NO
2025-08-20T20:21:37.5451142Z   DEBUG: 0
2025-08-20T20:21:37.5451318Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:21:37.5451534Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:21:37.5451847Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fish/official/source
2025-08-20T20:21:37.5452145Z   KEEP_LOGS: YES
2025-08-20T20:21:37.5452320Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:21:37.5452516Z   PKG_FAMILY_LOCAL: fish
2025-08-20T20:21:37.5452712Z   SBUILD_REBUILD: false
2025-08-20T20:21:37.5453202Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fish/static.official.source.yaml
2025-08-20T20:21:37.5453732Z   BUILD_SYS: docker://rust
2025-08-20T20:21:37.5453932Z   BUILD_ON_HOST: FALSE
2025-08-20T20:21:37.5454117Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:21:37.5454564Z   SYSTMP: /tmp
2025-08-20T20:21:37.5454733Z   GHA_MODE: MATRIX
2025-08-20T20:21:37.5455135Z   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-20T20:21:37.5455621Z   INPUT_SBUILD: /tmp/pkgforge/hNasbI18J_build.yaml
2025-08-20T20:21:37.5456042Z   BUILD_DIR: /tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml
2025-08-20T20:21:37.5456414Z   SBUILD_OUTDIR: /tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR
2025-08-20T20:21:37.5456871Z   SBUILD_TMPDIR: /tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:21:37.5457229Z   PKG_TYPE: static
2025-08-20T20:21:37.5457407Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:21:37.5458100Z   SBUILD_PKGVER: HEAD-d26fd90-250820T101619
2025-08-20T20:21:37.5458513Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107742294
2025-08-20T20:21:37.5458856Z   BUILD_ID: 17107742294
2025-08-20T20:21:37.5459038Z   PKG_NAME: fish
2025-08-20T20:21:37.5459220Z   PKG_DATE: 2025-08-20T20:21:02Z
2025-08-20T20:21:37.5459445Z   PKG_VERSION: HEAD-d26fd90-250820T101619
2025-08-20T20:21:37.5459685Z   PKG_VERSION_UPSTREAM: 4.0.2
2025-08-20T20:21:37.5459976Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/fish/official/source/fish
2025-08-20T20:21:37.5460327Z   GHCRPKG_TAG: HEAD-d26fd90-250820T101619-aarch64-linux
2025-08-20T20:21:37.5460789Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/fish/official/source/fish_indent
2025-08-20T20:21:37.5461255Z   PKG_SRCURL: https://github.com/fish-shell/fish-shell
2025-08-20T20:21:37.5461527Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:21:37.5461785Z   GHCRPKG_TAG_SRCBUILD: HEAD-d26fd90-250820T101619-aarch64-linux
2025-08-20T20:21:37.5462255Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fish/official/source/fish-srcbuild-17107742294
2025-08-20T20:21:37.5462665Z   UTC_TIME: 2025_08_20T08_21_35_PM
2025-08-20T20:21:37.5462873Z ##[endgroup]
2025-08-20T20:21:37.5537959Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T20:21:37.5538379Z env:
2025-08-20T20:21:37.5538538Z   CROSS_COMPILING: NO
2025-08-20T20:21:37.5538733Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:21:37.5538949Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:21:37.5539156Z   ON_QEMU: NO
2025-08-20T20:21:37.5539313Z   DEBUG: 0
2025-08-20T20:21:37.5539479Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:21:37.5539938Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:21:37.5540241Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fish/official/source
2025-08-20T20:21:37.5540532Z   KEEP_LOGS: YES
2025-08-20T20:21:37.5540708Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:21:37.5540903Z   PKG_FAMILY_LOCAL: fish
2025-08-20T20:21:37.5541097Z   SBUILD_REBUILD: false
2025-08-20T20:21:37.5541587Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fish/static.official.source.yaml
2025-08-20T20:21:37.5542118Z   BUILD_SYS: docker://rust
2025-08-20T20:21:37.5542323Z   BUILD_ON_HOST: FALSE
2025-08-20T20:21:37.5542504Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:21:37.5542686Z   SYSTMP: /tmp
2025-08-20T20:21:37.5542871Z   GHA_MODE: MATRIX
2025-08-20T20:21:37.5543273Z   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-20T20:21:37.5543760Z   INPUT_SBUILD: /tmp/pkgforge/hNasbI18J_build.yaml
2025-08-20T20:21:37.5544065Z   BUILD_DIR: /tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml
2025-08-20T20:21:37.5544430Z   SBUILD_OUTDIR: /tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR
2025-08-20T20:21:37.5544885Z   SBUILD_TMPDIR: /tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:21:37.5545251Z   PKG_TYPE: static
2025-08-20T20:21:37.5545429Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:21:37.5545645Z   SBUILD_PKGVER: HEAD-d26fd90-250820T101619
2025-08-20T20:21:37.5546002Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107742294
2025-08-20T20:21:37.5546519Z   BUILD_ID: 17107742294
2025-08-20T20:21:37.5546705Z   PKG_NAME: fish
2025-08-20T20:21:37.5546880Z   PKG_DATE: 2025-08-20T20:21:02Z
2025-08-20T20:21:37.5547103Z   PKG_VERSION: HEAD-d26fd90-250820T101619
2025-08-20T20:21:37.5547344Z   PKG_VERSION_UPSTREAM: 4.0.2
2025-08-20T20:21:37.5547810Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/fish/official/source/fish
2025-08-20T20:21:37.5548276Z   GHCRPKG_TAG: HEAD-d26fd90-250820T101619-aarch64-linux
2025-08-20T20:21:37.5548736Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/fish/official/source/fish_indent
2025-08-20T20:21:37.5549206Z   PKG_SRCURL: https://github.com/fish-shell/fish-shell
2025-08-20T20:21:37.5549474Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:21:37.5549729Z   GHCRPKG_TAG_SRCBUILD: HEAD-d26fd90-250820T101619-aarch64-linux
2025-08-20T20:21:37.5550198Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fish/official/source/fish-srcbuild-17107742294
2025-08-20T20:21:37.5550605Z   UTC_TIME: 2025_08_20T08_21_35_PM
2025-08-20T20:21:37.5550814Z ##[endgroup]
2025-08-20T20:21:37.9142781Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T20:21:37.9143097Z with:
2025-08-20T20:21:37.9143726Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T20:21:37.9144542Z   subject-name: fish-17107742294-HEAD-d26fd90-250820T101619-aarch64-linux
2025-08-20T20:21:37.9144917Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T20:21:37.9147428Z   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/17107742294/attempts/1"}}}
2025-08-20T20:21:37.9150164Z   push-to-registry: false
2025-08-20T20:21:37.9150629Z   show-summary: true
2025-08-20T20:21:37.9151003Z   github-token: ***
2025-08-20T20:21:37.9151177Z env:
2025-08-20T20:21:37.9151331Z   CROSS_COMPILING: NO
2025-08-20T20:21:37.9151529Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:21:37.9151747Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:21:37.9151949Z   ON_QEMU: NO
2025-08-20T20:21:37.9152108Z   DEBUG: 0
2025-08-20T20:21:37.9152272Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:21:37.9152485Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:21:37.9152766Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fish/official/source
2025-08-20T20:21:37.9153065Z   KEEP_LOGS: YES
2025-08-20T20:21:37.9153244Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:21:37.9153439Z   PKG_FAMILY_LOCAL: fish
2025-08-20T20:21:37.9153632Z   SBUILD_REBUILD: false
2025-08-20T20:21:37.9154122Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fish/static.official.source.yaml
2025-08-20T20:21:37.9154655Z   BUILD_SYS: docker://rust
2025-08-20T20:21:37.9154861Z   BUILD_ON_HOST: FALSE
2025-08-20T20:21:37.9155047Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:21:37.9155235Z   SYSTMP: /tmp
2025-08-20T20:21:37.9155403Z   GHA_MODE: MATRIX
2025-08-20T20:21:37.9155806Z   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-20T20:21:37.9156296Z   INPUT_SBUILD: /tmp/pkgforge/hNasbI18J_build.yaml
2025-08-20T20:21:37.9156600Z   BUILD_DIR: /tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml
2025-08-20T20:21:37.9156968Z   SBUILD_OUTDIR: /tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR
2025-08-20T20:21:37.9157789Z   SBUILD_TMPDIR: /tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:21:37.9158158Z   PKG_TYPE: static
2025-08-20T20:21:37.9158339Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:21:37.9158555Z   SBUILD_PKGVER: HEAD-d26fd90-250820T101619
2025-08-20T20:21:37.9159041Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107742294
2025-08-20T20:21:37.9159393Z   BUILD_ID: 17107742294
2025-08-20T20:21:37.9159576Z   PKG_NAME: fish
2025-08-20T20:21:37.9159754Z   PKG_DATE: 2025-08-20T20:21:02Z
2025-08-20T20:21:37.9159985Z   PKG_VERSION: HEAD-d26fd90-250820T101619
2025-08-20T20:21:37.9160226Z   PKG_VERSION_UPSTREAM: 4.0.2
2025-08-20T20:21:37.9160518Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/fish/official/source/fish
2025-08-20T20:21:37.9160865Z   GHCRPKG_TAG: HEAD-d26fd90-250820T101619-aarch64-linux
2025-08-20T20:21:37.9161321Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/fish/official/source/fish_indent
2025-08-20T20:21:37.9161792Z   PKG_SRCURL: https://github.com/fish-shell/fish-shell
2025-08-20T20:21:37.9162069Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:21:37.9162329Z   GHCRPKG_TAG_SRCBUILD: HEAD-d26fd90-250820T101619-aarch64-linux
2025-08-20T20:21:37.9162806Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fish/official/source/fish-srcbuild-17107742294
2025-08-20T20:21:37.9163220Z   UTC_TIME: 2025_08_20T08_21_35_PM
2025-08-20T20:21:37.9163436Z ##[endgroup]
2025-08-20T20:21:39.5314940Z Attestation created for 28 subjects
2025-08-20T20:21:39.5318954Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T20:21:39.5319418Z -----BEGIN CERTIFICATE-----
2025-08-20T20:21:39.5319759Z MIIG7jCCBnSgAwIBAgIUSb0S5uipekSdzuugFgRsT51iDxUwCgYIKoZIzj0EAwMw
2025-08-20T20:21:39.5320232Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T20:21:39.5320696Z cm1lZGlhdGUwHhcNMjUwODIwMjAyMTM4WhcNMjUwODIwMjAzMTM4WjAAMFkwEwYH
2025-08-20T20:21:39.5321145Z KoZIzj0CAQYIKoZIzj0DAQcDQgAENzUf0AErS7RRyaFeFSwNy/vAzE006VF1gZj8
2025-08-20T20:21:39.5321605Z X5axz/mjRa5unRtq6wNQPllooujJ9BmywjUeJ/dEdGxjLrjtj6OCBZMwggWPMA4G
2025-08-20T20:21:39.5322043Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUTY5t
2025-08-20T20:21:39.5322492Z t650w2hGy5kqAHVJn9ETuFQwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T20:21:39.5322942Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T20:21:39.5323717Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T20:21:39.5324193Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T20:21:39.5324637Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T20:21:39.5325067Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T20:21:39.5325512Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T20:21:39.5325972Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T20:21:39.5326442Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T20:21:39.5326898Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T20:21:39.5327339Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T20:21:39.5327930Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T20:21:39.5328398Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T20:21:39.5328847Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T20:21:39.5329293Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T20:21:39.5329763Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T20:21:39.5330226Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T20:21:39.5330686Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T20:21:39.5331139Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T20:21:39.5331753Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T20:21:39.5332209Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T20:21:39.5332662Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T20:21:39.5333128Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T20:21:39.5333697Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T20:21:39.5334151Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA3NzQyMjk0L2F0
2025-08-20T20:21:39.5334608Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYkGCisGAQQB1nkCBAIE
2025-08-20T20:21:39.5335074Z ewR5AHcAdQDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJJPLs
2025-08-20T20:21:39.5335520Z AAAEAwBGMEQCIEm3gagn8nNvC+OLqlbySInZs4tDAbw/VbQfexhrRYxSAiBgbIyl
2025-08-20T20:21:39.5335969Z oEvhsKaMcOx3oXwvDqWxUHWbjoJHANnsbQkG+DAKBggqhkjOPQQDAwNoADBlAjAf
2025-08-20T20:21:39.5336420Z qiLraCToscMWSlWibEaqH1/plQVbTBx2coNvwEf9XByEGjSdaaIpRMhLDYr4YWgC
2025-08-20T20:21:39.5336864Z MQCPNrPycpHrcWo49p3mf6A0PXSxRzVfc6o8pg37kS7ftl4ka1m2qDtYm7AviMto
2025-08-20T20:21:39.5337189Z +qE=
2025-08-20T20:21:39.5337347Z -----END CERTIFICATE-----
2025-08-20T20:21:39.5337480Z 
2025-08-20T20:21:39.5338402Z ##[endgroup]
2025-08-20T20:21:39.5338822Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T20:21:39.5339204Z https://search.sigstore.dev?logIndex=414259099
2025-08-20T20:21:39.5339542Z [36mAttestation uploaded to repository[39m
2025-08-20T20:21:39.5339853Z https://github.com/pkgforge/bincache/attestations/9871884
2025-08-20T20:21:39.6298441Z ##[group]Run ##Presets
2025-08-20T20:21:39.6298711Z [36;1m##Presets[0m
2025-08-20T20:21:39.6298892Z [36;1mset +x ; set +e[0m
2025-08-20T20:21:39.6299091Z [36;1m#-------------#[0m
2025-08-20T20:21:39.6299274Z [36;1m##Debug?[0m
2025-08-20T20:21:39.6299497Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:21:39.6299765Z [36;1m  set -x[0m
2025-08-20T20:21:39.6299931Z [36;1mfi[0m
2025-08-20T20:21:39.6300100Z [36;1m#-------------#[0m
2025-08-20T20:21:39.6300384Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T20:21:39.6300887Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/fish/official/source"[0m
2025-08-20T20:21:39.6301286Z [36;1m exit 1[0m
2025-08-20T20:21:39.6301448Z [36;1mfi[0m
2025-08-20T20:21:39.6332253Z shell: /usr/bin/bash -e {0}
2025-08-20T20:21:39.6332467Z env:
2025-08-20T20:21:39.6332628Z   CROSS_COMPILING: NO
2025-08-20T20:21:39.6332867Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:21:39.6333083Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:21:39.6333285Z   ON_QEMU: NO
2025-08-20T20:21:39.6333439Z   DEBUG: 0
2025-08-20T20:21:39.6333603Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:21:39.6333817Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:21:39.6334104Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fish/official/source
2025-08-20T20:21:39.6334417Z   KEEP_LOGS: YES
2025-08-20T20:21:39.6334599Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:21:39.6334794Z   PKG_FAMILY_LOCAL: fish
2025-08-20T20:21:39.6334986Z   SBUILD_REBUILD: false
2025-08-20T20:21:39.6335487Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fish/static.official.source.yaml
2025-08-20T20:21:39.6336028Z   BUILD_SYS: docker://rust
2025-08-20T20:21:39.6336231Z   BUILD_ON_HOST: FALSE
2025-08-20T20:21:39.6336418Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:21:39.6336604Z   SYSTMP: /tmp
2025-08-20T20:21:39.6336770Z   GHA_MODE: MATRIX
2025-08-20T20:21:39.6337181Z   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-20T20:21:39.6337909Z   INPUT_SBUILD: /tmp/pkgforge/hNasbI18J_build.yaml
2025-08-20T20:21:39.6338236Z   BUILD_DIR: /tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml
2025-08-20T20:21:39.6338603Z   SBUILD_OUTDIR: /tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR
2025-08-20T20:21:39.6339260Z   SBUILD_TMPDIR: /tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:21:39.6339624Z   PKG_TYPE: static
2025-08-20T20:21:39.6339803Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:21:39.6340019Z   SBUILD_PKGVER: HEAD-d26fd90-250820T101619
2025-08-20T20:21:39.6340381Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107742294
2025-08-20T20:21:39.6340834Z   BUILD_ID: 17107742294
2025-08-20T20:21:39.6341017Z   PKG_NAME: fish
2025-08-20T20:21:39.6341195Z   PKG_DATE: 2025-08-20T20:21:02Z
2025-08-20T20:21:39.6341425Z   PKG_VERSION: HEAD-d26fd90-250820T101619
2025-08-20T20:21:39.6341670Z   PKG_VERSION_UPSTREAM: 4.0.2
2025-08-20T20:21:39.6341965Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/fish/official/source/fish
2025-08-20T20:21:39.6342315Z   GHCRPKG_TAG: HEAD-d26fd90-250820T101619-aarch64-linux
2025-08-20T20:21:39.6342773Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/fish/official/source/fish_indent
2025-08-20T20:21:39.6343238Z   PKG_SRCURL: https://github.com/fish-shell/fish-shell
2025-08-20T20:21:39.6343511Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:21:39.6343774Z   GHCRPKG_TAG_SRCBUILD: HEAD-d26fd90-250820T101619-aarch64-linux
2025-08-20T20:21:39.6344258Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fish/official/source/fish-srcbuild-17107742294
2025-08-20T20:21:39.6344671Z   UTC_TIME: 2025_08_20T08_21_35_PM
2025-08-20T20:21:39.6344880Z ##[endgroup]
2025-08-20T20:21:39.6411692Z ##[group]Run ##Presets
2025-08-20T20:21:39.6411933Z [36;1m##Presets[0m
2025-08-20T20:21:39.6412115Z [36;1mset +x ; set +e[0m
2025-08-20T20:21:39.6412311Z [36;1m#-------------#[0m
2025-08-20T20:21:39.6412498Z [36;1m##Debug?[0m
2025-08-20T20:21:39.6412720Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:21:39.6413001Z [36;1m  set -x[0m
2025-08-20T20:21:39.6413170Z [36;1mfi[0m
2025-08-20T20:21:39.6413334Z [36;1m#-------------#[0m
2025-08-20T20:21:39.6413555Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T20:21:39.6414001Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/fish/official/source"[0m
2025-08-20T20:21:39.6414401Z [36;1m exit 1[0m
2025-08-20T20:21:39.6414568Z [36;1mfi[0m
2025-08-20T20:21:39.6440742Z shell: /usr/bin/bash -e {0}
2025-08-20T20:21:39.6440968Z env:
2025-08-20T20:21:39.6441135Z   CROSS_COMPILING: NO
2025-08-20T20:21:39.6441363Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:21:39.6441590Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:21:39.6441795Z   ON_QEMU: NO
2025-08-20T20:21:39.6441955Z   DEBUG: 0
2025-08-20T20:21:39.6442120Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:21:39.6442339Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:21:39.6442621Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fish/official/source
2025-08-20T20:21:39.6442918Z   KEEP_LOGS: YES
2025-08-20T20:21:39.6443095Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:21:39.6443296Z   PKG_FAMILY_LOCAL: fish
2025-08-20T20:21:39.6443492Z   SBUILD_REBUILD: false
2025-08-20T20:21:39.6443993Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fish/static.official.source.yaml
2025-08-20T20:21:39.6444532Z   BUILD_SYS: docker://rust
2025-08-20T20:21:39.6444737Z   BUILD_ON_HOST: FALSE
2025-08-20T20:21:39.6444922Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:21:39.6445116Z   SYSTMP: /tmp
2025-08-20T20:21:39.6445291Z   GHA_MODE: MATRIX
2025-08-20T20:21:39.6445701Z   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-20T20:21:39.6446190Z   INPUT_SBUILD: /tmp/pkgforge/hNasbI18J_build.yaml
2025-08-20T20:21:39.6446495Z   BUILD_DIR: /tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml
2025-08-20T20:21:39.6446861Z   SBUILD_OUTDIR: /tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR
2025-08-20T20:21:39.6447323Z   SBUILD_TMPDIR: /tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:21:39.6447990Z   PKG_TYPE: static
2025-08-20T20:21:39.6448173Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:21:39.6448616Z   SBUILD_PKGVER: HEAD-d26fd90-250820T101619
2025-08-20T20:21:39.6448980Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107742294
2025-08-20T20:21:39.6449324Z   BUILD_ID: 17107742294
2025-08-20T20:21:39.6449505Z   PKG_NAME: fish
2025-08-20T20:21:39.6449778Z   PKG_DATE: 2025-08-20T20:21:02Z
2025-08-20T20:21:39.6450008Z   PKG_VERSION: HEAD-d26fd90-250820T101619
2025-08-20T20:21:39.6450257Z   PKG_VERSION_UPSTREAM: 4.0.2
2025-08-20T20:21:39.6450551Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/fish/official/source/fish
2025-08-20T20:21:39.6450904Z   GHCRPKG_TAG: HEAD-d26fd90-250820T101619-aarch64-linux
2025-08-20T20:21:39.6451357Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/fish/official/source/fish_indent
2025-08-20T20:21:39.6451827Z   PKG_SRCURL: https://github.com/fish-shell/fish-shell
2025-08-20T20:21:39.6452100Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:21:39.6452364Z   GHCRPKG_TAG_SRCBUILD: HEAD-d26fd90-250820T101619-aarch64-linux
2025-08-20T20:21:39.6452841Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fish/official/source/fish-srcbuild-17107742294
2025-08-20T20:21:39.6453250Z   UTC_TIME: 2025_08_20T08_21_35_PM
2025-08-20T20:21:39.6453459Z ##[endgroup]
2025-08-20T20:21:39.6515484Z ##[group]Run ##Presets
2025-08-20T20:21:39.6515740Z [36;1m##Presets[0m
2025-08-20T20:21:39.6515927Z [36;1mset +x ; set +e[0m
2025-08-20T20:21:39.6516121Z [36;1m#-------------#[0m
2025-08-20T20:21:39.6516309Z [36;1m##Debug?[0m
2025-08-20T20:21:39.6516531Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:21:39.6516802Z [36;1m  set -x[0m
2025-08-20T20:21:39.6516969Z [36;1mfi[0m
2025-08-20T20:21:39.6517130Z [36;1m#-------------#[0m
2025-08-20T20:21:39.6517448Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T20:21:39.6518091Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T20:21:39.6518368Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T20:21:39.6518623Z [36;1mfi[0m
2025-08-20T20:21:39.6544319Z shell: /usr/bin/bash -e {0}
2025-08-20T20:21:39.6544538Z env:
2025-08-20T20:21:39.6544702Z   CROSS_COMPILING: NO
2025-08-20T20:21:39.6544939Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:21:39.6545159Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:21:39.6545369Z   ON_QEMU: NO
2025-08-20T20:21:39.6545527Z   DEBUG: 0
2025-08-20T20:21:39.6545693Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:21:39.6545911Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:21:39.6546200Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fish/official/source
2025-08-20T20:21:39.6546498Z   KEEP_LOGS: YES
2025-08-20T20:21:39.6546678Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:21:39.6546875Z   PKG_FAMILY_LOCAL: fish
2025-08-20T20:21:39.6547070Z   SBUILD_REBUILD: false
2025-08-20T20:21:39.6547568Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fish/static.official.source.yaml
2025-08-20T20:21:39.6548394Z   BUILD_SYS: docker://rust
2025-08-20T20:21:39.6548605Z   BUILD_ON_HOST: FALSE
2025-08-20T20:21:39.6548795Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:21:39.6548981Z   SYSTMP: /tmp
2025-08-20T20:21:39.6549148Z   GHA_MODE: MATRIX
2025-08-20T20:21:39.6549559Z   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-20T20:21:39.6550052Z   INPUT_SBUILD: /tmp/pkgforge/hNasbI18J_build.yaml
2025-08-20T20:21:39.6550358Z   BUILD_DIR: /tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml
2025-08-20T20:21:39.6550728Z   SBUILD_OUTDIR: /tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR
2025-08-20T20:21:39.6551189Z   SBUILD_TMPDIR: /tmp/pkgforge/Q9AUGK2_hNasbI18J_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:21:39.6551553Z   PKG_TYPE: static
2025-08-20T20:21:39.6551737Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:21:39.6551951Z   SBUILD_PKGVER: HEAD-d26fd90-250820T101619
2025-08-20T20:21:39.6552312Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107742294
2025-08-20T20:21:39.6552927Z   BUILD_ID: 17107742294
2025-08-20T20:21:39.6553117Z   PKG_NAME: fish
2025-08-20T20:21:39.6553295Z   PKG_DATE: 2025-08-20T20:21:02Z
2025-08-20T20:21:39.6553528Z   PKG_VERSION: HEAD-d26fd90-250820T101619
2025-08-20T20:21:39.6553774Z   PKG_VERSION_UPSTREAM: 4.0.2
2025-08-20T20:21:39.6554170Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/fish/official/source/fish
2025-08-20T20:21:39.6554518Z   GHCRPKG_TAG: HEAD-d26fd90-250820T101619-aarch64-linux
2025-08-20T20:21:39.6554974Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/fish/official/source/fish_indent
2025-08-20T20:21:39.6555444Z   PKG_SRCURL: https://github.com/fish-shell/fish-shell
2025-08-20T20:21:39.6555716Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:21:39.6555976Z   GHCRPKG_TAG_SRCBUILD: HEAD-d26fd90-250820T101619-aarch64-linux
2025-08-20T20:21:39.6556448Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fish/official/source/fish-srcbuild-17107742294
2025-08-20T20:21:39.6556859Z   UTC_TIME: 2025_08_20T08_21_35_PM
2025-08-20T20:21:39.6557071Z ##[endgroup]
2025-08-20T20:21:39.6606282Z EXITED
2025-08-20T20:21:39.6650581Z Cleaning up orphan processes
