﻿2025-08-20T18:51:29.5460006Z Current runner version: '2.328.0'
2025-08-20T18:51:29.5495755Z ##[group]Runner Image Provisioner
2025-08-20T18:51:29.5497638Z Hosted Compute Agent
2025-08-20T18:51:29.5498290Z Version: 20250818.377
2025-08-20T18:51:29.5498901Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T18:51:29.5499681Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T18:51:29.5500315Z ##[endgroup]
2025-08-20T18:51:29.5500872Z ##[group]VM Image
2025-08-20T18:51:29.5501492Z - OS: Linux (arm64)
2025-08-20T18:51:29.5502067Z - Source: Partner
2025-08-20T18:51:29.5502617Z - Name: Ubuntu 24.04 by Arm Limited
2025-08-20T18:51:29.5503447Z - Version: 20250728.24.1
2025-08-20T18:51:29.5504491Z - Included Software: https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md
2025-08-20T18:51:29.5505555Z ##[endgroup]
2025-08-20T18:51:29.5506894Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T18:51:29.5511265Z Attestations: write
2025-08-20T18:51:29.5511901Z Contents: write
2025-08-20T18:51:29.5512672Z Metadata: read
2025-08-20T18:51:29.5513429Z Packages: write
2025-08-20T18:51:29.5514019Z ##[endgroup]
2025-08-20T18:51:29.5518945Z Secret source: Actions
2025-08-20T18:51:29.5520215Z Prepare workflow directory
2025-08-20T18:51:29.5959637Z Prepare all required actions
2025-08-20T18:51:29.6004021Z Getting action download info
2025-08-20T18:51:29.9706151Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T18:51:30.8562774Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T18:51:31.4289668Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T18:51:31.5915869Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T18:51:32.2028521Z Getting action download info
2025-08-20T18:51:32.3483923Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T18:51:32.7909062Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T18:51:33.3014393Z Complete job name: aarch64-Linux ==> (ghcr.io/pkgforge/bincache/bat/official)
2025-08-20T18:51:33.3642161Z ##[group]Run ##Presets
2025-08-20T18:51:33.3642755Z [36;1m##Presets[0m
2025-08-20T18:51:33.3643109Z [36;1mset +x ; set +e[0m
2025-08-20T18:51:33.3643412Z [36;1m#-------------#[0m
2025-08-20T18:51:33.3643799Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T18:51:33.3644281Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T18:51:33.3644712Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:33.3645076Z [36;1m  fi[0m
2025-08-20T18:51:33.3645472Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T18:51:33.3645976Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T18:51:33.3646421Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:33.3646772Z [36;1m  fi[0m
2025-08-20T18:51:33.3647301Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T18:51:33.3648372Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T18:51:33.3648810Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:33.3649199Z [36;1m  fi[0m
2025-08-20T18:51:33.3649523Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T18:51:33.3649960Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T18:51:33.3650386Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T18:51:33.3650735Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T18:51:33.3651106Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:33.3651871Z [36;1m     else[0m
2025-08-20T18:51:33.3652265Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:33.3652637Z [36;1m     fi[0m
2025-08-20T18:51:33.3652893Z [36;1m  fi[0m
2025-08-20T18:51:33.3653131Z [36;1mfi[0m
2025-08-20T18:51:33.3684542Z shell: /usr/bin/bash -e {0}
2025-08-20T18:51:33.3685275Z env:
2025-08-20T18:51:33.3686196Z   GH_TOKEN: ***
2025-08-20T18:51:33.3686513Z ##[endgroup]
2025-08-20T18:51:33.3925877Z ##[group]Run ##Presets
2025-08-20T18:51:33.3926344Z [36;1m##Presets[0m
2025-08-20T18:51:33.3926898Z [36;1mset +x ; set +e[0m
2025-08-20T18:51:33.3927596Z [36;1m#-------------#[0m
2025-08-20T18:51:33.3927935Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T18:51:33.3928622Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T18:51:33.3929157Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T18:51:33.3929620Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T18:51:33.3930135Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T18:51:33.3930596Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T18:51:33.3931014Z [36;1m  exit 1[0m
2025-08-20T18:51:33.3931334Z [36;1mfi[0m
2025-08-20T18:51:33.3959060Z shell: /usr/bin/bash -e {0}
2025-08-20T18:51:33.3959463Z env:
2025-08-20T18:51:33.3960145Z   RO_GHTOKEN: ***
2025-08-20T18:51:33.3960462Z   RO_GLTOKEN: ***
2025-08-20T18:51:33.3961657Z   MINISIGN_KEY: ***
2025-08-20T18:51:33.3961976Z ##[endgroup]
2025-08-20T18:51:33.4105582Z ##[group]Run ##Presets
2025-08-20T18:51:33.4106141Z [36;1m##Presets[0m
2025-08-20T18:51:33.4106593Z [36;1mset +x ; set +e[0m
2025-08-20T18:51:33.4106880Z [36;1m#-------------#[0m
2025-08-20T18:51:33.4107401Z [36;1m##Host Triplet[0m
2025-08-20T18:51:33.4107843Z [36;1m if [[ "aarch64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T18:51:33.4108235Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T18:51:33.4108588Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T18:51:33.4109572Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T18:51:33.4109918Z [36;1m   if [[ "aarch64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T18:51:33.4110357Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T18:51:33.4110768Z [36;1m   elif [[ "aarch64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T18:51:33.4111184Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T18:51:33.4111579Z [36;1m   fi[0m
2025-08-20T18:51:33.4112006Z [36;1m elif [[ "aarch64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T18:51:33.4112451Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T18:51:33.4112817Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T18:51:33.4113228Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T18:51:33.4113626Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T18:51:33.4113910Z [36;1m fi[0m
2025-08-20T18:51:33.4114227Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:33.4114720Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:33.4115176Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:33.4115617Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:33.4115963Z [36;1m##Debug[0m
2025-08-20T18:51:33.4116232Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T18:51:33.4116591Z [36;1m   export DEBUG="1"[0m
2025-08-20T18:51:33.4116910Z [36;1m else[0m
2025-08-20T18:51:33.4117457Z [36;1m   export DEBUG="0"[0m
2025-08-20T18:51:33.4117855Z [36;1m fi[0m
2025-08-20T18:51:33.4118134Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:33.4118515Z [36;1m##Docker Platform[0m
2025-08-20T18:51:33.4119219Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T18:51:33.4119636Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T18:51:33.4120069Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T18:51:33.4120504Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T18:51:33.4120883Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T18:51:33.4121324Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T18:51:33.4121762Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T18:51:33.4122128Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T18:51:33.4122488Z [36;1m fi[0m
2025-08-20T18:51:33.4122835Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:33.4123351Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:33.4123775Z [36;1m##GHCRPKG_URL[0m
2025-08-20T18:51:33.4124277Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/bat/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T18:51:33.4124872Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T18:51:33.4125231Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:33.4125577Z [36;1m##Logs[0m
2025-08-20T18:51:33.4126209Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T18:51:33.4126564Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T18:51:33.4126914Z [36;1m else[0m
2025-08-20T18:51:33.4127497Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T18:51:33.4127853Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T18:51:33.4128260Z [36;1m fi[0m
2025-08-20T18:51:33.4128884Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:33.4129356Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:33.4129871Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T18:51:33.4130271Z [36;1m PKG_FAMILY_LOCAL="$(echo "bat" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T18:51:33.4130790Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T18:51:33.4131187Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:33.4131560Z [36;1m##Rebuild[0m
2025-08-20T18:51:33.4131891Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T18:51:33.4132208Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T18:51:33.4132521Z [36;1m else[0m
2025-08-20T18:51:33.4132870Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T18:51:33.4133175Z [36;1m fi[0m
2025-08-20T18:51:33.4133477Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:33.4133931Z [36;1m ##SBUILD_URL[0m
2025-08-20T18:51:33.4134423Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T18:51:33.4135084Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T18:51:33.4135967Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/bat/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T18:51:33.4136720Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T18:51:33.4137379Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T18:51:33.4137874Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T18:51:33.4138370Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T18:51:33.4138849Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:33.4139196Z [36;1m    exit 1[0m
2025-08-20T18:51:33.4139504Z [36;1m   else[0m
2025-08-20T18:51:33.4139788Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T18:51:33.4140227Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:33.4140678Z [36;1m    #Check for x_exec.host[0m
2025-08-20T18:51:33.4141342Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T18:51:33.4141737Z [36;1m      #check if supported[0m
2025-08-20T18:51:33.4142241Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T18:51:33.4142853Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T18:51:33.4143390Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T18:51:33.4143778Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:33.4144122Z [36;1m         exit 1[0m
2025-08-20T18:51:33.4144449Z [36;1m       fi[0m
2025-08-20T18:51:33.4144789Z [36;1m      #get build system[0m
2025-08-20T18:51:33.4145204Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T18:51:33.4145720Z [36;1m       export BUILD_SYS[0m
2025-08-20T18:51:33.4146075Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:33.4146547Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T18:51:33.4147270Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:33.4147681Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:33.4148141Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T18:51:33.4148569Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:33.4148955Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:33.4149328Z [36;1m       fi[0m
2025-08-20T18:51:33.4149969Z [36;1m     fi[0m
2025-08-20T18:51:33.4150253Z [36;1m   fi[0m
2025-08-20T18:51:33.4150627Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T18:51:33.4178499Z shell: /usr/bin/bash -e {0}
2025-08-20T18:51:33.4178876Z ##[endgroup]
2025-08-20T18:51:34.3191433Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T18:51:34.3192251Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T18:51:34.3192510Z 
2025-08-20T18:51:34.4554902Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T18:51:34.4555434Z 100  5564  100  5564    0     0  40351      0 --:--:-- --:--:-- --:--:-- 40613
2025-08-20T18:51:34.4566371Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/bat/static.official.source.yaml
2025-08-20T18:51:34.4777715Z ##[group]Run ##Presets
2025-08-20T18:51:34.4778321Z [36;1m##Presets[0m
2025-08-20T18:51:34.4778669Z [36;1mset +x ; set +e[0m
2025-08-20T18:51:34.4778996Z [36;1m#-------------#[0m
2025-08-20T18:51:34.4779326Z [36;1m##Debug?[0m
2025-08-20T18:51:34.4779670Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T18:51:34.4780027Z [36;1m  set -x[0m
2025-08-20T18:51:34.4780334Z [36;1mfi[0m
2025-08-20T18:51:34.4780610Z [36;1m#-------------#[0m
2025-08-20T18:51:34.4780960Z [36;1m##CoreUtils[0m
2025-08-20T18:51:34.4781250Z [36;1msudo apt update -y[0m
2025-08-20T18:51:34.4781658Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T18:51:34.4782805Z [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-20T18:51:34.4783851Z [36;1m##tmp[0m
2025-08-20T18:51:34.4784229Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T18:51:34.4784636Z [36;1m#GH ENV[0m
2025-08-20T18:51:34.4784901Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:34.4785349Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:34.4785708Z [36;1m#-------------#[0m
2025-08-20T18:51:34.4785971Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T18:51:34.4786328Z [36;1msudo apt update -y[0m
2025-08-20T18:51:34.4786911Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T18:51:34.4787636Z [36;1m##Setup Minisign[0m
2025-08-20T18:51:34.4788142Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T18:51:34.4788697Z [36;1mecho "***[0m
2025-08-20T18:51:34.4790092Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T18:51:34.4790446Z [36;1m##User-Agent[0m
2025-08-20T18:51:34.4791214Z [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-20T18:51:34.4792136Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T18:51:34.4820501Z shell: /usr/bin/bash -e {0}
2025-08-20T18:51:34.4820846Z env:
2025-08-20T18:51:34.4821073Z   CROSS_COMPILING: NO
2025-08-20T18:51:34.4821479Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T18:51:34.4821813Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T18:51:34.4822102Z   ON_QEMU: NO
2025-08-20T18:51:34.4822434Z   DEBUG: 0
2025-08-20T18:51:34.4822698Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T18:51:34.4823041Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T18:51:34.4823437Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/bat/official
2025-08-20T18:51:34.4823789Z   KEEP_LOGS: YES
2025-08-20T18:51:34.4824121Z   GITHUB_TEST_BUILD: YES
2025-08-20T18:51:34.4824427Z   PKG_FAMILY_LOCAL: bat
2025-08-20T18:51:34.4824693Z   SBUILD_REBUILD: false
2025-08-20T18:51:34.4825387Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/bat/static.official.source.yaml
2025-08-20T18:51:34.4826023Z   BUILD_SYS: docker://rust
2025-08-20T18:51:34.4826366Z   BUILD_ON_HOST: FALSE
2025-08-20T18:51:34.4826715Z   BUILD_SYSTEM: DOCKER
2025-08-20T18:51:34.4826987Z ##[endgroup]
2025-08-20T18:51:35.0236821Z 
2025-08-20T18:51:35.0237970Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T18:51:35.0238404Z 
2025-08-20T18:51:35.2610787Z Get:1 https://packages.microsoft.com/repos/azure-cli noble InRelease [3564 B]
2025-08-20T18:51:35.2817689Z Get:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T18:51:35.3170643Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T18:51:35.3560351Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
2025-08-20T18:51:35.4514061Z Get:5 https://packages.microsoft.com/repos/azure-cli noble/main arm64 Packages [1500 B]
2025-08-20T18:51:35.5226745Z Get:6 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T18:51:35.5257998Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
2025-08-20T18:51:35.5362840Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T18:51:35.7172001Z Get:9 https://packages.microsoft.com/ubuntu/24.04/prod noble/main all Packages [643 B]
2025-08-20T18:51:35.7172768Z Get:10 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T18:51:35.7173467Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
2025-08-20T18:51:35.8706635Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1397 kB]
2025-08-20T18:51:36.0629559Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Translation-en [268 kB]
2025-08-20T18:51:36.1093836Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Components [172 kB]
2025-08-20T18:51:36.1606295Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1101 kB]
2025-08-20T18:51:36.2199162Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Translation-en [288 kB]
2025-08-20T18:51:36.2635593Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Components [376 kB]
2025-08-20T18:51:36.3097300Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [2307 kB]
2025-08-20T18:51:36.3899818Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Translation-en [382 kB]
2025-08-20T18:51:36.4313056Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Components [212 B]
2025-08-20T18:51:36.4700987Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [28.2 kB]
2025-08-20T18:51:36.5883622Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Translation-en [6772 B]
2025-08-20T18:51:36.6274828Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Components [212 B]
2025-08-20T18:51:36.6667106Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Packages [39.9 kB]
2025-08-20T18:51:36.7057889Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-backports/main Translation-en [9152 B]
2025-08-20T18:51:36.7450463Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Components [3576 B]
2025-08-20T18:51:36.7840460Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Packages [30.1 kB]
2025-08-20T18:51:36.8234333Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe Translation-en [17.4 kB]
2025-08-20T18:51:36.8626282Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Components [19.2 kB]
2025-08-20T18:51:36.9018858Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-backports/restricted arm64 Components [216 B]
2025-08-20T18:51:36.9409561Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse arm64 Components [212 B]
2025-08-20T18:51:36.9803162Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1134 kB]
2025-08-20T18:51:37.0264239Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-security/main Translation-en [187 kB]
2025-08-20T18:51:37.0664286Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Components [18.4 kB]
2025-08-20T18:51:37.1058234Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [860 kB]
2025-08-20T18:51:37.1499221Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Translation-en [195 kB]
2025-08-20T18:51:37.2696631Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Components [52.3 kB]
2025-08-20T18:51:37.3092164Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [2170 kB]
2025-08-20T18:51:37.3620733Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Translation-en [359 kB]
2025-08-20T18:51:37.4031566Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Components [208 B]
2025-08-20T18:51:37.4422625Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [16.2 kB]
2025-08-20T18:51:37.4814506Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Translation-en [4288 B]
2025-08-20T18:51:37.5204467Z Get:43 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Components [208 B]
2025-08-20T18:51:47.9030716Z Fetched 11.9 MB in 2s (4971 kB/s)
2025-08-20T18:51:48.7320654Z Reading package lists...
2025-08-20T18:51:49.0018663Z Building dependency tree...
2025-08-20T18:51:49.0024956Z Reading state information...
2025-08-20T18:51:49.0353971Z 196 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T18:51:49.0449724Z 
2025-08-20T18:51:49.0450365Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T18:51:49.0450851Z 
2025-08-20T18:51:49.0574347Z Reading package lists...
2025-08-20T18:51:49.3209842Z Building dependency tree...
2025-08-20T18:51:49.3218146Z Reading state information...
2025-08-20T18:51:49.6710934Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T18:51:49.6711381Z bc set to manually installed.
2025-08-20T18:51:49.6712605Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T18:51:49.6713001Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T18:51:49.6713479Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T18:51:49.7381354Z The following NEW packages will be installed:
2025-08-20T18:51:49.7389103Z   dos2unix fdupes libio-pty-perl libipc-run-perl libtime-duration-perl
2025-08-20T18:51:49.7391136Z   moreutils
2025-08-20T18:51:49.7397805Z The following packages will be upgraded:
2025-08-20T18:51:49.7405806Z   jq libjq1
2025-08-20T18:51:49.7618705Z 2 upgraded, 6 newly installed, 0 to remove and 194 not upgraded.
2025-08-20T18:51:49.9206224Z Need to get 936 kB of archives.
2025-08-20T18:51:49.9207192Z After this operation, 3171 kB of additional disk space will be used.
2025-08-20T18:51:49.9207827Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fdupes arm64 1:2.3.0-1build1 [45.3 kB]
2025-08-20T18:51:50.0365501Z 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-20T18:51:50.1148906Z 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-20T18:51:50.1956791Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-pty-perl arm64 1:1.20-1build2 [31.1 kB]
2025-08-20T18:51:50.2369998Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libipc-run-perl all 20231003.0-1 [92.1 kB]
2025-08-20T18:51:50.2858007Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T18:51:50.3271270Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 moreutils arm64 0.69-1 [56.7 kB]
2025-08-20T18:51:50.3713962Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 dos2unix arm64 7.5.1-1 [500 kB]
2025-08-20T18:51:50.7532999Z Fetched 936 kB in 1s (1433 kB/s)
2025-08-20T18:51:50.8281801Z Selecting previously unselected package fdupes.
2025-08-20T18:51:50.9409447Z (Reading database ... 
2025-08-20T18:51:50.9410123Z (Reading database ... 5%
2025-08-20T18:51:50.9410418Z (Reading database ... 10%
2025-08-20T18:51:50.9410671Z (Reading database ... 15%
2025-08-20T18:51:50.9410970Z (Reading database ... 20%
2025-08-20T18:51:50.9411295Z (Reading database ... 25%
2025-08-20T18:51:50.9411536Z (Reading database ... 30%
2025-08-20T18:51:50.9411825Z (Reading database ... 35%
2025-08-20T18:51:50.9412071Z (Reading database ... 40%
2025-08-20T18:51:50.9412333Z (Reading database ... 45%
2025-08-20T18:51:50.9412613Z (Reading database ... 50%
2025-08-20T18:51:51.2419566Z (Reading database ... 55%
2025-08-20T18:51:51.7761660Z (Reading database ... 60%
2025-08-20T18:51:52.3133779Z (Reading database ... 65%
2025-08-20T18:51:52.8118628Z (Reading database ... 70%
2025-08-20T18:51:53.2640804Z (Reading database ... 75%
2025-08-20T18:51:53.7608371Z (Reading database ... 80%
2025-08-20T18:51:54.2643652Z (Reading database ... 85%
2025-08-20T18:51:54.7776229Z (Reading database ... 90%
2025-08-20T18:51:55.2400949Z (Reading database ... 95%
2025-08-20T18:51:55.2401559Z (Reading database ... 100%
2025-08-20T18:51:55.2401886Z (Reading database ... 189117 files and directories currently installed.)
2025-08-20T18:51:55.2445320Z Preparing to unpack .../0-fdupes_1%3a2.3.0-1build1_arm64.deb ...
2025-08-20T18:51:55.2770475Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T18:51:55.3797182Z Preparing to unpack .../1-jq_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T18:51:55.3968897Z Unpacking jq (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T18:51:55.5166042Z Preparing to unpack .../2-libjq1_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T18:51:55.5551027Z Unpacking libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T18:51:55.6173798Z Selecting previously unselected package libio-pty-perl.
2025-08-20T18:51:55.6352359Z Preparing to unpack .../3-libio-pty-perl_1%3a1.20-1build2_arm64.deb ...
2025-08-20T18:51:55.6409572Z Unpacking libio-pty-perl (1:1.20-1build2) ...
2025-08-20T18:51:55.7239897Z Selecting previously unselected package libipc-run-perl.
2025-08-20T18:51:55.7417911Z Preparing to unpack .../4-libipc-run-perl_20231003.0-1_all.deb ...
2025-08-20T18:51:55.7479934Z Unpacking libipc-run-perl (20231003.0-1) ...
2025-08-20T18:51:55.8260396Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T18:51:55.8452494Z Preparing to unpack .../5-libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T18:51:55.8510263Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T18:51:55.9236800Z Selecting previously unselected package moreutils.
2025-08-20T18:51:55.9434342Z Preparing to unpack .../6-moreutils_0.69-1_arm64.deb ...
2025-08-20T18:51:55.9488545Z Unpacking moreutils (0.69-1) ...
2025-08-20T18:51:56.0727172Z Selecting previously unselected package dos2unix.
2025-08-20T18:51:56.0914178Z Preparing to unpack .../7-dos2unix_7.5.1-1_arm64.deb ...
2025-08-20T18:51:56.1005884Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T18:51:56.6731850Z Setting up libio-pty-perl (1:1.20-1build2) ...
2025-08-20T18:51:56.6896310Z Setting up libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T18:51:56.7095058Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T18:51:56.7269694Z Setting up libipc-run-perl (20231003.0-1) ...
2025-08-20T18:51:56.7449823Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T18:51:56.7690051Z Setting up jq (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T18:51:56.7877326Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T18:51:56.8046449Z Setting up moreutils (0.69-1) ...
2025-08-20T18:51:56.8286151Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:52:50.2217201Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T18:52:51.7522703Z Reading package lists...
2025-08-20T18:52:52.0122195Z Building dependency tree...
2025-08-20T18:52:52.0131014Z Reading state information...
2025-08-20T18:52:52.3560563Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T18:52:52.3561080Z apt-utils is already the newest version (2.8.3).
2025-08-20T18:52:52.3561425Z apt-utils set to manually installed.
2025-08-20T18:52:52.3562014Z ca-certificates is already the newest version (20240203).
2025-08-20T18:52:52.3562410Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T18:52:52.3562911Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T18:52:52.3563285Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T18:52:52.3563646Z moreutils is already the newest version (0.69-1).
2025-08-20T18:52:52.3564074Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T18:52:52.3564474Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T18:52:52.3564853Z texinfo is already the newest version (7.1-3build2).
2025-08-20T18:52:52.3565782Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T18:52:52.3566147Z tmux set to manually installed.
2025-08-20T18:52:52.3566489Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T18:52:52.3566851Z The following additional packages will be installed:
2025-08-20T18:52:52.3567787Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils gpg
2025-08-20T18:52:52.3568330Z   gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1 libfdisk1
2025-08-20T18:52:52.3568862Z   libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T18:52:52.3569223Z   uuid-runtime
2025-08-20T18:52:52.3578187Z Suggested packages:
2025-08-20T18:52:52.3578661Z   pinentry-gnome3 tor parcimonie xloadimage gpg-wks-server scdaemon nfs-common
2025-08-20T18:52:52.3579236Z   util-linux-extra util-linux-locales
2025-08-20T18:52:52.3579556Z Recommended packages:
2025-08-20T18:52:52.3579791Z   unattended-upgrades
2025-08-20T18:52:52.4206923Z The following NEW packages will be installed:
2025-08-20T18:52:52.4207686Z   rename
2025-08-20T18:52:52.4211570Z The following packages will be upgraded:
2025-08-20T18:52:52.4212700Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils
2025-08-20T18:52:52.4213670Z   gnupg2 gpg gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1
2025-08-20T18:52:52.4221944Z   libfdisk1 libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T18:52:52.4222539Z   software-properties-common util-linux uuid-runtime
2025-08-20T18:52:52.4483394Z 26 upgraded, 1 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:52:52.8421237Z Need to get 4390 kB of archives.
2025-08-20T18:52:52.8421758Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T18:52:52.8422698Z 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-20T18:52:53.2848604Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 util-linux arm64 2.39.3-9ubuntu6.3 [1115 kB]
2025-08-20T18:52:53.8289082Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 mount arm64 2.39.3-9ubuntu6.3 [116 kB]
2025-08-20T18:52:53.9441851Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libsmartcols1 arm64 2.39.3-9ubuntu6.3 [65.0 kB]
2025-08-20T18:52:54.0560993Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libuuid1 arm64 2.39.3-9ubuntu6.3 [36.0 kB]
2025-08-20T18:52:54.1660449Z 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-20T18:52:54.2755643Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libblkid1 arm64 2.39.3-9ubuntu6.3 [123 kB]
2025-08-20T18:52:54.3912066Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libmount1 arm64 2.39.3-9ubuntu6.3 [133 kB]
2025-08-20T18:52:54.5069286Z 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-20T18:52:54.6185430Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dirmngr arm64 2.4.4-2ubuntu17.3 [316 kB]
2025-08-20T18:52:54.8420714Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-utils arm64 2.4.4-2ubuntu17.3 [106 kB]
2025-08-20T18:52:55.0570568Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgsm arm64 2.4.4-2ubuntu17.3 [225 kB]
2025-08-20T18:52:55.6157798Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-agent arm64 2.4.4-2ubuntu17.3 [221 kB]
2025-08-20T18:52:55.8509077Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg arm64 2.4.4-2ubuntu17.3 [549 kB]
2025-08-20T18:52:56.1814861Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgconf arm64 2.4.4-2ubuntu17.3 [103 kB]
2025-08-20T18:52:56.2960703Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg all 2.4.4-2ubuntu17.3 [359 kB]
2025-08-20T18:52:56.5256467Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 keyboxd arm64 2.4.4-2ubuntu17.3 [75.9 kB]
2025-08-20T18:52:56.6375201Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgv arm64 2.4.4-2ubuntu17.3 [151 kB]
2025-08-20T18:52:56.7576174Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 eject arm64 2.39.3-9ubuntu6.3 [26.4 kB]
2025-08-20T18:52:56.8640600Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libfdisk1 arm64 2.39.3-9ubuntu6.3 [142 kB]
2025-08-20T18:52:56.9833092Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdextrautils arm64 2.39.3-9ubuntu6.3 [71.4 kB]
2025-08-20T18:52:57.0943519Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 fdisk arm64 2.39.3-9ubuntu6.3 [120 kB]
2025-08-20T18:52:57.3181077Z 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-20T18:52:57.6822675Z 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-20T18:52:57.8037916Z 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-20T18:52:57.9499289Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 rename all 2.02-1 [20.3 kB]
2025-08-20T18:52:58.0781080Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gnupg2 all 2.4.4-2ubuntu17.3 [4748 B]
2025-08-20T18:52:58.3689649Z Fetched 4390 kB in 6s (781 kB/s)
2025-08-20T18:52:58.3992852Z (Reading database ... 
2025-08-20T18:52:58.3993264Z (Reading database ... 5%
2025-08-20T18:52:58.3993536Z (Reading database ... 10%
2025-08-20T18:52:58.3993833Z (Reading database ... 15%
2025-08-20T18:52:58.3994080Z (Reading database ... 20%
2025-08-20T18:52:58.3995037Z (Reading database ... 25%
2025-08-20T18:52:58.3995574Z (Reading database ... 30%
2025-08-20T18:52:58.3995842Z (Reading database ... 35%
2025-08-20T18:52:58.3996083Z (Reading database ... 40%
2025-08-20T18:52:58.3996462Z (Reading database ... 45%
2025-08-20T18:52:58.3996725Z (Reading database ... 50%
2025-08-20T18:52:58.4017980Z (Reading database ... 55%
2025-08-20T18:52:58.4116688Z (Reading database ... 60%
2025-08-20T18:52:58.4164134Z (Reading database ... 65%
2025-08-20T18:52:58.4181540Z (Reading database ... 70%
2025-08-20T18:52:58.4205094Z (Reading database ... 75%
2025-08-20T18:52:58.4245060Z (Reading database ... 80%
2025-08-20T18:52:58.4459123Z (Reading database ... 85%
2025-08-20T18:52:58.4481195Z (Reading database ... 90%
2025-08-20T18:52:58.4604299Z (Reading database ... 95%
2025-08-20T18:52:58.4604634Z (Reading database ... 100%
2025-08-20T18:52:58.4604959Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T18:52:58.4648179Z Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:52:58.4816943Z Unpacking bsdutils (1:2.39.3-9ubuntu6.3) over (1:2.39.3-9ubuntu6.2) ...
2025-08-20T18:52:58.6242821Z Setting up bsdutils (1:2.39.3-9ubuntu6.3) ...
2025-08-20T18:52:58.7122800Z (Reading database ... 
2025-08-20T18:52:58.7123137Z (Reading database ... 5%
2025-08-20T18:52:58.7123648Z (Reading database ... 10%
2025-08-20T18:52:58.7123902Z (Reading database ... 15%
2025-08-20T18:52:58.7124170Z (Reading database ... 20%
2025-08-20T18:52:58.7124453Z (Reading database ... 25%
2025-08-20T18:52:58.7124697Z (Reading database ... 30%
2025-08-20T18:52:58.7124971Z (Reading database ... 35%
2025-08-20T18:52:58.7125214Z (Reading database ... 40%
2025-08-20T18:52:58.7125466Z (Reading database ... 45%
2025-08-20T18:52:58.7125780Z (Reading database ... 50%
2025-08-20T18:52:58.7146759Z (Reading database ... 55%
2025-08-20T18:52:58.7239743Z (Reading database ... 60%
2025-08-20T18:52:58.7282094Z (Reading database ... 65%
2025-08-20T18:52:58.7297574Z (Reading database ... 70%
2025-08-20T18:52:58.7318937Z (Reading database ... 75%
2025-08-20T18:52:58.7352720Z (Reading database ... 80%
2025-08-20T18:52:58.7538666Z (Reading database ... 85%
2025-08-20T18:52:58.7559168Z (Reading database ... 90%
2025-08-20T18:52:58.7670461Z (Reading database ... 95%
2025-08-20T18:52:58.7670767Z (Reading database ... 100%
2025-08-20T18:52:58.7671330Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T18:52:58.7713239Z Preparing to unpack .../util-linux_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:52:58.8036051Z Unpacking util-linux (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:52:58.9535383Z Setting up util-linux (2.39.3-9ubuntu6.3) ...
2025-08-20T18:52:59.7222641Z fstrim.service is a disabled or a static unit not running, not starting it.
2025-08-20T18:52:59.7857134Z (Reading database ... 
2025-08-20T18:52:59.7858559Z (Reading database ... 5%
2025-08-20T18:52:59.7858906Z (Reading database ... 10%
2025-08-20T18:52:59.7859161Z (Reading database ... 15%
2025-08-20T18:52:59.7859445Z (Reading database ... 20%
2025-08-20T18:52:59.7859787Z (Reading database ... 25%
2025-08-20T18:52:59.7860027Z (Reading database ... 30%
2025-08-20T18:52:59.7860307Z (Reading database ... 35%
2025-08-20T18:52:59.7860599Z (Reading database ... 40%
2025-08-20T18:52:59.7860859Z (Reading database ... 45%
2025-08-20T18:52:59.7861136Z (Reading database ... 50%
2025-08-20T18:52:59.7883588Z (Reading database ... 55%
2025-08-20T18:52:59.7980383Z (Reading database ... 60%
2025-08-20T18:52:59.8024884Z (Reading database ... 65%
2025-08-20T18:52:59.8041481Z (Reading database ... 70%
2025-08-20T18:52:59.8064339Z (Reading database ... 75%
2025-08-20T18:52:59.8102267Z (Reading database ... 80%
2025-08-20T18:52:59.8307368Z (Reading database ... 85%
2025-08-20T18:52:59.8328626Z (Reading database ... 90%
2025-08-20T18:52:59.8446730Z (Reading database ... 95%
2025-08-20T18:52:59.8447333Z (Reading database ... 100%
2025-08-20T18:52:59.8447768Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T18:52:59.8491995Z Preparing to unpack .../mount_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:52:59.8725314Z Unpacking mount (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:53:00.0012420Z Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:53:00.0392605Z Unpacking libsmartcols1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:53:00.1233194Z Setting up libsmartcols1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T18:53:00.2003795Z (Reading database ... 
2025-08-20T18:53:00.2004171Z (Reading database ... 5%
2025-08-20T18:53:00.2004471Z (Reading database ... 10%
2025-08-20T18:53:00.2004791Z (Reading database ... 15%
2025-08-20T18:53:00.2005091Z (Reading database ... 20%
2025-08-20T18:53:00.2005413Z (Reading database ... 25%
2025-08-20T18:53:00.2005666Z (Reading database ... 30%
2025-08-20T18:53:00.2005904Z (Reading database ... 35%
2025-08-20T18:53:00.2006200Z (Reading database ... 40%
2025-08-20T18:53:00.2006474Z (Reading database ... 45%
2025-08-20T18:53:00.2006704Z (Reading database ... 50%
2025-08-20T18:53:00.2030075Z (Reading database ... 55%
2025-08-20T18:53:00.2128527Z (Reading database ... 60%
2025-08-20T18:53:00.2174017Z (Reading database ... 65%
2025-08-20T18:53:00.2190138Z (Reading database ... 70%
2025-08-20T18:53:00.2212226Z (Reading database ... 75%
2025-08-20T18:53:00.2248950Z (Reading database ... 80%
2025-08-20T18:53:00.2444204Z (Reading database ... 85%
2025-08-20T18:53:00.2464984Z (Reading database ... 90%
2025-08-20T18:53:00.2574139Z (Reading database ... 95%
2025-08-20T18:53:00.2574435Z (Reading database ... 100%
2025-08-20T18:53:00.2574924Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T18:53:00.2615579Z Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:53:00.2935122Z Unpacking libuuid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:53:00.3781191Z Setting up libuuid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T18:53:00.4630866Z (Reading database ... 
2025-08-20T18:53:00.4631234Z (Reading database ... 5%
2025-08-20T18:53:00.4631806Z (Reading database ... 10%
2025-08-20T18:53:00.4632076Z (Reading database ... 15%
2025-08-20T18:53:00.4632852Z (Reading database ... 20%
2025-08-20T18:53:00.4633186Z (Reading database ... 25%
2025-08-20T18:53:00.4633428Z (Reading database ... 30%
2025-08-20T18:53:00.4633752Z (Reading database ... 35%
2025-08-20T18:53:00.4634030Z (Reading database ... 40%
2025-08-20T18:53:00.4634260Z (Reading database ... 45%
2025-08-20T18:53:00.4634575Z (Reading database ... 50%
2025-08-20T18:53:00.4655622Z (Reading database ... 55%
2025-08-20T18:53:00.4745606Z (Reading database ... 60%
2025-08-20T18:53:00.4788023Z (Reading database ... 65%
2025-08-20T18:53:00.4803284Z (Reading database ... 70%
2025-08-20T18:53:00.4824414Z (Reading database ... 75%
2025-08-20T18:53:00.4859232Z (Reading database ... 80%
2025-08-20T18:53:00.5045310Z (Reading database ... 85%
2025-08-20T18:53:00.5065489Z (Reading database ... 90%
2025-08-20T18:53:00.5172699Z (Reading database ... 95%
2025-08-20T18:53:00.5172966Z (Reading database ... 100%
2025-08-20T18:53:00.5174070Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T18:53:00.5214844Z Preparing to unpack .../uuid-runtime_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:53:00.5706267Z Unpacking uuid-runtime (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:53:00.6834919Z Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:53:00.7137899Z Unpacking libblkid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:53:00.7981476Z Setting up libblkid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T18:53:00.8840821Z (Reading database ... 
2025-08-20T18:53:00.8841591Z (Reading database ... 5%
2025-08-20T18:53:00.8841850Z (Reading database ... 10%
2025-08-20T18:53:00.8842175Z (Reading database ... 15%
2025-08-20T18:53:00.8842402Z (Reading database ... 20%
2025-08-20T18:53:00.8842680Z (Reading database ... 25%
2025-08-20T18:53:00.8842963Z (Reading database ... 30%
2025-08-20T18:53:00.8843207Z (Reading database ... 35%
2025-08-20T18:53:00.8843473Z (Reading database ... 40%
2025-08-20T18:53:00.8843717Z (Reading database ... 45%
2025-08-20T18:53:00.8844000Z (Reading database ... 50%
2025-08-20T18:53:00.8865298Z (Reading database ... 55%
2025-08-20T18:53:00.8957084Z (Reading database ... 60%
2025-08-20T18:53:00.9000190Z (Reading database ... 65%
2025-08-20T18:53:00.9015386Z (Reading database ... 70%
2025-08-20T18:53:00.9037664Z (Reading database ... 75%
2025-08-20T18:53:00.9074431Z (Reading database ... 80%
2025-08-20T18:53:00.9273782Z (Reading database ... 85%
2025-08-20T18:53:00.9295210Z (Reading database ... 90%
2025-08-20T18:53:00.9409412Z (Reading database ... 95%
2025-08-20T18:53:00.9409725Z (Reading database ... 100%
2025-08-20T18:53:00.9410055Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T18:53:00.9452642Z Preparing to unpack .../libmount1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:53:00.9823217Z Unpacking libmount1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:53:01.0769006Z Setting up libmount1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T18:53:01.1552413Z (Reading database ... 
2025-08-20T18:53:01.1553100Z (Reading database ... 5%
2025-08-20T18:53:01.1553385Z (Reading database ... 10%
2025-08-20T18:53:01.1553632Z (Reading database ... 15%
2025-08-20T18:53:01.1553986Z (Reading database ... 20%
2025-08-20T18:53:01.1554880Z (Reading database ... 25%
2025-08-20T18:53:01.1555182Z (Reading database ... 30%
2025-08-20T18:53:01.1555529Z (Reading database ... 35%
2025-08-20T18:53:01.1555772Z (Reading database ... 40%
2025-08-20T18:53:01.1556041Z (Reading database ... 45%
2025-08-20T18:53:01.1556351Z (Reading database ... 50%
2025-08-20T18:53:01.1576436Z (Reading database ... 55%
2025-08-20T18:53:01.1671521Z (Reading database ... 60%
2025-08-20T18:53:01.1714425Z (Reading database ... 65%
2025-08-20T18:53:01.1729369Z (Reading database ... 70%
2025-08-20T18:53:01.1751910Z (Reading database ... 75%
2025-08-20T18:53:01.1789232Z (Reading database ... 80%
2025-08-20T18:53:01.1981980Z (Reading database ... 85%
2025-08-20T18:53:01.2010176Z (Reading database ... 90%
2025-08-20T18:53:01.2116252Z (Reading database ... 95%
2025-08-20T18:53:01.2117116Z (Reading database ... 100%
2025-08-20T18:53:01.2117988Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T18:53:01.2160334Z Preparing to unpack .../0-gpg-wks-client_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T18:53:01.2408284Z Unpacking gpg-wks-client (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:53:01.3784002Z Preparing to unpack .../1-dirmngr_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T18:53:01.4386426Z Unpacking dirmngr (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:53:01.5726877Z Preparing to unpack .../2-gnupg-utils_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T18:53:01.5958907Z Unpacking gnupg-utils (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:53:01.7002538Z Preparing to unpack .../3-gpgsm_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T18:53:01.7211410Z Unpacking gpgsm (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:53:01.8198059Z Preparing to unpack .../4-gpg-agent_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T18:53:01.8377600Z Unpacking gpg-agent (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:53:01.9569107Z Preparing to unpack .../5-gpg_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T18:53:01.9770718Z Unpacking gpg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:53:02.0792186Z Preparing to unpack .../6-gpgconf_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T18:53:02.0986362Z Unpacking gpgconf (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:53:02.2091630Z Preparing to unpack .../7-gnupg_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T18:53:02.2292715Z Unpacking gnupg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:53:02.3460565Z Preparing to unpack .../8-keyboxd_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T18:53:02.3637579Z Unpacking keyboxd (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:53:02.4630578Z Preparing to unpack .../9-gpgv_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T18:53:02.4820006Z Unpacking gpgv (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:53:02.5746758Z Setting up gpgv (2.4.4-2ubuntu17.3) ...
2025-08-20T18:53:02.6698353Z (Reading database ... 
2025-08-20T18:53:02.6698748Z (Reading database ... 5%
2025-08-20T18:53:02.6699017Z (Reading database ... 10%
2025-08-20T18:53:02.6699329Z (Reading database ... 15%
2025-08-20T18:53:02.6700365Z (Reading database ... 20%
2025-08-20T18:53:02.6700671Z (Reading database ... 25%
2025-08-20T18:53:02.6701013Z (Reading database ... 30%
2025-08-20T18:53:02.6701301Z (Reading database ... 35%
2025-08-20T18:53:02.6701514Z (Reading database ... 40%
2025-08-20T18:53:02.6701807Z (Reading database ... 45%
2025-08-20T18:53:02.6702079Z (Reading database ... 50%
2025-08-20T18:53:02.6723235Z (Reading database ... 55%
2025-08-20T18:53:02.6817633Z (Reading database ... 60%
2025-08-20T18:53:02.6860564Z (Reading database ... 65%
2025-08-20T18:53:02.6875646Z (Reading database ... 70%
2025-08-20T18:53:02.6898309Z (Reading database ... 75%
2025-08-20T18:53:02.7039288Z (Reading database ... 80%
2025-08-20T18:53:02.7126438Z (Reading database ... 85%
2025-08-20T18:53:02.7155309Z (Reading database ... 90%
2025-08-20T18:53:02.7262618Z (Reading database ... 95%
2025-08-20T18:53:02.7262927Z (Reading database ... 100%
2025-08-20T18:53:02.7263310Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T18:53:02.7306524Z Preparing to unpack .../0-eject_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:53:02.7483472Z Unpacking eject (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:53:02.8484591Z Preparing to unpack .../1-libfdisk1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:53:02.8783091Z Unpacking libfdisk1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:53:02.9654756Z Preparing to unpack .../2-bsdextrautils_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:53:02.9881465Z Unpacking bsdextrautils (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:53:03.0710832Z Preparing to unpack .../3-fdisk_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T18:53:03.1001017Z Unpacking fdisk (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T18:53:03.1923918Z Preparing to unpack .../4-gnupg-l10n_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T18:53:03.2078506Z Unpacking gnupg-l10n (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:53:03.3035736Z Preparing to unpack .../5-software-properties-common_0.99.49.3_all.deb ...
2025-08-20T18:53:03.5110350Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T18:53:03.6239878Z Preparing to unpack .../6-python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T18:53:03.7082377Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T18:53:03.7707261Z Selecting previously unselected package rename.
2025-08-20T18:53:03.7891492Z Preparing to unpack .../7-rename_2.02-1_all.deb ...
2025-08-20T18:53:03.7954498Z Unpacking rename (2.02-1) ...
2025-08-20T18:53:03.8983301Z Preparing to unpack .../8-gnupg2_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T18:53:03.9161846Z Unpacking gnupg2 (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T18:53:03.9968279Z Setting up bsdextrautils (2.39.3-9ubuntu6.3) ...
2025-08-20T18:53:04.0167292Z Setting up rename (2.02-1) ...
2025-08-20T18:53:04.0316207Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T18:53:04.0432667Z Setting up eject (2.39.3-9ubuntu6.3) ...
2025-08-20T18:53:04.0626556Z Setting up gnupg-l10n (2.4.4-2ubuntu17.3) ...
2025-08-20T18:53:04.0805280Z Setting up libfdisk1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T18:53:04.0978240Z Setting up mount (2.39.3-9ubuntu6.3) ...
2025-08-20T18:53:04.1195711Z Setting up uuid-runtime (2.39.3-9ubuntu6.3) ...
2025-08-20T18:53:04.7628106Z uuidd.service is a disabled or a static unit not running, not starting it.
2025-08-20T18:53:04.7829776Z Setting up gpgconf (2.4.4-2ubuntu17.3) ...
2025-08-20T18:53:04.8099169Z Setting up gpg (2.4.4-2ubuntu17.3) ...
2025-08-20T18:53:04.8280601Z Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...
2025-08-20T18:53:04.8475279Z Setting up gpg-agent (2.4.4-2ubuntu17.3) ...
2025-08-20T18:53:05.2294317Z Setting up gpgsm (2.4.4-2ubuntu17.3) ...
2025-08-20T18:53:05.2455742Z Setting up fdisk (2.39.3-9ubuntu6.3) ...
2025-08-20T18:53:05.2633166Z Setting up dirmngr (2.4.4-2ubuntu17.3) ...
2025-08-20T18:53:05.3819454Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T18:53:05.5269874Z Setting up keyboxd (2.4.4-2ubuntu17.3) ...
2025-08-20T18:53:05.6333378Z Setting up gnupg (2.4.4-2ubuntu17.3) ...
2025-08-20T18:53:05.6507726Z Setting up gnupg2 (2.4.4-2ubuntu17.3) ...
2025-08-20T18:53:05.6680779Z Setting up gpg-wks-client (2.4.4-2ubuntu17.3) ...
2025-08-20T18:53:05.6857421Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T18:53:05.8002138Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T18:53:06.4737114Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T18:53:06.5006819Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:53:08.0880490Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T18:53:09.6552212Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T18:53:09.6553307Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T18:53:09.8864390Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T18:53:09.9894774Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T18:53:10.0925738Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T18:53:10.1958406Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T18:53:11.1588610Z Reading package lists...
2025-08-20T18:53:11.4210919Z Building dependency tree...
2025-08-20T18:53:11.4219451Z Reading state information...
2025-08-20T18:53:11.4538359Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T18:53:11.4667569Z 
2025-08-20T18:53:11.4668736Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T18:53:11.4669305Z 
2025-08-20T18:53:11.6709333Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T18:53:11.6944602Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T18:53:11.7171215Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T18:53:11.8212203Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T18:53:11.9252769Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T18:53:12.0292289Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T18:53:13.0013211Z Reading package lists...
2025-08-20T18:53:13.2669246Z Building dependency tree...
2025-08-20T18:53:13.2678397Z Reading state information...
2025-08-20T18:53:13.2989919Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T18:53:13.3085565Z 
2025-08-20T18:53:13.3086484Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T18:53:13.3086847Z 
2025-08-20T18:53:13.3202238Z Reading package lists...
2025-08-20T18:53:13.5792445Z Building dependency tree...
2025-08-20T18:53:13.5800771Z Reading state information...
2025-08-20T18:53:13.8906934Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T18:53:13.9413404Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:53:13.9726908Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T18:53:14.0849266Z ##[group]Run ##Presets
2025-08-20T18:53:14.0849951Z [36;1m##Presets[0m
2025-08-20T18:53:14.0850194Z [36;1mset +x ; set +e[0m
2025-08-20T18:53:14.0850541Z [36;1m#-------------#[0m
2025-08-20T18:53:14.0850787Z [36;1m##Debug?[0m
2025-08-20T18:53:14.0851101Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T18:53:14.0851477Z [36;1m  set -x[0m
2025-08-20T18:53:14.0851691Z [36;1mfi[0m
2025-08-20T18:53:14.0851943Z [36;1m#-------------#[0m
2025-08-20T18:53:14.0852408Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T18:53:14.0853011Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T18:53:14.0853492Z [36;1msudo service procps restart[0m
2025-08-20T18:53:14.0853794Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T18:53:14.0883268Z shell: /usr/bin/bash -e {0}
2025-08-20T18:53:14.0883559Z env:
2025-08-20T18:53:14.0884085Z   CROSS_COMPILING: NO
2025-08-20T18:53:14.0884356Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T18:53:14.0884667Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T18:53:14.0884899Z   ON_QEMU: NO
2025-08-20T18:53:14.0885103Z   DEBUG: 0
2025-08-20T18:53:14.0885387Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T18:53:14.0885649Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T18:53:14.0885944Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/bat/official
2025-08-20T18:53:14.0886317Z   KEEP_LOGS: YES
2025-08-20T18:53:14.0886537Z   GITHUB_TEST_BUILD: YES
2025-08-20T18:53:14.0886849Z   PKG_FAMILY_LOCAL: bat
2025-08-20T18:53:14.0887426Z   SBUILD_REBUILD: false
2025-08-20T18:53:14.0887987Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/bat/static.official.source.yaml
2025-08-20T18:53:14.0888612Z   BUILD_SYS: docker://rust
2025-08-20T18:53:14.0888854Z   BUILD_ON_HOST: FALSE
2025-08-20T18:53:14.0889097Z   BUILD_SYSTEM: DOCKER
2025-08-20T18:53:14.0889368Z   SYSTMP: /tmp
2025-08-20T18:53:14.0889593Z   GHA_MODE: MATRIX
2025-08-20T18:53:14.0890081Z   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-20T18:53:14.0890592Z ##[endgroup]
2025-08-20T18:53:14.0995830Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T18:53:14.1060449Z 0
2025-08-20T18:53:14.1393436Z vm.max_map_count = 262144
2025-08-20T18:53:14.1393787Z fs.inotify.max_user_watches = 655360
2025-08-20T18:53:14.1394242Z fs.inotify.max_user_instances = 1280
2025-08-20T18:53:14.1394812Z vm.mmap_rnd_bits = 28
2025-08-20T18:53:14.1488789Z ##[group]Run ##Presets
2025-08-20T18:53:14.1489421Z [36;1m##Presets[0m
2025-08-20T18:53:14.1489724Z [36;1mset +x ; set +e[0m
2025-08-20T18:53:14.1490046Z [36;1m#-------------#[0m
2025-08-20T18:53:14.1490287Z [36;1m##Debug?[0m
2025-08-20T18:53:14.1490565Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T18:53:14.1490961Z [36;1m  set -x[0m
2025-08-20T18:53:14.1491193Z [36;1mfi[0m
2025-08-20T18:53:14.1491494Z [36;1m#-------------#[0m
2025-08-20T18:53:14.1491748Z [36;1m##Main[0m
2025-08-20T18:53:14.1492006Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T18:53:14.1492757Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T18:53:14.1493494Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T18:53:14.1493926Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T18:53:14.1494337Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T18:53:14.1494631Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T18:53:14.1495013Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T18:53:14.1495387Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T18:53:14.1495748Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T18:53:14.1496082Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T18:53:14.1496761Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T18:53:14.1497459Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T18:53:14.1497904Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T18:53:14.1498222Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T18:53:14.1498577Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T18:53:14.1498897Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T18:53:14.1499215Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T18:53:14.1499610Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T18:53:14.1499968Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T18:53:14.1500337Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T18:53:14.1500702Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T18:53:14.1501043Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T18:53:14.1501438Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T18:53:14.1501828Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T18:53:14.1502161Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T18:53:14.1502571Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T18:53:14.1502875Z [36;1m     "${POD_ID}" \[0m
2025-08-20T18:53:14.1503276Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T18:53:14.1503808Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T18:53:14.1504297Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T18:53:14.1504826Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T18:53:14.1505202Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T18:53:14.1505583Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T18:53:14.1506317Z [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-20T18:53:14.1507332Z [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-20T18:53:14.1507940Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T18:53:14.1508268Z [36;1m else[0m
2025-08-20T18:53:14.1508881Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T18:53:14.1509397Z [36;1m fi[0m
2025-08-20T18:53:14.1509679Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T18:53:14.1510087Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T18:53:14.1510579Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T18:53:14.1510996Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T18:53:14.1511497Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T18:53:14.1511947Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T18:53:14.1512387Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T18:53:14.1512872Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T18:53:14.1513318Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T18:53:14.1513777Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T18:53:14.1514188Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T18:53:14.1542736Z shell: /usr/bin/bash -e {0}
2025-08-20T18:53:14.1543135Z env:
2025-08-20T18:53:14.1543360Z   CROSS_COMPILING: NO
2025-08-20T18:53:14.1543654Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T18:53:14.1543921Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T18:53:14.1544441Z   ON_QEMU: NO
2025-08-20T18:53:14.1544750Z   DEBUG: 0
2025-08-20T18:53:14.1544953Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T18:53:14.1545210Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T18:53:14.1545567Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/bat/official
2025-08-20T18:53:14.1545880Z   KEEP_LOGS: YES
2025-08-20T18:53:14.1546128Z   GITHUB_TEST_BUILD: YES
2025-08-20T18:53:14.1546404Z   PKG_FAMILY_LOCAL: bat
2025-08-20T18:53:14.1546637Z   SBUILD_REBUILD: false
2025-08-20T18:53:14.1547466Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/bat/static.official.source.yaml
2025-08-20T18:53:14.1548058Z   BUILD_SYS: docker://rust
2025-08-20T18:53:14.1548300Z   BUILD_ON_HOST: FALSE
2025-08-20T18:53:14.1548617Z   BUILD_SYSTEM: DOCKER
2025-08-20T18:53:14.1548850Z   SYSTMP: /tmp
2025-08-20T18:53:14.1549087Z   GHA_MODE: MATRIX
2025-08-20T18:53:14.1549549Z   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-20T18:53:14.1550677Z   GHCR_TOKEN: ***
2025-08-20T18:53:14.1551155Z   GITHUB_TOKEN: ***
2025-08-20T18:53:14.1551505Z   GITLAB_TOKEN: ***
2025-08-20T18:53:14.1552683Z   MINISIGN_KEY: ***
2025-08-20T18:53:14.1553002Z ##[endgroup]
2025-08-20T18:53:14.2694089Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T18:53:14.3569175Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T18:53:14.3569791Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T18:53:14.3570047Z 
2025-08-20T18:53:14.4165129Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T18:53:14.4165647Z 100  5564  100  5564    0     0  93136      0 --:--:-- --:--:-- --:--:-- 94305
2025-08-20T18:53:14.4177873Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/bat/static.official.source.yaml
2025-08-20T18:53:14.4261205Z 
2025-08-20T18:53:14.4261875Z [+] Building [/tmp/tmp.KqxFYGyqOu/SBUILD_INPUT] Locally
2025-08-20T18:53:14.4262237Z 
2025-08-20T18:53:14.4273774Z '/tmp/tmp.KqxFYGyqOu/SBUILD_INPUT' -> '/tmp/pkgforge/jIpMoZlfP_build.yaml'
2025-08-20T18:53:14.5243256Z 
2025-08-20T18:53:14.5244172Z [+] Passwordless sudo is Configured
2025-08-20T18:53:14.6037701Z 
2025-08-20T18:53:14.6051614Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T18:53:14.6051930Z 
2025-08-20T18:53:14.6478246Z 
2025-08-20T18:53:14.6479774Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/aarch64-Linux
2025-08-20T18:53:14.6480549Z 
2025-08-20T18:53:14.6480557Z 
2025-08-20T18:53:14.6480849Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T18:53:14.6481192Z 
2025-08-20T18:53:14.6525252Z [+] Installing: 7z -> 7z
2025-08-20T18:53:15.2068956Z [+] Installing: actionlint -> actionlint
2025-08-20T18:53:15.7593606Z [+] Installing: anew -> anew
2025-08-20T18:53:16.2858730Z [+] Installing: anew-rs -> anew-rs
2025-08-20T18:53:16.8093579Z [+] Installing: ansi2html -> ansi2html
2025-08-20T18:53:17.2824729Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T18:53:17.7202753Z [+] Installing: archey -> archey
2025-08-20T18:53:18.3106327Z [+] Installing: aria2 -> aria2c
2025-08-20T18:53:18.8500671Z [+] Installing: askalono -> askalono
2025-08-20T18:53:19.3976141Z [+] Installing: bsdtar -> bsdtar
2025-08-20T18:53:19.9782820Z [+] Installing: b3sum -> b3sum
2025-08-20T18:53:20.4642363Z [+] Installing: bita -> bita
2025-08-20T18:53:21.0390764Z [+] Installing: btop -> btop
2025-08-20T18:53:21.5620384Z [+] Installing: chafa -> chafa
2025-08-20T18:53:22.3807265Z [+] Installing: cloudflared -> cloudflared
2025-08-20T18:53:22.7231293Z [+] Installing: croc -> croc
2025-08-20T18:53:23.2984785Z [+] Installing: csvtk -> csvtk
2025-08-20T18:53:23.5942180Z [+] Installing: cutlines -> cutlines
2025-08-20T18:53:23.7143582Z curl: (22) The requested URL returned error: 404
2025-08-20T18:53:23.7178948Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T18:53:23.7179912Z [+] Installing: dbin -> dbin
2025-08-20T18:53:24.2813255Z [+] Installing: dasel -> dasel
2025-08-20T18:53:24.8594305Z [+] Installing: delta -> delta
2025-08-20T18:53:25.3950619Z [+] Installing: ds -> ds
2025-08-20T18:53:25.8346788Z curl: (22) The requested URL returned error: 404
2025-08-20T18:53:25.8383344Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T18:53:25.8384009Z [+] Installing: dos2unix -> dos2unix
2025-08-20T18:53:26.2971769Z [+] Installing: duf -> duf
2025-08-20T18:53:26.8206027Z [+] Installing: duplicut -> duplicut
2025-08-20T18:53:27.3314406Z [+] Installing: dust -> dust
2025-08-20T18:53:27.8735388Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T18:53:28.4300717Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T18:53:28.9996056Z [+] Installing: dysk -> dysk
2025-08-20T18:53:29.4774798Z [+] Installing: eget -> eget
2025-08-20T18:53:30.2776535Z [+] Installing: epoch -> epoch
2025-08-20T18:53:30.7771850Z [+] Installing: faketty -> faketty
2025-08-20T18:53:31.3050232Z [+] Installing: fastfetch -> fastfetch
2025-08-20T18:53:31.5245652Z [+] Installing: freeze -> freeze
2025-08-20T18:53:31.8242884Z [+] Installing: fusermount3 -> fusermount
2025-08-20T18:53:32.3227458Z [+] Installing: gdu -> gdu
2025-08-20T18:53:32.8720676Z [+] Installing: gh -> gh
2025-08-20T18:53:33.5513703Z [+] Installing: gitleaks -> gitleaks
2025-08-20T18:53:34.1642236Z [+] Installing: git-sizer -> git-sizer
2025-08-20T18:53:34.8695539Z [+] Installing: glab -> glab
2025-08-20T18:53:35.5572776Z [+] Installing: glow -> glow
2025-08-20T18:53:35.8044417Z [+] Installing: httpx -> httpx
2025-08-20T18:53:36.5215194Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T18:53:37.1852834Z [+] Installing: husarnet -> husarnet
2025-08-20T18:53:37.6054689Z curl: (22) The requested URL returned error: 404
2025-08-20T18:53:37.6090175Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T18:53:37.6090869Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T18:53:37.7344489Z curl: (22) The requested URL returned error: 404
2025-08-20T18:53:37.7379672Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T18:53:37.7380061Z [+] Installing: imgcat -> imgcat
2025-08-20T18:53:38.3035828Z [+] Installing: jc -> jc
2025-08-20T18:53:38.6150161Z [+] Installing: jq -> jq
2025-08-20T18:53:39.1030556Z [+] Installing: logdy -> logdy
2025-08-20T18:53:39.4097695Z [+] Installing: micro -> micro
2025-08-20T18:53:40.0110958Z [+] Installing: miniserve -> miniserve
2025-08-20T18:53:40.5559660Z [+] Installing: minisign -> minisign
2025-08-20T18:53:41.0406503Z [+] Installing: ncdu -> ncdu
2025-08-20T18:53:41.5596081Z [+] Installing: notify -> notify
2025-08-20T18:53:42.1132535Z [+] Installing: ouch -> ouch
2025-08-20T18:53:42.6505099Z [+] Installing: oras -> oras
2025-08-20T18:53:42.9273612Z [+] Installing: pipetty -> pipetty
2025-08-20T18:53:43.3616417Z [+] Installing: pixterm -> pixterm
2025-08-20T18:53:43.9243023Z [+] Installing: qsv -> qsv
2025-08-20T18:53:44.2259678Z [+] Installing: rclone -> rclone
2025-08-20T18:53:44.8667406Z [+] Installing: ripgrep -> rg
2025-08-20T18:53:45.4374460Z [+] Installing: rga -> rga
2025-08-20T18:53:45.6827848Z [+] Installing: rsync -> rsync
2025-08-20T18:53:45.9219870Z [+] Installing: script -> script
2025-08-20T18:53:46.3964484Z [+] Installing: shellcheck -> shellcheck
2025-08-20T18:53:47.1201636Z [+] Installing: soar -> soar
2025-08-20T18:53:47.6933087Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T18:53:48.2860101Z [+] Installing: sstrip -> sstrip
2025-08-20T18:53:48.7548462Z [+] Installing: strace -> strace
2025-08-20T18:53:49.2244599Z [+] Installing: sttr -> sttr
2025-08-20T18:53:49.7406026Z [+] Installing: tailscale -> tailscale
2025-08-20T18:53:50.0470416Z [+] Installing: tailscaled -> tailscaled
2025-08-20T18:53:50.6712906Z [+] Installing: taplo -> taplo
2025-08-20T18:53:51.2487190Z [+] Installing: tldr -> tldr
2025-08-20T18:53:51.8156217Z [+] Installing: tldr -> tealdeer
2025-08-20T18:53:52.3674816Z [+] Installing: tmux -> tmux
2025-08-20T18:53:52.8855794Z [+] Installing: tok -> tok
2025-08-20T18:53:53.0698335Z [+] Installing: trufflehog -> trufflehog
2025-08-20T18:53:53.6360904Z [+] Installing: trurl -> trurl
2025-08-20T18:53:54.1555176Z [+] Installing: tss -> tss
2025-08-20T18:53:54.3343163Z [+] Installing: ulexec -> ulexec
2025-08-20T18:53:54.9247585Z [+] Installing: unfurl -> unfurl
2025-08-20T18:53:55.4776092Z [+] Installing: upx -> upx
2025-08-20T18:53:55.9620632Z [+] Installing: validtoml -> validtoml
2025-08-20T18:53:56.2002983Z [+] Installing: wget -> wget
2025-08-20T18:53:56.7023102Z [+] Installing: wget2 -> wget2
2025-08-20T18:53:57.2418323Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T18:53:57.9315719Z [+] Installing: xq -> xq
2025-08-20T18:53:58.4895157Z [+] Installing: xz -> xz
2025-08-20T18:53:58.9820874Z [+] Installing: unxz -> unxz
2025-08-20T18:53:59.4740041Z [+] Installing: yq -> yq
2025-08-20T18:54:00.0469367Z [+] Installing: yj -> yj
2025-08-20T18:54:00.2378991Z [+] Installing: zapper -> zapper
2025-08-20T18:54:00.7114949Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T18:54:01.1948475Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T18:54:01.6231051Z curl: (22) The requested URL returned error: 404
2025-08-20T18:54:01.6266890Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T18:54:01.6267476Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T18:54:01.7487641Z curl: (22) The requested URL returned error: 404
2025-08-20T18:54:01.7524485Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T18:54:01.7524900Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T18:54:01.8814520Z curl: (22) The requested URL returned error: 404
2025-08-20T18:54:01.8849039Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T18:54:01.8849874Z [+] Installing: zstd -> zstd
2025-08-20T18:54:02.0523771Z [+] Creating symlinks...
2025-08-20T18:54:02.0605552Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T18:54:02.0695774Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T18:54:02.0784997Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T18:54:02.0873950Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T18:54:02.0962029Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T18:54:02.1050174Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T18:54:02.1137309Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T18:54:02.1225681Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T18:54:02.1314079Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T18:54:02.1402083Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T18:54:02.1488091Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T18:54:02.1573761Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T18:54:02.1661181Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T18:54:02.1748496Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T18:54:02.1839427Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T18:54:02.1926504Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T18:54:02.2016159Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T18:54:02.2053831Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T18:54:02.2135174Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T18:54:02.2225415Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T18:54:02.2314582Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T18:54:02.2354995Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T18:54:02.2437556Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T18:54:02.2531237Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T18:54:02.2624078Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T18:54:02.2713987Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T18:54:02.2802833Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T18:54:02.2890893Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T18:54:02.2979492Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T18:54:02.3070455Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T18:54:02.3161514Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T18:54:02.3250742Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T18:54:02.3345693Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T18:54:02.3440559Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T18:54:02.3533116Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T18:54:02.3624805Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T18:54:02.3715909Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T18:54:02.3806794Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T18:54:02.3896860Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T18:54:02.3985575Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T18:54:02.4075139Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T18:54:02.4163494Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T18:54:02.4254621Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T18:54:02.4345159Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T18:54:02.4382871Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T18:54:02.4409843Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T18:54:02.4491642Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T18:54:02.4586023Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T18:54:02.4678531Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T18:54:02.4765993Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T18:54:02.4856762Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T18:54:02.4946519Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T18:54:02.5037467Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T18:54:02.5126406Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T18:54:02.5218479Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T18:54:02.5310112Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T18:54:02.5401674Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T18:54:02.5492979Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T18:54:02.5584342Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T18:54:02.5677936Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T18:54:02.5769543Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T18:54:02.5861668Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T18:54:02.5953207Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T18:54:02.6045976Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T18:54:02.6134426Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T18:54:02.6220318Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T18:54:02.6307383Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T18:54:02.6395220Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T18:54:02.6484510Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T18:54:02.6575198Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T18:54:02.6662803Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T18:54:02.6752182Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T18:54:02.6841025Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T18:54:02.6930394Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T18:54:02.7019789Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T18:54:02.7107309Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T18:54:02.7195843Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T18:54:02.7285940Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T18:54:02.7373989Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T18:54:02.7465821Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T18:54:02.7557682Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T18:54:02.7648248Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T18:54:02.7739406Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T18:54:02.7829647Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T18:54:02.7921424Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T18:54:02.8012114Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T18:54:02.8102210Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T18:54:02.8190351Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T18:54:02.8279263Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T18:54:02.8371428Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T18:54:02.8464451Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T18:54:02.8557554Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T18:54:02.8648572Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T18:54:02.8740604Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T18:54:02.8834770Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T18:54:02.8873660Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T18:54:02.8902139Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T18:54:02.8930266Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T18:54:02.9015286Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T18:54:02.9041766Z 
2025-08-20T18:54:02.9042317Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T18:54:02.9042690Z 
2025-08-20T18:54:02.9348483Z 
2025-08-20T18:54:02.9439045Z 
2025-08-20T18:54:02.9439689Z [+] Disk Size (/usr/local/bin) :: 740M --> 1.6G
2025-08-20T18:54:02.9439922Z 
2025-08-20T18:54:02.9439999Z [+] Installation completed!
2025-08-20T18:54:02.9519771Z 
2025-08-20T18:54:02.9520353Z [+] GITHUB_TOKEN is Exported
2025-08-20T18:54:03.2284256Z github.com
2025-08-20T18:54:03.2284937Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T18:54:03.2285245Z   - Active account: true
2025-08-20T18:54:03.2285466Z   - Git operations protocol: https
2025-08-20T18:54:03.2285763Z   - Token: ghp_************************************
2025-08-20T18:54:03.2286394Z   - 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-20T18:54:03.2287268Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T18:54:03.2287630Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T18:54:03.4155224Z Limit: 5000, Remaining: 3987, Reset: 2025-08-20 19:25:14 +0000 UTC (31m11s)
2025-08-20T18:54:03.4164994Z 
2025-08-20T18:54:03.4165412Z [+] GHCR_TOKEN is Exported
2025-08-20T18:54:03.4194712Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T18:54:03.6188815Z Login Succeeded
2025-08-20T18:54:03.6199233Z 
2025-08-20T18:54:03.6199728Z [+] GITLAB is Exported
2025-08-20T18:54:03.7456851Z [git remote -v]
2025-08-20T18:54:04.0437859Z gitlab.com
2025-08-20T18:54:04.0438599Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T18:54:04.0439399Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T18:54:04.0439872Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T18:54:04.0440333Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T18:54:04.0444283Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T18:54:04.0444748Z   ✓ Token found: **************************
2025-08-20T18:54:04.0444911Z 
2025-08-20T18:54:04.0445259Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T18:54:04.0445727Z [git remote -v]
2025-08-20T18:54:04.0451797Z 2025/08/20 18:54:04 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T18:54:04.0452282Z git: exit status 128]
2025-08-20T18:54:04.3734873Z 
2025-08-20T18:54:04.3735022Z 
2025-08-20T18:54:04.3735907Z  [+] Started Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (06:54:04 PM)
2025-08-20T18:54:04.3736702Z 
2025-08-20T18:54:04.3736707Z 
2025-08-20T18:54:04.3736774Z [+] USER = runner
2025-08-20T18:54:04.3736947Z [+] HOME = /home/runner
2025-08-20T18:54:04.3739257Z [+] 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-20T18:54:04.3741470Z 
2025-08-20T18:54:04.4998970Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T18:54:04.5156060Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T18:54:04.6831792Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T18:54:04.7882801Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T18:54:04.8938850Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T18:54:04.9992808Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T18:54:05.9505416Z Reading package lists...
2025-08-20T18:54:05.9817959Z Reading package lists...
2025-08-20T18:54:06.2377306Z Building dependency tree...
2025-08-20T18:54:06.2384442Z Reading state information...
2025-08-20T18:54:06.5781084Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T18:54:06.5781454Z apt-utils is already the newest version (2.8.3).
2025-08-20T18:54:06.5781762Z ca-certificates is already the newest version (20240203).
2025-08-20T18:54:06.5782124Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T18:54:06.5782442Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T18:54:06.5782748Z moreutils is already the newest version (0.69-1).
2025-08-20T18:54:06.5783103Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T18:54:06.5783491Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T18:54:06.5783845Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:54:06.7442873Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T18:54:06.7620708Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T18:54:06.7631501Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T18:54:06.8020742Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T18:54:06.8408655Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T18:54:06.8796322Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T18:54:07.9227294Z Reading package lists...
2025-08-20T18:54:07.9541432Z Reading package lists...
2025-08-20T18:54:08.2150781Z Building dependency tree...
2025-08-20T18:54:08.2158021Z Reading state information...
2025-08-20T18:54:08.5212599Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T18:54:08.5213030Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T18:54:08.5213376Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T18:54:08.5213682Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T18:54:08.5214013Z ca-certificates is already the newest version (20240203).
2025-08-20T18:54:08.5214339Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T18:54:08.5214646Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T18:54:08.5214935Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T18:54:08.5215203Z gawk set to manually installed.
2025-08-20T18:54:08.5215769Z git-lfs is already the newest version (3.6.1).
2025-08-20T18:54:08.5216063Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T18:54:08.5216371Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T18:54:08.5216662Z make is already the newest version (4.3-4.1build2).
2025-08-20T18:54:08.5217187Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T18:54:08.5217588Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T18:54:08.5217902Z texinfo is already the newest version (7.1-3build2).
2025-08-20T18:54:08.5218207Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T18:54:08.5218512Z The following additional packages will be installed:
2025-08-20T18:54:08.5218884Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T18:54:08.5219303Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T18:54:08.5219742Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T18:54:08.5220155Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T18:54:08.5220579Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T18:54:08.5220966Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T18:54:08.5232518Z Suggested packages:
2025-08-20T18:54:08.5232847Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T18:54:08.5233287Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T18:54:08.5233734Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T18:54:08.5234171Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T18:54:08.5234550Z   xdg-utils inkscape poppler-utils fonts-japanese-mincho
2025-08-20T18:54:08.5234917Z   | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic
2025-08-20T18:54:08.5235287Z   fonts-arphic-ukai fonts-arphic-uming fonts-nanum
2025-08-20T18:54:08.5481003Z The following NEW packages will be installed:
2025-08-20T18:54:08.5481400Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T18:54:08.5482905Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T18:54:08.5483372Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T18:54:08.5483822Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T18:54:08.5484653Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T18:54:08.5489385Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T18:54:08.5489794Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T18:54:08.6461855Z 0 upgraded, 36 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:54:08.6462204Z Need to get 27.2 MB of archives.
2025-08-20T18:54:08.6462496Z After this operation, 111 MB of additional disk space will be used.
2025-08-20T18:54:08.6463078Z 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-20T18:54:09.1109463Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T18:54:09.2209219Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 b3sum arm64 1.2.0-1 [343 kB]
2025-08-20T18:54:09.2680840Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 build-essential arm64 12.10ubuntu1 [4932 B]
2025-08-20T18:54:09.3160265Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libhiredis1.1.0 arm64 1.2.0-6ubuntu3 [40.7 kB]
2025-08-20T18:54:09.3636657Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ccache arm64 4.9.1-1 [541 kB]
2025-08-20T18:54:09.4060226Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T18:54:09.4476000Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T18:54:09.4902650Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-utils arm64 1:7.7+6build3 [93.1 kB]
2025-08-20T18:54:09.5297532Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T18:54:09.6632003Z 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-20T18:54:09.7030166Z 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-20T18:54:09.7445950Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libidn12 arm64 1.42-1build1 [56.9 kB]
2025-08-20T18:54:09.7839219Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libijs-0.35 arm64 0.35-15.1build1 [15.3 kB]
2025-08-20T18:54:09.8230739Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjbig2dec0 arm64 0.20-1build3 [63.2 kB]
2025-08-20T18:54:09.8622994Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper1 arm64 1.1.29build1 [13.4 kB]
2025-08-20T18:54:09.9011272Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10 arm64 10.02.1~dfsg1-0ubuntu7.7 [3777 kB]
2025-08-20T18:54:09.9600182Z 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-20T18:54:10.0783551Z 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-20T18:54:10.1183763Z 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-20T18:54:10.1573915Z 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-20T18:54:10.1967285Z 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-20T18:54:10.2391390Z 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-20T18:54:10.2784046Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr0t64 arm64 1.2~git20170615.f752187-5.1ubuntu2 [177 kB]
2025-08-20T18:54:10.3186181Z 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-20T18:54:10.3577501Z 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-20T18:54:10.4016550Z 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-20T18:54:10.4413461Z 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-20T18:54:10.4807375Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libnetpbm11t64 arm64 2:11.05.02-1.1build1 [113 kB]
2025-08-20T18:54:10.5204047Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper-utils arm64 1.1.29build1 [8490 B]
2025-08-20T18:54:10.5594272Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtool-bin arm64 2.4.7-7build1 [84.0 kB]
2025-08-20T18:54:10.5988929Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 lzip arm64 1.24.1-1build1 [81.7 kB]
2025-08-20T18:54:10.6384357Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netpbm arm64 2:11.05.02-1.1build1 [2092 kB]
2025-08-20T18:54:10.6884891Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl arm64 1.2.4-2 [420 kB]
2025-08-20T18:54:10.7297283Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-dev arm64 1.2.4-2 [613 kB]
2025-08-20T18:54:10.7719152Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-tools arm64 1.2.4-2 [5542 B]
2025-08-20T18:54:11.0246255Z Preconfiguring packages ...
2025-08-20T18:54:11.1836304Z Fetched 27.2 MB in 2s (12.3 MB/s)
2025-08-20T18:54:11.2257227Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T18:54:11.2289740Z (Reading database ... 
2025-08-20T18:54:11.2289987Z (Reading database ... 5%
2025-08-20T18:54:11.2290219Z (Reading database ... 10%
2025-08-20T18:54:11.2290434Z (Reading database ... 15%
2025-08-20T18:54:11.2290655Z (Reading database ... 20%
2025-08-20T18:54:11.2290847Z (Reading database ... 25%
2025-08-20T18:54:11.2291041Z (Reading database ... 30%
2025-08-20T18:54:11.2291267Z (Reading database ... 35%
2025-08-20T18:54:11.2291467Z (Reading database ... 40%
2025-08-20T18:54:11.2291659Z (Reading database ... 45%
2025-08-20T18:54:11.2291851Z (Reading database ... 50%
2025-08-20T18:54:11.2315602Z (Reading database ... 55%
2025-08-20T18:54:11.2413995Z (Reading database ... 60%
2025-08-20T18:54:11.2458660Z (Reading database ... 65%
2025-08-20T18:54:11.2474152Z (Reading database ... 70%
2025-08-20T18:54:11.2496348Z (Reading database ... 75%
2025-08-20T18:54:11.2639798Z (Reading database ... 80%
2025-08-20T18:54:11.2725034Z (Reading database ... 85%
2025-08-20T18:54:11.2753318Z (Reading database ... 90%
2025-08-20T18:54:11.2854279Z (Reading database ... 95%
2025-08-20T18:54:11.2854493Z (Reading database ... 100%
2025-08-20T18:54:11.2895769Z (Reading database ... 189350 files and directories currently installed.)
2025-08-20T18:54:11.2896223Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T18:54:11.3116195Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T18:54:11.4645218Z Selecting previously unselected package poppler-data.
2025-08-20T18:54:11.4822002Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T18:54:11.4883334Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T18:54:11.7955590Z Selecting previously unselected package b3sum.
2025-08-20T18:54:11.8137812Z Preparing to unpack .../02-b3sum_1.2.0-1_arm64.deb ...
2025-08-20T18:54:11.8204088Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T18:54:11.8797493Z Selecting previously unselected package build-essential.
2025-08-20T18:54:11.8973288Z Preparing to unpack .../03-build-essential_12.10ubuntu1_arm64.deb ...
2025-08-20T18:54:11.9029216Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T18:54:11.9589704Z Selecting previously unselected package libhiredis1.1.0:arm64.
2025-08-20T18:54:11.9768825Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_arm64.deb ...
2025-08-20T18:54:12.0019412Z Unpacking libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T18:54:12.0641273Z Selecting previously unselected package ccache.
2025-08-20T18:54:12.0844320Z Preparing to unpack .../05-ccache_4.9.1-1_arm64.deb ...
2025-08-20T18:54:12.0903037Z Unpacking ccache (4.9.1-1) ...
2025-08-20T18:54:12.1686371Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T18:54:12.1876147Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T18:54:12.1948311Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T18:54:12.2601273Z Selecting previously unselected package xfonts-encodings.
2025-08-20T18:54:12.2786660Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T18:54:12.2911952Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T18:54:12.4302016Z Selecting previously unselected package xfonts-utils.
2025-08-20T18:54:12.4482046Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_arm64.deb ...
2025-08-20T18:54:12.4540143Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T18:54:12.6186206Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T18:54:12.6367151Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T18:54:12.6984926Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T18:54:12.9845163Z Selecting previously unselected package libgs-common.
2025-08-20T18:54:13.0024976Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T18:54:13.0100043Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T18:54:13.0769320Z Selecting previously unselected package libgs10-common.
2025-08-20T18:54:13.0943786Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T18:54:13.1003460Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T18:54:13.6165762Z Selecting previously unselected package libidn12:arm64.
2025-08-20T18:54:13.6337489Z Preparing to unpack .../12-libidn12_1.42-1build1_arm64.deb ...
2025-08-20T18:54:13.6448894Z Unpacking libidn12:arm64 (1.42-1build1) ...
2025-08-20T18:54:13.7049933Z Selecting previously unselected package libijs-0.35:arm64.
2025-08-20T18:54:13.7223491Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_arm64.deb ...
2025-08-20T18:54:13.7288676Z Unpacking libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T18:54:13.7887135Z Selecting previously unselected package libjbig2dec0:arm64.
2025-08-20T18:54:13.8078952Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_arm64.deb ...
2025-08-20T18:54:13.8184936Z Unpacking libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T18:54:13.9093407Z Selecting previously unselected package libpaper1:arm64.
2025-08-20T18:54:13.9276441Z Preparing to unpack .../15-libpaper1_1.1.29build1_arm64.deb ...
2025-08-20T18:54:13.9390882Z Unpacking libpaper1:arm64 (1.1.29build1) ...
2025-08-20T18:54:14.0296261Z Selecting previously unselected package libgs10:arm64.
2025-08-20T18:54:14.0478802Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T18:54:14.0597630Z Unpacking libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T18:54:14.3356363Z Selecting previously unselected package ghostscript.
2025-08-20T18:54:14.3550781Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T18:54:14.3637399Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T18:54:14.4520782Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T18:54:14.4707178Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T18:54:14.4769198Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T18:54:16.1831663Z Selecting previously unselected package imagemagick.
2025-08-20T18:54:16.2044117Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T18:54:16.2109050Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T18:54:16.4346247Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T18:54:16.4536090Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T18:54:16.4596016Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T18:54:16.5569888Z Selecting previously unselected package libdjvulibre21:arm64.
2025-08-20T18:54:16.5753579Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_arm64.deb ...
2025-08-20T18:54:16.5813506Z Unpacking libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T18:54:16.6485612Z Selecting previously unselected package libimath-3-1-29t64:arm64.
2025-08-20T18:54:16.6670301Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_arm64.deb ...
2025-08-20T18:54:16.6734458Z Unpacking libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T18:54:16.7388308Z Selecting previously unselected package libjxr0t64:arm64.
2025-08-20T18:54:16.7564386Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T18:54:16.7629100Z Unpacking libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T18:54:16.8153181Z Selecting previously unselected package libjxr-tools.
2025-08-20T18:54:16.8336165Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T18:54:16.8411783Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T18:54:16.9018821Z Selecting previously unselected package libopenexr-3-1-30:arm64.
2025-08-20T18:54:16.9198482Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_arm64.deb ...
2025-08-20T18:54:16.9271056Z Unpacking libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T18:54:17.0071272Z Selecting previously unselected package libwmflite-0.2-7:arm64.
2025-08-20T18:54:17.0260357Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_arm64.deb ...
2025-08-20T18:54:17.0351112Z Unpacking libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T18:54:17.0871313Z Selecting previously unselected package libmagickcore-6.q16-7-extra:arm64.
2025-08-20T18:54:17.1056152Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T18:54:17.1113677Z Unpacking libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T18:54:17.1851771Z Selecting previously unselected package libnetpbm11t64:arm64.
2025-08-20T18:54:17.2038837Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T18:54:17.2103808Z Unpacking libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T18:54:17.2693925Z Selecting previously unselected package libpaper-utils.
2025-08-20T18:54:17.2879191Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_arm64.deb ...
2025-08-20T18:54:17.2941264Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T18:54:17.3448574Z Selecting previously unselected package libtool-bin.
2025-08-20T18:54:17.3642776Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_arm64.deb ...
2025-08-20T18:54:17.3734652Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T18:54:17.4413116Z Selecting previously unselected package lzip.
2025-08-20T18:54:17.4587929Z Preparing to unpack .../31-lzip_1.24.1-1build1_arm64.deb ...
2025-08-20T18:54:17.4646100Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T18:54:17.5264702Z Selecting previously unselected package netpbm.
2025-08-20T18:54:17.5456196Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T18:54:17.5516744Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T18:54:19.1305243Z Selecting previously unselected package musl:arm64.
2025-08-20T18:54:19.1501652Z Preparing to unpack .../33-musl_1.2.4-2_arm64.deb ...
2025-08-20T18:54:19.1555802Z Unpacking musl:arm64 (1.2.4-2) ...
2025-08-20T18:54:19.2249069Z Selecting previously unselected package musl-dev:arm64.
2025-08-20T18:54:19.2439734Z Preparing to unpack .../34-musl-dev_1.2.4-2_arm64.deb ...
2025-08-20T18:54:19.2532191Z Unpacking musl-dev:arm64 (1.2.4-2) ...
2025-08-20T18:54:19.7630301Z Selecting previously unselected package musl-tools.
2025-08-20T18:54:19.7822705Z Preparing to unpack .../35-musl-tools_1.2.4-2_arm64.deb ...
2025-08-20T18:54:19.7886216Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T18:54:19.8633432Z Setting up libpaper1:arm64 (1.1.29build1) ...
2025-08-20T18:54:20.0813659Z 
2025-08-20T18:54:20.0814528Z Creating config file /etc/papersize with new version
2025-08-20T18:54:20.2219369Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T18:54:20.2397339Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T18:54:20.2617520Z Setting up libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T18:54:20.2772061Z Setting up libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T18:54:20.2929726Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T18:54:20.3079887Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T18:54:20.3242492Z Setting up libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T18:54:20.3406168Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T18:54:20.3886121Z Setting up libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T18:54:20.4138903Z Setting up libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T18:54:20.4309198Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T18:54:20.4443671Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T18:54:20.4507230Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T18:54:20.4571476Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T18:54:20.4687594Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T18:54:20.4882513Z Setting up libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T18:54:20.5057126Z Setting up libidn12:arm64 (1.42-1build1) ...
2025-08-20T18:54:20.5241069Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T18:54:20.5404419Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T18:54:20.5562355Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T18:54:20.5624958Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T18:54:20.5703364Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T18:54:20.5821725Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T18:54:20.5903096Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T18:54:20.5969184Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T18:54:20.6054942Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T18:54:20.6123467Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T18:54:20.6198952Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T18:54:20.6276464Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T18:54:20.6356903Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T18:54:20.6422173Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T18:54:20.6502090Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T18:54:20.6587865Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T18:54:20.6665346Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T18:54:20.6736110Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T18:54:20.6826737Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T18:54:20.6894412Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T18:54:20.6969436Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T18:54:20.7036410Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T18:54:20.7113023Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T18:54:20.7183964Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T18:54:20.7309494Z Setting up b3sum (1.2.0-1) ...
2025-08-20T18:54:20.7486422Z Setting up musl:arm64 (1.2.4-2) ...
2025-08-20T18:54:20.7762547Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T18:54:22.0020041Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T18:54:22.0519879Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T18:54:22.0715726Z Setting up libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T18:54:22.0957364Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T18:54:22.1155207Z Setting up ccache (4.9.1-1) ...
2025-08-20T18:54:22.1293155Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T18:54:22.1432403Z Setting up libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T18:54:22.1615603Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T18:54:22.1836807Z Setting up musl-dev:arm64 (1.2.4-2) ...
2025-08-20T18:54:22.2032584Z Setting up libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T18:54:22.2229422Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T18:54:22.2403248Z Setting up libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T18:54:22.2677093Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T18:54:22.5370340Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T18:54:22.5549796Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T18:54:22.6967430Z Setting up libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T18:54:22.7170012Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T18:54:22.7400717Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T18:54:22.8262866Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T18:54:23.7081781Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T18:54:27.9352553Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T18:54:27.9639462Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:54:30.7736413Z Reading package lists...
2025-08-20T18:54:31.0326150Z Building dependency tree...
2025-08-20T18:54:31.0332946Z Reading state information...
2025-08-20T18:54:31.3384177Z autoconf is already the newest version (2.71-3).
2025-08-20T18:54:31.3385157Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T18:54:31.3385526Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T18:54:31.3385861Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T18:54:31.3386214Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T18:54:31.3386560Z ca-certificates is already the newest version (20240203).
2025-08-20T18:54:31.3386901Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T18:54:31.3387508Z file is already the newest version (1:5.45-3build1).
2025-08-20T18:54:31.3387817Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T18:54:31.3388126Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T18:54:31.3388443Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T18:54:31.3388753Z patch is already the newest version (2.7.6-7build3).
2025-08-20T18:54:31.3389442Z patch set to manually installed.
2025-08-20T18:54:31.3389739Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T18:54:31.3390059Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T18:54:31.3390364Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T18:54:31.3390660Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T18:54:31.3390922Z Suggested packages:
2025-08-20T18:54:31.3391094Z   scons-doc
2025-08-20T18:54:31.3560619Z The following NEW packages will be installed:
2025-08-20T18:54:31.3566832Z   autopoint byacc clang qemu-user-static scons
2025-08-20T18:54:31.5829479Z 0 upgraded, 5 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:54:31.5829848Z Need to get 17.8 MB of archives.
2025-08-20T18:54:31.5830144Z After this operation, 171 MB of additional disk space will be used.
2025-08-20T18:54:31.5830638Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T18:54:32.2397855Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 clang arm64 1:18.0-59~exp2 [5854 B]
2025-08-20T18:54:32.3439107Z 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-20T18:54:33.3267839Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T18:54:33.5348826Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 byacc arm64 1:2.0.20221106-1 [82.2 kB]
2025-08-20T18:54:33.8102324Z Fetched 17.8 MB in 2s (8210 kB/s)
2025-08-20T18:54:33.8360352Z Selecting previously unselected package autopoint.
2025-08-20T18:54:33.8393413Z (Reading database ... 
2025-08-20T18:54:33.8393660Z (Reading database ... 5%
2025-08-20T18:54:33.8393866Z (Reading database ... 10%
2025-08-20T18:54:33.8394098Z (Reading database ... 15%
2025-08-20T18:54:33.8394297Z (Reading database ... 20%
2025-08-20T18:54:33.8394491Z (Reading database ... 25%
2025-08-20T18:54:33.8394719Z (Reading database ... 30%
2025-08-20T18:54:33.8394913Z (Reading database ... 35%
2025-08-20T18:54:33.8395106Z (Reading database ... 40%
2025-08-20T18:54:33.8395301Z (Reading database ... 45%
2025-08-20T18:54:33.8395496Z (Reading database ... 50%
2025-08-20T18:54:33.8417803Z (Reading database ... 55%
2025-08-20T18:54:33.8508043Z (Reading database ... 60%
2025-08-20T18:54:33.8549327Z (Reading database ... 65%
2025-08-20T18:54:33.8564155Z (Reading database ... 70%
2025-08-20T18:54:33.8594110Z (Reading database ... 75%
2025-08-20T18:54:33.8723160Z (Reading database ... 80%
2025-08-20T18:54:33.8801093Z (Reading database ... 85%
2025-08-20T18:54:33.8830376Z (Reading database ... 90%
2025-08-20T18:54:33.8931974Z (Reading database ... 95%
2025-08-20T18:54:33.8932216Z (Reading database ... 100%
2025-08-20T18:54:33.8932508Z (Reading database ... 191843 files and directories currently installed.)
2025-08-20T18:54:33.8973620Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T18:54:33.9037803Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T18:54:33.9687268Z Selecting previously unselected package clang.
2025-08-20T18:54:33.9889676Z Preparing to unpack .../clang_1%3a18.0-59~exp2_arm64.deb ...
2025-08-20T18:54:33.9953063Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T18:54:34.0450643Z Selecting previously unselected package qemu-user-static.
2025-08-20T18:54:34.0646984Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_arm64.deb ...
2025-08-20T18:54:34.0714008Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T18:54:35.0617983Z Selecting previously unselected package scons.
2025-08-20T18:54:35.0806625Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T18:54:35.0892887Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T18:54:35.1840974Z Selecting previously unselected package byacc.
2025-08-20T18:54:35.2030858Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_arm64.deb ...
2025-08-20T18:54:35.2089154Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T18:54:35.2834805Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T18:54:35.3038102Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T18:54:35.3309524Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T18:54:35.3774057Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T18:54:35.7545893Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T18:54:35.7723163Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:54:36.9994932Z Processing triggers for systemd (255.4-1ubuntu8.8) ...
2025-08-20T18:54:38.4620091Z Reading package lists...
2025-08-20T18:54:38.7127347Z Building dependency tree...
2025-08-20T18:54:38.7133793Z Reading state information...
2025-08-20T18:54:39.0115071Z The following additional packages will be installed:
2025-08-20T18:54:39.0115860Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T18:54:39.0116232Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T18:54:39.0116624Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T18:54:39.0117307Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T18:54:39.0117763Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T18:54:39.0118186Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T18:54:39.0118647Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T18:54:39.0119067Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T18:54:39.0120298Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T18:54:39.0130875Z Suggested packages:
2025-08-20T18:54:39.0131174Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T18:54:39.0131563Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T18:54:39.0131972Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T18:54:39.0134333Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T18:54:39.0134763Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts
2025-08-20T18:54:39.0135174Z   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
2025-08-20T18:54:39.0135635Z   debian-keyring equivs libgitlab-api-v4-perl libsoap-lite-perl pristine-tar
2025-08-20T18:54:39.0136100Z   libcrypt-ssleay-perl libscalar-number-perl libxstring-perl libsub-name-perl
2025-08-20T18:54:39.0136461Z   libauthen-ntlm-perl wdiff-doc
2025-08-20T18:54:39.0136686Z Recommended packages:
2025-08-20T18:54:39.0136965Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T18:54:39.0137507Z   libjson-perl liblist-compare-perl libstring-shellquote-perl licensecheck
2025-08-20T18:54:39.0137904Z   lintian python3-unidiff python3-xdg libhtml-format-perl
2025-08-20T18:54:39.0138261Z   libnamespace-clean-perl libdata-dump-perl libhtml-form-perl
2025-08-20T18:54:39.0138580Z   libhttp-daemon-perl libmailtools-perl
2025-08-20T18:54:39.0341488Z The following NEW packages will be installed:
2025-08-20T18:54:39.0342430Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T18:54:39.0342845Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T18:54:39.0343251Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T18:54:39.0343724Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T18:54:39.0344168Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T18:54:39.0344620Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T18:54:39.0345066Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T18:54:39.0347219Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T18:54:39.0350748Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T18:54:39.3674803Z 0 upgraded, 30 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:54:39.3675515Z Need to get 2409 kB of archives.
2025-08-20T18:54:39.3675871Z After this operation, 7427 kB of additional disk space will be used.
2025-08-20T18:54:39.3676381Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T18:54:39.4684272Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T18:54:39.5905101Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T18:54:39.7912779Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T18:54:39.8989015Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T18:54:40.0137692Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-xsaccessor-perl arm64 1.19-4build4 [33.0 kB]
2025-08-20T18:54:40.1451522Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libb-hooks-op-check-perl arm64 0.22-3build1 [9284 B]
2025-08-20T18:54:40.2513078Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T18:54:40.3603091Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdevel-callchecker-perl arm64 0.008-2build3 [13.0 kB]
2025-08-20T18:54:40.4721464Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libparams-classify-perl arm64 0.015-2build5 [19.7 kB]
2025-08-20T18:54:40.5894439Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T18:54:40.8104547Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T18:54:40.9137762Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T18:54:41.0567798Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T18:54:41.2067310Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T18:54:41.4247483Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T18:54:41.5352801Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T18:54:41.8293311Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T18:54:41.9378061Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T18:54:42.0442138Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 perl-openssl-defaults arm64 7build3 [6628 B]
2025-08-20T18:54:42.1488752Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-ssleay-perl arm64 1.94-1build4 [311 kB]
2025-08-20T18:54:42.4154949Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T18:54:42.7387779Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T18:54:42.9576009Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T18:54:43.0771808Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T18:54:43.2215135Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T18:54:43.3534559Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T18:54:43.7024550Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 patchutils arm64 0.4.2-1build3 [75.3 kB]
2025-08-20T18:54:43.8445090Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 wdiff arm64 1.2.2-6build1 [28.6 kB]
2025-08-20T18:54:43.9629445Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 devscripts all 2.23.7 [1069 kB]
2025-08-20T18:54:44.5990257Z Fetched 2409 kB in 5s (457 kB/s)
2025-08-20T18:54:44.6294810Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T18:54:44.6329819Z (Reading database ... 
2025-08-20T18:54:44.6330068Z (Reading database ... 5%
2025-08-20T18:54:44.6330391Z (Reading database ... 10%
2025-08-20T18:54:44.6330608Z (Reading database ... 15%
2025-08-20T18:54:44.6330806Z (Reading database ... 20%
2025-08-20T18:54:44.6331041Z (Reading database ... 25%
2025-08-20T18:54:44.6331249Z (Reading database ... 30%
2025-08-20T18:54:44.6331443Z (Reading database ... 35%
2025-08-20T18:54:44.6331636Z (Reading database ... 40%
2025-08-20T18:54:44.6331833Z (Reading database ... 45%
2025-08-20T18:54:44.6332032Z (Reading database ... 50%
2025-08-20T18:54:44.6354937Z (Reading database ... 55%
2025-08-20T18:54:44.6446449Z (Reading database ... 60%
2025-08-20T18:54:44.6487258Z (Reading database ... 65%
2025-08-20T18:54:44.6502114Z (Reading database ... 70%
2025-08-20T18:54:44.6531579Z (Reading database ... 75%
2025-08-20T18:54:44.6660500Z (Reading database ... 80%
2025-08-20T18:54:44.6740186Z (Reading database ... 85%
2025-08-20T18:54:44.6766217Z (Reading database ... 90%
2025-08-20T18:54:44.6868641Z (Reading database ... 95%
2025-08-20T18:54:44.6868853Z (Reading database ... 100%
2025-08-20T18:54:44.6909253Z (Reading database ... 192291 files and directories currently installed.)
2025-08-20T18:54:44.6909685Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T18:54:44.6978591Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T18:54:44.7530664Z Selecting previously unselected package libfile-which-perl.
2025-08-20T18:54:44.7717701Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T18:54:44.7786355Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T18:54:44.8309628Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T18:54:44.8488268Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T18:54:44.8556446Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T18:54:44.9103421Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T18:54:44.9291942Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T18:54:44.9369839Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T18:54:44.9853152Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T18:54:45.0042068Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T18:54:45.0102081Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T18:54:45.0628239Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T18:54:45.0817243Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_arm64.deb ...
2025-08-20T18:54:45.0876102Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T18:54:45.1378069Z Selecting previously unselected package libb-hooks-op-check-perl:arm64.
2025-08-20T18:54:45.1566531Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_arm64.deb ...
2025-08-20T18:54:45.1625673Z Unpacking libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T18:54:45.2101894Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T18:54:45.2307208Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T18:54:45.2376470Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T18:54:45.2896468Z Selecting previously unselected package libdevel-callchecker-perl:arm64.
2025-08-20T18:54:45.3075137Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_arm64.deb ...
2025-08-20T18:54:45.3133645Z Unpacking libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T18:54:45.3655197Z Selecting previously unselected package libparams-classify-perl:arm64.
2025-08-20T18:54:45.3834483Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_arm64.deb ...
2025-08-20T18:54:45.3899407Z Unpacking libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T18:54:45.4372356Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T18:54:45.4554415Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T18:54:45.4615561Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T18:54:45.5213596Z Selecting previously unselected package libimport-into-perl.
2025-08-20T18:54:45.5407634Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T18:54:45.5468528Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T18:54:45.6003193Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T18:54:45.6190676Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T18:54:45.6252370Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T18:54:45.6753256Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T18:54:45.6936922Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T18:54:45.6997801Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T18:54:45.7504684Z Selecting previously unselected package libmoo-perl.
2025-08-20T18:54:45.7679513Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T18:54:45.7747343Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T18:54:45.8232265Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T18:54:45.8418114Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T18:54:45.8484381Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T18:54:45.8976536Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T18:54:45.9172067Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T18:54:45.9227759Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T18:54:45.9807344Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T18:54:45.9989714Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T18:54:46.0052475Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T18:54:46.0545870Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T18:54:46.0754008Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T18:54:46.0815631Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T18:54:46.1285055Z Selecting previously unselected package perl-openssl-defaults:arm64.
2025-08-20T18:54:46.1473357Z Preparing to unpack .../19-perl-openssl-defaults_7build3_arm64.deb ...
2025-08-20T18:54:46.1525937Z Unpacking perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T18:54:46.2374660Z Selecting previously unselected package libnet-ssleay-perl:arm64.
2025-08-20T18:54:46.2561279Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_arm64.deb ...
2025-08-20T18:54:46.2614816Z Unpacking libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T18:54:46.3242408Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T18:54:46.3417443Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T18:54:46.3472961Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T18:54:46.4123083Z Selecting previously unselected package libnet-http-perl.
2025-08-20T18:54:46.4297224Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T18:54:46.4349744Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T18:54:46.4822524Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T18:54:46.5002696Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T18:54:46.5075608Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T18:54:46.5538062Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T18:54:46.5729692Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T18:54:46.5788750Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T18:54:46.6307199Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T18:54:46.6493589Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T18:54:46.6547917Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T18:54:46.7091824Z Selecting previously unselected package libwww-perl.
2025-08-20T18:54:46.7268670Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T18:54:46.7342320Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T18:54:46.7840792Z Selecting previously unselected package patchutils.
2025-08-20T18:54:46.8018465Z Preparing to unpack .../27-patchutils_0.4.2-1build3_arm64.deb ...
2025-08-20T18:54:46.8074916Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T18:54:46.8659843Z Selecting previously unselected package wdiff.
2025-08-20T18:54:46.8840945Z Preparing to unpack .../28-wdiff_1.2.2-6build1_arm64.deb ...
2025-08-20T18:54:46.8904094Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T18:54:46.9604143Z Selecting previously unselected package devscripts.
2025-08-20T18:54:46.9783336Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T18:54:47.0007327Z Unpacking devscripts (2.23.7) ...
2025-08-20T18:54:47.1307499Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T18:54:47.1553614Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T18:54:47.1729890Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T18:54:47.1914432Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T18:54:47.2077232Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T18:54:47.2247677Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T18:54:47.2426831Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T18:54:47.2587700Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T18:54:47.2771050Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T18:54:47.2946394Z Setting up perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T18:54:47.3107097Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T18:54:47.3292346Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T18:54:47.3455705Z Setting up libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T18:54:47.3618829Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T18:54:47.3775420Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T18:54:47.3946390Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T18:54:47.4114163Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T18:54:47.4274605Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T18:54:47.4436477Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T18:54:47.4596617Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T18:54:47.4830716Z Setting up libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T18:54:47.5014048Z Setting up libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T18:54:47.5194058Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T18:54:47.5361568Z Setting up libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T18:54:47.5540700Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T18:54:47.6121304Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T18:54:47.6352348Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T18:54:47.7195198Z Setting up libwww-perl (6.76-1) ...
2025-08-20T18:54:47.7378343Z Setting up devscripts (2.23.7) ...
2025-08-20T18:54:47.8778870Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T18:54:47.9005680Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:54:49.3890779Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T18:54:50.8549608Z Reading package lists...
2025-08-20T18:54:51.1113770Z Building dependency tree...
2025-08-20T18:54:51.1124495Z Reading state information...
2025-08-20T18:54:51.4166063Z The following additional packages will be installed:
2025-08-20T18:54:51.4175942Z   cmake-data libjsoncpp25 librhash0
2025-08-20T18:54:51.4185810Z Suggested packages:
2025-08-20T18:54:51.4186028Z   cmake-doc cmake-format elpa-cmake-mode
2025-08-20T18:54:51.4355493Z The following NEW packages will be installed:
2025-08-20T18:54:51.4365860Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T18:54:51.6462201Z 0 upgraded, 4 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:54:51.6462566Z Need to get 12.7 MB of archives.
2025-08-20T18:54:51.6462857Z After this operation, 45.0 MB of additional disk space will be used.
2025-08-20T18:54:51.6463372Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjsoncpp25 arm64 1.9.5-6build1 [78.2 kB]
2025-08-20T18:54:51.7888324Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librhash0 arm64 1.4.3-3build1 [126 kB]
2025-08-20T18:54:51.8784299Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T18:54:52.0736786Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake arm64 3.28.3-1build7 [10.3 MB]
2025-08-20T18:54:52.4712925Z Fetched 12.7 MB in 1s (17.0 MB/s)
2025-08-20T18:54:52.5039186Z Selecting previously unselected package libjsoncpp25:arm64.
2025-08-20T18:54:52.5073254Z (Reading database ... 
2025-08-20T18:54:52.5073893Z (Reading database ... 5%
2025-08-20T18:54:52.5074157Z (Reading database ... 10%
2025-08-20T18:54:52.5074358Z (Reading database ... 15%
2025-08-20T18:54:52.5074548Z (Reading database ... 20%
2025-08-20T18:54:52.5074743Z (Reading database ... 25%
2025-08-20T18:54:52.5074933Z (Reading database ... 30%
2025-08-20T18:54:52.5075125Z (Reading database ... 35%
2025-08-20T18:54:52.5075316Z (Reading database ... 40%
2025-08-20T18:54:52.5075508Z (Reading database ... 45%
2025-08-20T18:54:52.5076117Z (Reading database ... 50%
2025-08-20T18:54:52.5097926Z (Reading database ... 55%
2025-08-20T18:54:52.5188124Z (Reading database ... 60%
2025-08-20T18:54:52.5230021Z (Reading database ... 65%
2025-08-20T18:54:52.5245114Z (Reading database ... 70%
2025-08-20T18:54:52.5275755Z (Reading database ... 75%
2025-08-20T18:54:52.5413642Z (Reading database ... 80%
2025-08-20T18:54:52.5496559Z (Reading database ... 85%
2025-08-20T18:54:52.5524714Z (Reading database ... 90%
2025-08-20T18:54:52.5630844Z (Reading database ... 95%
2025-08-20T18:54:52.5631077Z (Reading database ... 100%
2025-08-20T18:54:52.5631368Z (Reading database ... 193226 files and directories currently installed.)
2025-08-20T18:54:52.5672770Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_arm64.deb ...
2025-08-20T18:54:52.5816244Z Unpacking libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T18:54:52.6411725Z Selecting previously unselected package librhash0:arm64.
2025-08-20T18:54:52.6602276Z Preparing to unpack .../librhash0_1.4.3-3build1_arm64.deb ...
2025-08-20T18:54:52.6661509Z Unpacking librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T18:54:52.7304797Z Selecting previously unselected package cmake-data.
2025-08-20T18:54:52.7500352Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T18:54:52.7617231Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T18:54:53.7174289Z Selecting previously unselected package cmake.
2025-08-20T18:54:53.7364916Z Preparing to unpack .../cmake_3.28.3-1build7_arm64.deb ...
2025-08-20T18:54:53.7429476Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T18:54:53.9787261Z Setting up libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T18:54:53.9992040Z Setting up librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T18:54:54.0146724Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T18:54:54.0344548Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T18:54:54.0517164Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:54:55.4100602Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T18:54:56.8028759Z Reading package lists...
2025-08-20T18:54:57.0638140Z Building dependency tree...
2025-08-20T18:54:57.0645317Z Reading state information...
2025-08-20T18:54:57.3934859Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T18:54:57.3935285Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T18:54:57.3935603Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T18:54:57.3935907Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T18:54:57.3936658Z b3sum is already the newest version (1.2.0-1).
2025-08-20T18:54:57.3937322Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T18:54:57.3937712Z ca-certificates is already the newest version (20240203).
2025-08-20T18:54:57.3938018Z ccache is already the newest version (4.9.1-1).
2025-08-20T18:54:57.3938317Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T18:54:57.3938623Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T18:54:57.3938930Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T18:54:57.3939215Z git-lfs is already the newest version (3.6.1).
2025-08-20T18:54:57.3939550Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T18:54:57.3939934Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T18:54:57.3940238Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T18:54:57.3940544Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T18:54:57.3940865Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T18:54:57.3941171Z make is already the newest version (4.3-4.1build2).
2025-08-20T18:54:57.3941444Z musl is already the newest version (1.2.4-2).
2025-08-20T18:54:57.3941711Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T18:54:57.3941996Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T18:54:57.3942329Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T18:54:57.3942934Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T18:54:57.3943236Z texinfo is already the newest version (7.1-3build2).
2025-08-20T18:54:57.3943534Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T18:54:57.3943865Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:54:57.4137664Z Reading package lists...
2025-08-20T18:54:57.6776712Z Building dependency tree...
2025-08-20T18:54:57.6786119Z Reading state information...
2025-08-20T18:54:58.0248159Z autoconf is already the newest version (2.71-3).
2025-08-20T18:54:58.0248528Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T18:54:58.0248904Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T18:54:58.0249233Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T18:54:58.0249559Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T18:54:58.0249899Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T18:54:58.0250246Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T18:54:58.0250560Z ca-certificates is already the newest version (20240203).
2025-08-20T18:54:58.0250872Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T18:54:58.0251167Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T18:54:58.0251459Z file is already the newest version (1:5.45-3build1).
2025-08-20T18:54:58.0251760Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T18:54:58.0252072Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T18:54:58.0252493Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T18:54:58.0252811Z patch is already the newest version (2.7.6-7build3).
2025-08-20T18:54:58.0253119Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T18:54:58.0253442Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T18:54:58.0253808Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T18:54:58.0254163Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T18:54:58.0254451Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T18:54:58.0254747Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T18:54:58.0255074Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:54:58.0459428Z Reading package lists...
2025-08-20T18:54:58.2978801Z Building dependency tree...
2025-08-20T18:54:58.2986356Z Reading state information...
2025-08-20T18:54:58.6458171Z devscripts is already the newest version (2.23.7).
2025-08-20T18:54:58.6458603Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:54:58.6660467Z Reading package lists...
2025-08-20T18:54:58.9071589Z Building dependency tree...
2025-08-20T18:54:58.9079841Z Reading state information...
2025-08-20T18:54:59.2276287Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T18:54:59.2276685Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:54:59.2476967Z Reading package lists...
2025-08-20T18:54:59.5062704Z Building dependency tree...
2025-08-20T18:54:59.5072819Z Reading state information...
2025-08-20T18:54:59.8345763Z binutils-aarch64-linux-gnu is already the newest version (2.42-4ubuntu2.5).
2025-08-20T18:54:59.8346216Z binutils-aarch64-linux-gnu set to manually installed.
2025-08-20T18:54:59.8815316Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:54:59.9300479Z Reading package lists...
2025-08-20T18:55:00.1821944Z Building dependency tree...
2025-08-20T18:55:00.1831840Z Reading state information...
2025-08-20T18:55:00.4958765Z g++-aarch64-linux-gnu is already the newest version (4:13.2.0-7ubuntu1).
2025-08-20T18:55:00.4959739Z g++-aarch64-linux-gnu set to manually installed.
2025-08-20T18:55:00.4960120Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T18:55:00.4960493Z The following additional packages will be installed:
2025-08-20T18:55:00.4961196Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T18:55:00.4961597Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T18:55:00.4962050Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T18:55:00.4962436Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T18:55:00.4962825Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T18:55:00.4963263Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T18:55:00.4963690Z   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libasan8-armel-cross
2025-08-20T18:55:00.4964099Z   libasan8-armhf-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T18:55:00.4964476Z   libc6-armel-cross libc6-armhf-cross libc6-dev-armel-cross
2025-08-20T18:55:00.4964870Z   libc6-dev-armhf-cross libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross
2025-08-20T18:55:00.4965290Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-armel-cross
2025-08-20T18:55:00.4965645Z   libgomp1-armhf-cross libstdc++-13-dev-armel-cross
2025-08-20T18:55:00.4966017Z   libstdc++-13-dev-armhf-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T18:55:00.4966457Z   libubsan1-armel-cross libubsan1-armhf-cross linux-libc-dev-armel-cross
2025-08-20T18:55:00.4966800Z   linux-libc-dev-armhf-cross
2025-08-20T18:55:00.4976828Z Suggested packages:
2025-08-20T18:55:00.4977298Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T18:55:00.4977708Z   gdb-arm-linux-gnueabi gcc-doc gdb-arm-linux-gnueabihf
2025-08-20T18:55:00.5338448Z The following NEW packages will be installed:
2025-08-20T18:55:00.5338843Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T18:55:00.5339252Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T18:55:00.5339706Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T18:55:00.5340173Z   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf gcc-13-arm-linux-gnueabi
2025-08-20T18:55:00.5340550Z   gcc-13-arm-linux-gnueabi-base gcc-13-arm-linux-gnueabihf
2025-08-20T18:55:00.5340944Z   gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base gcc-13-cross-base-ports
2025-08-20T18:55:00.5341359Z   gcc-14-cross-base gcc-14-cross-base-ports gcc-arm-linux-gnueabi
2025-08-20T18:55:00.5341747Z   gcc-arm-linux-gnueabihf libasan8-armel-cross libasan8-armhf-cross
2025-08-20T18:55:00.5342562Z   libatomic1-armel-cross libatomic1-armhf-cross libc6-armel-cross
2025-08-20T18:55:00.5342975Z   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
2025-08-20T18:55:00.5343388Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-armel-cross
2025-08-20T18:55:00.5344181Z   libgcc-s1-armhf-cross libgomp1-armel-cross libgomp1-armhf-cross
2025-08-20T18:55:00.5344585Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T18:55:00.5347838Z   libstdc++6-armel-cross libstdc++6-armhf-cross libubsan1-armel-cross
2025-08-20T18:55:00.5350031Z   libubsan1-armhf-cross linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
2025-08-20T18:55:00.8041261Z 0 upgraded, 42 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:55:00.8041607Z Need to get 112 MB of archives.
2025-08-20T18:55:00.8041903Z After this operation, 377 MB of additional disk space will be used.
2025-08-20T18:55:00.8042595Z 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-20T18:55:01.1330670Z 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-20T18:55:02.0645820Z 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-20T18:55:02.1694529Z 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-20T18:55:03.1097174Z 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-20T18:55:03.2141413Z 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-20T18:55:03.3187528Z 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-20T18:55:03.8415882Z 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-20T18:55:03.9463471Z 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-20T18:55:04.0511273Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T18:55:04.2649310Z 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-20T18:55:04.4765671Z 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-20T18:55:04.9524488Z 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-20T18:55:05.0636843Z 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-20T18:55:05.6798004Z 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-20T18:55:05.9969842Z 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-20T18:55:06.4189128Z 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-20T18:55:06.7424794Z 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-20T18:55:08.1482339Z 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-20T18:55:08.4690973Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T18:55:08.7892004Z 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-20T18:55:09.2161187Z 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-20T18:55:10.2834305Z 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-20T18:55:11.2694601Z 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-20T18:55:11.3758716Z 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-20T18:55:11.4822414Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T18:55:11.8067853Z 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-20T18:55:11.9130935Z 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-20T18:55:12.0206051Z 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-20T18:55:12.1264506Z 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-20T18:55:12.6652085Z 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-20T18:55:12.8823652Z 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-20T18:55:13.3046476Z 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-20T18:55:13.7274385Z 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-20T18:55:15.1324427Z 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-20T18:55:15.4517910Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T18:55:15.7705450Z 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-20T18:55:16.1970143Z 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-20T18:55:17.1592167Z 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-20T18:55:17.2652175Z 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-20T18:55:17.3713954Z 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-20T18:55:17.4776016Z 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-20T18:55:17.7896377Z Fetched 112 MB in 17s (6628 kB/s)
2025-08-20T18:55:17.8185936Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:arm64.
2025-08-20T18:55:17.8220338Z (Reading database ... 
2025-08-20T18:55:17.8220836Z (Reading database ... 5%
2025-08-20T18:55:17.8221059Z (Reading database ... 10%
2025-08-20T18:55:17.8221262Z (Reading database ... 15%
2025-08-20T18:55:17.8221465Z (Reading database ... 20%
2025-08-20T18:55:17.8221659Z (Reading database ... 25%
2025-08-20T18:55:17.8221852Z (Reading database ... 30%
2025-08-20T18:55:17.8222449Z (Reading database ... 35%
2025-08-20T18:55:17.8225295Z (Reading database ... 40%
2025-08-20T18:55:17.8226042Z (Reading database ... 45%
2025-08-20T18:55:17.8226282Z (Reading database ... 50%
2025-08-20T18:55:17.8245094Z (Reading database ... 55%
2025-08-20T18:55:17.8340938Z (Reading database ... 60%
2025-08-20T18:55:17.8383502Z (Reading database ... 65%
2025-08-20T18:55:17.8399089Z (Reading database ... 70%
2025-08-20T18:55:17.8429457Z (Reading database ... 75%
2025-08-20T18:55:17.8568926Z (Reading database ... 80%
2025-08-20T18:55:17.8654294Z (Reading database ... 85%
2025-08-20T18:55:17.8682935Z (Reading database ... 90%
2025-08-20T18:55:17.8800610Z (Reading database ... 95%
2025-08-20T18:55:17.8800896Z (Reading database ... 100%
2025-08-20T18:55:17.8801196Z (Reading database ... 196635 files and directories currently installed.)
2025-08-20T18:55:17.8844473Z Preparing to unpack .../00-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T18:55:17.8903613Z Unpacking gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:17.9410385Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T18:55:17.9590676Z Preparing to unpack .../01-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T18:55:17.9678549Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:18.2038940Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:arm64.
2025-08-20T18:55:18.2232115Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T18:55:18.2294227Z Unpacking gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:18.2805135Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T18:55:18.2998745Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T18:55:18.3082272Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:18.5644655Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T18:55:18.5836428Z Preparing to unpack .../04-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T18:55:18.5897848Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T18:55:18.6447197Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T18:55:18.6647663Z Preparing to unpack .../05-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T18:55:18.6724317Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T18:55:18.7261664Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T18:55:18.7457981Z Preparing to unpack .../06-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T18:55:18.7571143Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T18:55:18.8689905Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T18:55:18.8873714Z Preparing to unpack .../07-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:18.8934184Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:18.9424983Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T18:55:18.9612089Z Preparing to unpack .../08-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:18.9727960Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:19.0226096Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T18:55:19.0403902Z Preparing to unpack .../09-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T18:55:19.0479093Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T18:55:19.1205792Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T18:55:19.1391478Z Preparing to unpack .../10-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:19.1459155Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:19.1969207Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T18:55:19.2160548Z Preparing to unpack .../11-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:19.2232605Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:19.2781466Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T18:55:19.2988264Z Preparing to unpack .../12-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:19.3045332Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:19.3574862Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T18:55:19.3771741Z Preparing to unpack .../13-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:19.3830855Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:19.4889850Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T18:55:19.5069732Z Preparing to unpack .../14-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:19.5126886Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:19.5839673Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T18:55:19.6024499Z Preparing to unpack .../15-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:19.6082402Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:19.6804535Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T18:55:19.6994183Z Preparing to unpack .../16-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:19.7056645Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:19.7935927Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T18:55:19.8137610Z Preparing to unpack .../17-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T18:55:19.8222641Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:20.2270213Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T18:55:20.2453717Z Preparing to unpack .../18-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T18:55:20.2508577Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T18:55:20.5224472Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T18:55:20.5420206Z Preparing to unpack .../19-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T18:55:20.5511529Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T18:55:20.6692023Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T18:55:20.6892386Z Preparing to unpack .../20-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:20.6961552Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:20.9650467Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T18:55:20.9853779Z Preparing to unpack .../21-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T18:55:20.9954482Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:21.2726186Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T18:55:21.2908606Z Preparing to unpack .../22-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T18:55:21.2965428Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T18:55:21.4019329Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T18:55:21.4217729Z Preparing to unpack .../23-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:21.4276366Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:21.4798425Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T18:55:21.4997728Z Preparing to unpack .../24-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:21.5052872Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:21.5546631Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T18:55:21.5735736Z Preparing to unpack .../25-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T18:55:21.5800701Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T18:55:21.6479021Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T18:55:21.6675671Z Preparing to unpack .../26-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:21.6744397Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:21.7411177Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T18:55:21.7637307Z Preparing to unpack .../27-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:21.7727893Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:21.8298145Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T18:55:21.8492525Z Preparing to unpack .../28-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:21.8552981Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:21.9061346Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T18:55:21.9260141Z Preparing to unpack .../29-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:21.9320158Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:22.0396233Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T18:55:22.0590276Z Preparing to unpack .../30-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:22.0643446Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:22.1277920Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T18:55:22.1475979Z Preparing to unpack .../31-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:22.1537263Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:22.2235311Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T18:55:22.2430469Z Preparing to unpack .../32-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:22.2486866Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:22.3332202Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T18:55:22.3517587Z Preparing to unpack .../33-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T18:55:22.3597535Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:22.8238623Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T18:55:22.8420030Z Preparing to unpack .../34-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T18:55:22.8477509Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T18:55:23.1186702Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T18:55:23.1395459Z Preparing to unpack .../35-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T18:55:23.1465455Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T18:55:23.2914119Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T18:55:23.3119855Z Preparing to unpack .../36-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T18:55:23.3219054Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:23.5736390Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T18:55:23.5928113Z Preparing to unpack .../37-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T18:55:23.6007733Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:23.8577203Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T18:55:23.8783152Z Preparing to unpack .../38-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T18:55:23.8838140Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T18:55:23.9258877Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T18:55:23.9453147Z Preparing to unpack .../39-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T18:55:23.9507772Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T18:55:23.9916147Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T18:55:24.0106818Z Preparing to unpack .../40-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T18:55:24.0172320Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T18:55:24.0596906Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T18:55:24.0790566Z Preparing to unpack .../41-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T18:55:24.0845098Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T18:55:24.1564051Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T18:55:24.1748090Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T18:55:24.1905415Z Setting up gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:24.2077308Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:24.2270638Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:24.2436165Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T18:55:24.2608716Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:24.2777973Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T18:55:24.3080001Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T18:55:24.3266384Z Setting up gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:24.3424564Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:24.3621788Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T18:55:24.3882424Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T18:55:24.4125200Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:24.4299654Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:24.4464082Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:24.4642215Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:24.4826858Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:24.5001277Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:24.5168553Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:24.5357270Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T18:55:24.5528200Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:24.5696112Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:24.5854366Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T18:55:24.6031150Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:24.6201110Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:24.6357933Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:24.6520793Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T18:55:24.6705392Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:24.6878277Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T18:55:24.7038989Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:24.7205731Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:24.7369556Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:24.7543221Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:24.7728116Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T18:55:24.7913691Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:24.8084197Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:24.8254824Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:24.8420783Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T18:55:24.8597993Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T18:55:24.8753492Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T18:55:24.8908376Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T18:55:24.9073529Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T18:55:24.9148426Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T18:55:24.9295641Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:55:26.2613439Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T18:55:27.7161791Z Reading package lists...
2025-08-20T18:55:27.9720743Z Building dependency tree...
2025-08-20T18:55:27.9731871Z Reading state information...
2025-08-20T18:55:28.2829362Z The following additional packages will be installed:
2025-08-20T18:55:28.2829801Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T18:55:28.2835164Z   libpcap0.8-dev
2025-08-20T18:55:28.3175808Z The following NEW packages will be installed:
2025-08-20T18:55:28.3176260Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T18:55:28.3182843Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T18:55:28.3417714Z 0 upgraded, 8 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:55:28.8048331Z Need to get 1640 kB of archives.
2025-08-20T18:55:28.8048684Z After this operation, 7134 kB of additional disk space will be used.
2025-08-20T18:55:28.8049244Z 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-20T18:55:29.3514701Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjudydebian1 arm64 1.0.5-5.1build1 [104 kB]
2025-08-20T18:55:29.4966873Z 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-20T18:55:29.6421684Z 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-20T18:55:29.8843094Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libibverbs-dev arm64 50.0-2ubuntu0.2 [695 kB]
2025-08-20T18:55:30.2538912Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap0.8-dev arm64 1.10.4-4.1ubuntu3 [265 kB]
2025-08-20T18:55:30.4748371Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap-dev arm64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T18:55:30.5806310Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 pcaputils arm64 0.8-1.1build2 [42.4 kB]
2025-08-20T18:55:30.8643202Z Fetched 1640 kB in 2s (736 kB/s)
2025-08-20T18:55:30.9064893Z Selecting previously unselected package libdbus-1-dev:arm64.
2025-08-20T18:55:30.9101143Z (Reading database ... 
2025-08-20T18:55:30.9101670Z (Reading database ... 5%
2025-08-20T18:55:30.9101906Z (Reading database ... 10%
2025-08-20T18:55:30.9102105Z (Reading database ... 15%
2025-08-20T18:55:30.9102315Z (Reading database ... 20%
2025-08-20T18:55:30.9102513Z (Reading database ... 25%
2025-08-20T18:55:30.9102708Z (Reading database ... 30%
2025-08-20T18:55:30.9102906Z (Reading database ... 35%
2025-08-20T18:55:30.9103527Z (Reading database ... 40%
2025-08-20T18:55:30.9104194Z (Reading database ... 45%
2025-08-20T18:55:30.9104399Z (Reading database ... 50%
2025-08-20T18:55:30.9126705Z (Reading database ... 55%
2025-08-20T18:55:30.9223757Z (Reading database ... 60%
2025-08-20T18:55:30.9261616Z (Reading database ... 65%
2025-08-20T18:55:30.9280064Z (Reading database ... 70%
2025-08-20T18:55:30.9307577Z (Reading database ... 75%
2025-08-20T18:55:30.9494329Z (Reading database ... 80%
2025-08-20T18:55:30.9535396Z (Reading database ... 85%
2025-08-20T18:55:30.9575356Z (Reading database ... 90%
2025-08-20T18:55:30.9700345Z (Reading database ... 95%
2025-08-20T18:55:30.9700558Z (Reading database ... 100%
2025-08-20T18:55:30.9700846Z (Reading database ... 202071 files and directories currently installed.)
2025-08-20T18:55:30.9745808Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_arm64.deb ...
2025-08-20T18:55:30.9818527Z Unpacking libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T18:55:31.0626984Z Selecting previously unselected package libjudydebian1.
2025-08-20T18:55:31.0809027Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_arm64.deb ...
2025-08-20T18:55:31.0920836Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T18:55:31.1422551Z Selecting previously unselected package libnl-3-dev:arm64.
2025-08-20T18:55:31.1612201Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T18:55:31.1674060Z Unpacking libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T18:55:31.2303989Z Selecting previously unselected package libnl-route-3-dev:arm64.
2025-08-20T18:55:31.2499271Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T18:55:31.2560945Z Unpacking libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T18:55:31.3226353Z Selecting previously unselected package libibverbs-dev:arm64.
2025-08-20T18:55:31.3427174Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_arm64.deb ...
2025-08-20T18:55:31.3532860Z Unpacking libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T18:55:31.4441521Z Selecting previously unselected package libpcap0.8-dev:arm64.
2025-08-20T18:55:31.4634847Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T18:55:31.4720629Z Unpacking libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T18:55:31.5294557Z Selecting previously unselected package libpcap-dev:arm64.
2025-08-20T18:55:31.5476719Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T18:55:31.5533609Z Unpacking libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T18:55:31.6308012Z Selecting previously unselected package pcaputils.
2025-08-20T18:55:31.6492439Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_arm64.deb ...
2025-08-20T18:55:31.6605975Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T18:55:31.7368998Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T18:55:31.7560337Z Setting up libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T18:55:31.9510880Z Setting up libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T18:55:31.9723059Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T18:55:32.0036071Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T18:55:32.2330923Z Setting up libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T18:55:32.2520564Z Setting up libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T18:55:32.2748044Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T18:55:32.3050238Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:55:33.9061893Z Processing triggers for sgml-base (1.31) ...
2025-08-20T18:55:33.9954384Z Setting up libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T18:55:34.0135412Z Setting up libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T18:55:35.4544571Z Reading package lists...
2025-08-20T18:55:35.7185926Z Building dependency tree...
2025-08-20T18:55:35.7194237Z Reading state information...
2025-08-20T18:55:35.7695083Z Reading package lists...
2025-08-20T18:55:36.0234982Z Building dependency tree...
2025-08-20T18:55:36.0242126Z Reading state information...
2025-08-20T18:55:36.3377634Z The following additional packages will be installed:
2025-08-20T18:55:36.3384879Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T18:55:36.3391978Z Suggested packages:
2025-08-20T18:55:36.3392286Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T18:55:36.3392703Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T18:55:36.3593303Z The following NEW packages will be installed:
2025-08-20T18:55:36.3594519Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T18:55:36.3600102Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T18:55:36.5032332Z 0 upgraded, 9 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T18:55:36.5032692Z Need to get 801 kB of archives.
2025-08-20T18:55:36.5033018Z After this operation, 6261 kB of additional disk space will be used.
2025-08-20T18:55:36.5033504Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz1 arm64 1.14-1 [37.6 kB]
2025-08-20T18:55:36.6007649Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz-dev arm64 1.14-1 [53.3 kB]
2025-08-20T18:55:36.6815816Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-libc-dev arm64 0.2.152-1 [353 kB]
2025-08-20T18:55:36.8173440Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-cc-dev arm64 1.0.83-1 [61.6 kB]
2025-08-20T18:55:36.8591915Z 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-20T18:55:36.8990759Z 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-20T18:55:36.9492021Z 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-20T18:55:36.9882996Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma arm64 9.22-2.2 [43.5 kB]
2025-08-20T18:55:37.0296610Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T18:55:37.3163428Z Fetched 801 kB in 1s (1213 kB/s)
2025-08-20T18:55:37.3489276Z Selecting previously unselected package liblz1:arm64.
2025-08-20T18:55:37.3525373Z (Reading database ... 
2025-08-20T18:55:37.3525600Z (Reading database ... 5%
2025-08-20T18:55:37.3525845Z (Reading database ... 10%
2025-08-20T18:55:37.3526042Z (Reading database ... 15%
2025-08-20T18:55:37.3526238Z (Reading database ... 20%
2025-08-20T18:55:37.3527184Z (Reading database ... 25%
2025-08-20T18:55:37.3527445Z (Reading database ... 30%
2025-08-20T18:55:37.3527641Z (Reading database ... 35%
2025-08-20T18:55:37.3527836Z (Reading database ... 40%
2025-08-20T18:55:37.3528029Z (Reading database ... 45%
2025-08-20T18:55:37.3528223Z (Reading database ... 50%
2025-08-20T18:55:37.3551332Z (Reading database ... 55%
2025-08-20T18:55:37.3647853Z (Reading database ... 60%
2025-08-20T18:55:37.3686647Z (Reading database ... 65%
2025-08-20T18:55:37.3704715Z (Reading database ... 70%
2025-08-20T18:55:37.3741557Z (Reading database ... 75%
2025-08-20T18:55:37.3912495Z (Reading database ... 80%
2025-08-20T18:55:37.3949188Z (Reading database ... 85%
2025-08-20T18:55:37.3985565Z (Reading database ... 90%
2025-08-20T18:55:37.4101529Z (Reading database ... 95%
2025-08-20T18:55:37.4101757Z (Reading database ... 100%
2025-08-20T18:55:37.4102090Z (Reading database ... 202727 files and directories currently installed.)
2025-08-20T18:55:37.4144236Z Preparing to unpack .../0-liblz1_1.14-1_arm64.deb ...
2025-08-20T18:55:37.4271520Z Unpacking liblz1:arm64 (1.14-1) ...
2025-08-20T18:55:37.4817262Z Selecting previously unselected package liblz-dev:arm64.
2025-08-20T18:55:37.5018290Z Preparing to unpack .../1-liblz-dev_1.14-1_arm64.deb ...
2025-08-20T18:55:37.5103537Z Unpacking liblz-dev:arm64 (1.14-1) ...
2025-08-20T18:55:37.5650851Z Selecting previously unselected package librust-libc-dev:arm64.
2025-08-20T18:55:37.5838715Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_arm64.deb ...
2025-08-20T18:55:37.6156165Z Unpacking librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T18:55:37.7030777Z Selecting previously unselected package librust-cc-dev:arm64.
2025-08-20T18:55:37.7219019Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_arm64.deb ...
2025-08-20T18:55:37.7296220Z Unpacking librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T18:55:37.7846458Z Selecting previously unselected package librust-pkg-config-dev:arm64.
2025-08-20T18:55:37.8036609Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_arm64.deb ...
2025-08-20T18:55:37.8094875Z Unpacking librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T18:55:37.8595459Z Selecting previously unselected package liblzma-dev:arm64.
2025-08-20T18:55:37.8795887Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_arm64.deb ...
2025-08-20T18:55:37.8851171Z Unpacking liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T18:55:37.9448564Z Selecting previously unselected package librust-lzma-sys-dev:arm64.
2025-08-20T18:55:37.9651892Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_arm64.deb ...
2025-08-20T18:55:37.9714193Z Unpacking librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T18:55:38.0411992Z Selecting previously unselected package lzma.
2025-08-20T18:55:38.0614387Z Preparing to unpack .../7-lzma_9.22-2.2_arm64.deb ...
2025-08-20T18:55:38.0689164Z Unpacking lzma (9.22-2.2) ...
2025-08-20T18:55:38.1409767Z Selecting previously unselected package lzma-dev.
2025-08-20T18:55:38.1603121Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T18:55:38.1691408Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T18:55:38.2795455Z Setting up liblz1:arm64 (1.14-1) ...
2025-08-20T18:55:38.2994301Z Setting up librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T18:55:38.3167484Z Setting up librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T18:55:38.3360202Z Setting up liblz-dev:arm64 (1.14-1) ...
2025-08-20T18:55:38.3520487Z Setting up lzma (9.22-2.2) ...
2025-08-20T18:55:38.3662532Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T18:55:38.3794554Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T18:55:38.3967139Z Setting up liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T18:55:38.4142523Z Setting up librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T18:55:38.4332503Z Setting up librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T18:55:38.4523737Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T18:55:38.4829188Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:55:39.8556541Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T18:55:41.2699924Z Reading package lists...
2025-08-20T18:55:41.5278353Z Building dependency tree...
2025-08-20T18:55:41.5288680Z Reading state information...
2025-08-20T18:55:41.8998889Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T18:55:41.8999368Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T18:55:41.8999700Z inetutils-telnet set to manually installed.
2025-08-20T18:55:41.8999998Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T18:55:41.9000330Z The following additional packages will be installed:
2025-08-20T18:55:41.9000594Z   tcpd update-inetd
2025-08-20T18:55:41.9187667Z The following packages will be REMOVED:
2025-08-20T18:55:41.9197708Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T18:55:41.9198016Z The following NEW packages will be installed:
2025-08-20T18:55:41.9198338Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T18:55:41.9198734Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T18:55:41.9205935Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T18:55:42.1326271Z 0 upgraded, 13 newly installed, 3 to remove and 167 not upgraded.
2025-08-20T18:55:42.1327162Z Need to get 691 kB of archives.
2025-08-20T18:55:42.1327458Z After this operation, 987 kB disk space will be freed.
2025-08-20T18:55:42.1327972Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-syslogd arm64 2:2.5-3ubuntu4 [61.1 kB]
2025-08-20T18:55:42.2611986Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 tcpd arm64 7.6.q-33 [25.2 kB]
2025-08-20T18:55:42.3090375Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 update-inetd all 4.53 [24.0 kB]
2025-08-20T18:55:42.4330450Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-inetd arm64 2:2.5-3ubuntu4 [44.9 kB]
2025-08-20T18:55:42.4881250Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftp arm64 2:2.5-3ubuntu4 [82.8 kB]
2025-08-20T18:55:42.5611020Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftpd arm64 2:2.5-3ubuntu4 [72.2 kB]
2025-08-20T18:55:42.6209737Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ping arm64 2:2.5-3ubuntu4 [61.9 kB]
2025-08-20T18:55:42.6764342Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talk arm64 2:2.5-3ubuntu4 [45.0 kB]
2025-08-20T18:55:42.7271385Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talkd arm64 2:2.5-3ubuntu4 [34.5 kB]
2025-08-20T18:55:42.7752619Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-telnetd arm64 2:2.5-3ubuntu4 [59.1 kB]
2025-08-20T18:55:42.8349933Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-tools arm64 2:2.5-3ubuntu4 [76.6 kB]
2025-08-20T18:55:42.8981615Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netcat-traditional arm64 1.10-48 [61.1 kB]
2025-08-20T18:55:42.9535713Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-traceroute arm64 2:2.5-3ubuntu4 [42.1 kB]
2025-08-20T18:55:43.2120407Z Preconfiguring packages ...
2025-08-20T18:55:43.3302995Z Fetched 691 kB in 1s (668 kB/s)
2025-08-20T18:55:43.3530939Z (Reading database ... 
2025-08-20T18:55:43.3531503Z (Reading database ... 5%
2025-08-20T18:55:43.3531917Z (Reading database ... 10%
2025-08-20T18:55:43.3532116Z (Reading database ... 15%
2025-08-20T18:55:43.3532320Z (Reading database ... 20%
2025-08-20T18:55:43.3532533Z (Reading database ... 25%
2025-08-20T18:55:43.3532729Z (Reading database ... 30%
2025-08-20T18:55:43.3532928Z (Reading database ... 35%
2025-08-20T18:55:43.3533122Z (Reading database ... 40%
2025-08-20T18:55:43.3533341Z (Reading database ... 45%
2025-08-20T18:55:43.3533535Z (Reading database ... 50%
2025-08-20T18:55:43.3555739Z (Reading database ... 55%
2025-08-20T18:55:43.3650337Z (Reading database ... 60%
2025-08-20T18:55:43.3694676Z (Reading database ... 65%
2025-08-20T18:55:43.3714474Z (Reading database ... 70%
2025-08-20T18:55:43.3753866Z (Reading database ... 75%
2025-08-20T18:55:43.3936351Z (Reading database ... 80%
2025-08-20T18:55:43.3976561Z (Reading database ... 85%
2025-08-20T18:55:43.4017855Z (Reading database ... 90%
2025-08-20T18:55:43.4146840Z (Reading database ... 95%
2025-08-20T18:55:43.4147152Z (Reading database ... 100%
2025-08-20T18:55:43.4147452Z (Reading database ... 203219 files and directories currently installed.)
2025-08-20T18:55:43.4193334Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T18:55:43.4883869Z Removing iputils-ping (3:20240117-1build1) ...
2025-08-20T18:55:43.5652288Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T18:55:43.9405809Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T18:55:43.9444639Z (Reading database ... 
2025-08-20T18:55:43.9444902Z (Reading database ... 5%
2025-08-20T18:55:43.9445101Z (Reading database ... 10%
2025-08-20T18:55:43.9445304Z (Reading database ... 15%
2025-08-20T18:55:43.9445501Z (Reading database ... 20%
2025-08-20T18:55:43.9445696Z (Reading database ... 25%
2025-08-20T18:55:43.9445896Z (Reading database ... 30%
2025-08-20T18:55:43.9446091Z (Reading database ... 35%
2025-08-20T18:55:43.9446285Z (Reading database ... 40%
2025-08-20T18:55:43.9446905Z (Reading database ... 45%
2025-08-20T18:55:43.9447351Z (Reading database ... 50%
2025-08-20T18:55:43.9469831Z (Reading database ... 55%
2025-08-20T18:55:43.9560486Z (Reading database ... 60%
2025-08-20T18:55:43.9601928Z (Reading database ... 65%
2025-08-20T18:55:43.9620581Z (Reading database ... 70%
2025-08-20T18:55:43.9657570Z (Reading database ... 75%
2025-08-20T18:55:43.9829957Z (Reading database ... 80%
2025-08-20T18:55:43.9866547Z (Reading database ... 85%
2025-08-20T18:55:43.9904900Z (Reading database ... 90%
2025-08-20T18:55:44.0026745Z (Reading database ... 95%
2025-08-20T18:55:44.0026975Z (Reading database ... 100%
2025-08-20T18:55:44.0027423Z (Reading database ... 203147 files and directories currently installed.)
2025-08-20T18:55:44.0070293Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T18:55:44.0176363Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T18:55:44.0716568Z Selecting previously unselected package tcpd.
2025-08-20T18:55:44.0897222Z Preparing to unpack .../01-tcpd_7.6.q-33_arm64.deb ...
2025-08-20T18:55:44.0973496Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T18:55:44.1658880Z Selecting previously unselected package update-inetd.
2025-08-20T18:55:44.1843532Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T18:55:44.1909095Z Unpacking update-inetd (4.53) ...
2025-08-20T18:55:44.2618793Z Selecting previously unselected package inetutils-inetd.
2025-08-20T18:55:44.2806958Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T18:55:44.2910091Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T18:55:44.3516269Z Selecting previously unselected package inetutils-ftp.
2025-08-20T18:55:44.3720502Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T18:55:44.3800087Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T18:55:44.4441893Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T18:55:44.4642630Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T18:55:44.4714200Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T18:55:44.5352368Z Selecting previously unselected package inetutils-ping.
2025-08-20T18:55:44.5548976Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T18:55:44.5611446Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T18:55:44.6257194Z Selecting previously unselected package inetutils-talk.
2025-08-20T18:55:44.6443149Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T18:55:44.6500956Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T18:55:44.7077688Z Selecting previously unselected package inetutils-talkd.
2025-08-20T18:55:44.7284619Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T18:55:44.7346439Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T18:55:44.8005228Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T18:55:44.8197671Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T18:55:44.8268641Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T18:55:44.8819808Z Selecting previously unselected package inetutils-tools.
2025-08-20T18:55:44.9015001Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T18:55:44.9078335Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T18:55:44.9762563Z Selecting previously unselected package netcat-traditional.
2025-08-20T18:55:44.9961922Z Preparing to unpack .../11-netcat-traditional_1.10-48_arm64.deb ...
2025-08-20T18:55:45.0025593Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T18:55:45.0682076Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T18:55:45.0884344Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T18:55:45.0943301Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T18:55:45.1741387Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T18:55:45.2036885Z Setting up update-inetd (4.53) ...
2025-08-20T18:55:45.3063072Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T18:55:45.3215536Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T18:55:45.3330748Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T18:55:45.6798106Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T18:55:45.6798575Z 
2025-08-20T18:55:45.6798704Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T18:55:45.6798894Z 
2025-08-20T18:55:45.6799305Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T18:55:45.6799666Z 
2025-08-20T18:55:45.6800161Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T18:55:45.6800647Z 
2025-08-20T18:55:45.9181035Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T18:55:45.9433959Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T18:55:45.9617902Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T18:55:45.9769517Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T18:55:45.9962294Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T18:55:46.0170816Z Setting up tcpd (7.6.q-33) ...
2025-08-20T18:55:46.0445627Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T18:55:46.3604755Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T18:55:46.3605168Z 
2025-08-20T18:55:46.3605659Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T18:55:46.3606129Z 
2025-08-20T18:55:46.6034394Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T18:55:46.7400889Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T18:55:46.8376040Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T18:55:46.9281963Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:55:50.0260856Z Reading package lists...
2025-08-20T18:55:50.2852973Z Building dependency tree...
2025-08-20T18:55:50.2861544Z Reading state information...
2025-08-20T18:55:50.6627834Z The following packages will be REMOVED:
2025-08-20T18:55:50.6637746Z   inetutils-ping
2025-08-20T18:55:50.6638048Z The following NEW packages will be installed:
2025-08-20T18:55:50.6646347Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T18:55:50.6651896Z The following packages will be upgraded:
2025-08-20T18:55:50.6659532Z   iputils-tracepath
2025-08-20T18:55:50.8022282Z 1 upgraded, 3 newly installed, 1 to remove and 166 not upgraded.
2025-08-20T18:55:50.8022640Z Need to get 84.5 kB of archives.
2025-08-20T18:55:50.8022936Z After this operation, 163 kB of additional disk space will be used.
2025-08-20T18:55:50.8023521Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-ping arm64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T18:55:50.9175109Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-tracepath arm64 3:20240117-1ubuntu0.1 [13.4 kB]
2025-08-20T18:55:50.9609482Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-arping arm64 3:20240117-1ubuntu0.1 [14.7 kB]
2025-08-20T18:55:51.0057540Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 iputils-clockdiff arm64 3:20240117-1ubuntu0.1 [11.6 kB]
2025-08-20T18:55:51.3348253Z Fetched 84.5 kB in 0s (252 kB/s)
2025-08-20T18:55:51.3587773Z (Reading database ... 
2025-08-20T18:55:51.3588495Z (Reading database ... 5%
2025-08-20T18:55:51.3588719Z (Reading database ... 10%
2025-08-20T18:55:51.3588944Z (Reading database ... 15%
2025-08-20T18:55:51.3589139Z (Reading database ... 20%
2025-08-20T18:55:51.3589329Z (Reading database ... 25%
2025-08-20T18:55:51.3589522Z (Reading database ... 30%
2025-08-20T18:55:51.3590043Z (Reading database ... 35%
2025-08-20T18:55:51.3590261Z (Reading database ... 40%
2025-08-20T18:55:51.3590528Z (Reading database ... 45%
2025-08-20T18:55:51.3590721Z (Reading database ... 50%
2025-08-20T18:55:51.3611729Z (Reading database ... 55%
2025-08-20T18:55:51.3708499Z (Reading database ... 60%
2025-08-20T18:55:51.3748420Z (Reading database ... 65%
2025-08-20T18:55:51.3767615Z (Reading database ... 70%
2025-08-20T18:55:51.3807479Z (Reading database ... 75%
2025-08-20T18:55:51.3988285Z (Reading database ... 80%
2025-08-20T18:55:51.4025214Z (Reading database ... 85%
2025-08-20T18:55:51.4062539Z (Reading database ... 90%
2025-08-20T18:55:51.4185653Z (Reading database ... 95%
2025-08-20T18:55:51.4185922Z (Reading database ... 100%
2025-08-20T18:55:51.4186210Z (Reading database ... 203308 files and directories currently installed.)
2025-08-20T18:55:51.4230042Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T18:55:51.5323473Z Selecting previously unselected package iputils-ping.
2025-08-20T18:55:51.5360654Z (Reading database ... 
2025-08-20T18:55:51.5360869Z (Reading database ... 5%
2025-08-20T18:55:51.5361087Z (Reading database ... 10%
2025-08-20T18:55:51.5361286Z (Reading database ... 15%
2025-08-20T18:55:51.5361485Z (Reading database ... 20%
2025-08-20T18:55:51.5361674Z (Reading database ... 25%
2025-08-20T18:55:51.5361866Z (Reading database ... 30%
2025-08-20T18:55:51.5362062Z (Reading database ... 35%
2025-08-20T18:55:51.5362259Z (Reading database ... 40%
2025-08-20T18:55:51.5362845Z (Reading database ... 45%
2025-08-20T18:55:51.5363040Z (Reading database ... 50%
2025-08-20T18:55:51.5385806Z (Reading database ... 55%
2025-08-20T18:55:51.5482463Z (Reading database ... 60%
2025-08-20T18:55:51.5522896Z (Reading database ... 65%
2025-08-20T18:55:51.5542187Z (Reading database ... 70%
2025-08-20T18:55:51.5580701Z (Reading database ... 75%
2025-08-20T18:55:51.5759303Z (Reading database ... 80%
2025-08-20T18:55:51.5796854Z (Reading database ... 85%
2025-08-20T18:55:51.5835994Z (Reading database ... 90%
2025-08-20T18:55:51.5966028Z (Reading database ... 95%
2025-08-20T18:55:51.5966272Z (Reading database ... 100%
2025-08-20T18:55:51.5966571Z (Reading database ... 203299 files and directories currently installed.)
2025-08-20T18:55:51.6012177Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T18:55:51.6077406Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T18:55:51.6808629Z Preparing to unpack .../iputils-tracepath_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T18:55:51.7002233Z Unpacking iputils-tracepath (3:20240117-1ubuntu0.1) over (3:20240117-1build1) ...
2025-08-20T18:55:51.7692474Z Selecting previously unselected package iputils-arping.
2025-08-20T18:55:51.7883695Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T18:55:51.7959471Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T18:55:51.8573769Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T18:55:51.8760866Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T18:55:51.8815258Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T18:55:51.9532415Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T18:55:51.9950135Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T18:55:52.0254947Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T18:55:52.0541138Z Setting up iputils-tracepath (3:20240117-1ubuntu0.1) ...
2025-08-20T18:55:52.0728958Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:55:55.0059250Z Reading package lists...
2025-08-20T18:55:55.2560383Z Building dependency tree...
2025-08-20T18:55:55.2567210Z Reading state information...
2025-08-20T18:55:55.5687518Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T18:55:55.6012402Z The following packages will be upgraded:
2025-08-20T18:55:55.6012730Z   python3-pip python3-pip-whl
2025-08-20T18:55:55.6215153Z 2 upgraded, 0 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T18:55:55.8568003Z Need to get 3020 kB of archives.
2025-08-20T18:55:55.8568816Z After this operation, 1024 B of additional disk space will be used.
2025-08-20T18:55:55.8569429Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip all 24.0+dfsg-1ubuntu1.2 [1317 kB]
2025-08-20T18:55:56.6966953Z 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-20T18:55:57.4115412Z Fetched 3020 kB in 1s (2025 kB/s)
2025-08-20T18:55:57.4549186Z (Reading database ... 
2025-08-20T18:55:57.4549448Z (Reading database ... 5%
2025-08-20T18:55:57.4549651Z (Reading database ... 10%
2025-08-20T18:55:57.4549853Z (Reading database ... 15%
2025-08-20T18:55:57.4550048Z (Reading database ... 20%
2025-08-20T18:55:57.4550238Z (Reading database ... 25%
2025-08-20T18:55:57.4550429Z (Reading database ... 30%
2025-08-20T18:55:57.4550624Z (Reading database ... 35%
2025-08-20T18:55:57.4550861Z (Reading database ... 40%
2025-08-20T18:55:57.4551056Z (Reading database ... 45%
2025-08-20T18:55:57.4551251Z (Reading database ... 50%
2025-08-20T18:55:57.4574220Z (Reading database ... 55%
2025-08-20T18:55:57.4672324Z (Reading database ... 60%
2025-08-20T18:55:57.4712453Z (Reading database ... 65%
2025-08-20T18:55:57.4731260Z (Reading database ... 70%
2025-08-20T18:55:57.4769523Z (Reading database ... 75%
2025-08-20T18:55:57.4942135Z (Reading database ... 80%
2025-08-20T18:55:57.4977917Z (Reading database ... 85%
2025-08-20T18:55:57.5014971Z (Reading database ... 90%
2025-08-20T18:55:57.5137403Z (Reading database ... 95%
2025-08-20T18:55:57.5137611Z (Reading database ... 100%
2025-08-20T18:55:57.5137899Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T18:55:57.5180133Z Preparing to unpack .../python3-pip_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T18:55:57.7902203Z Unpacking python3-pip (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T18:55:57.9775056Z Preparing to unpack .../python3-pip-whl_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T18:55:57.9965068Z Unpacking python3-pip-whl (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T18:55:58.1107359Z Setting up python3-pip-whl (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T18:55:58.1295779Z Setting up python3-pip (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T18:55:59.0858287Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:56:02.1066046Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T18:56:02.3952639Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T18:56:03.4114606Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T18:56:03.5449795Z Collecting pip
2025-08-20T18:56:03.6176782Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T18:56:03.6453089Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T18:56:03.7377810Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 20.0 MB/s eta 0:00:00
2025-08-20T18:56:04.0106105Z Installing collected packages: pip
2025-08-20T18:56:04.6687746Z Successfully installed pip-25.2
2025-08-20T18:56:04.8708330Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T18:56:04.9158437Z Reading package lists...
2025-08-20T18:56:05.1747717Z Building dependency tree...
2025-08-20T18:56:05.1755093Z Reading state information...
2025-08-20T18:56:05.4604610Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T18:56:05.4605019Z pciutils set to manually installed.
2025-08-20T18:56:05.4605305Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T18:56:05.4605632Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T18:56:05.4605926Z python3-distro set to manually installed.
2025-08-20T18:56:05.4606242Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T18:56:05.4606572Z python3-netifaces set to manually installed.
2025-08-20T18:56:05.4607365Z The following additional packages will be installed:
2025-08-20T18:56:05.4607690Z   libsysfs2
2025-08-20T18:56:05.4616967Z Suggested packages:
2025-08-20T18:56:05.4617351Z   fancontrol read-edid i2c-tools
2025-08-20T18:56:05.4904786Z The following NEW packages will be installed:
2025-08-20T18:56:05.4907968Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T18:56:05.5129750Z 0 upgraded, 4 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T18:56:05.7263438Z Need to get 133 kB of archives.
2025-08-20T18:56:05.7263860Z After this operation, 695 kB of additional disk space will be used.
2025-08-20T18:56:05.7264372Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsysfs2 arm64 2.1.1-6build1 [21.2 kB]
2025-08-20T18:56:05.8071395Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 sysfsutils arm64 2.1.1-6build1 [15.0 kB]
2025-08-20T18:56:05.8562842Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lm-sensors arm64 1:3.6.0-9build1 [81.5 kB]
2025-08-20T18:56:05.9600189Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 virt-what arm64 1.25-2 [15.2 kB]
2025-08-20T18:56:06.2434653Z Fetched 133 kB in 0s (305 kB/s)
2025-08-20T18:56:06.2806582Z Selecting previously unselected package libsysfs2:arm64.
2025-08-20T18:56:06.2843165Z (Reading database ... 
2025-08-20T18:56:06.2843421Z (Reading database ... 5%
2025-08-20T18:56:06.2843623Z (Reading database ... 10%
2025-08-20T18:56:06.2843824Z (Reading database ... 15%
2025-08-20T18:56:06.2844021Z (Reading database ... 20%
2025-08-20T18:56:06.2844616Z (Reading database ... 25%
2025-08-20T18:56:06.2844812Z (Reading database ... 30%
2025-08-20T18:56:06.2845005Z (Reading database ... 35%
2025-08-20T18:56:06.2845836Z (Reading database ... 40%
2025-08-20T18:56:06.2846046Z (Reading database ... 45%
2025-08-20T18:56:06.2846241Z (Reading database ... 50%
2025-08-20T18:56:06.2868362Z (Reading database ... 55%
2025-08-20T18:56:06.2965788Z (Reading database ... 60%
2025-08-20T18:56:06.3005564Z (Reading database ... 65%
2025-08-20T18:56:06.3024174Z (Reading database ... 70%
2025-08-20T18:56:06.3063061Z (Reading database ... 75%
2025-08-20T18:56:06.3238302Z (Reading database ... 80%
2025-08-20T18:56:06.3273732Z (Reading database ... 85%
2025-08-20T18:56:06.3310262Z (Reading database ... 90%
2025-08-20T18:56:06.3428681Z (Reading database ... 95%
2025-08-20T18:56:06.3428892Z (Reading database ... 100%
2025-08-20T18:56:06.3429187Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T18:56:06.3472117Z Preparing to unpack .../libsysfs2_2.1.1-6build1_arm64.deb ...
2025-08-20T18:56:06.3596532Z Unpacking libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T18:56:06.4379956Z Selecting previously unselected package sysfsutils.
2025-08-20T18:56:06.4569995Z Preparing to unpack .../sysfsutils_2.1.1-6build1_arm64.deb ...
2025-08-20T18:56:06.4668261Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T18:56:06.5537198Z Selecting previously unselected package lm-sensors.
2025-08-20T18:56:06.5723932Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_arm64.deb ...
2025-08-20T18:56:06.5966310Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T18:56:06.6594407Z Selecting previously unselected package virt-what.
2025-08-20T18:56:06.6831197Z Preparing to unpack .../virt-what_1.25-2_arm64.deb ...
2025-08-20T18:56:06.6890444Z Unpacking virt-what (1.25-2) ...
2025-08-20T18:56:06.7697288Z Setting up virt-what (1.25-2) ...
2025-08-20T18:56:06.7885043Z Setting up libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T18:56:06.8078227Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T18:56:07.1322433Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T18:56:07.1322806Z 
2025-08-20T18:56:07.1323263Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T18:56:07.1323698Z 
2025-08-20T18:56:07.3824556Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T18:56:07.6952096Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T18:56:07.6952606Z 
2025-08-20T18:56:07.7061531Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:56:09.2920345Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T18:56:10.7475282Z Reading package lists...
2025-08-20T18:56:11.0037392Z Building dependency tree...
2025-08-20T18:56:11.0045716Z Reading state information...
2025-08-20T18:56:11.2984418Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T18:56:11.2985249Z The following additional packages will be installed:
2025-08-20T18:56:11.2990228Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T18:56:11.2990597Z   xorg-sgml-doctools
2025-08-20T18:56:11.2998515Z Suggested packages:
2025-08-20T18:56:11.2998715Z   libxcb-doc
2025-08-20T18:56:11.3195575Z The following NEW packages will be installed:
2025-08-20T18:56:11.3197885Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T18:56:11.3201263Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T18:56:11.3201620Z   xcb xorg-sgml-doctools
2025-08-20T18:56:11.4572812Z 0 upgraded, 11 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T18:56:11.4573188Z Need to get 816 kB of archives.
2025-08-20T18:56:11.4573484Z After this operation, 3266 kB of additional disk space will be used.
2025-08-20T18:56:11.4574013Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpthread-stubs0-dev arm64 0.4-1build3 [4734 B]
2025-08-20T18:56:11.4964038Z 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-20T18:56:11.5384436Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T18:56:11.7658466Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxau-dev arm64 1:1.0.9-1build6 [10.0 kB]
2025-08-20T18:56:11.8045775Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxdmcp-dev arm64 1:1.1.3-0ubuntu6 [26.3 kB]
2025-08-20T18:56:11.8442898Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb1-dev arm64 1.15-1ubuntu2 [91.2 kB]
2025-08-20T18:56:11.8865813Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-render0-dev arm64 1.15-1ubuntu2 [20.9 kB]
2025-08-20T18:56:11.9261555Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0 arm64 1.15-1ubuntu2 [6250 B]
2025-08-20T18:56:11.9651823Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0-dev arm64 1.15-1ubuntu2 [7806 B]
2025-08-20T18:56:12.0042449Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-xfixes0-dev arm64 1.15-1ubuntu2 [14.2 kB]
2025-08-20T18:56:12.0433893Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 xcb arm64 2.4-8build2 [21.1 kB]
2025-08-20T18:56:12.3316502Z Fetched 816 kB in 1s (1145 kB/s)
2025-08-20T18:56:12.3606917Z Selecting previously unselected package libpthread-stubs0-dev:arm64.
2025-08-20T18:56:12.3643574Z (Reading database ... 
2025-08-20T18:56:12.3643823Z (Reading database ... 5%
2025-08-20T18:56:12.3644022Z (Reading database ... 10%
2025-08-20T18:56:12.3644329Z (Reading database ... 15%
2025-08-20T18:56:12.3644528Z (Reading database ... 20%
2025-08-20T18:56:12.3644733Z (Reading database ... 25%
2025-08-20T18:56:12.3644927Z (Reading database ... 30%
2025-08-20T18:56:12.3645119Z (Reading database ... 35%
2025-08-20T18:56:12.3645312Z (Reading database ... 40%
2025-08-20T18:56:12.3645523Z (Reading database ... 45%
2025-08-20T18:56:12.3645717Z (Reading database ... 50%
2025-08-20T18:56:12.3669194Z (Reading database ... 55%
2025-08-20T18:56:12.3767934Z (Reading database ... 60%
2025-08-20T18:56:12.3807388Z (Reading database ... 65%
2025-08-20T18:56:12.3827883Z (Reading database ... 70%
2025-08-20T18:56:12.3865733Z (Reading database ... 75%
2025-08-20T18:56:12.4048007Z (Reading database ... 80%
2025-08-20T18:56:12.4084313Z (Reading database ... 85%
2025-08-20T18:56:12.4122954Z (Reading database ... 90%
2025-08-20T18:56:12.4246713Z (Reading database ... 95%
2025-08-20T18:56:12.4246971Z (Reading database ... 100%
2025-08-20T18:56:12.4247420Z (Reading database ... 203371 files and directories currently installed.)
2025-08-20T18:56:12.4290806Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_arm64.deb ...
2025-08-20T18:56:12.4374492Z Unpacking libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T18:56:12.4891440Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T18:56:12.5071187Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T18:56:12.5128821Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T18:56:12.6160572Z Selecting previously unselected package x11proto-dev.
2025-08-20T18:56:12.6357304Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T18:56:12.6433129Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T18:56:12.7136530Z Selecting previously unselected package libxau-dev:arm64.
2025-08-20T18:56:12.7341852Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_arm64.deb ...
2025-08-20T18:56:12.7410604Z Unpacking libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T18:56:12.7974480Z Selecting previously unselected package libxdmcp-dev:arm64.
2025-08-20T18:56:12.8175837Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_arm64.deb ...
2025-08-20T18:56:12.8237890Z Unpacking libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T18:56:12.8826580Z Selecting previously unselected package libxcb1-dev:arm64.
2025-08-20T18:56:12.9026102Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T18:56:12.9098893Z Unpacking libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T18:56:12.9703860Z Selecting previously unselected package libxcb-render0-dev:arm64.
2025-08-20T18:56:12.9885217Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T18:56:12.9950101Z Unpacking libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T18:56:13.0614937Z Selecting previously unselected package libxcb-shape0:arm64.
2025-08-20T18:56:13.0802180Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_arm64.deb ...
2025-08-20T18:56:13.0922008Z Unpacking libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T18:56:13.1419984Z Selecting previously unselected package libxcb-shape0-dev:arm64.
2025-08-20T18:56:13.1605547Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T18:56:13.1664469Z Unpacking libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T18:56:13.2191400Z Selecting previously unselected package libxcb-xfixes0-dev:arm64.
2025-08-20T18:56:13.2396036Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T18:56:13.2458929Z Unpacking libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T18:56:13.3340411Z Selecting previously unselected package xcb.
2025-08-20T18:56:13.3563770Z Preparing to unpack .../10-xcb_2.4-8build2_arm64.deb ...
2025-08-20T18:56:13.3623084Z Unpacking xcb (2.4-8build2) ...
2025-08-20T18:56:13.4495569Z Setting up libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T18:56:13.4682796Z Setting up libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T18:56:13.4874655Z Setting up xcb (2.4-8build2) ...
2025-08-20T18:56:13.5109795Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T18:56:13.5350961Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T18:56:13.5633575Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T18:56:15.0514997Z Processing triggers for sgml-base (1.31) ...
2025-08-20T18:56:15.0812012Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T18:56:15.1005881Z Setting up libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T18:56:15.1189117Z Setting up libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T18:56:15.1380892Z Setting up libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T18:56:15.1589480Z Setting up libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T18:56:15.1773813Z Setting up libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T18:56:15.2052925Z Setting up libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T18:56:16.8259290Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T18:56:17.4802080Z Collecting build
2025-08-20T18:56:17.5677441Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T18:56:17.7595192Z Collecting cffi
2025-08-20T18:56:17.7754951Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T18:56:17.8105187Z Collecting scons
2025-08-20T18:56:17.8263234Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T18:56:17.8628370Z Collecting scuba
2025-08-20T18:56:17.8792285Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T18:56:17.9427386Z Collecting pytest
2025-08-20T18:56:17.9589365Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T18:56:17.9977698Z Collecting packaging>=19.1 (from build)
2025-08-20T18:56:18.0133619Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T18:56:18.0449166Z Collecting pyproject_hooks (from build)
2025-08-20T18:56:18.0605664Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T18:56:18.0929965Z Collecting pycparser (from cffi)
2025-08-20T18:56:18.1086194Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T18:56:18.1545822Z Collecting PyYAML (from scuba)
2025-08-20T18:56:18.1708757Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T18:56:18.2013942Z Collecting iniconfig>=1 (from pytest)
2025-08-20T18:56:18.2168130Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T18:56:18.2524104Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T18:56:18.2678925Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T18:56:18.3047459Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T18:56:18.3202233Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T18:56:18.3497497Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T18:56:18.3808790Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T18:56:18.4560161Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T18:56:18.5208446Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 63.6 MB/s  0:00:00
2025-08-20T18:56:18.5380112Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T18:56:18.5658507Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T18:56:18.5931666Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T18:56:18.6185305Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T18:56:18.6438214Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T18:56:18.6722157Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T18:56:18.6939679Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 49.6 MB/s  0:00:00
2025-08-20T18:56:18.7095170Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T18:56:18.7402297Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T18:56:18.7671230Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T18:56:18.7820833Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.2/739.2 kB 36.9 MB/s  0:00:00
2025-08-20T18:56:18.8780276Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T18:56:20.5101399Z 
2025-08-20T18:56:20.5116845Z 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-20T18:56:20.8442372Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T18:56:21.5027367Z Collecting ansi2txt
2025-08-20T18:56:21.5860324Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T18:56:21.6326876Z Collecting pipx
2025-08-20T18:56:21.6506868Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T18:56:21.6928220Z Collecting scons
2025-08-20T18:56:21.6939975Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T18:56:21.7204925Z Collecting py2static
2025-08-20T18:56:21.7371808Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T18:56:21.7830053Z Collecting typer
2025-08-20T18:56:21.7981033Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T18:56:21.8529863Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T18:56:21.8684118Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T18:56:21.9106429Z Collecting packaging>=20 (from pipx)
2025-08-20T18:56:21.9117640Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T18:56:21.9462976Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T18:56:21.9614193Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T18:56:22.0018184Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T18:56:22.0172120Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T18:56:22.0871747Z Collecting pyinstaller (from py2static)
2025-08-20T18:56:22.1038439Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T18:56:22.1440710Z Collecting staticx (from py2static)
2025-08-20T18:56:22.1615388Z   Downloading staticx-0.14.1.tar.gz (73 kB)
2025-08-20T18:56:22.2124276Z   Preparing metadata (setup.py): started
2025-08-20T18:56:22.9890148Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T18:56:23.0222610Z Collecting click>=8.0.0 (from typer)
2025-08-20T18:56:23.0375656Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T18:56:23.0895922Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T18:56:23.1046811Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T18:56:23.1470721Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T18:56:23.1619577Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T18:56:23.2198079Z Collecting rich>=10.11.0 (from typer)
2025-08-20T18:56:23.2353344Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T18:56:23.2796087Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T18:56:23.2946325Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T18:56:23.3416121Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T18:56:23.3427317Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T18:56:23.3715766Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T18:56:23.3866971Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T18:56:23.5128841Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T18:56:23.5308817Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T18:56:23.5726088Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T18:56:23.5877383Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T18:56:23.6326278Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T18:56:23.6481396Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T18:56:23.6948608Z Collecting pyelftools (from staticx->py2static)
2025-08-20T18:56:23.7102536Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T18:56:23.7380165Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T18:56:23.7635938Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T18:56:23.7800949Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T18:56:23.7997201Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T18:56:23.8262551Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T18:56:23.8525789Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T18:56:23.8768390Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T18:56:23.8933302Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T18:56:23.9087765Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T18:56:23.9337421Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T18:56:23.9595178Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T18:56:23.9755874Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T18:56:24.0013475Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T18:56:24.0319844Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T18:56:24.0607452Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T18:56:24.0873226Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T18:56:24.1197205Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T18:56:24.1505504Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 726.3/726.3 kB 17.7 MB/s  0:00:00
2025-08-20T18:56:24.1670947Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T18:56:24.2002174Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T18:56:24.2391117Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 25.9 MB/s  0:00:00
2025-08-20T18:56:24.2549305Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T18:56:24.2799631Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T18:56:24.3261146Z Building wheels for collected packages: staticx
2025-08-20T18:56:24.3267505Z   Building wheel for staticx (setup.py): started
2025-08-20T18:56:34.8018962Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T18:56:34.8029892Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790698 sha256=3ade4326cf63d6f8f614ca2ae4412961b98945bf68dd20e89cd191a4ea97165d
2025-08-20T18:56:34.8030799Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T18:56:34.8046575Z Successfully built staticx
2025-08-20T18:56:34.9003570Z 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-20T18:56:35.7372139Z   Attempting uninstall: scons
2025-08-20T18:56:35.7446491Z     Found existing installation: SCons 4.9.1
2025-08-20T18:56:35.7743368Z     Uninstalling SCons-4.9.1:
2025-08-20T18:56:35.7806936Z       Successfully uninstalled SCons-4.9.1
2025-08-20T18:56:36.2784866Z   Attempting uninstall: pygments
2025-08-20T18:56:36.2863333Z     Found existing installation: Pygments 2.19.2
2025-08-20T18:56:36.3017971Z     Uninstalling Pygments-2.19.2:
2025-08-20T18:56:36.3041767Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T18:56:36.9062848Z   Attempting uninstall: packaging
2025-08-20T18:56:36.9134290Z     Found existing installation: packaging 25.0
2025-08-20T18:56:36.9154095Z     Uninstalling packaging-25.0:
2025-08-20T18:56:36.9160426Z       Successfully uninstalled packaging-25.0
2025-08-20T18:56:37.9222661Z 
2025-08-20T18:56:37.9245284Z 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-20T18:56:38.2305324Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T18:56:38.8686674Z Collecting build
2025-08-20T18:56:38.8698721Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T18:56:38.9457429Z Collecting cffi
2025-08-20T18:56:38.9469593Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T18:56:38.9689371Z Collecting scons
2025-08-20T18:56:38.9699410Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T18:56:38.9897745Z Collecting scuba
2025-08-20T18:56:38.9908073Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T18:56:39.0381094Z Collecting pytest
2025-08-20T18:56:39.0392493Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T18:56:39.0655206Z Collecting packaging>=19.1 (from build)
2025-08-20T18:56:39.0665170Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T18:56:39.0848666Z Collecting pyproject_hooks (from build)
2025-08-20T18:56:39.0858981Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T18:56:39.1045383Z Collecting pycparser (from cffi)
2025-08-20T18:56:39.1057150Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T18:56:39.1392801Z Collecting PyYAML (from scuba)
2025-08-20T18:56:39.1409735Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T18:56:39.2251274Z Collecting iniconfig>=1 (from pytest)
2025-08-20T18:56:39.2260956Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T18:56:39.3778168Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T18:56:39.3788216Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T18:56:39.4043968Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T18:56:39.4052864Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T18:56:39.4104301Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T18:56:39.4113875Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T18:56:39.4125400Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T18:56:39.4157930Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T18:56:39.4168348Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T18:56:39.4179127Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T18:56:39.4188040Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T18:56:39.4196563Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T18:56:39.4205279Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T18:56:39.4221210Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T18:56:39.4230540Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T18:56:39.4239368Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T18:56:39.5283219Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T18:56:39.5288591Z   Attempting uninstall: scons
2025-08-20T18:56:39.5360918Z     Found existing installation: SCons 4.9.1
2025-08-20T18:56:39.5646787Z     Uninstalling SCons-4.9.1:
2025-08-20T18:56:39.5710745Z       Successfully uninstalled SCons-4.9.1
2025-08-20T18:56:40.0686921Z   Attempting uninstall: PyYAML
2025-08-20T18:56:40.0761009Z     Found existing installation: PyYAML 6.0.2
2025-08-20T18:56:40.0780485Z     Uninstalling PyYAML-6.0.2:
2025-08-20T18:56:40.0787310Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T18:56:40.1332234Z   Attempting uninstall: pyproject_hooks
2025-08-20T18:56:40.1402632Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T18:56:40.1416670Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T18:56:40.1422262Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T18:56:40.1574323Z   Attempting uninstall: pygments
2025-08-20T18:56:40.1642721Z     Found existing installation: Pygments 2.19.2
2025-08-20T18:56:40.1798848Z     Uninstalling Pygments-2.19.2:
2025-08-20T18:56:40.1822601Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T18:56:40.7578230Z   Attempting uninstall: pycparser
2025-08-20T18:56:40.7650068Z     Found existing installation: pycparser 2.22
2025-08-20T18:56:40.7669733Z     Uninstalling pycparser-2.22:
2025-08-20T18:56:40.7675564Z       Successfully uninstalled pycparser-2.22
2025-08-20T18:56:40.8874668Z   Attempting uninstall: pluggy
2025-08-20T18:56:40.8945934Z     Found existing installation: pluggy 1.6.0
2025-08-20T18:56:40.8962008Z     Uninstalling pluggy-1.6.0:
2025-08-20T18:56:40.8967272Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T18:56:40.9169446Z   Attempting uninstall: packaging
2025-08-20T18:56:40.9243303Z     Found existing installation: packaging 25.0
2025-08-20T18:56:40.9263068Z     Uninstalling packaging-25.0:
2025-08-20T18:56:40.9269954Z       Successfully uninstalled packaging-25.0
2025-08-20T18:56:40.9697886Z   Attempting uninstall: iniconfig
2025-08-20T18:56:40.9772968Z     Found existing installation: iniconfig 2.1.0
2025-08-20T18:56:40.9787265Z     Uninstalling iniconfig-2.1.0:
2025-08-20T18:56:40.9792722Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T18:56:40.9931138Z   Attempting uninstall: scuba
2025-08-20T18:56:41.0000083Z     Found existing installation: scuba 2.14.1
2025-08-20T18:56:41.0018109Z     Uninstalling scuba-2.14.1:
2025-08-20T18:56:41.0025334Z       Successfully uninstalled scuba-2.14.1
2025-08-20T18:56:41.0282217Z   Attempting uninstall: pytest
2025-08-20T18:56:41.0358289Z     Found existing installation: pytest 8.4.1
2025-08-20T18:56:41.0406442Z     Uninstalling pytest-8.4.1:
2025-08-20T18:56:41.0613759Z       Successfully uninstalled pytest-8.4.1
2025-08-20T18:56:41.2691551Z   Attempting uninstall: cffi
2025-08-20T18:56:41.2759094Z     Found existing installation: cffi 1.17.1
2025-08-20T18:56:41.2784609Z     Uninstalling cffi-1.17.1:
2025-08-20T18:56:41.2973080Z       Successfully uninstalled cffi-1.17.1
2025-08-20T18:56:41.3653513Z   Attempting uninstall: build
2025-08-20T18:56:41.3722961Z     Found existing installation: build 1.3.0
2025-08-20T18:56:41.3742263Z     Uninstalling build-1.3.0:
2025-08-20T18:56:41.3749937Z       Successfully uninstalled build-1.3.0
2025-08-20T18:56:41.3990457Z 
2025-08-20T18:56:41.4014070Z 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-20T18:56:41.6942027Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T18:56:42.3477210Z Collecting ansi2txt
2025-08-20T18:56:42.3489018Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T18:56:42.3822371Z Collecting pipx
2025-08-20T18:56:42.3834142Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T18:56:42.4146674Z Collecting scons
2025-08-20T18:56:42.4159403Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T18:56:42.4399015Z Collecting py2static
2025-08-20T18:56:42.4409609Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T18:56:42.4692367Z Collecting typer
2025-08-20T18:56:42.4703501Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T18:56:42.5075542Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T18:56:42.5086818Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T18:56:42.5373561Z Collecting packaging>=20 (from pipx)
2025-08-20T18:56:42.5384925Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T18:56:42.5691008Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T18:56:42.5702527Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T18:56:42.6169855Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T18:56:42.6181893Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T18:56:42.6641066Z Collecting pyinstaller (from py2static)
2025-08-20T18:56:42.6653026Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T18:56:42.6924153Z Collecting staticx (from py2static)
2025-08-20T18:56:42.6934396Z   Using cached staticx-0.14.1.tar.gz (73 kB)
2025-08-20T18:56:42.7069087Z   Preparing metadata (setup.py): started
2025-08-20T18:56:42.9050893Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T18:56:42.9437569Z Collecting click>=8.0.0 (from typer)
2025-08-20T18:56:42.9448860Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T18:56:42.9776420Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T18:56:42.9787605Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T18:56:43.0168417Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T18:56:43.0178680Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T18:56:43.0632006Z Collecting rich>=10.11.0 (from typer)
2025-08-20T18:56:43.0643203Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T18:56:43.0976967Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T18:56:43.0989237Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T18:56:43.1313119Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T18:56:43.1323931Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T18:56:43.1576966Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T18:56:43.1587411Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T18:56:43.2602406Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T18:56:43.2611291Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T18:56:43.2932346Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T18:56:43.2942600Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T18:56:43.3299736Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T18:56:43.3311086Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T18:56:43.3605016Z Collecting pyelftools (from staticx->py2static)
2025-08-20T18:56:43.3615764Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T18:56:43.3649588Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T18:56:43.3658904Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T18:56:43.3668351Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T18:56:43.3700369Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T18:56:43.3709293Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T18:56:43.3718360Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T18:56:43.3727231Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T18:56:43.3736326Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T18:56:43.3745411Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T18:56:43.3754086Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T18:56:43.3764835Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T18:56:43.3780657Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T18:56:43.3790082Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T18:56:43.3798817Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T18:56:43.3807361Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T18:56:43.3816178Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T18:56:43.3825211Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T18:56:43.3838737Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T18:56:43.3850791Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T18:56:43.3866853Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T18:56:43.3875552Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T18:56:43.4192239Z Building wheels for collected packages: staticx
2025-08-20T18:56:43.4198751Z   Building wheel for staticx (setup.py): started
2025-08-20T18:56:45.9632284Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T18:56:45.9642366Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790767 sha256=0be753290e9768264ebbcadf21f4836228878c8810c5b3dac6e8930b9988f2be
2025-08-20T18:56:45.9643548Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T18:56:45.9661446Z Successfully built staticx
2025-08-20T18:56:46.0626093Z 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-20T18:56:46.0630357Z   Attempting uninstall: pyelftools
2025-08-20T18:56:46.0696817Z     Found existing installation: pyelftools 0.32
2025-08-20T18:56:46.0734779Z     Uninstalling pyelftools-0.32:
2025-08-20T18:56:46.0746711Z       Successfully uninstalled pyelftools-0.32
2025-08-20T18:56:46.1811889Z   Attempting uninstall: altgraph
2025-08-20T18:56:46.1883417Z     Found existing installation: altgraph 0.17.4
2025-08-20T18:56:46.1901924Z     Uninstalling altgraph-0.17.4:
2025-08-20T18:56:46.1906921Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T18:56:46.2097970Z   Attempting uninstall: typing-extensions
2025-08-20T18:56:46.2168115Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T18:56:46.2180922Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T18:56:46.2372482Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T18:56:46.2695922Z   Attempting uninstall: staticx
2025-08-20T18:56:46.2768765Z     Found existing installation: staticx 0.14.1
2025-08-20T18:56:46.2789903Z     Uninstalling staticx-0.14.1:
2025-08-20T18:56:46.2798197Z       Successfully uninstalled staticx-0.14.1
2025-08-20T18:56:46.3116010Z   Attempting uninstall: shellingham
2025-08-20T18:56:46.3189464Z     Found existing installation: shellingham 1.5.4
2025-08-20T18:56:46.3205024Z     Uninstalling shellingham-1.5.4:
2025-08-20T18:56:46.3210310Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T18:56:46.3368598Z   Attempting uninstall: setuptools
2025-08-20T18:56:46.3437723Z     Found existing installation: setuptools 80.9.0
2025-08-20T18:56:46.3639784Z     Uninstalling setuptools-80.9.0:
2025-08-20T18:56:46.3861503Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T18:56:46.9831673Z   Attempting uninstall: scons
2025-08-20T18:56:46.9908542Z     Found existing installation: SCons 4.9.1
2025-08-20T18:56:47.0212803Z     Uninstalling SCons-4.9.1:
2025-08-20T18:56:47.0274614Z       Successfully uninstalled SCons-4.9.1
2025-08-20T18:56:47.5257285Z   Attempting uninstall: pygments
2025-08-20T18:56:47.5332779Z     Found existing installation: Pygments 2.19.2
2025-08-20T18:56:47.5487605Z     Uninstalling Pygments-2.19.2:
2025-08-20T18:56:47.5511426Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T18:56:48.1533451Z   Attempting uninstall: platformdirs
2025-08-20T18:56:48.1611714Z     Found existing installation: platformdirs 4.3.8
2025-08-20T18:56:48.1629387Z     Uninstalling platformdirs-4.3.8:
2025-08-20T18:56:48.1634868Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T18:56:48.1906518Z   Attempting uninstall: packaging
2025-08-20T18:56:48.1981445Z     Found existing installation: packaging 25.0
2025-08-20T18:56:48.2000782Z     Uninstalling packaging-25.0:
2025-08-20T18:56:48.2006904Z       Successfully uninstalled packaging-25.0
2025-08-20T18:56:48.2491266Z   Attempting uninstall: mdurl
2025-08-20T18:56:48.2560045Z     Found existing installation: mdurl 0.1.2
2025-08-20T18:56:48.2574346Z     Uninstalling mdurl-0.1.2:
2025-08-20T18:56:48.2579637Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T18:56:48.2747279Z   Attempting uninstall: click
2025-08-20T18:56:48.2820158Z     Found existing installation: click 8.2.1
2025-08-20T18:56:48.2838714Z     Uninstalling click-8.2.1:
2025-08-20T18:56:48.2844400Z       Successfully uninstalled click-8.2.1
2025-08-20T18:56:48.3450866Z   Attempting uninstall: argcomplete
2025-08-20T18:56:48.3526524Z     Found existing installation: argcomplete 3.6.2
2025-08-20T18:56:48.3551149Z     Uninstalling argcomplete-3.6.2:
2025-08-20T18:56:48.3560835Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T18:56:48.3844518Z   Attempting uninstall: ansi2txt
2025-08-20T18:56:48.3918103Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T18:56:48.3931990Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T18:56:48.4128147Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T18:56:48.4254860Z   Attempting uninstall: userpath
2025-08-20T18:56:48.4328752Z     Found existing installation: userpath 1.9.2
2025-08-20T18:56:48.4345201Z     Uninstalling userpath-1.9.2:
2025-08-20T18:56:48.4352589Z       Successfully uninstalled userpath-1.9.2
2025-08-20T18:56:48.4522039Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T18:56:48.4598097Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T18:56:48.4905412Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T18:56:48.4944841Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T18:56:48.6926396Z   Attempting uninstall: markdown-it-py
2025-08-20T18:56:48.6998492Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T18:56:48.7060207Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T18:56:48.7071856Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T18:56:48.7705242Z   Attempting uninstall: rich
2025-08-20T18:56:48.7780860Z     Found existing installation: rich 14.1.0
2025-08-20T18:56:48.7827348Z     Uninstalling rich-14.1.0:
2025-08-20T18:56:48.7835948Z       Successfully uninstalled rich-14.1.0
2025-08-20T18:56:48.9410269Z   Attempting uninstall: pyinstaller
2025-08-20T18:56:48.9484860Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T18:56:48.9738334Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T18:56:48.9778216Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T18:56:49.2438831Z   Attempting uninstall: pipx
2025-08-20T18:56:49.2529955Z     Found existing installation: pipx 1.7.1
2025-08-20T18:56:49.2560330Z     Uninstalling pipx-1.7.1:
2025-08-20T18:56:49.2569213Z       Successfully uninstalled pipx-1.7.1
2025-08-20T18:56:49.3117645Z   Attempting uninstall: typer
2025-08-20T18:56:49.3192590Z     Found existing installation: typer 0.16.1
2025-08-20T18:56:49.3215431Z     Uninstalling typer-0.16.1:
2025-08-20T18:56:49.3223978Z       Successfully uninstalled typer-0.16.1
2025-08-20T18:56:49.3624487Z   Attempting uninstall: py2static
2025-08-20T18:56:49.3692640Z     Found existing installation: py2static 0.0.1
2025-08-20T18:56:49.3709694Z     Uninstalling py2static-0.0.1:
2025-08-20T18:56:49.3717575Z       Successfully uninstalled py2static-0.0.1
2025-08-20T18:56:49.3908875Z 
2025-08-20T18:56:49.3934960Z 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-20T18:56:49.7002829Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T18:56:50.2676843Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T18:56:50.2678889Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-zmfivkx6
2025-08-20T18:56:50.2698694Z 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-zmfivkx6
2025-08-20T18:56:52.1271400Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T18:56:52.1307571Z   Installing build dependencies: started
2025-08-20T18:56:53.2596395Z   Installing build dependencies: finished with status 'done'
2025-08-20T18:56:53.2604849Z   Getting requirements to build wheel: started
2025-08-20T18:56:53.5282644Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T18:56:53.5293963Z   Preparing metadata (pyproject.toml): started
2025-08-20T18:56:53.7059312Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T18:56:53.8887900Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T18:56:53.8900598Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T18:56:53.9197415Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T18:56:53.9208244Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T18:56:53.9509832Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T18:56:53.9520434Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T18:56:53.9807319Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T18:56:53.9818560Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T18:56:53.9859014Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T18:56:53.9868955Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T18:56:53.9880993Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T18:56:53.9897286Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T18:56:54.0007903Z Building wheels for collected packages: pyinstaller
2025-08-20T18:56:54.0015286Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T18:56:56.7978720Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T18:56:56.8001471Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1828928 sha256=c9b27f43f54e3c78d93083feeb36f2ce919cc5d559028b37a5e8d9ce6421a68f
2025-08-20T18:56:56.8002676Z   Stored in directory: /tmp/pip-ephem-wheel-cache-e8bowkv1/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T18:56:56.8039295Z Successfully built pyinstaller
2025-08-20T18:56:56.8823610Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T18:56:56.8828853Z   Attempting uninstall: altgraph
2025-08-20T18:56:56.8897231Z     Found existing installation: altgraph 0.17.4
2025-08-20T18:56:56.8914880Z     Uninstalling altgraph-0.17.4:
2025-08-20T18:56:56.8921119Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T18:56:56.9187559Z   Attempting uninstall: setuptools
2025-08-20T18:56:56.9256760Z     Found existing installation: setuptools 80.9.0
2025-08-20T18:56:56.9460622Z     Uninstalling setuptools-80.9.0:
2025-08-20T18:56:56.9690007Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T18:56:57.5630110Z   Attempting uninstall: packaging
2025-08-20T18:56:57.5702746Z     Found existing installation: packaging 25.0
2025-08-20T18:56:57.5734297Z     Uninstalling packaging-25.0:
2025-08-20T18:56:57.5740302Z       Successfully uninstalled packaging-25.0
2025-08-20T18:56:57.6225876Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T18:56:57.6301821Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T18:56:57.6608233Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T18:56:57.6646382Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T18:56:57.8626920Z   Attempting uninstall: pyinstaller
2025-08-20T18:56:57.8704763Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T18:56:57.8970252Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T18:56:57.9008598Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T18:56:58.1767538Z 
2025-08-20T18:56:58.1798999Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T18:56:58.4095154Z 6.15.0
2025-08-20T18:56:59.9357911Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T18:56:59.9368019Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T18:56:59.9368341Z 
2025-08-20T18:56:59.9368603Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T18:56:59.9369247Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T18:56:59.9369626Z installation.
2025-08-20T18:56:59.9369738Z 
2025-08-20T18:56:59.9370045Z If you installed the current Docker package using this script and are using it
2025-08-20T18:56:59.9370577Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T18:56:59.9371075Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T18:56:59.9371493Z files to match the parameters passed to the script.
2025-08-20T18:56:59.9371697Z 
2025-08-20T18:56:59.9371829Z You may press Ctrl+C now to abort this script.
2025-08-20T18:56:59.9533196Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T18:57:01.7190570Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T18:57:02.2724645Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T18:57:02.2893366Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T18:57:02.3888244Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T18:57:02.3904641Z + 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-20T18:57:02.3910996Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T18:57:04.1169118Z + 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-20T18:57:14.8807135Z + sh -c 'docker version'
2025-08-20T18:57:14.8959776Z Client: Docker Engine - Community
2025-08-20T18:57:14.8960851Z  Version:           28.3.3
2025-08-20T18:57:14.8961209Z  API version:       1.51
2025-08-20T18:57:14.8961464Z  Go version:        go1.24.5
2025-08-20T18:57:14.8961816Z  Git commit:        980b856
2025-08-20T18:57:14.8962078Z  Built:             Fri Jul 25 11:35:18 2025
2025-08-20T18:57:14.8962399Z  OS/Arch:           linux/arm64
2025-08-20T18:57:14.8962703Z  Context:           default
2025-08-20T18:57:14.8962846Z 
2025-08-20T18:57:14.8962972Z Server: Docker Engine - Community
2025-08-20T18:57:14.8963259Z  Engine:
2025-08-20T18:57:14.8963471Z   Version:          28.3.3
2025-08-20T18:57:14.8963759Z   API version:      1.51 (minimum version 1.24)
2025-08-20T18:57:14.8964105Z   Go version:       go1.24.5
2025-08-20T18:57:14.8964334Z   Git commit:       bea959c
2025-08-20T18:57:14.8964592Z   Built:            Fri Jul 25 11:35:18 2025
2025-08-20T18:57:14.8964905Z   OS/Arch:          linux/arm64
2025-08-20T18:57:14.8965157Z   Experimental:     false
2025-08-20T18:57:14.8965408Z  containerd:
2025-08-20T18:57:14.8965653Z   Version:          1.7.27
2025-08-20T18:57:14.8965938Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T18:57:14.8966293Z  runc:
2025-08-20T18:57:14.8966509Z   Version:          1.2.5
2025-08-20T18:57:14.8966780Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T18:57:14.8967337Z  docker-init:
2025-08-20T18:57:14.8967596Z   Version:          0.19.0
2025-08-20T18:57:14.8967830Z   GitCommit:        de40ad0
2025-08-20T18:57:14.8979133Z 
2025-08-20T18:57:14.8979573Z ================================================================================
2025-08-20T18:57:14.8979832Z 
2025-08-20T18:57:14.8980607Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T18:57:14.8981168Z Docker daemon in rootless mode for your user:
2025-08-20T18:57:14.8981396Z 
2025-08-20T18:57:14.8981536Z     dockerd-rootless-setuptool.sh install
2025-08-20T18:57:14.8981723Z 
2025-08-20T18:57:14.8981940Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T18:57:14.8982278Z 
2025-08-20T18:57:14.8982281Z 
2025-08-20T18:57:14.8982519Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T18:57:14.8983034Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T18:57:14.8983289Z 
2025-08-20T18:57:14.8983538Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T18:57:14.8984018Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T18:57:14.8984489Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T18:57:14.8984761Z 
2025-08-20T18:57:14.8984972Z ================================================================================
2025-08-20T18:57:14.8985165Z 
2025-08-20T18:57:25.9525707Z ● docker.service - Docker Application Container Engine
2025-08-20T18:57:25.9526977Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T18:57:25.9527676Z      Active: active (running) since Wed 2025-08-20 18:57:15 UTC; 10s ago
2025-08-20T18:57:25.9528376Z TriggeredBy: ● docker.socket
2025-08-20T18:57:25.9528683Z        Docs: https://docs.docker.com
2025-08-20T18:57:25.9529354Z    Main PID: 20617 (dockerd)
2025-08-20T18:57:25.9529703Z       Tasks: 10
2025-08-20T18:57:25.9529930Z      Memory: 20.9M (peak: 24.6M)
2025-08-20T18:57:25.9530173Z         CPU: 271ms
2025-08-20T18:57:25.9530466Z      CGroup: /system.slice/docker.service
2025-08-20T18:57:25.9533105Z              └─20617 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T18:57:25.9533472Z 
2025-08-20T18:57:25.9533990Z Aug 20 18:57:15 runnervmdbl46 dockerd[20617]: time="2025-08-20T18:57:15.296890709Z" level=info msg="Loading containers: start."
2025-08-20T18:57:25.9535173Z Aug 20 18:57:15 runnervmdbl46 dockerd[20617]: time="2025-08-20T18:57:15.853661486Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 75c35d2cce11d6a87ceec07ee460bd8db380e7c3585fb7209e07caec9fe521fd], retrying...."
2025-08-20T18:57:25.9536333Z Aug 20 18:57:15 runnervmdbl46 dockerd[20617]: time="2025-08-20T18:57:15.892345635Z" level=info msg="Loading containers: done."
2025-08-20T18:57:25.9537657Z Aug 20 18:57:15 runnervmdbl46 dockerd[20617]: time="2025-08-20T18:57:15.915872616Z" 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-20T18:57:25.9538981Z Aug 20 18:57:15 runnervmdbl46 dockerd[20617]: time="2025-08-20T18:57:15.915987235Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T18:57:25.9539894Z Aug 20 18:57:15 runnervmdbl46 dockerd[20617]: time="2025-08-20T18:57:15.916021148Z" level=info msg="Initializing buildkit"
2025-08-20T18:57:25.9540665Z Aug 20 18:57:15 runnervmdbl46 dockerd[20617]: time="2025-08-20T18:57:15.932912083Z" level=info msg="Completed buildkit initialization"
2025-08-20T18:57:25.9541399Z Aug 20 18:57:15 runnervmdbl46 dockerd[20617]: time="2025-08-20T18:57:15.935847404Z" level=info msg="Daemon has completed initialization"
2025-08-20T18:57:25.9542193Z Aug 20 18:57:15 runnervmdbl46 dockerd[20617]: time="2025-08-20T18:57:15.935905886Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T18:57:25.9542886Z Aug 20 18:57:15 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T18:57:25.9630114Z ● docker.service - Docker Application Container Engine
2025-08-20T18:57:25.9630821Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T18:57:25.9631595Z      Active: active (running) since Wed 2025-08-20 18:57:15 UTC; 10s ago
2025-08-20T18:57:25.9632072Z TriggeredBy: ● docker.socket
2025-08-20T18:57:25.9632503Z        Docs: https://docs.docker.com
2025-08-20T18:57:25.9632795Z    Main PID: 20617 (dockerd)
2025-08-20T18:57:25.9633083Z       Tasks: 10
2025-08-20T18:57:25.9633310Z      Memory: 20.9M (peak: 24.6M)
2025-08-20T18:57:25.9633558Z         CPU: 271ms
2025-08-20T18:57:25.9633872Z      CGroup: /system.slice/docker.service
2025-08-20T18:57:25.9634524Z              └─20617 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T18:57:25.9634829Z 
2025-08-20T18:57:25.9635154Z Aug 20 18:57:15 runnervmdbl46 dockerd[20617]: time="2025-08-20T18:57:15.296890709Z" level=info msg="Loading containers: start."
2025-08-20T18:57:25.9636376Z Aug 20 18:57:15 runnervmdbl46 dockerd[20617]: time="2025-08-20T18:57:15.853661486Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 75c35d2cce11d6a87ceec07ee460bd8db380e7c3585fb7209e07caec9fe521fd], retrying...."
2025-08-20T18:57:25.9637730Z Aug 20 18:57:15 runnervmdbl46 dockerd[20617]: time="2025-08-20T18:57:15.892345635Z" level=info msg="Loading containers: done."
2025-08-20T18:57:25.9638910Z Aug 20 18:57:15 runnervmdbl46 dockerd[20617]: time="2025-08-20T18:57:15.915872616Z" 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-20T18:57:25.9640469Z Aug 20 18:57:15 runnervmdbl46 dockerd[20617]: time="2025-08-20T18:57:15.915987235Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T18:57:25.9641352Z Aug 20 18:57:15 runnervmdbl46 dockerd[20617]: time="2025-08-20T18:57:15.916021148Z" level=info msg="Initializing buildkit"
2025-08-20T18:57:25.9642107Z Aug 20 18:57:15 runnervmdbl46 dockerd[20617]: time="2025-08-20T18:57:15.932912083Z" level=info msg="Completed buildkit initialization"
2025-08-20T18:57:25.9642843Z Aug 20 18:57:15 runnervmdbl46 dockerd[20617]: time="2025-08-20T18:57:15.935847404Z" level=info msg="Daemon has completed initialization"
2025-08-20T18:57:25.9643585Z Aug 20 18:57:15 runnervmdbl46 dockerd[20617]: time="2025-08-20T18:57:15.935905886Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T18:57:25.9644288Z Aug 20 18:57:15 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T18:57:25.9825776Z ● docker.service - Docker Application Container Engine
2025-08-20T18:57:25.9827720Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T18:57:25.9828294Z      Active: active (running) since Wed 2025-08-20 18:57:15 UTC; 10s ago
2025-08-20T18:57:25.9828815Z TriggeredBy: ● docker.socket
2025-08-20T18:57:25.9829266Z        Docs: https://docs.docker.com
2025-08-20T18:57:25.9829622Z    Main PID: 20617 (dockerd)
2025-08-20T18:57:25.9829929Z       Tasks: 10
2025-08-20T18:57:25.9830172Z      Memory: 20.9M (peak: 24.6M)
2025-08-20T18:57:25.9830421Z         CPU: 271ms
2025-08-20T18:57:25.9830697Z      CGroup: /system.slice/docker.service
2025-08-20T18:57:25.9831308Z              └─20617 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T18:57:25.9831611Z 
2025-08-20T18:57:25.9831941Z Aug 20 18:57:15 runnervmdbl46 dockerd[20617]: time="2025-08-20T18:57:15.296890709Z" level=info msg="Loading containers: start."
2025-08-20T18:57:25.9833198Z Aug 20 18:57:15 runnervmdbl46 dockerd[20617]: time="2025-08-20T18:57:15.853661486Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 75c35d2cce11d6a87ceec07ee460bd8db380e7c3585fb7209e07caec9fe521fd], retrying...."
2025-08-20T18:57:25.9834363Z Aug 20 18:57:15 runnervmdbl46 dockerd[20617]: time="2025-08-20T18:57:15.892345635Z" level=info msg="Loading containers: done."
2025-08-20T18:57:25.9835812Z Aug 20 18:57:15 runnervmdbl46 dockerd[20617]: time="2025-08-20T18:57:15.915872616Z" 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-20T18:57:25.9837868Z Aug 20 18:57:15 runnervmdbl46 dockerd[20617]: time="2025-08-20T18:57:15.915987235Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T18:57:25.9838791Z Aug 20 18:57:15 runnervmdbl46 dockerd[20617]: time="2025-08-20T18:57:15.916021148Z" level=info msg="Initializing buildkit"
2025-08-20T18:57:25.9839598Z Aug 20 18:57:15 runnervmdbl46 dockerd[20617]: time="2025-08-20T18:57:15.932912083Z" level=info msg="Completed buildkit initialization"
2025-08-20T18:57:25.9840338Z Aug 20 18:57:15 runnervmdbl46 dockerd[20617]: time="2025-08-20T18:57:15.935847404Z" level=info msg="Daemon has completed initialization"
2025-08-20T18:57:25.9841065Z Aug 20 18:57:15 runnervmdbl46 dockerd[20617]: time="2025-08-20T18:57:15.935905886Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T18:57:25.9841809Z Aug 20 18:57:15 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T18:57:25.9924511Z Docker version 28.3.3, build 980b856
2025-08-20T18:57:26.0102800Z Unable to find image 'hello-world:latest' locally
2025-08-20T18:57:26.5726480Z latest: Pulling from library/hello-world
2025-08-20T18:57:26.7267871Z 198f93fd5094: Pulling fs layer
2025-08-20T18:57:27.0676009Z 198f93fd5094: Verifying Checksum
2025-08-20T18:57:27.0676410Z 198f93fd5094: Download complete
2025-08-20T18:57:27.0992730Z 198f93fd5094: Pull complete
2025-08-20T18:57:27.1208457Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T18:57:27.1286361Z Status: Downloaded newer image for hello-world:latest
2025-08-20T18:57:27.8916258Z 
2025-08-20T18:57:27.8916862Z Hello from Docker!
2025-08-20T18:57:27.8917574Z This message shows that your installation appears to be working correctly.
2025-08-20T18:57:27.8918587Z 
2025-08-20T18:57:27.8919061Z To generate this message, Docker took the following steps:
2025-08-20T18:57:27.8919583Z  1. The Docker client contacted the Docker daemon.
2025-08-20T18:57:27.8920134Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T18:57:27.8920492Z     (arm64v8)
2025-08-20T18:57:27.8920840Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T18:57:27.8921377Z     executable that produces the output you are currently reading.
2025-08-20T18:57:27.8921834Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T18:57:27.8922539Z     to your terminal.
2025-08-20T18:57:27.8922676Z 
2025-08-20T18:57:27.8922875Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T18:57:27.8923246Z  $ docker run -it ubuntu bash
2025-08-20T18:57:27.8923445Z 
2025-08-20T18:57:27.8923691Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T18:57:27.8924066Z  https://hub.docker.com/
2025-08-20T18:57:27.8924216Z 
2025-08-20T18:57:27.8924415Z For more examples and ideas, visit:
2025-08-20T18:57:27.8924709Z  https://docs.docker.com/get-started/
2025-08-20T18:57:27.8924910Z 
2025-08-20T18:57:28.0153039Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T18:57:28.0153775Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T18:57:28.0154226Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T18:57:28.0219174Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T18:57:28.0219657Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T18:57:28.0220032Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T18:57:28.0220398Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T18:57:28.0220756Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T18:57:28.0221625Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T18:57:28.0221975Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T18:57:28.0222337Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T18:57:28.0222715Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T18:57:28.0223096Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T18:57:28.0223508Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T18:57:28.0223905Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T18:57:28.0224307Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T18:57:28.0224716Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T18:57:28.0225079Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T18:57:28.0225463Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T18:57:28.0225922Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T18:57:28.0226364Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T18:57:28.0226753Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T18:57:28.0227328Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T18:57:28.0227975Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T18:57:28.0228322Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T18:57:28.0228712Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T18:57:28.0229140Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T18:57:28.0229557Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T18:57:28.0229966Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T18:57:28.0230382Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T18:57:28.0230799Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T18:57:28.0231223Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T18:57:28.0231648Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T18:57:28.0232071Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T18:57:28.0232509Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T18:57:28.0232936Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T18:57:28.0233341Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T18:57:28.0233752Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T18:57:28.0234143Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T18:57:28.0234549Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T18:57:28.0234971Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T18:57:28.0235388Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T18:57:28.0235792Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T18:57:28.0236191Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T18:57:28.0236648Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T18:57:28.0237276Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T18:57:28.0237755Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T18:57:28.0238444Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T18:57:28.0238910Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T18:57:28.0239327Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T18:57:28.0239743Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T18:57:28.0240153Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T18:57:28.0240571Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T18:57:28.0240968Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T18:57:28.0241332Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T18:57:28.0241691Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T18:57:28.0242064Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T18:57:28.0242463Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T18:57:28.0242865Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T18:57:28.0243246Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T18:57:28.0243650Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T18:57:28.0244089Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T18:57:28.0244664Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T18:57:28.0245077Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T18:57:28.0245495Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T18:57:28.0245924Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T18:57:28.0246329Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T18:57:28.0246723Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T18:57:28.0247312Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T18:57:28.0247818Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T18:57:28.0248314Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T18:57:28.0248780Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T18:57:28.0249195Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T18:57:28.0249584Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T18:57:28.0249978Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T18:57:28.0250373Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T18:57:28.0250777Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T18:57:28.0251234Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T18:57:28.0251734Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T18:57:28.0252237Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T18:57:28.0252937Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T18:57:28.0253384Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T18:57:28.0253781Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T18:57:28.0254174Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T18:57:28.0254581Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T18:57:28.0255190Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T18:57:28.0255610Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T18:57:28.0256032Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T18:57:28.0256458Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T18:57:28.0256838Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T18:57:28.0257358Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T18:57:28.0257767Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T18:57:28.0258173Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T18:57:28.0258549Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T18:57:28.0258915Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T18:57:28.0259310Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T18:57:28.0259703Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T18:57:28.0260051Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T18:57:28.0260429Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T18:57:28.0260838Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T18:57:28.0261226Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T18:57:28.0261780Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T18:57:28.0262143Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T18:57:28.0262515Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T18:57:28.0262900Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T18:57:28.0263299Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T18:57:28.0263688Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T18:57:28.0264066Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T18:57:28.0264444Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T18:57:28.0264839Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T18:57:28.0265236Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T18:57:28.0265606Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T18:57:28.0265957Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T18:57:28.0266417Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T18:57:28.0266808Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T18:57:28.0267322Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T18:57:28.0267679Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T18:57:28.0268048Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T18:57:28.0268444Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T18:57:28.0268877Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T18:57:28.0269310Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T18:57:28.0269714Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T18:57:28.0270104Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T18:57:28.0270494Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T18:57:28.0270882Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T18:57:28.0271284Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T18:57:28.0271877Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T18:57:28.0272277Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T18:57:28.0272872Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T18:57:28.0273284Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T18:57:28.0273721Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T18:57:28.0274157Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T18:57:28.0274546Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T18:57:28.0274942Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T18:57:28.0275352Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T18:57:28.0275764Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T18:57:28.0276171Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T18:57:28.0276613Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T18:57:28.0277132Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T18:57:28.0277549Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T18:57:28.0277930Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T18:57:28.0278488Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T18:57:28.0278851Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T18:57:28.0279248Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T18:57:28.0279642Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T18:57:28.0280042Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T18:57:28.0280435Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T18:57:28.0280808Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T18:57:28.0281177Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T18:57:28.0281554Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T18:57:28.0281939Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T18:57:28.0282367Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T18:57:28.0282812Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T18:57:28.0283213Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T18:57:28.0283584Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T18:57:28.0283972Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T18:57:28.0284393Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T18:57:28.0284813Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T18:57:28.0285169Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T18:57:28.0285517Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T18:57:28.0285939Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T18:57:28.0286373Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T18:57:28.0286789Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T18:57:28.0287695Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T18:57:28.0288081Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T18:57:28.0288461Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T18:57:28.0289124Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T18:57:28.0289606Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T18:57:28.0290022Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T18:57:28.0290389Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T18:57:28.0290751Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T18:57:28.0291199Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T18:57:28.0291700Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T18:57:28.0292139Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T18:57:28.0292517Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T18:57:28.0292981Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T18:57:28.0293516Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T18:57:28.0294014Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T18:57:28.0294451Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T18:57:28.0294812Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T18:57:28.0295357Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T18:57:28.0295766Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T18:57:28.0296182Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T18:57:28.0296590Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T18:57:28.0296963Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T18:57:28.0297851Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T18:57:28.0298253Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T18:57:28.0298648Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T18:57:28.0299046Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T18:57:28.0299444Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T18:57:28.0299844Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T18:57:28.0300234Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T18:57:28.0300654Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T18:57:28.0301096Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T18:57:28.0301521Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T18:57:28.0301912Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T18:57:28.0302285Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T18:57:28.0302657Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T18:57:28.0303030Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T18:57:28.0303420Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T18:57:28.0303845Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T18:57:28.0304314Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T18:57:28.0304763Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T18:57:28.0305172Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T18:57:28.0305563Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T18:57:28.0306186Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T18:57:28.0306584Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T18:57:28.0306953Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T18:57:28.0307515Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T18:57:28.0307897Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T18:57:28.0308348Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T18:57:28.0308824Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T18:57:28.0309281Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T18:57:28.0309801Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T18:57:28.0310316Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T18:57:28.0310819Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T18:57:28.0311260Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T18:57:28.0311625Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T18:57:28.0311990Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T18:57:28.0312556Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T18:57:28.0312936Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T18:57:28.0313303Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T18:57:28.0313684Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T18:57:28.0314067Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T18:57:28.0314458Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T18:57:28.0314839Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T18:57:28.0315214Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T18:57:28.0315610Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T18:57:28.0316000Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T18:57:28.0316421Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T18:57:28.0316857Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T18:57:28.0317416Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T18:57:28.0317832Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T18:57:28.0318235Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T18:57:28.0318648Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T18:57:28.0319070Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T18:57:28.0319460Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T18:57:28.0319822Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T18:57:28.0320331Z 	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-20T18:57:28.0320858Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T18:57:28.0321225Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T18:57:28.0321600Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T18:57:28.0321967Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T18:57:28.0322549Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T18:57:28.0323050Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T18:57:28.0323478Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T18:57:28.0323911Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T18:57:28.0324317Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T18:57:28.0324722Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T18:57:28.0325153Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T18:57:28.0325567Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T18:57:28.0325964Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T18:57:28.0326397Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T18:57:28.0326894Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T18:57:28.0327578Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T18:57:28.0328035Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T18:57:28.0328443Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T18:57:28.0328845Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T18:57:28.0329515Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T18:57:28.0329999Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T18:57:28.0330413Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T18:57:28.0330851Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T18:57:28.0331305Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T18:57:28.0331715Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T18:57:28.0332083Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T18:57:28.0332435Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T18:57:28.0332805Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T18:57:28.0333193Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T18:57:28.0333562Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T18:57:28.0333925Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T18:57:28.0334295Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T18:57:28.0334686Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T18:57:28.0335043Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T18:57:28.0335418Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T18:57:28.0335775Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T18:57:28.0336150Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T18:57:28.0336536Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T18:57:28.0336896Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T18:57:28.0337504Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T18:57:28.0337871Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T18:57:28.0338233Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T18:57:28.0338606Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T18:57:28.0338974Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T18:57:28.0339534Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T18:57:28.0339919Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T18:57:28.0340338Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T18:57:28.0340776Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T18:57:28.0341184Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T18:57:28.0341550Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T18:57:28.0341937Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T18:57:28.0342365Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T18:57:28.0342766Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T18:57:28.0343126Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T18:57:28.0343497Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T18:57:28.0343854Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T18:57:28.0344196Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T18:57:28.0344545Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T18:57:28.0344897Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T18:57:28.0345264Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T18:57:28.0345865Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T18:57:28.0346215Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T18:57:28.0346547Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T18:57:28.0346922Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T18:57:28.0347492Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T18:57:28.0347892Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T18:57:28.0348289Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T18:57:28.0348684Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T18:57:28.0349102Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T18:57:28.0349601Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T18:57:28.0350224Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T18:57:28.0350848Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T18:57:28.0351389Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T18:57:28.0351860Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T18:57:28.0352318Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T18:57:28.0352837Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T18:57:28.0353457Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T18:57:28.0354019Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T18:57:28.0354518Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T18:57:28.0354961Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T18:57:28.0355330Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T18:57:28.0355703Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T18:57:28.0356079Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T18:57:28.0356669Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T18:57:28.0357206Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T18:57:28.0357608Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T18:57:28.0357994Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T18:57:28.0358379Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T18:57:28.0358771Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T18:57:28.0359151Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T18:57:28.0359528Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T18:57:28.0359907Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T18:57:28.0360299Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T18:57:28.0360701Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T18:57:28.0361115Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T18:57:28.0361530Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T18:57:28.0361908Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T18:57:28.0362297Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T18:57:28.0362859Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T18:57:28.0363270Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T18:57:28.0363706Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T18:57:28.0364157Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T18:57:28.0364526Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T18:57:28.0364898Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T18:57:28.0365282Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T18:57:28.0365651Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T18:57:28.0366042Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T18:57:28.0366433Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T18:57:28.0366824Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T18:57:28.0367449Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T18:57:28.0367815Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T18:57:28.0368184Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T18:57:28.0368738Z 	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-20T18:57:28.0369457Z 	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-20T18:57:28.0370145Z 	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-20T18:57:28.0370810Z 	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-20T18:57:28.0371342Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T18:57:28.0371735Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T18:57:28.0372147Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T18:57:28.0372555Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T18:57:28.0372936Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T18:57:28.0373529Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T18:57:28.0373916Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T18:57:28.0374292Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T18:57:28.0374669Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T18:57:28.0375045Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T18:57:28.0375431Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T18:57:28.0375820Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T18:57:28.0376223Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T18:57:28.0376677Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T18:57:28.0377242Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T18:57:28.0377641Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T18:57:28.0378021Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T18:57:28.0378410Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T18:57:28.0378814Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T18:57:28.0379216Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T18:57:28.0379797Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T18:57:28.0380190Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T18:57:28.0380618Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T18:57:28.0381050Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T18:57:28.0381451Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T18:57:28.0381895Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T18:57:28.0382356Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T18:57:28.0382763Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T18:57:28.0383133Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T18:57:28.0383516Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T18:57:28.0383921Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T18:57:28.0384330Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T18:57:28.0384741Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T18:57:28.0385125Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T18:57:28.0385521Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T18:57:28.0386000Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T18:57:28.0386472Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T18:57:28.0386870Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T18:57:28.0387434Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T18:57:28.0387893Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T18:57:28.0388348Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T18:57:28.0388823Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T18:57:28.0389314Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T18:57:28.0389760Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T18:57:28.0390413Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T18:57:28.0390832Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T18:57:28.0391225Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T18:57:28.0391643Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T18:57:28.0392027Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T18:57:28.0392406Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T18:57:28.0392819Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T18:57:28.0393219Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T18:57:28.0393623Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T18:57:28.0394044Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T18:57:28.0394442Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T18:57:28.0394820Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T18:57:28.0395189Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T18:57:28.0395545Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T18:57:28.0395936Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T18:57:28.0396510Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T18:57:28.0396910Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T18:57:28.0397493Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T18:57:28.0397951Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T18:57:28.0398359Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T18:57:28.0398799Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T18:57:28.0399224Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T18:57:28.0399634Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T18:57:28.0400042Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T18:57:28.0400401Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T18:57:28.0400769Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T18:57:28.0401163Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T18:57:28.0401561Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T18:57:28.0401943Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T18:57:28.0402307Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T18:57:28.0402659Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T18:57:28.0403010Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T18:57:28.0403509Z 	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-20T18:57:28.0404017Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T18:57:28.0404396Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T18:57:28.0404786Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T18:57:28.0405188Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T18:57:28.0405604Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T18:57:28.0406019Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T18:57:28.0406664Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T18:57:28.0407255Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T18:57:28.0407677Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T18:57:28.0408051Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T18:57:28.0408421Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T18:57:28.0408787Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T18:57:28.0409170Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T18:57:28.0409596Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T18:57:28.0410029Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T18:57:28.0410432Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T18:57:28.0410857Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T18:57:28.0411302Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T18:57:28.0411703Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T18:57:28.0412073Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T18:57:28.0412420Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T18:57:28.0412767Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T18:57:28.0413317Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T18:57:28.0413694Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T18:57:28.0414070Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T18:57:28.0414472Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T18:57:28.0414892Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T18:57:28.0415357Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T18:57:28.0415798Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T18:57:28.0416175Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T18:57:28.0416564Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T18:57:28.0416952Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T18:57:28.0417591Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T18:57:28.0417978Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T18:57:28.0418358Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T18:57:28.0418801Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T18:57:28.0419296Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T18:57:28.0419722Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T18:57:28.0420100Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T18:57:28.0420478Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T18:57:28.0420882Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T18:57:28.0421281Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T18:57:28.0421652Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T18:57:28.0422050Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T18:57:28.0422434Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T18:57:28.0422784Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T18:57:28.0423348Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T18:57:28.0423779Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T18:57:28.0424206Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T18:57:28.0424591Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T18:57:28.0424976Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T18:57:28.0425417Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T18:57:28.0425864Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T18:57:28.0426296Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T18:57:28.0426691Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T18:57:28.0427397Z 	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-20T18:57:28.0427917Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T18:57:28.0428313Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T18:57:28.0428722Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T18:57:28.0429156Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T18:57:28.0429678Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T18:57:28.0430438Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T18:57:28.0431049Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T18:57:28.0431699Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T18:57:28.0432350Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T18:57:28.0432974Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T18:57:28.0433602Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T18:57:28.0434188Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T18:57:28.0434674Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T18:57:28.0435120Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T18:57:28.0435555Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T18:57:28.0435985Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T18:57:28.0436467Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T18:57:28.0436903Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T18:57:28.0437405Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T18:57:28.0437777Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T18:57:28.0438162Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T18:57:28.0438547Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T18:57:28.0438961Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T18:57:28.0439375Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T18:57:28.0439770Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T18:57:28.0440159Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T18:57:28.0440783Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T18:57:28.0441295Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T18:57:28.0441785Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T18:57:28.0442274Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T18:57:28.0442728Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T18:57:28.0443148Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T18:57:28.0443563Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T18:57:28.0443977Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T18:57:28.0444404Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T18:57:28.0444833Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T18:57:28.0445229Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T18:57:28.0445618Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T18:57:28.0445994Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T18:57:28.0446372Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T18:57:28.0446810Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T18:57:28.0447738Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T18:57:28.0448146Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T18:57:28.0448561Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T18:57:28.0448992Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T18:57:28.0449446Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T18:57:28.0449892Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T18:57:28.0450328Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T18:57:28.0450725Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T18:57:28.0451099Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T18:57:28.0451487Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T18:57:28.0451864Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T18:57:28.0452237Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T18:57:28.0452639Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T18:57:28.0453034Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T18:57:28.0453465Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T18:57:28.0453937Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T18:57:28.0454397Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T18:57:28.0454790Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T18:57:28.0455143Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T18:57:28.0455516Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T18:57:28.0455916Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T18:57:28.0456303Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T18:57:28.0456696Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T18:57:28.0457287Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T18:57:28.0457964Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T18:57:28.0458392Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T18:57:28.0458779Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T18:57:28.0459183Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T18:57:28.0459725Z 	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-20T18:57:28.0460306Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T18:57:28.0460758Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T18:57:28.0461201Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T18:57:28.0461626Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T18:57:28.0462028Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T18:57:28.0462422Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T18:57:28.0462807Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T18:57:28.0463211Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T18:57:28.0463615Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T18:57:28.0464149Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T18:57:28.0464543Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T18:57:28.0464947Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T18:57:28.0465320Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T18:57:28.0465727Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T18:57:28.0466198Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T18:57:28.0466623Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T18:57:28.0467136Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T18:57:28.0467523Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T18:57:28.0467911Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T18:57:28.0468290Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T18:57:28.0468660Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T18:57:28.0469090Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T18:57:28.0469541Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T18:57:28.0469945Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T18:57:28.0470346Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T18:57:28.0470743Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T18:57:28.0471123Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T18:57:28.0471500Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T18:57:28.0471885Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T18:57:28.0472290Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T18:57:28.0472739Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T18:57:28.0473186Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T18:57:28.0473612Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T18:57:28.0474260Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T18:57:28.0474690Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T18:57:28.0475117Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T18:57:28.0475509Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T18:57:28.0475864Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T18:57:28.0476214Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T18:57:28.0476645Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T18:57:28.0477163Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T18:57:28.0477536Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T18:57:28.0477908Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T18:57:28.0478304Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T18:57:28.0478696Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T18:57:28.0479054Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T18:57:28.0479398Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T18:57:28.0479775Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T18:57:28.0480172Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T18:57:28.0480721Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T18:57:28.0481084Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T18:57:28.0481448Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T18:57:28.0481830Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T18:57:28.0482215Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T18:57:28.0482569Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T18:57:28.0482945Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T18:57:28.0483340Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T18:57:28.0483724Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T18:57:28.0484106Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T18:57:28.0484487Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T18:57:28.0484878Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T18:57:28.0485283Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T18:57:28.0485711Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T18:57:28.0486115Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T18:57:28.0486479Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T18:57:28.0486828Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T18:57:28.0487312Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T18:57:28.0487740Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T18:57:28.0488244Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T18:57:28.0488749Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T18:57:28.0489236Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T18:57:28.0489743Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T18:57:28.0490185Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T18:57:28.0490566Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T18:57:28.0491158Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T18:57:28.0491566Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T18:57:28.0491951Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T18:57:28.0492335Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T18:57:28.0492724Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T18:57:28.0493106Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T18:57:28.0493502Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T18:57:28.0493949Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T18:57:28.0494382Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T18:57:28.0494761Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T18:57:28.0495162Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T18:57:28.0495585Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T18:57:28.0495967Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T18:57:28.0496313Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T18:57:28.0496698Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T18:57:28.0497445Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T18:57:28.0497908Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T18:57:28.0498321Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T18:57:28.0498738Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T18:57:28.0499171Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T18:57:28.0499610Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T18:57:28.1324190Z [+] Installing Go for linux-arm64...
2025-08-20T18:57:29.6674778Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T18:57:29.6675114Z [!] GOROOT: /usr/lib/go-1.22
2025-08-20T18:57:29.6675345Z [!] Removing existing GOROOT: /usr/lib/go-1.22
2025-08-20T18:57:29.6684944Z rm: cannot remove '/usr/lib/go-1.22/test': Permission denied
2025-08-20T18:57:29.6685347Z rm: cannot remove '/usr/lib/go-1.22/bin/gofmt': Permission denied
2025-08-20T18:57:29.6685697Z rm: cannot remove '/usr/lib/go-1.22/bin/go': Permission denied
2025-08-20T18:57:29.6920742Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/link': Permission denied
2025-08-20T18:57:29.6921267Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cover': Permission denied
2025-08-20T18:57:29.6921759Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/compile': Permission denied
2025-08-20T18:57:29.6922210Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pack': Permission denied
2025-08-20T18:57:29.6922678Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cgo': Permission denied
2025-08-20T18:57:29.6923114Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/covdata': Permission denied
2025-08-20T18:57:29.6923577Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/addr2line': Permission denied
2025-08-20T18:57:29.6924040Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/fix': Permission denied
2025-08-20T18:57:29.6924474Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/vet': Permission denied
2025-08-20T18:57:29.6924909Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/doc': Permission denied
2025-08-20T18:57:29.6925342Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/asm': Permission denied
2025-08-20T18:57:29.6925770Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/nm': Permission denied
2025-08-20T18:57:29.6926620Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/trace': Permission denied
2025-08-20T18:57:29.6927387Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/objdump': Permission denied
2025-08-20T18:57:29.6927854Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/dist': Permission denied
2025-08-20T18:57:29.6928305Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/test2json': Permission denied
2025-08-20T18:57:29.6928766Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/distpack': Permission denied
2025-08-20T18:57:29.6929230Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pprof': Permission denied
2025-08-20T18:57:29.6929680Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/buildid': Permission denied
2025-08-20T18:57:29.6930107Z rm: cannot remove '/usr/lib/go-1.22/pkg/include': Permission denied
2025-08-20T18:57:29.6930451Z rm: cannot remove '/usr/lib/go-1.22/api': Permission denied
2025-08-20T18:57:29.6930778Z rm: cannot remove '/usr/lib/go-1.22/src': Permission denied
2025-08-20T18:57:29.6931103Z rm: cannot remove '/usr/lib/go-1.22/go.env': Permission denied
2025-08-20T18:57:29.6931433Z rm: cannot remove '/usr/lib/go-1.22/misc': Permission denied
2025-08-20T18:57:29.6931768Z rm: cannot remove '/usr/lib/go-1.22/VERSION': Permission denied
2025-08-20T18:57:29.6964060Z go version go1.22.2 linux/arm64
2025-08-20T18:57:29.7247840Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T18:57:29.7248336Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T18:57:29.7249144Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T18:57:29.7249500Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T18:57:29.7249864Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T18:57:29.7250232Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T18:57:29.7250588Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T18:57:29.7250960Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T18:57:29.7251303Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T18:57:29.7251628Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T18:57:29.7251980Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T18:57:29.7252402Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T18:57:29.7252793Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T18:57:29.7253200Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T18:57:29.7253596Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T18:57:29.7253996Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T18:57:29.7254399Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T18:57:29.7254768Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T18:57:29.7255151Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T18:57:29.7255604Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T18:57:29.7256047Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T18:57:29.7256433Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T18:57:29.7256857Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T18:57:29.7257412Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T18:57:29.7257764Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T18:57:29.7258152Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T18:57:29.7258578Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T18:57:29.7259315Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T18:57:29.7259754Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T18:57:29.7260177Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T18:57:29.7260598Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T18:57:29.7261019Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T18:57:29.7261457Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T18:57:29.7261879Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T18:57:29.7262319Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T18:57:29.7262745Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T18:57:29.7263152Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T18:57:29.7263562Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T18:57:29.7263954Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T18:57:29.7264363Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T18:57:29.7264788Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T18:57:29.7265205Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T18:57:29.7265803Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T18:57:29.7266196Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T18:57:29.7266647Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T18:57:29.7267979Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T18:57:29.7268498Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T18:57:29.7268994Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T18:57:29.7269432Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T18:57:29.7269852Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T18:57:29.7270268Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T18:57:29.7270683Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T18:57:29.7271101Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T18:57:29.7271501Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T18:57:29.7271870Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T18:57:29.7272228Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T18:57:29.7272602Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T18:57:29.7272997Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T18:57:29.7273403Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T18:57:29.7273783Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T18:57:29.7274189Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T18:57:29.7274634Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T18:57:29.7275060Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T18:57:29.7275475Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T18:57:29.7275897Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T18:57:29.7276616Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T18:57:29.7277322Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T18:57:29.7277766Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T18:57:29.7278203Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T18:57:29.7278701Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T18:57:29.7279200Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T18:57:29.7279665Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T18:57:29.7280083Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T18:57:29.7280469Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T18:57:29.7280863Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T18:57:29.7281270Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T18:57:29.7281674Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T18:57:29.7282129Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T18:57:29.7282627Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T18:57:29.7283135Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T18:57:29.7283872Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T18:57:29.7284315Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T18:57:29.7284714Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T18:57:29.7285106Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T18:57:29.7285516Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T18:57:29.7285913Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T18:57:29.7286302Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T18:57:29.7286725Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T18:57:29.7287269Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T18:57:29.7287658Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T18:57:29.7288033Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T18:57:29.7288434Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T18:57:29.7288839Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T18:57:29.7289215Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T18:57:29.7289590Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T18:57:29.7289984Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T18:57:29.7290369Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T18:57:29.7290719Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T18:57:29.7291094Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T18:57:29.7291507Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T18:57:29.7291897Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T18:57:29.7292263Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T18:57:29.7292625Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T18:57:29.7292998Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T18:57:29.7293608Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T18:57:29.7294032Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T18:57:29.7294426Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T18:57:29.7294806Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T18:57:29.7295186Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T18:57:29.7295583Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T18:57:29.7295986Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T18:57:29.7296354Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T18:57:29.7296712Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T18:57:29.7297169Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T18:57:29.7297528Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T18:57:29.7297896Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T18:57:29.7298248Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T18:57:29.7298621Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T18:57:29.7299022Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T18:57:29.7299451Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T18:57:29.7300078Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T18:57:29.7300479Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T18:57:29.7300868Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T18:57:29.7301258Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T18:57:29.7301645Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T18:57:29.7302049Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T18:57:29.7302462Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T18:57:29.7302846Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T18:57:29.7303239Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T18:57:29.7303648Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T18:57:29.7304090Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T18:57:29.7304520Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T18:57:29.7304908Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T18:57:29.7305302Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T18:57:29.7305713Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T18:57:29.7306127Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T18:57:29.7306528Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T18:57:29.7306927Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T18:57:29.7307473Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T18:57:29.7307879Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T18:57:29.7308263Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T18:57:29.7308623Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T18:57:29.7309017Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T18:57:29.7309417Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T18:57:29.7309818Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T18:57:29.7310433Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T18:57:29.7310830Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T18:57:29.7311201Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T18:57:29.7311578Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T18:57:29.7311958Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T18:57:29.7312346Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T18:57:29.7312768Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T18:57:29.7313210Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T18:57:29.7313605Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T18:57:29.7313977Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T18:57:29.7314372Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T18:57:29.7314791Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T18:57:29.7315209Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T18:57:29.7315566Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T18:57:29.7315910Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T18:57:29.7316473Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T18:57:29.7316906Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T18:57:29.7317458Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T18:57:29.7317846Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T18:57:29.7318230Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T18:57:29.7318618Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T18:57:29.7319046Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T18:57:29.7319514Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T18:57:29.7319929Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T18:57:29.7320295Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T18:57:29.7320657Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T18:57:29.7321097Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T18:57:29.7321601Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T18:57:29.7322038Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T18:57:29.7322414Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T18:57:29.7322873Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T18:57:29.7323409Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T18:57:29.7323912Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T18:57:29.7324350Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T18:57:29.7324717Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T18:57:29.7325097Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T18:57:29.7325511Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T18:57:29.7325930Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T18:57:29.7326346Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T18:57:29.7326941Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T18:57:29.7327521Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T18:57:29.7327924Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T18:57:29.7328326Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T18:57:29.7328722Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T18:57:29.7329124Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T18:57:29.7329533Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T18:57:29.7329928Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T18:57:29.7330343Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T18:57:29.7330788Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T18:57:29.7331219Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T18:57:29.7331609Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T18:57:29.7331984Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T18:57:29.7332360Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T18:57:29.7332735Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T18:57:29.7333314Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T18:57:29.7333732Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T18:57:29.7334201Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T18:57:29.7334650Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T18:57:29.7335056Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T18:57:29.7335452Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T18:57:29.7335840Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T18:57:29.7336219Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T18:57:29.7336594Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T18:57:29.7336983Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T18:57:29.7337569Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T18:57:29.7338023Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T18:57:29.7338499Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T18:57:29.7338959Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T18:57:29.7339486Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T18:57:29.7340000Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T18:57:29.7340504Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T18:57:29.7340942Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T18:57:29.7341304Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T18:57:29.7341675Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T18:57:29.7342058Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T18:57:29.7342440Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T18:57:29.7342806Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T18:57:29.7343188Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T18:57:29.7343803Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T18:57:29.7344204Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T18:57:29.7344582Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T18:57:29.7344958Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T18:57:29.7345356Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T18:57:29.7345759Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T18:57:29.7346175Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T18:57:29.7346612Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T18:57:29.7347185Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T18:57:29.7347608Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T18:57:29.7348015Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T18:57:29.7348424Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T18:57:29.7348845Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T18:57:29.7349236Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T18:57:29.7349596Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T18:57:29.7350285Z 	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-20T18:57:29.7350804Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T18:57:29.7351175Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T18:57:29.7351550Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T18:57:29.7351914Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T18:57:29.7352318Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T18:57:29.7352809Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T18:57:29.7353235Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T18:57:29.7353665Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T18:57:29.7354067Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T18:57:29.7354474Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T18:57:29.7354901Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T18:57:29.7355314Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T18:57:29.7355704Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T18:57:29.7356136Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T18:57:29.7356627Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T18:57:29.7357231Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T18:57:29.7357681Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T18:57:29.7358092Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T18:57:29.7358496Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T18:57:29.7358981Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T18:57:29.7359468Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T18:57:29.7359876Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T18:57:29.7360509Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T18:57:29.7361019Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T18:57:29.7361428Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T18:57:29.7361789Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T18:57:29.7362139Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T18:57:29.7362506Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T18:57:29.7362896Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T18:57:29.7363260Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T18:57:29.7363613Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T18:57:29.7363982Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T18:57:29.7364344Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T18:57:29.7364706Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T18:57:29.7365078Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T18:57:29.7365434Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T18:57:29.7365808Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T18:57:29.7366191Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T18:57:29.7366693Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T18:57:29.7367168Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T18:57:29.7367531Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T18:57:29.7367903Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T18:57:29.7368278Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T18:57:29.7368648Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T18:57:29.7369009Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T18:57:29.7369385Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T18:57:29.7369809Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T18:57:29.7370242Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T18:57:29.7370652Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T18:57:29.7371024Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T18:57:29.7371408Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T18:57:29.7371841Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T18:57:29.7372241Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T18:57:29.7372607Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T18:57:29.7372978Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T18:57:29.7373335Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T18:57:29.7373678Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T18:57:29.7374025Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T18:57:29.7374383Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T18:57:29.7374756Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T18:57:29.7375116Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T18:57:29.7375590Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T18:57:29.7375929Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T18:57:29.7376308Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T18:57:29.7377140Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T18:57:29.7377573Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T18:57:29.7377972Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T18:57:29.7378367Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T18:57:29.7378785Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T18:57:29.7379290Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T18:57:29.7379903Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T18:57:29.7380531Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T18:57:29.7381073Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T18:57:29.7381550Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T18:57:29.7382006Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T18:57:29.7382525Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T18:57:29.7383173Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T18:57:29.7383910Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T18:57:29.7384404Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T18:57:29.7384846Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T18:57:29.7385221Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T18:57:29.7385599Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T18:57:29.7385976Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T18:57:29.7386359Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T18:57:29.7386752Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T18:57:29.7387336Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T18:57:29.7387724Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T18:57:29.7388111Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T18:57:29.7388496Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T18:57:29.7388873Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T18:57:29.7389253Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T18:57:29.7389628Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T18:57:29.7390026Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T18:57:29.7390431Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T18:57:29.7390842Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T18:57:29.7391260Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T18:57:29.7391628Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T18:57:29.7392025Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T18:57:29.7392436Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T18:57:29.7392842Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T18:57:29.7393281Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T18:57:29.7393706Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T18:57:29.7394282Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T18:57:29.7394705Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T18:57:29.7395090Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T18:57:29.7395461Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T18:57:29.7395849Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T18:57:29.7396244Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T18:57:29.7396632Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T18:57:29.7397309Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T18:57:29.7397722Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T18:57:29.7398096Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T18:57:29.7398648Z 	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-20T18:57:29.7399367Z 	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-20T18:57:29.7400055Z 	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-20T18:57:29.7400723Z 	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-20T18:57:29.7401431Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T18:57:29.7401818Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T18:57:29.7402225Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T18:57:29.7402629Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T18:57:29.7403007Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T18:57:29.7403383Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T18:57:29.7403746Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T18:57:29.7404122Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T18:57:29.7404503Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T18:57:29.7404883Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T18:57:29.7405263Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T18:57:29.7405651Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T18:57:29.7406055Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T18:57:29.7406454Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T18:57:29.7406858Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T18:57:29.7407376Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T18:57:29.7407759Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T18:57:29.7408151Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T18:57:29.7408555Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T18:57:29.7408959Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T18:57:29.7409356Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T18:57:29.7409746Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T18:57:29.7410169Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T18:57:29.7410599Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T18:57:29.7411197Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T18:57:29.7411669Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T18:57:29.7412125Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T18:57:29.7412529Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T18:57:29.7412898Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T18:57:29.7413286Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T18:57:29.7413685Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T18:57:29.7414097Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T18:57:29.7414505Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T18:57:29.7414884Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T18:57:29.7415279Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T18:57:29.7415754Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T18:57:29.7416224Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T18:57:29.7416621Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T18:57:29.7417167Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T18:57:29.7417801Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T18:57:29.7418248Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T18:57:29.7418721Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T18:57:29.7419206Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T18:57:29.7419653Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T18:57:29.7420092Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T18:57:29.7420491Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T18:57:29.7420882Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T18:57:29.7421298Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T18:57:29.7421684Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T18:57:29.7422058Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T18:57:29.7422466Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T18:57:29.7422865Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T18:57:29.7423269Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T18:57:29.7423692Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T18:57:29.7424089Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T18:57:29.7424465Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T18:57:29.7424833Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T18:57:29.7425188Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T18:57:29.7425579Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T18:57:29.7425999Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T18:57:29.7426396Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T18:57:29.7426847Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T18:57:29.7427708Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T18:57:29.7428128Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T18:57:29.7428571Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T18:57:29.7428993Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T18:57:29.7429400Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T18:57:29.7429808Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T18:57:29.7430174Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T18:57:29.7430530Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T18:57:29.7430926Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T18:57:29.7431323Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T18:57:29.7431707Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T18:57:29.7432068Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T18:57:29.7432417Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T18:57:29.7432770Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T18:57:29.7433256Z 	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-20T18:57:29.7433762Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T18:57:29.7434319Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T18:57:29.7434699Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T18:57:29.7435095Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T18:57:29.7435506Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T18:57:29.7435923Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T18:57:29.7436328Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T18:57:29.7436739Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T18:57:29.7437322Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T18:57:29.7437698Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T18:57:29.7438070Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T18:57:29.7438434Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T18:57:29.7438805Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T18:57:29.7439231Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T18:57:29.7439658Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T18:57:29.7440062Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T18:57:29.7440484Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T18:57:29.7440928Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T18:57:29.7441329Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T18:57:29.7441698Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T18:57:29.7442050Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T18:57:29.7442404Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T18:57:29.7442774Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T18:57:29.7443151Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T18:57:29.7443527Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T18:57:29.7444138Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T18:57:29.7444575Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T18:57:29.7445036Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T18:57:29.7445473Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T18:57:29.7445846Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T18:57:29.7446235Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T18:57:29.7446627Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T18:57:29.7447126Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T18:57:29.7447511Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T18:57:29.7447888Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T18:57:29.7448335Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T18:57:29.7448828Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T18:57:29.7449252Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T18:57:29.7449628Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T18:57:29.7450004Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T18:57:29.7450570Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T18:57:29.7450960Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T18:57:29.7451332Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T18:57:29.7451731Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T18:57:29.7452110Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T18:57:29.7452517Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T18:57:29.7452876Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T18:57:29.7453276Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T18:57:29.7453698Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T18:57:29.7454137Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T18:57:29.7454530Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T18:57:29.7454978Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T18:57:29.7455422Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T18:57:29.7455851Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T18:57:29.7456242Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T18:57:29.7456788Z 	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-20T18:57:29.7457423Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T18:57:29.7457815Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T18:57:29.7458224Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T18:57:29.7458652Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T18:57:29.7459181Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T18:57:29.7459768Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T18:57:29.7460377Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T18:57:29.7461239Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T18:57:29.7461897Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T18:57:29.7462532Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T18:57:29.7463192Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T18:57:29.7463778Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T18:57:29.7464267Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T18:57:29.7464712Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T18:57:29.7465149Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T18:57:29.7465580Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T18:57:29.7466061Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T18:57:29.7466500Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T18:57:29.7466885Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T18:57:29.7467352Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T18:57:29.7467736Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T18:57:29.7468300Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T18:57:29.7468710Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T18:57:29.7469119Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T18:57:29.7469487Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T18:57:29.7469877Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T18:57:29.7470348Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T18:57:29.7470841Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T18:57:29.7471330Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T18:57:29.7471822Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T18:57:29.7472280Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T18:57:29.7472694Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T18:57:29.7473108Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T18:57:29.7473522Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T18:57:29.7473955Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T18:57:29.7474384Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T18:57:29.7474775Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T18:57:29.7475158Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T18:57:29.7475537Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T18:57:29.7475916Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T18:57:29.7476361Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T18:57:29.7476804Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T18:57:29.7477385Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T18:57:29.7477805Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T18:57:29.7478234Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T18:57:29.7478869Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T18:57:29.7479364Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T18:57:29.7479799Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T18:57:29.7480197Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T18:57:29.7480572Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T18:57:29.7480966Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T18:57:29.7481338Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T18:57:29.7481710Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T18:57:29.7482116Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T18:57:29.7482520Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T18:57:29.7482950Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T18:57:29.7483419Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T18:57:29.7483880Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T18:57:29.7484276Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T18:57:29.7484766Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T18:57:29.7485141Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T18:57:29.7485538Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T18:57:29.7485925Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T18:57:29.7486317Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T18:57:29.7486752Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T18:57:29.7487376Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T18:57:29.7487797Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T18:57:29.7488184Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T18:57:29.7488584Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T18:57:29.7489140Z 	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-20T18:57:29.7489718Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T18:57:29.7490171Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T18:57:29.7490615Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T18:57:29.7491050Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T18:57:29.7491450Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T18:57:29.7491842Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T18:57:29.7492233Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T18:57:29.7492632Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T18:57:29.7493039Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T18:57:29.7493417Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T18:57:29.7493810Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T18:57:29.7494221Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T18:57:29.7494598Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T18:57:29.7495215Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T18:57:29.7495698Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T18:57:29.7496127Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T18:57:29.7496505Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T18:57:29.7496882Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T18:57:29.7497408Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T18:57:29.7497788Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T18:57:29.7498162Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T18:57:29.7498592Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T18:57:29.7499044Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T18:57:29.7499458Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T18:57:29.7499858Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T18:57:29.7500255Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T18:57:29.7500637Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T18:57:29.7501011Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T18:57:29.7501637Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T18:57:29.7502041Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T18:57:29.7502487Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T18:57:29.7502939Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T18:57:29.7503364Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T18:57:29.7503770Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T18:57:29.7504174Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T18:57:29.7504599Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T18:57:29.7504986Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T18:57:29.7505342Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T18:57:29.7505692Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T18:57:29.7506059Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T18:57:29.7506435Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T18:57:29.7506790Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T18:57:29.7507441Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T18:57:29.7507851Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T18:57:29.7508237Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T18:57:29.7508593Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T18:57:29.7508944Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T18:57:29.7509320Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T18:57:29.7509724Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T18:57:29.7510101Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T18:57:29.7510464Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T18:57:29.7510827Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T18:57:29.7511215Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T18:57:29.7511818Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T18:57:29.7512190Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T18:57:29.7512562Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T18:57:29.7512953Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T18:57:29.7513334Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T18:57:29.7513711Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T18:57:29.7514094Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T18:57:29.7514480Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T18:57:29.7514884Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T18:57:29.7515309Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T18:57:29.7515717Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T18:57:29.7516076Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T18:57:29.7516424Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T18:57:29.7516765Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T18:57:29.7517344Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T18:57:29.7517854Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T18:57:29.7518494Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T18:57:29.7518970Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T18:57:29.7519475Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T18:57:29.7519912Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T18:57:29.7520299Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T18:57:29.7520688Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T18:57:29.7521081Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T18:57:29.7521467Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T18:57:29.7521856Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T18:57:29.7522247Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T18:57:29.7522623Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T18:57:29.7523018Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T18:57:29.7523465Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T18:57:29.7523905Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T18:57:29.7524283Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T18:57:29.7524681Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T18:57:29.7525106Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T18:57:29.7525486Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T18:57:29.7525837Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T18:57:29.7526230Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T18:57:29.7526678Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T18:57:29.7527275Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T18:57:29.7527696Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T18:57:29.7528292Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T18:57:29.7528768Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T18:57:29.7529203Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T18:57:29.9571779Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T18:57:30.3193955Z Collecting meson
2025-08-20T18:57:30.4000128Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T18:57:30.4553445Z Collecting ninja
2025-08-20T18:57:30.4725028Z   Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (5.1 kB)
2025-08-20T18:57:30.5017388Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T18:57:30.5839429Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 18.0 MB/s  0:00:00
2025-08-20T18:57:30.6012848Z Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (177 kB)
2025-08-20T18:57:30.6883938Z Installing collected packages: ninja, meson
2025-08-20T18:57:31.3756318Z 
2025-08-20T18:57:31.3780738Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T18:57:31.6541857Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T18:57:31.7475897Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T18:57:31.8296413Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T18:57:32.2748123Z 1.8.4
2025-08-20T18:57:32.3051389Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T18:57:32.3327776Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T18:57:32.3328248Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T18:57:32.3328606Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T18:57:32.3328970Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T18:57:32.3329377Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T18:57:32.3329740Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T18:57:32.3330105Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T18:57:32.3330464Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T18:57:32.3330813Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T18:57:32.3331147Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T18:57:32.3331522Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T18:57:32.3331908Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T18:57:32.3332295Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T18:57:32.3332705Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T18:57:32.3333103Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T18:57:32.3333510Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T18:57:32.3333914Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T18:57:32.3334280Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T18:57:32.3334658Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T18:57:32.3335114Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T18:57:32.3335564Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T18:57:32.3335954Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T18:57:32.3336375Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T18:57:32.3336772Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T18:57:32.3337309Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T18:57:32.3338121Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T18:57:32.3338584Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T18:57:32.3339004Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T18:57:32.3339410Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T18:57:32.3339825Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T18:57:32.3340254Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T18:57:32.3340683Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T18:57:32.3341118Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T18:57:32.3341542Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T18:57:32.3342036Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T18:57:32.3342465Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T18:57:32.3342871Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T18:57:32.3343278Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T18:57:32.3343676Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T18:57:32.3344089Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T18:57:32.3344754Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T18:57:32.3345173Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T18:57:32.3345579Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T18:57:32.3345978Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T18:57:32.3346439Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T18:57:32.3346916Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T18:57:32.3347742Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T18:57:32.3348242Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T18:57:32.3348683Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T18:57:32.3349107Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T18:57:32.3349529Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T18:57:32.3349940Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T18:57:32.3350362Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T18:57:32.3350763Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T18:57:32.3351138Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T18:57:32.3351496Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T18:57:32.3351866Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T18:57:32.3352261Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T18:57:32.3352667Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T18:57:32.3353056Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T18:57:32.3353466Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T18:57:32.3353908Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T18:57:32.3354334Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T18:57:32.3354754Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T18:57:32.3355461Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T18:57:32.3355916Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T18:57:32.3356324Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T18:57:32.3356724Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T18:57:32.3357296Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T18:57:32.3357802Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T18:57:32.3358306Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T18:57:32.3358769Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T18:57:32.3359188Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T18:57:32.3359583Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T18:57:32.3359984Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T18:57:32.3360388Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T18:57:32.3360790Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T18:57:32.3361253Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T18:57:32.3361944Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T18:57:32.3362453Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T18:57:32.3362944Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T18:57:32.3363387Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T18:57:32.3363795Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T18:57:32.3364193Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T18:57:32.3364601Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T18:57:32.3364997Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T18:57:32.3365384Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T18:57:32.3365816Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T18:57:32.3366242Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T18:57:32.3366630Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T18:57:32.3367128Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T18:57:32.3367539Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T18:57:32.3367952Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T18:57:32.3368330Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T18:57:32.3368703Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T18:57:32.3369096Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T18:57:32.3369490Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T18:57:32.3369842Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T18:57:32.3370230Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T18:57:32.3370642Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T18:57:32.3371029Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T18:57:32.3371392Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T18:57:32.3371970Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T18:57:32.3372366Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T18:57:32.3372755Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T18:57:32.3373154Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T18:57:32.3373550Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T18:57:32.3373934Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T18:57:32.3374323Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T18:57:32.3374722Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T18:57:32.3375125Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T18:57:32.3375493Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T18:57:32.3375853Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T18:57:32.3376205Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T18:57:32.3376562Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T18:57:32.3376925Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T18:57:32.3377424Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T18:57:32.3377801Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T18:57:32.3378389Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T18:57:32.3378821Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T18:57:32.3379255Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T18:57:32.3379657Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T18:57:32.3380053Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T18:57:32.3380447Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T18:57:32.3380841Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T18:57:32.3381243Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T18:57:32.3381660Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T18:57:32.3382045Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T18:57:32.3382450Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T18:57:32.3382868Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T18:57:32.3383304Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T18:57:32.3383732Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T18:57:32.3384122Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T18:57:32.3384521Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T18:57:32.3384975Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T18:57:32.3385389Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T18:57:32.3385792Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T18:57:32.3386189Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T18:57:32.3386597Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T18:57:32.3388128Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T18:57:32.3388573Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T18:57:32.3388931Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T18:57:32.3389297Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T18:57:32.3389966Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T18:57:32.3390378Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T18:57:32.3390777Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T18:57:32.3391163Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T18:57:32.3391534Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T18:57:32.3391913Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T18:57:32.3392292Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T18:57:32.3392678Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T18:57:32.3393102Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T18:57:32.3393544Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T18:57:32.3393946Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T18:57:32.3394322Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T18:57:32.3394716Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T18:57:32.3395136Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T18:57:32.3395558Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T18:57:32.3396100Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T18:57:32.3396448Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T18:57:32.3396870Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T18:57:32.3397482Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T18:57:32.3397897Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T18:57:32.3398287Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T18:57:32.3398665Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T18:57:32.3399047Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T18:57:32.3399468Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T18:57:32.3399930Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T18:57:32.3400351Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T18:57:32.3400721Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T18:57:32.3401080Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T18:57:32.3401524Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T18:57:32.3402035Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T18:57:32.3402473Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T18:57:32.3402847Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T18:57:32.3403315Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T18:57:32.3403852Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T18:57:32.3404355Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T18:57:32.3404790Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T18:57:32.3405152Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T18:57:32.3405531Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T18:57:32.3405942Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T18:57:32.3406571Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T18:57:32.3407114Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T18:57:32.3407501Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T18:57:32.3407876Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T18:57:32.3408272Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T18:57:32.3408675Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T18:57:32.3409071Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T18:57:32.3409470Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T18:57:32.3409866Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T18:57:32.3410258Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T18:57:32.3410680Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T18:57:32.3411132Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T18:57:32.3411560Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T18:57:32.3411950Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T18:57:32.3412330Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T18:57:32.3412873Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T18:57:32.3413249Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T18:57:32.3413640Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T18:57:32.3414060Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T18:57:32.3414527Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T18:57:32.3414981Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T18:57:32.3415388Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T18:57:32.3415776Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T18:57:32.3416160Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T18:57:32.3416669Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T18:57:32.3417187Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T18:57:32.3417623Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T18:57:32.3418009Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T18:57:32.3418460Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T18:57:32.3418937Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T18:57:32.3419398Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T18:57:32.3419920Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T18:57:32.3420431Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T18:57:32.3420938Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T18:57:32.3421383Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T18:57:32.3421751Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T18:57:32.3422111Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T18:57:32.3422489Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T18:57:32.3422865Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T18:57:32.3423437Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T18:57:32.3423870Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T18:57:32.3424254Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T18:57:32.3424643Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T18:57:32.3425025Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T18:57:32.3425409Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T18:57:32.3425805Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T18:57:32.3426197Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T18:57:32.3426612Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T18:57:32.3427205Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T18:57:32.3427663Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T18:57:32.3428077Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T18:57:32.3428481Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T18:57:32.3428892Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T18:57:32.3429313Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T18:57:32.3429915Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T18:57:32.3430279Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T18:57:32.3430785Z 	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-20T18:57:32.3431307Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T18:57:32.3431687Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T18:57:32.3432062Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T18:57:32.3432435Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T18:57:32.3432839Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T18:57:32.3433278Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T18:57:32.3433706Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T18:57:32.3434139Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T18:57:32.3434550Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T18:57:32.3434955Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T18:57:32.3435376Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T18:57:32.3435793Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T18:57:32.3436185Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T18:57:32.3436614Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T18:57:32.3437283Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T18:57:32.3437806Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T18:57:32.3438263Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T18:57:32.3438674Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T18:57:32.3439078Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T18:57:32.3439552Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T18:57:32.3440347Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T18:57:32.3440780Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T18:57:32.3441215Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T18:57:32.3441665Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T18:57:32.3442127Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T18:57:32.3442493Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T18:57:32.3442852Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T18:57:32.3443227Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T18:57:32.3443612Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T18:57:32.3443984Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T18:57:32.3444338Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T18:57:32.3444711Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T18:57:32.3445072Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T18:57:32.3445429Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T18:57:32.3445799Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T18:57:32.3446151Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T18:57:32.3446694Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T18:57:32.3447309Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T18:57:32.3447700Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T18:57:32.3448060Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T18:57:32.3448420Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T18:57:32.3448789Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T18:57:32.3449161Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T18:57:32.3449528Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T18:57:32.3449888Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T18:57:32.3450265Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T18:57:32.3450687Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T18:57:32.3451127Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T18:57:32.3451536Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T18:57:32.3451901Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T18:57:32.3452282Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T18:57:32.3452714Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T18:57:32.3453117Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T18:57:32.3453479Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T18:57:32.3453851Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T18:57:32.3454215Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T18:57:32.3454562Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T18:57:32.3454916Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T18:57:32.3455274Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T18:57:32.3455646Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T18:57:32.3456006Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T18:57:32.3456352Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T18:57:32.3456902Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T18:57:32.3457478Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T18:57:32.3457892Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T18:57:32.3458290Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T18:57:32.3458687Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T18:57:32.3459091Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T18:57:32.3459547Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T18:57:32.3460047Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T18:57:32.3460661Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T18:57:32.3461292Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T18:57:32.3461835Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T18:57:32.3462309Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T18:57:32.3462764Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T18:57:32.3463286Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T18:57:32.3464105Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T18:57:32.3464670Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T18:57:32.3465163Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T18:57:32.3465611Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T18:57:32.3465985Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T18:57:32.3466358Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T18:57:32.3466732Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T18:57:32.3467395Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T18:57:32.3467806Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T18:57:32.3468202Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T18:57:32.3468589Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T18:57:32.3468972Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T18:57:32.3469358Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T18:57:32.3469734Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T18:57:32.3470114Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T18:57:32.3470490Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T18:57:32.3470883Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T18:57:32.3471278Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T18:57:32.3471690Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T18:57:32.3472110Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T18:57:32.3472480Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T18:57:32.3472872Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T18:57:32.3473284Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T18:57:32.3473695Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T18:57:32.3474342Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T18:57:32.3474809Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T18:57:32.3475180Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T18:57:32.3475548Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T18:57:32.3475930Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T18:57:32.3476306Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T18:57:32.3476697Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T18:57:32.3477251Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T18:57:32.3477646Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T18:57:32.3478029Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T18:57:32.3478395Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T18:57:32.3478764Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T18:57:32.3479310Z 	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-20T18:57:32.3480033Z 	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-20T18:57:32.3480885Z 	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-20T18:57:32.3481555Z 	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-20T18:57:32.3482082Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T18:57:32.3482466Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T18:57:32.3482877Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T18:57:32.3483278Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T18:57:32.3483655Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T18:57:32.3484032Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T18:57:32.3484402Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T18:57:32.3484784Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T18:57:32.3485162Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T18:57:32.3485538Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T18:57:32.3485916Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T18:57:32.3486300Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T18:57:32.3486710Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T18:57:32.3487277Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T18:57:32.3487705Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T18:57:32.3488096Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T18:57:32.3488474Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T18:57:32.3488868Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T18:57:32.3489272Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T18:57:32.3489668Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T18:57:32.3490066Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T18:57:32.3490456Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T18:57:32.3491084Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T18:57:32.3491552Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T18:57:32.3491960Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T18:57:32.3492397Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T18:57:32.3492856Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T18:57:32.3493265Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T18:57:32.3493636Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T18:57:32.3494017Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T18:57:32.3494417Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T18:57:32.3494828Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T18:57:32.3495230Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T18:57:32.3495618Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T18:57:32.3496009Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T18:57:32.3496484Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T18:57:32.3496959Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T18:57:32.3497706Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T18:57:32.3498117Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T18:57:32.3498569Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T18:57:32.3499018Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T18:57:32.3499495Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T18:57:32.3499982Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T18:57:32.3500430Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T18:57:32.3500868Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T18:57:32.3501266Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T18:57:32.3501661Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T18:57:32.3502081Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T18:57:32.3502465Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T18:57:32.3502843Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T18:57:32.3503251Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T18:57:32.3503656Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T18:57:32.3504060Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T18:57:32.3504480Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T18:57:32.3504872Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T18:57:32.3505251Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T18:57:32.3505627Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T18:57:32.3505983Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T18:57:32.3506378Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T18:57:32.3506801Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T18:57:32.3507495Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T18:57:32.3508160Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T18:57:32.3508633Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T18:57:32.3509035Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T18:57:32.3509476Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T18:57:32.3509906Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T18:57:32.3510322Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T18:57:32.3510730Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T18:57:32.3511087Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T18:57:32.3511451Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T18:57:32.3511848Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T18:57:32.3512244Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T18:57:32.3512626Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T18:57:32.3512987Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T18:57:32.3513335Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T18:57:32.3513683Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T18:57:32.3514319Z 	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-20T18:57:32.3514830Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T18:57:32.3515216Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T18:57:32.3515601Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T18:57:32.3516003Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T18:57:32.3516415Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T18:57:32.3516827Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T18:57:32.3517409Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T18:57:32.3517831Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T18:57:32.3518254Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T18:57:32.3518634Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T18:57:32.3519005Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T18:57:32.3519367Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T18:57:32.3519744Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T18:57:32.3520171Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T18:57:32.3520604Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T18:57:32.3521008Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T18:57:32.3521433Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T18:57:32.3521877Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T18:57:32.3522280Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T18:57:32.3522653Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T18:57:32.3523001Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T18:57:32.3523352Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T18:57:32.3523722Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T18:57:32.3524317Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T18:57:32.3524707Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T18:57:32.3525109Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T18:57:32.3525525Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T18:57:32.3525987Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T18:57:32.3526428Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T18:57:32.3526805Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T18:57:32.3527439Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T18:57:32.3527837Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T18:57:32.3528226Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T18:57:32.3528617Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T18:57:32.3528993Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T18:57:32.3529434Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T18:57:32.3529924Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T18:57:32.3530349Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T18:57:32.3530940Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T18:57:32.3531321Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T18:57:32.3531726Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T18:57:32.3532120Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T18:57:32.3532498Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T18:57:32.3532901Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T18:57:32.3533283Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T18:57:32.3533630Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T18:57:32.3533988Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T18:57:32.3534449Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T18:57:32.3534874Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T18:57:32.3535261Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T18:57:32.3535646Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T18:57:32.3536090Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T18:57:32.3536531Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T18:57:32.3536967Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T18:57:32.3537469Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T18:57:32.3537987Z 	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-20T18:57:32.3538495Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T18:57:32.3538888Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T18:57:32.3539306Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T18:57:32.3539732Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T18:57:32.3540254Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T18:57:32.3540839Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T18:57:32.3541660Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T18:57:32.3542365Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T18:57:32.3543017Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T18:57:32.3543648Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T18:57:32.3544286Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T18:57:32.3544873Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T18:57:32.3545357Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T18:57:32.3545803Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T18:57:32.3546245Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T18:57:32.3546677Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T18:57:32.3547397Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T18:57:32.3547857Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T18:57:32.3548243Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T18:57:32.3548801Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T18:57:32.3549183Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T18:57:32.3549568Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T18:57:32.3549977Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T18:57:32.3550393Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T18:57:32.3550763Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T18:57:32.3551153Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T18:57:32.3551613Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T18:57:32.3552105Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T18:57:32.3552593Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T18:57:32.3553091Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T18:57:32.3553549Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T18:57:32.3553968Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T18:57:32.3554388Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T18:57:32.3554809Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T18:57:32.3555243Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T18:57:32.3555673Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T18:57:32.3556066Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T18:57:32.3556451Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T18:57:32.3556833Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T18:57:32.3557476Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T18:57:32.3557929Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T18:57:32.3558374Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T18:57:32.3558781Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T18:57:32.3559406Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T18:57:32.3559855Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T18:57:32.3560307Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T18:57:32.3560751Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T18:57:32.3561186Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T18:57:32.3561589Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T18:57:32.3561960Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T18:57:32.3562345Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T18:57:32.3562715Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T18:57:32.3563089Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T18:57:32.3563492Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T18:57:32.3563895Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T18:57:32.3564321Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T18:57:32.3564795Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T18:57:32.3565396Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T18:57:32.3565792Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T18:57:32.3566148Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T18:57:32.3566521Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T18:57:32.3566918Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T18:57:32.3567460Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T18:57:32.3567861Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T18:57:32.3568290Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T18:57:32.3568740Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T18:57:32.3569156Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T18:57:32.3569548Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T18:57:32.3569951Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T18:57:32.3570494Z 	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-20T18:57:32.3571075Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T18:57:32.3571530Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T18:57:32.3571975Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T18:57:32.3572398Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T18:57:32.3572798Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T18:57:32.3573196Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T18:57:32.3573592Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T18:57:32.3573995Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T18:57:32.3574402Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T18:57:32.3574783Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T18:57:32.3575180Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T18:57:32.3575845Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T18:57:32.3576266Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T18:57:32.3576679Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T18:57:32.3577400Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T18:57:32.3577861Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T18:57:32.3578247Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T18:57:32.3578627Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T18:57:32.3579017Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T18:57:32.3579395Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T18:57:32.3579766Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T18:57:32.3580198Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T18:57:32.3580642Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T18:57:32.3581050Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T18:57:32.3581448Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T18:57:32.3581844Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T18:57:32.3582415Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T18:57:32.3582795Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T18:57:32.3583185Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T18:57:32.3583586Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T18:57:32.3584029Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T18:57:32.3584483Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T18:57:32.3584908Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T18:57:32.3585312Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T18:57:32.3585718Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T18:57:32.3586148Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T18:57:32.3586542Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T18:57:32.3586898Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T18:57:32.3587451Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T18:57:32.3587831Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T18:57:32.3588210Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T18:57:32.3588570Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T18:57:32.3588946Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T18:57:32.3589336Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T18:57:32.3589720Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T18:57:32.3590079Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T18:57:32.3590433Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T18:57:32.3590809Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T18:57:32.3591211Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T18:57:32.3591587Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T18:57:32.3591951Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T18:57:32.3592504Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T18:57:32.3592942Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T18:57:32.3593328Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T18:57:32.3593676Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T18:57:32.3594050Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T18:57:32.3594448Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T18:57:32.3594830Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T18:57:32.3595209Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T18:57:32.3595586Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T18:57:32.3595971Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T18:57:32.3596379Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T18:57:32.3596799Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T18:57:32.3597432Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T18:57:32.3597796Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T18:57:32.3598147Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T18:57:32.3598492Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T18:57:32.3599090Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T18:57:32.3599592Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T18:57:32.3600069Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T18:57:32.3600547Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T18:57:32.3601057Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T18:57:32.3601495Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T18:57:32.3601876Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T18:57:32.3602269Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T18:57:32.3602662Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T18:57:32.3603056Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T18:57:32.3603444Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T18:57:32.3603828Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T18:57:32.3604206Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T18:57:32.3604602Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T18:57:32.3605051Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T18:57:32.3605486Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T18:57:32.3605856Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T18:57:32.3606259Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T18:57:32.3606682Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T18:57:32.3607245Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T18:57:32.3607619Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T18:57:32.3608011Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T18:57:32.3608464Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T18:57:32.3609109Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T18:57:32.3609572Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T18:57:32.3609995Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T18:57:32.3610422Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T18:57:32.3610881Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T18:57:32.4325239Z info: downloading installer
2025-08-20T18:57:32.7283177Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T18:57:32.7283552Z warn: /home/runner/.rustup/settings.toml
2025-08-20T18:57:32.7283912Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T18:57:32.7284332Z warn: instead of the one inferred from the default host triple.
2025-08-20T18:57:32.7474686Z info: profile set to 'default'
2025-08-20T18:57:32.7475029Z info: default host triple is aarch64-unknown-linux-gnu
2025-08-20T18:57:32.7475384Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T18:57:32.8041682Z info: syncing channel updates for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T18:57:33.0140545Z info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
2025-08-20T18:57:33.0542323Z info: downloading component 'clippy'
2025-08-20T18:57:33.2101301Z info: downloading component 'rustfmt'
2025-08-20T18:57:33.3600007Z info: downloading component 'cargo'
2025-08-20T18:57:33.5657651Z info: downloading component 'rust-std'
2025-08-20T18:57:34.0299843Z info: downloading component 'rustc'
2025-08-20T18:57:35.0618070Z info: removing previous version of component 'clippy'
2025-08-20T18:57:35.1080456Z info: removing previous version of component 'rustfmt'
2025-08-20T18:57:35.1302730Z info: removing previous version of component 'cargo'
2025-08-20T18:57:35.1979917Z info: removing previous version of component 'rust-std'
2025-08-20T18:57:35.2324689Z info: removing previous version of component 'rustc'
2025-08-20T18:57:35.3094829Z info: installing component 'clippy'
2025-08-20T18:57:35.5745597Z info: installing component 'rustfmt'
2025-08-20T18:57:35.7760740Z info: installing component 'cargo'
2025-08-20T18:57:36.2796523Z info: installing component 'rust-std'
2025-08-20T18:57:37.6187414Z info: installing component 'rustc'
2025-08-20T18:57:40.4637878Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T18:57:40.4638178Z 
2025-08-20T18:57:40.4713061Z   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-20T18:57:40.4713503Z 
2025-08-20T18:57:40.4713508Z 
2025-08-20T18:57:40.4713588Z Rust is installed now. Great!
2025-08-20T18:57:40.4713734Z 
2025-08-20T18:57:40.4713904Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T18:57:40.4714297Z environment variable. This has not been done automatically.
2025-08-20T18:57:40.4714515Z 
2025-08-20T18:57:40.4714658Z To configure your current shell, you need to source
2025-08-20T18:57:40.4714944Z the corresponding env file under $HOME/.cargo.
2025-08-20T18:57:40.4715121Z 
2025-08-20T18:57:40.4715292Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T18:57:40.4715671Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T18:57:40.4715963Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T18:57:40.4716236Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T18:57:40.4883965Z info: using existing install for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T18:57:40.5212120Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T18:57:40.5212391Z 
2025-08-20T18:57:40.5287313Z   stable-aarch64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T18:57:40.5287651Z 
2025-08-20T18:57:40.5703460Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T18:57:40.6088016Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T18:57:40.6369193Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T18:57:40.6369767Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T18:57:40.6370121Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T18:57:40.6370478Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T18:57:40.6370842Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T18:57:40.6371200Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T18:57:40.6371581Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T18:57:40.6371940Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T18:57:40.6372284Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T18:57:40.6372619Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T18:57:40.6372969Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T18:57:40.6373357Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T18:57:40.6373739Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T18:57:40.6374145Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T18:57:40.6374536Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T18:57:40.6374934Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T18:57:40.6375575Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T18:57:40.6375938Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T18:57:40.6376314Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T18:57:40.6376770Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T18:57:40.6377535Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T18:57:40.6377933Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T18:57:40.6378348Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T18:57:40.6378744Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T18:57:40.6379094Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T18:57:40.6379479Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T18:57:40.6379917Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T18:57:40.6380330Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T18:57:40.6380730Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T18:57:40.6381143Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T18:57:40.6381569Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T18:57:40.6381991Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T18:57:40.6382418Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T18:57:40.6382840Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T18:57:40.6383279Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T18:57:40.6383705Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T18:57:40.6384114Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T18:57:40.6384523Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T18:57:40.6384916Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T18:57:40.6385322Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T18:57:40.6386012Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T18:57:40.6386452Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T18:57:40.6386860Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T18:57:40.6387452Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T18:57:40.6387910Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T18:57:40.6388387Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T18:57:40.6388857Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T18:57:40.6389346Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T18:57:40.6389794Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T18:57:40.6390216Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T18:57:40.6390632Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T18:57:40.6391040Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T18:57:40.6391453Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T18:57:40.6391852Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T18:57:40.6392218Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T18:57:40.6392773Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T18:57:40.6393139Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T18:57:40.6393532Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T18:57:40.6393938Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T18:57:40.6394320Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T18:57:40.6394727Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T18:57:40.6395160Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T18:57:40.6395583Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T18:57:40.6395996Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T18:57:40.6396417Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T18:57:40.6396859Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T18:57:40.6397393Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T18:57:40.6397793Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T18:57:40.6398230Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T18:57:40.6398730Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T18:57:40.6399230Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T18:57:40.6399688Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T18:57:40.6400107Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T18:57:40.6400492Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T18:57:40.6400889Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T18:57:40.6401289Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T18:57:40.6401688Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T18:57:40.6402144Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T18:57:40.6402865Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T18:57:40.6403384Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T18:57:40.6403873Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T18:57:40.6404310Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T18:57:40.6404711Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T18:57:40.6405107Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T18:57:40.6405516Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T18:57:40.6405914Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T18:57:40.6406304Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T18:57:40.6406729Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T18:57:40.6408660Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T18:57:40.6409059Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T18:57:40.6409430Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T18:57:40.6409833Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T18:57:40.6410236Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T18:57:40.6410868Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T18:57:40.6411271Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T18:57:40.6411664Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T18:57:40.6412049Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T18:57:40.6412399Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T18:57:40.6412778Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T18:57:40.6413180Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T18:57:40.6413565Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T18:57:40.6413925Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T18:57:40.6414290Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T18:57:40.6414670Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T18:57:40.6415054Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T18:57:40.6415454Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T18:57:40.6415916Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T18:57:40.6416299Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T18:57:40.6416686Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T18:57:40.6417218Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T18:57:40.6417627Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T18:57:40.6417999Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T18:57:40.6418357Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T18:57:40.6418706Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T18:57:40.6419068Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T18:57:40.6419432Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T18:57:40.6419791Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T18:57:40.6420161Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T18:57:40.6420555Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T18:57:40.6421194Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T18:57:40.6421652Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T18:57:40.6422050Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T18:57:40.6422438Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T18:57:40.6422834Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T18:57:40.6423229Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T18:57:40.6423629Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T18:57:40.6424032Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T18:57:40.6424415Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T18:57:40.6424806Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T18:57:40.6425221Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T18:57:40.6425658Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T18:57:40.6426089Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T18:57:40.6426483Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T18:57:40.6426878Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T18:57:40.6427577Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T18:57:40.6427988Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T18:57:40.6428395Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T18:57:40.6428795Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T18:57:40.6429202Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T18:57:40.6429604Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T18:57:40.6429986Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T18:57:40.6430347Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T18:57:40.6430710Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T18:57:40.6431104Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T18:57:40.6431508Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T18:57:40.6431911Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T18:57:40.6432299Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T18:57:40.6432667Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T18:57:40.6433043Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T18:57:40.6433427Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T18:57:40.6433818Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T18:57:40.6434242Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T18:57:40.6434685Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T18:57:40.6435087Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T18:57:40.6435466Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T18:57:40.6435861Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T18:57:40.6436283Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T18:57:40.6436704Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T18:57:40.6437189Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T18:57:40.6437762Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T18:57:40.6438197Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T18:57:40.6438624Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T18:57:40.6439032Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T18:57:40.6439416Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T18:57:40.6439803Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T18:57:40.6440187Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T18:57:40.6440610Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T18:57:40.6441075Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T18:57:40.6441489Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T18:57:40.6441858Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T18:57:40.6442221Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T18:57:40.6442666Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T18:57:40.6443169Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T18:57:40.6443753Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T18:57:40.6444126Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T18:57:40.6444589Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T18:57:40.6445125Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T18:57:40.6445625Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T18:57:40.6446065Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T18:57:40.6446426Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T18:57:40.6446801Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T18:57:40.6447358Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T18:57:40.6447778Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T18:57:40.6448190Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T18:57:40.6448567Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T18:57:40.6448940Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T18:57:40.6449337Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T18:57:40.6449739Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T18:57:40.6450140Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T18:57:40.6450538Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T18:57:40.6450932Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T18:57:40.6451328Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T18:57:40.6451752Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T18:57:40.6452206Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T18:57:40.6452641Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T18:57:40.6453032Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T18:57:40.6453406Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T18:57:40.6453779Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T18:57:40.6454343Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T18:57:40.6454750Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T18:57:40.6455170Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T18:57:40.6455634Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T18:57:40.6456087Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T18:57:40.6456502Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T18:57:40.6456892Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T18:57:40.6457494Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T18:57:40.6457879Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T18:57:40.6458251Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T18:57:40.6458639Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T18:57:40.6459022Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T18:57:40.6459467Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T18:57:40.6459948Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T18:57:40.6460409Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T18:57:40.6461121Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T18:57:40.6461636Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T18:57:40.6462142Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T18:57:40.6462585Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T18:57:40.6462950Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T18:57:40.6463315Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T18:57:40.6463698Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T18:57:40.6464079Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T18:57:40.6464447Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T18:57:40.6464835Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T18:57:40.6465217Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T18:57:40.6465605Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T18:57:40.6465983Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T18:57:40.6466362Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T18:57:40.6466767Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T18:57:40.6467296Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T18:57:40.6467715Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T18:57:40.6468150Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T18:57:40.6468572Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T18:57:40.6468993Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T18:57:40.6469404Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T18:57:40.6469815Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T18:57:40.6470234Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T18:57:40.6470924Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T18:57:40.6471304Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T18:57:40.6471813Z 	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-20T18:57:40.6472327Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T18:57:40.6472697Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T18:57:40.6473078Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T18:57:40.6473444Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T18:57:40.6473839Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T18:57:40.6474275Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T18:57:40.6474699Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T18:57:40.6475136Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T18:57:40.6475538Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T18:57:40.6475939Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T18:57:40.6476359Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T18:57:40.6476772Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T18:57:40.6477426Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T18:57:40.6477856Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T18:57:40.6478344Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T18:57:40.6478840Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T18:57:40.6479296Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T18:57:40.6479710Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T18:57:40.6480114Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T18:57:40.6480590Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T18:57:40.6481074Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T18:57:40.6481492Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T18:57:40.6481928Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T18:57:40.6482384Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T18:57:40.6482796Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T18:57:40.6483161Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T18:57:40.6483515Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T18:57:40.6483888Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T18:57:40.6484305Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T18:57:40.6484670Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T18:57:40.6485022Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T18:57:40.6485393Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T18:57:40.6485764Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T18:57:40.6486128Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T18:57:40.6486505Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T18:57:40.6486862Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T18:57:40.6487399Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T18:57:40.6488043Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T18:57:40.6488424Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T18:57:40.6488785Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T18:57:40.6489151Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T18:57:40.6489523Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T18:57:40.6489907Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T18:57:40.6490274Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T18:57:40.6490630Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T18:57:40.6491009Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T18:57:40.6491431Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T18:57:40.6491872Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T18:57:40.6492278Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T18:57:40.6492641Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T18:57:40.6493022Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T18:57:40.6493448Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T18:57:40.6494004Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T18:57:40.6494367Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T18:57:40.6494731Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T18:57:40.6495092Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T18:57:40.6495438Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T18:57:40.6495789Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T18:57:40.6496144Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T18:57:40.6496512Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T18:57:40.6496872Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T18:57:40.6497394Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T18:57:40.6497736Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T18:57:40.6498113Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T18:57:40.6498524Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T18:57:40.6498922Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T18:57:40.6499320Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T18:57:40.6499714Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T18:57:40.6500137Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T18:57:40.6500640Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T18:57:40.6501252Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T18:57:40.6501880Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T18:57:40.6502428Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T18:57:40.6502903Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T18:57:40.6503357Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T18:57:40.6503876Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T18:57:40.6504706Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T18:57:40.6505292Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T18:57:40.6505784Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T18:57:40.6506231Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T18:57:40.6506598Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T18:57:40.6506973Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T18:57:40.6507622Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T18:57:40.6508011Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T18:57:40.6508401Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T18:57:40.6508793Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T18:57:40.6509185Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T18:57:40.6509566Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T18:57:40.6509952Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T18:57:40.6510328Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T18:57:40.6510701Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T18:57:40.6511278Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T18:57:40.6511669Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T18:57:40.6512064Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T18:57:40.6512473Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T18:57:40.6512892Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T18:57:40.6513258Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T18:57:40.6513651Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T18:57:40.6514064Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T18:57:40.6514474Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T18:57:40.6514918Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T18:57:40.6515351Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T18:57:40.6515774Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T18:57:40.6516139Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T18:57:40.6516519Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T18:57:40.6516894Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T18:57:40.6517510Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T18:57:40.6517905Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T18:57:40.6518290Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T18:57:40.6518673Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T18:57:40.6519037Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T18:57:40.6519409Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T18:57:40.6519956Z 	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-20T18:57:40.6520672Z 	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-20T18:57:40.6521573Z 	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-20T18:57:40.6522250Z 	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-20T18:57:40.6522778Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T18:57:40.6523161Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T18:57:40.6523568Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T18:57:40.6523972Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T18:57:40.6524349Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T18:57:40.6524727Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T18:57:40.6525093Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T18:57:40.6525474Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T18:57:40.6525858Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T18:57:40.6526236Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T18:57:40.6526616Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T18:57:40.6527156Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T18:57:40.6527594Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T18:57:40.6528165Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T18:57:40.6528561Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T18:57:40.6528949Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T18:57:40.6529326Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T18:57:40.6529712Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T18:57:40.6530122Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T18:57:40.6530519Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T18:57:40.6530917Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T18:57:40.6531311Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T18:57:40.6531733Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T18:57:40.6532173Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T18:57:40.6532575Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T18:57:40.6533023Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T18:57:40.6533482Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T18:57:40.6533894Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T18:57:40.6534264Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T18:57:40.6534647Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T18:57:40.6535048Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T18:57:40.6535461Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T18:57:40.6535866Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T18:57:40.6536257Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T18:57:40.6536642Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T18:57:40.6537356Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T18:57:40.6537847Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T18:57:40.6538459Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T18:57:40.6538880Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T18:57:40.6539334Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T18:57:40.6539785Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T18:57:40.6540262Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T18:57:40.6540753Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T18:57:40.6541197Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T18:57:40.6541639Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T18:57:40.6542040Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T18:57:40.6542436Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T18:57:40.6542853Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T18:57:40.6543239Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T18:57:40.6543613Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T18:57:40.6544019Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T18:57:40.6544418Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T18:57:40.6544980Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T18:57:40.6545397Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T18:57:40.6545788Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T18:57:40.6546165Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T18:57:40.6546534Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T18:57:40.6546892Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T18:57:40.6547440Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T18:57:40.6547859Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T18:57:40.6548254Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T18:57:40.6548703Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T18:57:40.6549158Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T18:57:40.6549563Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T18:57:40.6549999Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T18:57:40.6550421Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T18:57:40.6550833Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T18:57:40.6551247Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T18:57:40.6551605Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T18:57:40.6551968Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T18:57:40.6552363Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T18:57:40.6552762Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T18:57:40.6553141Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T18:57:40.6553498Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T18:57:40.6553850Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T18:57:40.6554197Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T18:57:40.6554891Z 	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-20T18:57:40.6555415Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T18:57:40.6555800Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T18:57:40.6556183Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T18:57:40.6556583Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T18:57:40.6557140Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T18:57:40.6557555Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T18:57:40.6557962Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T18:57:40.6558376Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T18:57:40.6558822Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T18:57:40.6559204Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T18:57:40.6559571Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T18:57:40.6559931Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T18:57:40.6560309Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T18:57:40.6560730Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T18:57:40.6561378Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T18:57:40.6561781Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T18:57:40.6562203Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T18:57:40.6562645Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T18:57:40.6563044Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T18:57:40.6563415Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T18:57:40.6563761Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T18:57:40.6564111Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T18:57:40.6564478Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T18:57:40.6564852Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T18:57:40.6565234Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T18:57:40.6565633Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T18:57:40.6566049Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T18:57:40.6566510Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T18:57:40.6566946Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T18:57:40.6567467Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T18:57:40.6567860Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T18:57:40.6568250Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T18:57:40.6568638Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T18:57:40.6569019Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T18:57:40.6569401Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T18:57:40.6569842Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T18:57:40.6570334Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T18:57:40.6570761Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T18:57:40.6571136Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T18:57:40.6571734Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T18:57:40.6572155Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T18:57:40.6572547Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T18:57:40.6572919Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T18:57:40.6573318Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T18:57:40.6573704Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T18:57:40.6574053Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T18:57:40.6574409Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T18:57:40.6574807Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T18:57:40.6575228Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T18:57:40.6575610Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T18:57:40.6575994Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T18:57:40.6576440Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T18:57:40.6576882Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T18:57:40.6577538Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T18:57:40.6578117Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T18:57:40.6578631Z 	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-20T18:57:40.6579140Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T18:57:40.6579628Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T18:57:40.6580046Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T18:57:40.6580477Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T18:57:40.6580999Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T18:57:40.6581579Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T18:57:40.6582187Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T18:57:40.6582843Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T18:57:40.6583486Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T18:57:40.6584115Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T18:57:40.6584743Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T18:57:40.6585334Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T18:57:40.6585816Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T18:57:40.6586262Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T18:57:40.6586698Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T18:57:40.6587314Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T18:57:40.6587818Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T18:57:40.6588253Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T18:57:40.6588635Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T18:57:40.6589214Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T18:57:40.6589614Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T18:57:40.6589993Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T18:57:40.6590401Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T18:57:40.6590813Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T18:57:40.6591179Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T18:57:40.6591574Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T18:57:40.6592041Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T18:57:40.6592535Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T18:57:40.6593024Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T18:57:40.6593519Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T18:57:40.6593969Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T18:57:40.6594384Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T18:57:40.6594801Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T18:57:40.6595215Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T18:57:40.6595829Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T18:57:40.6596259Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T18:57:40.6596648Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T18:57:40.6597198Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T18:57:40.6597599Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T18:57:40.6597980Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T18:57:40.6598417Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T18:57:40.6598856Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T18:57:40.6599255Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T18:57:40.6599667Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T18:57:40.6600099Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T18:57:40.6600550Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T18:57:40.6600992Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T18:57:40.6601429Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T18:57:40.6601835Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T18:57:40.6602208Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T18:57:40.6602599Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T18:57:40.6602974Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T18:57:40.6603348Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T18:57:40.6603754Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T18:57:40.6604163Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T18:57:40.6604594Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T18:57:40.6605065Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T18:57:40.6605531Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T18:57:40.6606219Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T18:57:40.6606593Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T18:57:40.6606964Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T18:57:40.6607653Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T18:57:40.6608053Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T18:57:40.6608447Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T18:57:40.6608876Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T18:57:40.6609325Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T18:57:40.6609741Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T18:57:40.6610128Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T18:57:40.6610533Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T18:57:40.6611078Z 	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-20T18:57:40.6611664Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T18:57:40.6612121Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T18:57:40.6612741Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T18:57:40.6613167Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T18:57:40.6613568Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T18:57:40.6613961Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T18:57:40.6614350Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T18:57:40.6614758Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T18:57:40.6615160Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T18:57:40.6615539Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T18:57:40.6615983Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T18:57:40.6616386Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T18:57:40.6616769Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T18:57:40.6617344Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T18:57:40.6617819Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T18:57:40.6618244Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T18:57:40.6618620Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T18:57:40.6618993Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T18:57:40.6619379Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T18:57:40.6619755Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T18:57:40.6620124Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T18:57:40.6620553Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T18:57:40.6621008Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T18:57:40.6621412Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T18:57:40.6621806Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T18:57:40.6622203Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T18:57:40.6622796Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T18:57:40.6623187Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T18:57:40.6623573Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T18:57:40.6623979Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T18:57:40.6624424Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T18:57:40.6624874Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T18:57:40.6625304Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T18:57:40.6625705Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T18:57:40.6626112Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T18:57:40.6626539Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T18:57:40.6626926Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T18:57:40.6627629Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T18:57:40.6628000Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T18:57:40.6628364Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T18:57:40.6628741Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T18:57:40.6629094Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T18:57:40.6629662Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T18:57:40.6630057Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T18:57:40.6630441Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T18:57:40.6630796Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T18:57:40.6631148Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T18:57:40.6631529Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T18:57:40.6631927Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T18:57:40.6632308Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T18:57:40.6632673Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T18:57:40.6633036Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T18:57:40.6633425Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T18:57:40.6633808Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T18:57:40.6634317Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T18:57:40.6652548Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T18:57:40.6652971Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T18:57:40.6653378Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T18:57:40.6653758Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T18:57:40.6654133Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T18:57:40.6654519Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T18:57:40.6654924Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T18:57:40.6655357Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T18:57:40.6655761Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T18:57:40.6656117Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T18:57:40.6656466Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T18:57:40.6656810Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T18:57:40.6657780Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T18:57:40.6658309Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T18:57:40.6658780Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T18:57:40.6659258Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T18:57:40.6659763Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T18:57:40.6660210Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T18:57:40.6660586Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T18:57:40.6660976Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T18:57:40.6661365Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T18:57:40.6661757Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T18:57:40.6662143Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T18:57:40.6662528Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T18:57:40.6662903Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T18:57:40.6663297Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T18:57:40.6663742Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T18:57:40.6664334Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T18:57:40.6664711Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T18:57:40.6665112Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T18:57:40.6665534Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T18:57:40.6665918Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T18:57:40.6666270Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T18:57:40.6666659Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T18:57:40.6667407Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T18:57:40.6667909Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T18:57:40.6668333Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T18:57:40.6668749Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T18:57:40.6669176Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T18:57:40.6669605Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T18:57:40.6669894Z 
2025-08-20T18:57:40.6669897Z 
2025-08-20T18:57:40.6670273Z  [+] Finished Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (06:57:40 PM)
2025-08-20T18:57:40.6670631Z 
2025-08-20T18:57:40.6670635Z 
2025-08-20T18:57:40.6670638Z 
2025-08-20T18:57:40.6670708Z [+] Continue : YES
2025-08-20T18:57:40.6670814Z 
2025-08-20T18:57:40.6671045Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T18:57:40.7375084Z 
2025-08-20T18:57:40.7375473Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (06:57:40 PM) UTC
2025-08-20T18:57:40.7375758Z 
2025-08-20T18:57:40.7391563Z 
2025-08-20T18:57:40.7391723Z [+] Total RECIPES :: 1
2025-08-20T18:57:40.7391862Z 
2025-08-20T18:57:40.7469628Z 
2025-08-20T18:57:40.7470495Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/bat/static.official.source.yaml (1/1)
2025-08-20T18:57:40.7470980Z 
2025-08-20T18:57:40.7997474Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/bat/static.official.source.yaml
2025-08-20T18:57:40.8008808Z mode of '/tmp/pkgforge/jIpMoZlfP_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T18:57:40.8057946Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/bat/official [Provided]
2025-08-20T18:57:40.8058332Z [+] Setting '.pkg_family' --> bat [Provided]
2025-08-20T18:57:40.8071148Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T18:57:40.8076780Z [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-20T18:57:40.8104011Z [00:00:00.003]➜  
2025-08-20T18:57:40.8104507Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/arm64" to 'docker run' ==> /tmp/pkgforge/jIpMoZlfP_build.yaml
2025-08-20T18:57:40.8104925Z [00:00:00.003]➜  
2025-08-20T18:57:40.8141463Z [00:00:00.007]➜  
2025-08-20T18:57:40.8141895Z [00:00:00.007]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':aarch64' ==> /tmp/pkgforge/jIpMoZlfP_build.yaml
2025-08-20T18:57:40.8142294Z [00:00:00.007]➜  
2025-08-20T18:57:40.8221575Z [00:00:00.015]➜  
2025-08-20T18:57:40.8222579Z [00:00:00.015]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/bat/static.official.source.yaml) --> /tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (06:57:40 PM) UTC]
2025-08-20T18:57:40.8223373Z [00:00:00.015]➜  
2025-08-20T18:57:40.8223555Z [00:00:00.015]➜  
2025-08-20T18:57:40.8223736Z [00:00:00.015]➜  
2025-08-20T18:57:40.8224011Z [00:00:00.015]➜  ###################################################################
2025-08-20T18:57:40.8230254Z [00:00:00.016]➜  #!/SBUILD ver @v1.0.0
2025-08-20T18:57:40.8230949Z [00:00:00.016]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/batcat/static.official.source.yaml
2025-08-20T18:57:40.8234591Z [00:00:00.016]➜  _disabled: false
2025-08-20T18:57:40.8234838Z [00:00:00.016]➜  
2025-08-20T18:57:40.8235052Z [00:00:00.016]➜  pkg: "batcat"
2025-08-20T18:57:40.8235355Z [00:00:00.016]➜  pkg_id: "github.com.sharkdp.bat"
2025-08-20T18:57:40.8235650Z [00:00:00.016]➜  pkg_type: "static"
2025-08-20T18:57:40.8235895Z [00:00:00.016]➜  category:
2025-08-20T18:57:40.8238883Z [00:00:00.016]➜    - "ConsoleOnly"
2025-08-20T18:57:40.8239279Z [00:00:00.016]➜    - "Utility"
2025-08-20T18:57:40.8239707Z [00:00:00.016]➜  description: "Cat clone with colors, syntax highlighting and git integration"
2025-08-20T18:57:40.8240105Z [00:00:00.016]➜  distro_pkg:
2025-08-20T18:57:40.8240377Z [00:00:00.016]➜    alpine:
2025-08-20T18:57:40.8240624Z [00:00:00.016]➜      - "bat"
2025-08-20T18:57:40.8240898Z [00:00:00.016]➜    archlinux:
2025-08-20T18:57:40.8241119Z [00:00:00.016]➜      aur:
2025-08-20T18:57:40.8241351Z [00:00:00.016]➜        - "bat-cat-git"
2025-08-20T18:57:40.8241644Z [00:00:00.016]➜      extra:
2025-08-20T18:57:40.8241876Z [00:00:00.016]➜        - "bat"
2025-08-20T18:57:40.8242096Z [00:00:00.016]➜    debian:
2025-08-20T18:57:40.8242322Z [00:00:00.016]➜      - "rust-bat"
2025-08-20T18:57:40.8242612Z [00:00:00.016]➜    nixpkgs:
2025-08-20T18:57:40.8242838Z [00:00:00.016]➜      - "bat"
2025-08-20T18:57:40.8243061Z [00:00:00.016]➜  homepage:
2025-08-20T18:57:40.8243368Z [00:00:00.016]➜    - "https://github.com/sharkdp/bat"
2025-08-20T18:57:40.8243710Z [00:00:00.016]➜  license:
2025-08-20T18:57:40.8243939Z [00:00:00.016]➜    - id: "MIT"
2025-08-20T18:57:40.8244441Z [00:00:00.016]➜      url: "https://github.com/sharkdp/bat/raw/3e07483f7a5b54ce574485ce38792c70a675e05d/LICENSE-MIT"  
2025-08-20T18:57:40.8244918Z [00:00:00.016]➜  maintainer:
2025-08-20T18:57:40.8245224Z [00:00:00.016]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T18:57:40.8245521Z [00:00:00.016]➜  note:
2025-08-20T18:57:40.8245828Z [00:00:00.016]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T18:57:40.8246373Z [00:00:00.016]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/sharkdp/bat"
2025-08-20T18:57:40.8246780Z [00:00:00.016]➜  provides:
2025-08-20T18:57:40.8247233Z [00:00:00.016]➜    - "bat==batcat"
2025-08-20T18:57:40.8247895Z [00:00:00.016]➜  repology:
2025-08-20T18:57:40.8248228Z [00:00:00.016]➜    - "bat-cat"
2025-08-20T18:57:40.8248461Z [00:00:00.016]➜  src_url:
2025-08-20T18:57:40.8248735Z [00:00:00.016]➜    - "https://github.com/sharkdp/bat"
2025-08-20T18:57:40.8249034Z [00:00:00.016]➜  tag:
2025-08-20T18:57:40.8249238Z [00:00:00.016]➜    - "cat"
2025-08-20T18:57:40.8249465Z [00:00:00.016]➜    - "text-viewer"
2025-08-20T18:57:40.8249696Z [00:00:00.016]➜  x_exec:
2025-08-20T18:57:40.8249950Z [00:00:00.016]➜    bsys: "docker://rust"
2025-08-20T18:57:40.8250204Z [00:00:00.016]➜    host:
2025-08-20T18:57:40.8250433Z [00:00:00.016]➜      - "aarch64-Linux"
2025-08-20T18:57:40.8250694Z [00:00:00.016]➜      - "x86_64-Linux"
2025-08-20T18:57:40.8250944Z [00:00:00.016]➜    shell: "bash"
2025-08-20T18:57:40.8251180Z [00:00:00.016]➜    pkgver: |
2025-08-20T18:57:40.8251461Z [00:00:00.016]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T18:57:40.8252151Z [00:00:00.016]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/sharkdp/bat" "./TEMPREPO" &>/dev/null && \
2025-08-20T18:57:40.8253054Z [00:00:00.016]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-20T18:57:40.8253689Z [00:00:00.016]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T18:57:40.8254061Z [00:00:00.016]➜    run: |
2025-08-20T18:57:40.8254590Z [00:00:00.016]➜      #Build
2025-08-20T18:57:40.8255190Z [00:00:00.016]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/arm64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T18:57:40.8255906Z [00:00:00.016]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T18:57:40.8256477Z [00:00:00.016]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T18:57:40.8256949Z [00:00:00.016]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T18:57:40.8257569Z [00:00:00.016]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:aarch64" \
2025-08-20T18:57:40.8257914Z [00:00:00.016]➜        bash -l -c '
2025-08-20T18:57:40.8258153Z [00:00:00.016]➜        #Setup ENV
2025-08-20T18:57:40.8258520Z [00:00:00.016]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T18:57:40.8258962Z [00:00:00.016]➜         [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T18:57:40.8259389Z [00:00:00.016]➜         if [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then
2025-08-20T18:57:40.8260005Z [00:00:00.016]➜           RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T18:57:40.8260548Z [00:00:00.016]➜           if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T18:57:40.8260876Z [00:00:00.016]➜             export RUST_TARGET
2025-08-20T18:57:40.8261148Z [00:00:00.016]➜           else
2025-08-20T18:57:40.8261404Z [00:00:00.016]➜             rustc -Vv ; exit 1
2025-08-20T18:57:40.8261665Z [00:00:00.016]➜           fi
2025-08-20T18:57:40.8261882Z [00:00:00.016]➜         else
2025-08-20T18:57:40.8262200Z [00:00:00.016]➜           export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T18:57:40.8262573Z [00:00:00.016]➜           rustup target add "${RUST_TARGET}"
2025-08-20T18:57:40.8262851Z [00:00:00.016]➜         fi
2025-08-20T18:57:40.8263089Z [00:00:00.016]➜         RUST_FLAGS=()
2025-08-20T18:57:40.8263412Z [00:00:00.016]➜         RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T18:57:40.8263808Z [00:00:00.016]➜         RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T18:57:40.8264222Z [00:00:00.016]➜         if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T18:57:40.8264611Z [00:00:00.016]➜           RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T18:57:40.8265169Z [00:00:00.016]➜         fi
2025-08-20T18:57:40.8265504Z [00:00:00.016]➜         RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T18:57:40.8265845Z [00:00:00.016]➜         RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T18:57:40.8266160Z [00:00:00.016]➜         RUST_FLAGS+=("-C lto=yes")
2025-08-20T18:57:40.8266474Z [00:00:00.016]➜         RUST_FLAGS+=("-C opt-level=z")
2025-08-20T18:57:40.8266800Z [00:00:00.016]➜         RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T18:57:40.8267316Z [00:00:00.016]➜         RUST_FLAGS+=("-C strip=symbols")
2025-08-20T18:57:40.8267670Z [00:00:00.016]➜         RUST_FLAGS+=("-C linker=clang")
2025-08-20T18:57:40.8268036Z [00:00:00.016]➜         RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T18:57:40.8268414Z [00:00:00.016]➜         RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T18:57:40.8268764Z [00:00:00.016]➜         RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T18:57:40.8269102Z [00:00:00.016]➜         RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T18:57:40.8269473Z [00:00:00.016]➜         RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T18:57:40.8269832Z [00:00:00.016]➜         export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T18:57:40.8270120Z [00:00:00.016]➜        #Build
2025-08-20T18:57:40.8270624Z [00:00:00.016]➜         git clone --filter "blob:none" --quiet "https://github.com/sharkdp/bat" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T18:57:40.8271131Z [00:00:00.016]➜         echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T18:57:40.8271762Z [00:00:00.016]➜         echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T18:57:40.8272401Z [00:00:00.016]➜         sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T18:57:40.8272994Z [00:00:00.016]➜         rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T18:57:40.8273522Z [00:00:00.016]➜         cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T18:57:40.8274123Z [00:00:00.016]➜         find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T18:57:40.8274492Z [00:00:00.016]➜        #Copy 
2025-08-20T18:57:40.8275443Z [00:00:00.016]➜         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-20T18:57:40.8276712Z [00:00:00.016]➜         ( 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-20T18:57:40.8277556Z [00:00:00.016]➜         cp -fv "/build-bins/bat" "/build-bins/batcat"
2025-08-20T18:57:40.8277862Z [00:00:00.016]➜        #Strip 
2025-08-20T18:57:40.8278348Z [00:00:00.016]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T18:57:40.8279041Z [00:00:00.016]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T18:57:40.8279724Z [00:00:00.016]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T18:57:40.8280321Z [00:00:00.016]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T18:57:40.8280879Z [00:00:00.016]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T18:57:40.8281304Z [00:00:00.016]➜         popd &>/dev/null
2025-08-20T18:57:40.8281547Z [00:00:00.016]➜        '
2025-08-20T18:57:40.8281767Z [00:00:00.016]➜      #Copy & Meta
2025-08-20T18:57:40.8282118Z [00:00:00.016]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T18:57:40.8282868Z [00:00:00.016]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T18:57:40.8284014Z [00:00:00.016]➜       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-20T18:57:40.8284780Z [00:00:00.016]➜  
2025-08-20T18:57:40.8284962Z [00:00:00.016]➜  
2025-08-20T18:57:40.8285229Z [00:00:00.016]➜  ###################################################################
2025-08-20T18:57:40.8285514Z [00:00:00.016]➜  
2025-08-20T18:57:40.8285697Z [00:00:00.016]➜  
2025-08-20T18:57:40.8285879Z [00:00:00.016]➜  
2025-08-20T18:57:40.8286376Z [00:00:00.017]➜  '/tmp/pkgforge/jIpMoZlfP_build.yaml' -> '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T18:57:42.2486936Z [00:00:01.441]➜  '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/batcat.static.version' -> '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/batcat.version'
2025-08-20T18:57:42.2543109Z [00:00:01.447]➜  [+] Version: HEAD-6a74283-250820T080430 ('.x_exec.pkgver') [/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/batcat.static.version]
2025-08-20T18:57:42.2744443Z [00:00:01.467]➜  [+] Progs: bat batcat
2025-08-20T18:57:42.7218354Z [00:00:01.914]➜  
2025-08-20T18:57:42.7218696Z [00:00:01.914]➜  [-] Missing packages. Found: 
2025-08-20T18:57:42.7219009Z [00:00:01.914]➜  [+] Expected: bat batcat
2025-08-20T18:57:42.7219297Z [00:00:01.914]➜  [+] Continuing with build...
2025-08-20T18:57:42.7220030Z [00:00:01.914]➜  
2025-08-20T18:57:43.1020271Z [00:00:02.294]➜  
2025-08-20T18:57:43.1020559Z [00:00:02.294]➜  
2025-08-20T18:57:43.1100306Z [00:00:02.302]➜  + mkdir -pv /tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T18:57:43.1119015Z [00:00:02.304]➜  + docker run --platform=linux/arm64 --privileged --net=host --name alpine-builder --pull=always -e PKG=batcat -e PKG_ID=github.com.sharkdp.bat -e PKG_TYPE=static -e PKG_VER=HEAD-6a74283-250820T080430 -e PKGVER=HEAD-6a74283-250820T080430 -e SBUILD_PKG=batcat.static -e SBUILD_PKGVER=HEAD-6a74283-250820T080430 --volume /tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:aarch64 bash -l -c '
2025-08-20T18:57:43.1120605Z [00:00:02.304]➜    #Setup ENV
2025-08-20T18:57:43.1120968Z [00:00:02.304]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T18:57:43.1121409Z [00:00:02.304]➜     [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T18:57:43.1121834Z [00:00:02.304]➜     if [[ "$(uname -m | tr -d [:space:])" == "riscv64" ]]; then
2025-08-20T18:57:43.1122444Z [00:00:02.304]➜       RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T18:57:43.1122988Z [00:00:02.304]➜       if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T18:57:43.1123306Z [00:00:02.304]➜         export RUST_TARGET
2025-08-20T18:57:43.1123571Z [00:00:02.304]➜       else
2025-08-20T18:57:43.1123815Z [00:00:02.304]➜         rustc -Vv ; exit 1
2025-08-20T18:57:43.1124065Z [00:00:02.304]➜       fi
2025-08-20T18:57:43.1124272Z [00:00:02.304]➜     else
2025-08-20T18:57:43.1124580Z [00:00:02.304]➜       export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T18:57:43.1124949Z [00:00:02.304]➜       rustup target add "${RUST_TARGET}"
2025-08-20T18:57:43.1125223Z [00:00:02.304]➜     fi
2025-08-20T18:57:43.1125450Z [00:00:02.304]➜     RUST_FLAGS=()
2025-08-20T18:57:43.1125763Z [00:00:02.304]➜     RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T18:57:43.1126153Z [00:00:02.304]➜     RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T18:57:43.1126560Z [00:00:02.304]➜     if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T18:57:43.1126940Z [00:00:02.304]➜       RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T18:57:43.1127437Z [00:00:02.304]➜     fi
2025-08-20T18:57:43.1128163Z [00:00:02.304]➜     RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T18:57:43.1128569Z [00:00:02.304]➜     RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T18:57:43.1128885Z [00:00:02.304]➜     RUST_FLAGS+=("-C lto=yes")
2025-08-20T18:57:43.1129186Z [00:00:02.304]➜     RUST_FLAGS+=("-C opt-level=z")
2025-08-20T18:57:43.1129502Z [00:00:02.304]➜     RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T18:57:43.1129823Z [00:00:02.304]➜     RUST_FLAGS+=("-C strip=symbols")
2025-08-20T18:57:43.1130139Z [00:00:02.304]➜     RUST_FLAGS+=("-C linker=clang")
2025-08-20T18:57:43.1130507Z [00:00:02.304]➜     RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T18:57:43.1130875Z [00:00:02.304]➜     RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T18:57:43.1131222Z [00:00:02.304]➜     RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T18:57:43.1131556Z [00:00:02.304]➜     RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T18:57:43.1131909Z [00:00:02.304]➜     RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T18:57:43.1132270Z [00:00:02.304]➜     export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T18:57:43.1132545Z [00:00:02.304]➜    #Build
2025-08-20T18:57:43.1133031Z [00:00:02.304]➜     git clone --filter "blob:none" --quiet "https://github.com/sharkdp/bat" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T18:57:43.1133531Z [00:00:02.304]➜     echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T18:57:43.1133861Z [00:00:02.304]➜     echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T18:57:43.1134487Z [00:00:02.304]➜     sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T18:57:43.1135401Z [00:00:02.304]➜     rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T18:57:43.1135921Z [00:00:02.304]➜     cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T18:57:43.1136485Z [00:00:02.304]➜     find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T18:57:43.1136853Z [00:00:02.304]➜    #Copy 
2025-08-20T18:57:43.1138005Z [00:00:02.304]➜     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-20T18:57:43.1139260Z [00:00:02.304]➜     ( 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-20T18:57:43.1139942Z [00:00:02.304]➜     cp -fv "/build-bins/bat" "/build-bins/batcat"
2025-08-20T18:57:43.1140240Z [00:00:02.304]➜    #Strip 
2025-08-20T18:57:43.1140750Z [00:00:02.304]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T18:57:43.1141433Z [00:00:02.304]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T18:57:43.1142122Z [00:00:02.304]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T18:57:43.1142708Z [00:00:02.304]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T18:57:43.1143255Z [00:00:02.304]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T18:57:43.1143665Z [00:00:02.304]➜     popd &>/dev/null
2025-08-20T18:57:43.1143909Z [00:00:02.304]➜    '
2025-08-20T18:57:43.6849367Z [00:00:02.877]➜  aarch64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T18:57:43.8014047Z [00:00:02.994]➜  b2e6f696af52: Pulling fs layer
2025-08-20T18:57:43.8014442Z [00:00:02.994]➜  996f2cb07f7c: Pulling fs layer
2025-08-20T18:57:43.8014758Z [00:00:02.994]➜  99fd740fb142: Pulling fs layer
2025-08-20T18:57:43.8015058Z [00:00:02.994]➜  2b92eb3035e7: Pulling fs layer
2025-08-20T18:57:43.8015356Z [00:00:02.994]➜  4239b2f25ebc: Pulling fs layer
2025-08-20T18:57:43.8016020Z [00:00:02.994]➜  323e89f8c367: Pulling fs layer
2025-08-20T18:57:43.8016411Z [00:00:02.994]➜  2b92eb3035e7: Waiting
2025-08-20T18:57:43.8016674Z [00:00:02.994]➜  4239b2f25ebc: Waiting
2025-08-20T18:57:43.8016933Z [00:00:02.994]➜  323e89f8c367: Waiting
2025-08-20T18:57:43.9699528Z [00:00:03.162]➜  99fd740fb142: Verifying Checksum
2025-08-20T18:57:43.9700248Z [00:00:03.162]➜  99fd740fb142: Download complete
2025-08-20T18:57:44.0387903Z [00:00:03.231]➜  b2e6f696af52: Verifying Checksum
2025-08-20T18:57:44.0388798Z [00:00:03.231]➜  b2e6f696af52: Download complete
2025-08-20T18:57:44.0891111Z [00:00:03.281]➜  996f2cb07f7c: Download complete
2025-08-20T18:57:44.1375909Z [00:00:03.330]➜  b2e6f696af52: Pull complete
2025-08-20T18:57:44.2390238Z [00:00:03.431]➜  323e89f8c367: Download complete
2025-08-20T18:57:44.4643269Z [00:00:03.656]➜  4239b2f25ebc: Verifying Checksum
2025-08-20T18:57:44.4644976Z [00:00:03.656]➜  4239b2f25ebc: Download complete
2025-08-20T18:57:49.5633947Z [00:00:08.756]➜  2b92eb3035e7: Verifying Checksum
2025-08-20T18:57:49.5634362Z [00:00:08.756]➜  2b92eb3035e7: Download complete
2025-08-20T18:57:56.7910291Z [00:00:15.983]➜  996f2cb07f7c: Pull complete
2025-08-20T18:58:07.7478344Z [00:00:26.940]➜  99fd740fb142: Pull complete
2025-08-20T19:00:19.8954862Z [00:02:39.088]➜  2b92eb3035e7: Pull complete
2025-08-20T19:00:28.1972218Z [00:02:47.390]➜  4239b2f25ebc: Pull complete
2025-08-20T19:00:28.2690952Z [00:02:47.461]➜  323e89f8c367: Pull complete
2025-08-20T19:00:28.2968887Z [00:02:47.489]➜  Digest: sha256:dbb80a1ad31baabce9ce8c0fc820e46b46e1b8e0c15b77c1b005d3c06d8b9bc4
2025-08-20T19:00:28.3098211Z [00:02:47.502]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:aarch64
2025-08-20T19:00:28.6201240Z [00:02:47.812]➜  + mkdir -p /build-bins
2025-08-20T19:00:28.6219130Z [00:02:47.814]➜  ++ mktemp -d
2025-08-20T19:00:28.6233528Z [00:02:47.816]➜  + pushd /tmp/tmp.wFEhfGMWOz
2025-08-20T19:00:28.6235840Z [00:02:47.816]➜  + [[ -s /root/.cargo/env ]]
2025-08-20T19:00:28.6236367Z [00:02:47.816]➜  + source /root/.cargo/env
2025-08-20T19:00:28.6237380Z [00:02:47.816]➜  ++ case ":${PATH}:" in
2025-08-20T19:00:28.6241456Z [00:02:47.817]➜  ++ uname -m
2025-08-20T19:00:28.6243097Z [00:02:47.817]➜  ++ tr -d '[:space:]'
2025-08-20T19:00:28.6256939Z [00:02:47.818]➜  + [[ aarch64 == riscv64 ]]
2025-08-20T19:00:28.6258991Z [00:02:47.818]➜  ++ uname -m
2025-08-20T19:00:28.6273183Z [00:02:47.820]➜  + export RUST_TARGET=aarch64-unknown-linux-musl
2025-08-20T19:00:28.6273645Z [00:02:47.820]➜  + RUST_TARGET=aarch64-unknown-linux-musl
2025-08-20T19:00:28.6274010Z [00:02:47.820]➜  + rustup target add aarch64-unknown-linux-musl
2025-08-20T19:00:28.7927270Z [00:02:47.985]➜  info: component 'rust-std' for target 'aarch64-unknown-linux-musl' is up to date
2025-08-20T19:00:28.7946217Z [00:02:47.987]➜  + RUST_FLAGS=()
2025-08-20T19:00:28.7947166Z [00:02:47.987]➜  + RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T19:00:28.7948032Z [00:02:47.987]➜  + RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T19:00:28.7950341Z [00:02:47.988]➜  + echo aarch64-unknown-linux-musl
2025-08-20T19:00:28.7950692Z [00:02:47.988]➜  + grep -Eqiv 'alpine|gnu'
2025-08-20T19:00:28.7959755Z [00:02:47.988]➜  + RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T19:00:28.7960190Z [00:02:47.988]➜  + RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T19:00:28.7960529Z [00:02:47.988]➜  + RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T19:00:28.7960841Z [00:02:47.988]➜  + RUST_FLAGS+=("-C lto=yes")
2025-08-20T19:00:28.7964017Z [00:02:47.989]➜  + RUST_FLAGS+=("-C opt-level=z")
2025-08-20T19:00:28.7964425Z [00:02:47.989]➜  + RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T19:00:28.7964751Z [00:02:47.989]➜  + RUST_FLAGS+=("-C strip=symbols")
2025-08-20T19:00:28.7965070Z [00:02:47.989]➜  + RUST_FLAGS+=("-C linker=clang")
2025-08-20T19:00:28.7965430Z [00:02:47.989]➜  + RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T19:00:28.7966406Z [00:02:47.989]➜  ++ which mold
2025-08-20T19:00:28.7994179Z [00:02:47.992]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T19:00:28.7994570Z [00:02:47.992]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T19:00:28.7994924Z [00:02:47.992]➜  + RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T19:00:28.7995278Z [00:02:47.992]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T19:00:28.7996729Z [00:02:47.992]➜  + 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-20T19:00:28.7999650Z [00:02:47.992]➜  + 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-20T19:00:28.8001015Z [00:02:47.992]➜  + git clone --filter blob:none --quiet https://github.com/sharkdp/bat ./TEMPREPO
2025-08-20T19:00:29.8231998Z [00:02:49.016]➜  + cd ./TEMPREPO/
2025-08-20T19:00:29.8232431Z [00:02:49.016]➜  + echo -e '\n[+] Target: aarch64-unknown-linux-musl'
2025-08-20T19:00:29.8233890Z [00:02:49.016]➜  + 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-20T19:00:29.8235189Z [00:02:49.016]➜  + sed '/^\[profile\.release\]/,/^$/d' -i ./Cargo.toml
2025-08-20T19:00:29.8235485Z [00:02:49.016]➜  
2025-08-20T19:00:29.8235765Z [00:02:49.016]➜  [+] Target: aarch64-unknown-linux-musl
2025-08-20T19:00:29.8237308Z [00:02:49.016]➜  [+] 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-20T19:00:29.8238480Z [00:02:49.016]➜  
2025-08-20T19:00:29.8241890Z [00:02:49.017]➜  + echo -e '\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true'
2025-08-20T19:00:29.8242332Z [00:02:49.017]➜  + rm -rvf ./.cargo 'rust-toolchain*'
2025-08-20T19:00:29.8260152Z [00:02:49.018]➜  removed './.cargo/audit.toml'
2025-08-20T19:00:29.8260664Z [00:02:49.018]➜  removed directory './.cargo'
2025-08-20T19:00:29.8264911Z [00:02:49.019]➜  ++ nproc
2025-08-20T19:00:29.8279741Z [00:02:49.020]➜  + cargo build --target aarch64-unknown-linux-musl --release --jobs=5 --keep-going --verbose
2025-08-20T19:00:30.2137719Z [00:02:49.406]➜      Updating crates.io index
2025-08-20T19:00:31.0728285Z [00:02:50.265]➜   Downloading crates ...
2025-08-20T19:00:31.1425233Z [00:02:50.335]➜    Downloaded anstyle-parse v0.2.6
2025-08-20T19:00:31.1454615Z [00:02:50.338]➜    Downloaded adler2 v2.0.0
2025-08-20T19:00:31.1542509Z [00:02:50.347]➜    Downloaded ansi_colours v1.2.3
2025-08-20T19:00:31.1659859Z [00:02:50.358]➜    Downloaded anstyle-query v1.1.2
2025-08-20T19:00:31.1674976Z [00:02:50.360]➜    Downloaded anstyle v1.0.10
2025-08-20T19:00:31.1707501Z [00:02:50.363]➜    Downloaded anstream v0.6.18
2025-08-20T19:00:31.1731799Z [00:02:50.366]➜    Downloaded anyhow v1.0.97
2025-08-20T19:00:31.1764433Z [00:02:50.369]➜    Downloaded same-file v1.0.6
2025-08-20T19:00:31.1833366Z [00:02:50.376]➜    Downloaded base64 v0.22.1
2025-08-20T19:00:31.1865657Z [00:02:50.379]➜    Downloaded aho-corasick v1.1.3
2025-08-20T19:00:31.1951261Z [00:02:50.388]➜    Downloaded shell-escape v0.1.5
2025-08-20T19:00:31.2035592Z [00:02:50.396]➜    Downloaded bytesize v1.3.0
2025-08-20T19:00:31.2048976Z [00:02:50.397]➜    Downloaded std_prelude v0.2.12
2025-08-20T19:00:31.2060672Z [00:02:50.399]➜    Downloaded strsim v0.11.1
2025-08-20T19:00:31.2073804Z [00:02:50.400]➜    Downloaded shlex v1.3.0
2025-08-20T19:00:31.2090028Z [00:02:50.401]➜    Downloaded stable_deref_trait v1.2.0
2025-08-20T19:00:31.2105936Z [00:02:50.403]➜    Downloaded smallvec v1.13.2
2025-08-20T19:00:31.2126449Z [00:02:50.405]➜    Downloaded bitflags v1.3.2
2025-08-20T19:00:31.2156701Z [00:02:50.408]➜    Downloaded clircle v0.6.1
2025-08-20T19:00:31.2180196Z [00:02:50.410]➜    Downloaded shell-words v1.1.0
2025-08-20T19:00:31.2184696Z [00:02:50.411]➜    Downloaded zerofrom v0.1.5
2025-08-20T19:00:31.2197130Z [00:02:50.412]➜    Downloaded darling v0.20.10
2025-08-20T19:00:31.2232174Z [00:02:50.416]➜    Downloaded serde_spanned v1.0.0
2025-08-20T19:00:31.2250135Z [00:02:50.417]➜    Downloaded yaml-rust v0.4.5
2025-08-20T19:00:31.2271703Z [00:02:50.420]➜    Downloaded thiserror v2.0.11
2025-08-20T19:00:31.2323557Z [00:02:50.425]➜    Downloaded either v1.13.0
2025-08-20T19:00:31.2349252Z [00:02:50.427]➜    Downloaded yoke-derive v0.7.5
2025-08-20T19:00:31.2369129Z [00:02:50.429]➜    Downloaded time-macros v0.2.19
2025-08-20T19:00:31.2397885Z [00:02:50.432]➜    Downloaded write16 v1.0.0
2025-08-20T19:00:31.2407267Z [00:02:50.433]➜    Downloaded terminal-colorsaurus v1.0.0
2025-08-20T19:00:31.2430705Z [00:02:50.436]➜    Downloaded wild v2.2.1
2025-08-20T19:00:31.2442565Z [00:02:50.437]➜    Downloaded serde_yaml v0.9.34+deprecated
2025-08-20T19:00:31.2501628Z [00:02:50.443]➜    Downloaded serde_with_macros v3.12.0
2025-08-20T19:00:31.2534533Z [00:02:50.446]➜    Downloaded serde_derive v1.0.217
2025-08-20T19:00:31.2564167Z [00:02:50.449]➜    Downloaded yoke v0.7.5
2025-08-20T19:00:31.2588246Z [00:02:50.451]➜    Downloaded unsafe-libyaml v0.2.11
2025-08-20T19:00:31.2628928Z [00:02:50.455]➜    Downloaded serde_json v1.0.135
2025-08-20T19:00:31.2693476Z [00:02:50.462]➜    Downloaded onig v6.4.0
2025-08-20T19:00:31.2722152Z [00:02:50.465]➜    Downloaded rayon-core v1.12.1
2025-08-20T19:00:31.2759740Z [00:02:50.468]➜    Downloaded url v2.5.4
2025-08-20T19:00:31.2789166Z [00:02:50.471]➜    Downloaded rayon v1.10.0
2025-08-20T19:00:31.2861313Z [00:02:50.479]➜    Downloaded itertools v0.13.0
2025-08-20T19:00:31.2916665Z [00:02:50.484]➜    Downloaded vcpkg v0.2.15
2025-08-20T19:00:31.3239746Z [00:02:50.516]➜    Downloaded rustix v0.38.43
2025-08-20T19:00:31.3422875Z [00:02:50.535]➜    Downloaded regex-syntax v0.8.5
2025-08-20T19:00:31.3489277Z [00:02:50.541]➜    Downloaded serde_with v3.12.0
2025-08-20T19:00:31.3557897Z [00:02:50.548]➜    Downloaded syntect v5.2.0
2025-08-20T19:00:31.3649102Z [00:02:50.557]➜    Downloaded sysinfo v0.33.1
2025-08-20T19:00:31.3725147Z [00:02:50.565]➜    Downloaded regex-automata v0.4.9
2025-08-20T19:00:31.3858031Z [00:02:50.578]➜    Downloaded itertools v0.14.0
2025-08-20T19:00:31.3910800Z [00:02:50.583]➜    Downloaded prettyplease v0.2.35
2025-08-20T19:00:31.3941761Z [00:02:50.587]➜    Downloaded winnow v0.7.11
2025-08-20T19:00:31.4011078Z [00:02:50.594]➜    Downloaded miniz_oxide v0.8.9
2025-08-20T19:00:31.4035108Z [00:02:50.596]➜    Downloaded mio v1.0.3
2025-08-20T19:00:31.4081001Z [00:02:50.601]➜    Downloaded indexmap v2.8.0
2025-08-20T19:00:31.4114833Z [00:02:50.604]➜    Downloaded regex v1.11.1
2025-08-20T19:00:31.4212445Z [00:02:50.614]➜    Downloaded quick-xml v0.32.0
2025-08-20T19:00:31.4266075Z [00:02:50.619]➜    Downloaded unicode-width v0.2.0
2025-08-20T19:00:31.4319825Z [00:02:50.624]➜    Downloaded serde v1.0.217
2025-08-20T19:00:31.4348021Z [00:02:50.627]➜    Downloaded memchr v2.7.4
2025-08-20T19:00:31.4387809Z [00:02:50.631]➜    Downloaded git2 v0.20.0
2025-08-20T19:00:31.4450288Z [00:02:50.637]➜    Downloaded icu_properties_data v1.5.0
2025-08-20T19:00:31.4528166Z [00:02:50.645]➜    Downloaded plist v1.7.0
2025-08-20T19:00:31.4560960Z [00:02:50.649]➜    Downloaded idna v1.0.3
2025-08-20T19:00:31.4592688Z [00:02:50.652]➜    Downloaded hashbrown v0.15.2
2025-08-20T19:00:31.4633079Z [00:02:50.656]➜    Downloaded proc-macro2 v1.0.95
2025-08-20T19:00:31.4654203Z [00:02:50.658]➜    Downloaded onig_sys v69.8.1
2025-08-20T19:00:31.4798059Z [00:02:50.672]➜    Downloaded libc v0.2.175
2025-08-20T19:00:31.5001652Z [00:02:50.693]➜    Downloaded once_cell v1.20.2
2025-08-20T19:00:31.5021448Z [00:02:50.695]➜    Downloaded log v0.4.22
2025-08-20T19:00:31.5041520Z [00:02:50.697]➜    Downloaded litemap v0.7.4
2025-08-20T19:00:31.5059603Z [00:02:50.698]➜    Downloaded linked-hash-map v0.5.6
2025-08-20T19:00:31.5068601Z [00:02:50.699]➜    Downloaded jobserver v0.1.32
2025-08-20T19:00:31.5084800Z [00:02:50.701]➜    Downloaded icu_provider v1.5.0
2025-08-20T19:00:31.5106979Z [00:02:50.703]➜    Downloaded zerovec v0.10.4
2025-08-20T19:00:31.5158246Z [00:02:50.708]➜    Downloaded semver v1.0.25
2025-08-20T19:00:31.5171300Z [00:02:50.710]➜    Downloaded ryu v1.0.18
2025-08-20T19:00:31.5195254Z [00:02:50.712]➜    Downloaded encoding_rs v0.8.35
2025-08-20T19:00:31.5384783Z [00:02:50.731]➜    Downloaded libz-sys v1.1.21
2025-08-20T19:00:31.5556008Z [00:02:50.748]➜    Downloaded quote v1.0.40
2025-08-20T19:00:31.5575848Z [00:02:50.750]➜    Downloaded pkg-config v0.3.31
2025-08-20T19:00:31.5588887Z [00:02:50.751]➜    Downloaded nu-ansi-term v0.50.1
2025-08-20T19:00:31.5606639Z [00:02:50.753]➜    Downloaded time v0.3.37
2025-08-20T19:00:31.5659831Z [00:02:50.758]➜    Downloaded syn v2.0.104
2025-08-20T19:00:31.5742164Z [00:02:50.767]➜    Downloaded num-conv v0.1.0
2025-08-20T19:00:31.5749393Z [00:02:50.767]➜    Downloaded ident_case v1.0.1
2025-08-20T19:00:31.5755859Z [00:02:50.768]➜    Downloaded flate2 v1.1.2
2025-08-20T19:00:31.5789660Z [00:02:50.771]➜    Downloaded cc v1.2.7
2025-08-20T19:00:31.5816707Z [00:02:50.774]➜    Downloaded unicode-segmentation v1.12.0
2025-08-20T19:00:31.5843354Z [00:02:50.777]➜    Downloaded unicode-ident v1.0.14
2025-08-20T19:00:31.5888500Z [00:02:50.781]➜    Downloaded toml v0.9.1
2025-08-20T19:00:31.5896428Z [00:02:50.782]➜    Downloaded is_terminal_polyfill v1.70.1
2025-08-20T19:00:31.5904333Z [00:02:50.783]➜    Downloaded icu_properties v1.5.1
2025-08-20T19:00:31.5925313Z [00:02:50.785]➜    Downloaded icu_collections v1.5.0
2025-08-20T19:00:31.5970927Z [00:02:50.790]➜    Downloaded xterm-color v1.0.1
2025-08-20T19:00:31.5977898Z [00:02:50.790]➜    Downloaded toml_writer v1.0.0
2025-08-20T19:00:31.5989730Z [00:02:50.791]➜    Downloaded toml_parser v1.0.0
2025-08-20T19:00:31.6009797Z [00:02:50.793]➜    Downloaded terminal_size v0.4.1
2025-08-20T19:00:31.6019158Z [00:02:50.794]➜    Downloaded synstructure v0.13.1
2025-08-20T19:00:31.6028152Z [00:02:50.795]➜    Downloaded path_abs v0.5.1
2025-08-20T19:00:31.6044413Z [00:02:50.797]➜    Downloaded itoa v1.0.14
2025-08-20T19:00:31.6056910Z [00:02:50.798]➜    Downloaded idna_adapter v1.2.0
2025-08-20T19:00:31.6063860Z [00:02:50.799]➜    Downloaded icu_normalizer_data v1.5.0
2025-08-20T19:00:31.6079139Z [00:02:50.800]➜    Downloaded icu_locid v1.5.0
2025-08-20T19:00:31.6114077Z [00:02:50.804]➜    Downloaded git-version v0.3.9
2025-08-20T19:00:31.6121091Z [00:02:50.805]➜    Downloaded form_urlencoded v1.2.1
2025-08-20T19:00:31.6127599Z [00:02:50.805]➜    Downloaded fnv v1.0.7
2025-08-20T19:00:31.6136628Z [00:02:50.806]➜    Downloaded displaydoc v0.2.5
2025-08-20T19:00:31.6157395Z [00:02:50.808]➜    Downloaded deranged v0.3.11
2025-08-20T19:00:31.6167692Z [00:02:50.809]➜    Downloaded darling_core v0.20.10
2025-08-20T19:00:31.6202302Z [00:02:50.813]➜    Downloaded colorchoice v1.0.3
2025-08-20T19:00:31.6211913Z [00:02:50.814]➜    Downloaded zerovec-derive v0.10.3
2025-08-20T19:00:31.6223403Z [00:02:50.815]➜    Downloaded zerofrom-derive v0.1.5
2025-08-20T19:00:31.6232562Z [00:02:50.816]➜    Downloaded writeable v0.5.5
2025-08-20T19:00:31.6247486Z [00:02:50.817]➜    Downloaded utf8parse v0.2.2
2025-08-20T19:00:31.6255890Z [00:02:50.818]➜    Downloaded toml_datetime v0.7.0
2025-08-20T19:00:31.6267817Z [00:02:50.819]➜    Downloaded thiserror-impl v2.0.11
2025-08-20T19:00:31.6279461Z [00:02:50.820]➜    Downloaded rgb v0.8.50
2025-08-20T19:00:31.6297285Z [00:02:50.822]➜    Downloaded powerfmt v0.2.0
2025-08-20T19:00:31.6306747Z [00:02:50.823]➜    Downloaded percent-encoding v2.3.1
2025-08-20T19:00:31.6314759Z [00:02:50.824]➜    Downloaded icu_provider_macros v1.5.0
2025-08-20T19:00:31.6322134Z [00:02:50.825]➜    Downloaded icu_normalizer v1.5.0
2025-08-20T19:00:31.6347679Z [00:02:50.827]➜    Downloaded home v0.5.9
2025-08-20T19:00:31.6355769Z [00:02:50.828]➜    Downloaded grep-cli v0.1.11
2025-08-20T19:00:31.6368518Z [00:02:50.829]➜    Downloaded errno v0.3.10
2025-08-20T19:00:31.6379850Z [00:02:50.830]➜    Downloaded equivalent v1.0.1
2025-08-20T19:00:31.6386562Z [00:02:50.831]➜    Downloaded crossbeam-epoch v0.9.18
2025-08-20T19:00:31.6405653Z [00:02:50.833]➜    Downloaded crossbeam-deque v0.8.6
2025-08-20T19:00:31.6419630Z [00:02:50.834]➜    Downloaded utf8_iter v1.0.4
2025-08-20T19:00:31.6427799Z [00:02:50.835]➜    Downloaded thiserror-impl v1.0.69
2025-08-20T19:00:31.6438957Z [00:02:50.836]➜    Downloaded thiserror v1.0.69
2025-08-20T19:00:31.6475164Z [00:02:50.840]➜    Downloaded icu_locid_transform_data v1.5.0
2025-08-20T19:00:31.6493000Z [00:02:50.842]➜    Downloaded globset v0.4.15
2025-08-20T19:00:31.6500891Z [00:02:50.843]➜    Downloaded content_inspector v0.2.4
2025-08-20T19:00:31.6513468Z [00:02:50.844]➜    Downloaded clap_lex v0.7.4
2025-08-20T19:00:31.6525760Z [00:02:50.845]➜    Downloaded clap_builder v4.5.24
2025-08-20T19:00:31.6574791Z [00:02:50.850]➜    Downloaded clap v4.5.24
2025-08-20T19:00:31.6637908Z [00:02:50.856]➜    Downloaded bytemuck v1.21.0
2025-08-20T19:00:31.6662044Z [00:02:50.859]➜    Downloaded bugreport v0.5.1
2025-08-20T19:00:31.6677903Z [00:02:50.860]➜    Downloaded time-core v0.1.2
2025-08-20T19:00:31.6686491Z [00:02:50.861]➜    Downloaded git-version-macro v0.3.9
2025-08-20T19:00:31.6693616Z [00:02:50.862]➜    Downloaded etcetera v0.10.0
2025-08-20T19:00:31.6706546Z [00:02:50.863]➜    Downloaded crc32fast v1.4.2
2025-08-20T19:00:31.6721098Z [00:02:50.865]➜    Downloaded libgit2-sys v0.18.0+1.9.0
2025-08-20T19:00:31.7174485Z [00:02:50.910]➜    Downloaded cfg-if v1.0.0
2025-08-20T19:00:31.7184209Z [00:02:50.911]➜    Downloaded linux-raw-sys v0.4.15
2025-08-20T19:00:31.7583564Z [00:02:50.951]➜    Downloaded bitflags v2.6.0
2025-08-20T19:00:31.7609061Z [00:02:50.953]➜    Downloaded utf16_iter v1.0.5
2025-08-20T19:00:31.7616657Z [00:02:50.954]➜    Downloaded terminal-trx v0.2.4
2025-08-20T19:00:31.7628430Z [00:02:50.955]➜    Downloaded termcolor v1.4.1
2025-08-20T19:00:31.7638812Z [00:02:50.956]➜    Downloaded icu_locid_transform v1.5.0
2025-08-20T19:00:31.7660141Z [00:02:50.958]➜    Downloaded crossbeam-utils v0.8.21
2025-08-20T19:00:31.7680546Z [00:02:50.961]➜    Downloaded console v0.16.0
2025-08-20T19:00:31.7703663Z [00:02:50.963]➜    Downloaded darling_macro v0.20.10
2025-08-20T19:00:31.7709345Z [00:02:50.963]➜    Downloaded walkdir v2.5.0
2025-08-20T19:00:31.7722912Z [00:02:50.965]➜    Downloaded tinystr v0.7.6
2025-08-20T19:00:31.7737412Z [00:02:50.966]➜    Downloaded bstr v1.11.3
2025-08-20T19:00:31.7807750Z [00:02:50.973]➜    Downloaded bincode v1.3.3
2025-08-20T19:00:31.8641472Z [00:02:51.056]➜     Compiling proc-macro2 v1.0.95
2025-08-20T19:00:31.8641901Z [00:02:51.056]➜     Compiling unicode-ident v1.0.14
2025-08-20T19:00:31.8642216Z [00:02:51.057]➜     Compiling libc v0.2.175
2025-08-20T19:00:31.8642504Z [00:02:51.057]➜     Compiling memchr v2.7.4
2025-08-20T19:00:31.8642819Z [00:02:51.057]➜     Compiling stable_deref_trait v1.2.0
2025-08-20T19:00:31.8645953Z [00:02:51.057]➜       Running `/root/.rustup/toolchains/stable-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=46f38bf73e7242e3 -C extra-filename=-088b0e1b523234bf --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:00:31.8667893Z [00:02:51.057]➜       Running `/root/.rustup/toolchains/stable-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=ce974d8775724f19 -C extra-filename=-a24fedd536a64fa2 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:00:31.8676273Z [00:02:51.057]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name stable_deref_trait --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=7cc029f851d1ac21 -C extra-filename=-d25f545777b6ba93 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:00:31.8685255Z [00:02:51.058]➜       Running `/root/.rustup/toolchains/stable-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="default"' --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=057b792ae532dfe5 -C extra-filename=-e799659df7e28d12 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:00:31.8714138Z [00:02:51.063]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.175/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' -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=04dea65f15f650c3 -C extra-filename=-043f9700968c6b96 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/libc-043f9700968c6b96 -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:00:32.0506412Z [00:02:51.243]➜     Compiling shlex v1.3.0
2025-08-20T19:00:32.0519036Z [00:02:51.244]➜       Running `/root/.rustup/toolchains/stable-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=083aef9c803ccb0f -C extra-filename=-380b779259fb4319 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:00:32.1414087Z [00:02:51.333]➜     Compiling pkg-config v0.3.31
2025-08-20T19:00:32.1416882Z [00:02:51.333]➜       Running `/root/.rustup/toolchains/stable-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=919024176bfd281e -C extra-filename=-93a99bd4dff38010 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:00:32.2595062Z [00:02:51.452]➜     Compiling rustix v0.38.43
2025-08-20T19:00:32.2652836Z [00:02:51.457]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.43/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=c9c4547ee7ad92ee -C extra-filename=-2920b038b546f39e --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/rustix-2920b038b546f39e -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:00:32.4893879Z [00:02:51.682]➜       Running `/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build-script-build`
2025-08-20T19:00:32.5032927Z [00:02:51.696]➜       Running `/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/libc-043f9700968c6b96/build-script-build`
2025-08-20T19:00:32.5373153Z [00:02:51.729]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name libc --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.175/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 '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' -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=fe19b44b23047c92 -C extra-filename=-575461593549ce41 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/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(gnu_time_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(musl_v1_2_3)' --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-20T19:00:32.5683497Z [00:02:51.761]➜       Running `/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/libc-043f9700968c6b96/build-script-build`
2025-08-20T19:00:32.6007336Z [00:02:51.792]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name libc --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.175/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=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --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=154e4050a8e718f8 -C extra-filename=-7c8984d75e26dbe9 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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(gnu_time_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(musl_v1_2_3)' --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-20T19:00:32.6049682Z [00:02:51.797]➜       Running `/root/.rustup/toolchains/stable-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=8fa9a3103fa179e1 -C extra-filename=-f29a55410a18d87b --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern unicode_ident=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libunicode_ident-a24fedd536a64fa2.rmeta --cap-lints allow --cfg wrap_proc_macro --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-20T19:00:32.9074201Z [00:02:52.100]➜     Compiling writeable v0.5.5
2025-08-20T19:00:32.9079418Z [00:02:52.100]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name writeable --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.5.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=9bf48f0241b2540f -C extra-filename=-db68817ed34b1ba0 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:00:33.0534057Z [00:02:52.246]➜     Compiling serde v1.0.217
2025-08-20T19:00:33.0537965Z [00:02:52.246]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.217/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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=58b5fa0d0b7f8008 -C extra-filename=-a68ea95bda286375 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/serde-a68ea95bda286375 -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:00:33.3239438Z [00:02:52.516]➜     Compiling litemap v0.7.4
2025-08-20T19:00:33.3246889Z [00:02:52.517]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name litemap --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=ea7f12467b75cdae -C extra-filename=-a63d05f46fac57ef --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:00:33.4059905Z [00:02:52.598]➜     Compiling quote v1.0.40
2025-08-20T19:00:33.4063692Z [00:02:52.598]➜       Running `/root/.rustup/toolchains/stable-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=6ca6ceb199567013 -C extra-filename=-ff888b0fcbe07a39 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libproc_macro2-f29a55410a18d87b.rmeta --cap-lints allow`
2025-08-20T19:00:33.6195209Z [00:02:52.812]➜     Compiling strsim v0.11.1
2025-08-20T19:00:33.6200683Z [00:02:52.812]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name strsim --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=018cc62aa724e4fa -C extra-filename=-a9d3cbd7c8322457 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:00:33.8215396Z [00:02:53.014]➜     Compiling syn v2.0.104
2025-08-20T19:00:33.8223086Z [00:02:53.014]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name syn --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.104/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="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --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=4ef0fb23decb5de1 -C extra-filename=-ceffe8f57cb0d489 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libproc_macro2-f29a55410a18d87b.rmeta --extern quote=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libquote-ff888b0fcbe07a39.rmeta --extern unicode_ident=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libunicode_ident-a24fedd536a64fa2.rmeta --cap-lints allow`
2025-08-20T19:00:33.8312356Z [00:02:53.024]➜       Running `/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/serde-a68ea95bda286375/build-script-build`
2025-08-20T19:00:33.8578849Z [00:02:53.050]➜     Compiling crossbeam-utils v0.8.21
2025-08-20T19:00:33.8584585Z [00:02:53.050]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=155c1f34d298b00d -C extra-filename=-b7b355ee76e503f6 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6 -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:00:33.9968760Z [00:02:53.189]➜     Compiling jobserver v0.1.32
2025-08-20T19:00:33.9975180Z [00:02:53.190]➜       Running `/root/.rustup/toolchains/stable-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=9a07127dcaadda4f -C extra-filename=-1aa8bec7774ceb6e --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/liblibc-575461593549ce41.rmeta --cap-lints allow`
2025-08-20T19:00:34.1264816Z [00:02:53.319]➜     Compiling cfg-if v1.0.0
2025-08-20T19:00:34.1278410Z [00:02:53.320]➜       Running `/root/.rustup/toolchains/stable-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=509f8198fcdbfe62 -C extra-filename=-5335dbb64cbcc9f5 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:00:34.1744124Z [00:02:53.367]➜       Running `/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6/build-script-build`
2025-08-20T19:00:34.1783619Z [00:02:53.371]➜     Compiling fnv v1.0.7
2025-08-20T19:00:34.1800952Z [00:02:53.371]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name serde --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.217/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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=eb73fb5a9e9c30b4 -C extra-filename=-0ffe6917e904c9ab --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --cap-lints allow --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'`
2025-08-20T19:00:34.1815813Z [00:02:53.374]➜       Running `/root/.rustup/toolchains/stable-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 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=d29b54471c895a29 -C extra-filename=-92202d5b3ef7f31c --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:00:34.1948087Z [00:02:53.387]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.217/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("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=b98d87ca41acf1ac -C extra-filename=-a7c0d7167fc69c10 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/serde-a7c0d7167fc69c10 -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:00:34.2481270Z [00:02:53.440]➜     Compiling icu_locid_transform_data v1.5.0
2025-08-20T19:00:34.2488822Z [00:02:53.441]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name icu_locid_transform_data --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform_data-1.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=fed62717e7fe2b2d -C extra-filename=-deeda695c34691a0 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:00:34.3204357Z [00:02:53.513]➜     Compiling cc v1.2.7
2025-08-20T19:00:34.3211053Z [00:02:53.513]➜       Running `/root/.rustup/toolchains/stable-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=9f0fa09f272e8bdd -C extra-filename=-009c4d20ace05d19 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern jobserver=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libjobserver-1aa8bec7774ceb6e.rmeta --extern libc=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/liblibc-575461593549ce41.rmeta --extern shlex=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libshlex-380b779259fb4319.rmeta --cap-lints allow`
2025-08-20T19:00:34.5139353Z [00:02:53.706]➜     Compiling ident_case v1.0.1
2025-08-20T19:00:34.5149166Z [00:02:53.707]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name ident_case --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ident_case-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cab37c47dba5499c -C extra-filename=-3aff5cc603f2172f --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:00:34.5685125Z [00:02:53.761]➜       Running `/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/serde-a7c0d7167fc69c10/build-script-build`
2025-08-20T19:00:34.6009860Z [00:02:53.793]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name crossbeam_utils --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.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 '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=f536d903e3ad9da0 -C extra-filename=-51234f7be0e44a62 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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 --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'`
2025-08-20T19:00:34.6075109Z [00:02:53.800]➜       Running `/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/rustix-2920b038b546f39e/build-script-build`
2025-08-20T19:00:34.6580142Z [00:02:53.850]➜     Compiling icu_properties_data v1.5.0
2025-08-20T19:00:34.6592786Z [00:02:53.851]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name icu_properties_data --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-1.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=5eef4c2b094dca52 -C extra-filename=-57286969b29ae9da --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:00:34.7824306Z [00:02:53.975]➜     Compiling linux-raw-sys v0.4.15
2025-08-20T19:00:34.7849135Z [00:02:53.975]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name linux_raw_sys --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.4.15/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 --warn=unexpected_cfgs --check-cfg 'cfg(target_arch, values("xtensa"))' -C debug-assertions=off --cfg 'feature="elf"' --cfg 'feature="errno"' --cfg 'feature="general"' --cfg 'feature="ioctl"' --cfg 'feature="no_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bootparam", "btrfs", "compiler_builtins", "core", "default", "elf", "elf_uapi", "errno", "general", "if_arp", "if_ether", "if_packet", "io_uring", "ioctl", "landlock", "loop_device", "mempolicy", "net", "netlink", "no_std", "prctl", "ptrace", "rustc-dep-of-std", "std", "system", "xdp"))' -C metadata=f33954bc2146925e -C extra-filename=-49ea3e0953a47f84 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:00:35.8108518Z [00:02:55.003]➜     Compiling bitflags v2.6.0
2025-08-20T19:00:35.8122175Z [00:02:55.004]➜       Running `/root/.rustup/toolchains/stable-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 embed-bitcode=no -C debug-assertions=off --cfg 'feature="std"' --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=09bf03ef22ab3146 -C extra-filename=-4fe1ecf67724f066 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:00:35.8518583Z [00:02:55.044]➜     Compiling vcpkg v0.2.15
2025-08-20T19:00:35.8529112Z [00:02:55.045]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name vcpkg --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vcpkg-0.2.15/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=ff390e814fb2298b -C extra-filename=-57e61f3d74998a16 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:00:36.0813634Z [00:02:55.274]➜     Compiling utf8parse v0.2.2
2025-08-20T19:00:36.0834781Z [00:02:55.276]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name utf8parse --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=eeee354482d5f1c3 -C extra-filename=-978935a34c60a6d5 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:00:36.2140822Z [00:02:55.406]➜     Compiling regex-syntax v0.8.5
2025-08-20T19:00:36.2156425Z [00:02:55.407]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name regex_syntax --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-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="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=625f5dbe7c42c498 -C extra-filename=-8375770a0aabfdd3 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:00:36.9500188Z [00:02:56.142]➜     Compiling anstyle-parse v0.2.6
2025-08-20T19:00:36.9517745Z [00:02:56.143]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name anstyle_parse --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=7615b3fa5ebf9f68 -C extra-filename=-7600fb79de291417 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern utf8parse=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libutf8parse-978935a34c60a6d5.rmeta --cap-lints allow`
2025-08-20T19:00:37.1792230Z [00:02:56.371]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name rustix --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.43/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 --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=5e12075ff5f091fa -C extra-filename=-d96d1c5ca8b48599 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libbitflags-4fe1ecf67724f066.rmeta --extern linux_raw_sys=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/liblinux_raw_sys-49ea3e0953a47f84.rmeta --cap-lints allow --cfg static_assertions --cfg linux_raw --cfg linux_like --cfg linux_kernel`
2025-08-20T19:00:37.1955256Z [00:02:56.388]➜     Compiling libz-sys v1.1.21
2025-08-20T19:00:37.1965318Z [00:02:56.388]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-sys-1.1.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(zng)' -C debug-assertions=off --cfg 'feature="libc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=3bf4c1d157db6567 -C extra-filename=-1f323e6208ede612 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/libz-sys-1f323e6208ede612 -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libcc-009c4d20ace05d19.rlib --extern pkg_config=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libpkg_config-93a99bd4dff38010.rlib --extern vcpkg=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libvcpkg-57e61f3d74998a16.rlib --cap-lints allow`
2025-08-20T19:00:37.6651683Z [00:02:56.857]➜     Compiling crossbeam-epoch v0.9.18
2025-08-20T19:00:37.6662180Z [00:02:56.857]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name crossbeam_epoch --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/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", "loom", "loom-crate", "nightly", "std"))' -C metadata=f31fcca2677b39c0 -C extra-filename=-179e3c81e30bec0d --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern crossbeam_utils=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_utils-51234f7be0e44a62.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-20T19:00:38.4370207Z [00:02:57.629]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name serde --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.217/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("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=3a40cae6aa78150f -C extra-filename=-e516d29188b73381 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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 --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'`
2025-08-20T19:00:38.5034093Z [00:02:57.696]➜     Compiling aho-corasick v1.1.3
2025-08-20T19:00:38.5045566Z [00:02:57.696]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name aho_corasick --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.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="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=7f663b7b38675d9c -C extra-filename=-271f229373c5cb4d --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-e799659df7e28d12.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-20T19:00:38.6318981Z [00:02:57.824]➜     Compiling colorchoice v1.0.3
2025-08-20T19:00:38.6336600Z [00:02:57.825]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name colorchoice --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a61c3f820fa85738 -C extra-filename=-32c0e8df2afc1e91 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:00:38.7022663Z [00:02:57.894]➜     Compiling anstyle-query v1.1.2
2025-08-20T19:00:38.7061136Z [00:02:57.896]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name anstyle_query --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce5e1330f88ffa6a -C extra-filename=-ef38611df44ed449 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:00:38.8034898Z [00:02:57.996]➜     Compiling is_terminal_polyfill v1.70.1
2025-08-20T19:00:38.8075954Z [00:02:57.999]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=5cee05c28d67582b -C extra-filename=-1c45283c6e56c87a --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:00:38.9009528Z [00:02:58.093]➜     Compiling write16 v1.0.0
2025-08-20T19:00:38.9019644Z [00:02:58.094]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name write16 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/write16-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 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "smallvec"))' -C metadata=1d910699843501fb -C extra-filename=-ff676fd1ec9f9a7f --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:00:38.9743905Z [00:02:58.167]➜     Compiling rayon-core v1.12.1
2025-08-20T19:00:38.9778886Z [00:02:58.170]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=2021d63f8f2caccc -C extra-filename=-55c4319b2dd25625 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/rayon-core-55c4319b2dd25625 -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:00:39.2060029Z [00:02:58.398]➜     Compiling smallvec v1.13.2
2025-08-20T19:00:39.2097565Z [00:02:58.402]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name smallvec --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.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="const_generics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=a9612af12e1c313a -C extra-filename=-73ed215010b561ed --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:00:39.5342700Z [00:02:58.727]➜     Compiling itoa v1.0.14
2025-08-20T19:00:39.5354814Z [00:02:58.727]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name itoa --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-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 opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=fa595b55aba0343d -C extra-filename=-fc01575634588a53 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:00:39.7545720Z [00:02:58.947]➜     Compiling synstructure v0.13.1
2025-08-20T19:00:39.7556058Z [00:02:58.948]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name synstructure --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.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="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=7fe0d02d4ab2d323 -C extra-filename=-cb12c67c2e7cb9ef --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libproc_macro2-f29a55410a18d87b.rmeta --extern quote=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libquote-ff888b0fcbe07a39.rmeta --extern syn=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libsyn-ceffe8f57cb0d489.rmeta --cap-lints allow`
2025-08-20T19:00:40.7961839Z [00:02:59.988]➜     Compiling darling_core v0.20.10
2025-08-20T19:00:40.7978454Z [00:02:59.990]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name darling_core --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.10/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="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=104736a4a6007784 -C extra-filename=-58115923cc9d53a3 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern fnv=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libfnv-92202d5b3ef7f31c.rmeta --extern ident_case=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libident_case-3aff5cc603f2172f.rmeta --extern proc_macro2=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libproc_macro2-f29a55410a18d87b.rmeta --extern quote=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libquote-ff888b0fcbe07a39.rmeta --extern strsim=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libstrsim-a9d3cbd7c8322457.rmeta --extern syn=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libsyn-ceffe8f57cb0d489.rmeta --cap-lints allow`
2025-08-20T19:00:42.8129323Z [00:03:02.005]➜     Compiling utf8_iter v1.0.4
2025-08-20T19:00:42.8141820Z [00:03:02.006]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name utf8_iter --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.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=f9e2ae577e9e8072 -C extra-filename=-fd2e55522e4115bf --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:00:42.8427413Z [00:03:02.035]➜       Running `/root/.rustup/toolchains/stable-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 --cfg 'feature="std"' --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=3fa25b2d16f8a786 -C extra-filename=-31983b188b121da4 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:00:42.9620109Z [00:03:02.154]➜       Running `/root/.rustup/toolchains/stable-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 embed-bitcode=no -C debug-assertions=off --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=99ba28caea8c8bc8 -C extra-filename=-cbf058b6ee682193 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:00:43.0299112Z [00:03:02.222]➜     Compiling zerofrom-derive v0.1.5
2025-08-20T19:00:43.0322243Z [00:03:02.224]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name zerofrom_derive --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.5/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())' -C metadata=0ca22adddc302164 -C extra-filename=-791f6378e8019f7c --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libproc_macro2-f29a55410a18d87b.rlib --extern quote=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libquote-ff888b0fcbe07a39.rlib --extern syn=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libsyn-ceffe8f57cb0d489.rlib --extern synstructure=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libsynstructure-cb12c67c2e7cb9ef.rlib --extern proc_macro --cap-lints allow`
2025-08-20T19:00:43.1643273Z [00:03:02.356]➜     Compiling yoke-derive v0.7.5
2025-08-20T19:00:43.1651798Z [00:03:02.357]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name yoke_derive --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.7.5/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())' -C metadata=b97a1eb11d80db29 -C extra-filename=-1f4e04824e7adc74 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libproc_macro2-f29a55410a18d87b.rlib --extern quote=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libquote-ff888b0fcbe07a39.rlib --extern syn=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libsyn-ceffe8f57cb0d489.rlib --extern synstructure=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libsynstructure-cb12c67c2e7cb9ef.rlib --extern proc_macro --cap-lints allow`
2025-08-20T19:00:43.3110074Z [00:03:02.503]➜     Compiling zerovec-derive v0.10.3
2025-08-20T19:00:43.3137659Z [00:03:02.505]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name zerovec_derive --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.10.3/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())' -C metadata=6186688c156bd81b -C extra-filename=-330e44643c5a519f --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libproc_macro2-f29a55410a18d87b.rlib --extern quote=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libquote-ff888b0fcbe07a39.rlib --extern syn=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libsyn-ceffe8f57cb0d489.rlib --extern proc_macro --cap-lints allow`
2025-08-20T19:00:43.7133470Z [00:03:02.906]➜     Compiling displaydoc v0.2.5
2025-08-20T19:00:43.7140677Z [00:03:02.906]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name displaydoc --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/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("default", "std"))' -C metadata=ce8a76c65968fbd0 -C extra-filename=-2ddb91cd63039458 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libproc_macro2-f29a55410a18d87b.rlib --extern quote=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libquote-ff888b0fcbe07a39.rlib --extern syn=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libsyn-ceffe8f57cb0d489.rlib --extern proc_macro --cap-lints allow`
2025-08-20T19:00:44.7534936Z [00:03:03.946]➜     Compiling icu_provider_macros v1.5.0
2025-08-20T19:00:44.7541427Z [00:03:03.946]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name icu_provider_macros --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider_macros-1.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())' -C metadata=7f4b25d010c1db3d -C extra-filename=-3e1b7a99b75dc46a --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libproc_macro2-f29a55410a18d87b.rlib --extern quote=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libquote-ff888b0fcbe07a39.rlib --extern syn=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libsyn-ceffe8f57cb0d489.rlib --extern proc_macro --cap-lints allow`
2025-08-20T19:00:44.8169445Z [00:03:04.009]➜     Compiling utf16_iter v1.0.5
2025-08-20T19:00:44.8177794Z [00:03:04.010]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name utf16_iter --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf16_iter-1.0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eff1ed149d8b8e85 -C extra-filename=-a7bc44b761bfe6ed --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:00:44.8692498Z [00:03:04.062]➜     Compiling anstyle v1.0.10
2025-08-20T19:00:44.8708085Z [00:03:04.062]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name anstyle --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.10/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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8b09a7db85259f9a -C extra-filename=-b2ffee21e8974235 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:00:44.9217239Z [00:03:04.114]➜     Compiling icu_normalizer_data v1.5.0
2025-08-20T19:00:44.9221851Z [00:03:04.114]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name icu_normalizer_data --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-1.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=7af990fb9dcf89d1 -C extra-filename=-de09fbe8fbd555b4 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:00:44.9732488Z [00:03:04.165]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name aho_corasick --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.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="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=62e01f2f200c9396 -C extra-filename=-820654ff956f74f5 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libmemchr-cbf058b6ee682193.rmeta --cap-lints allow`
2025-08-20T19:00:45.1458457Z [00:03:04.338]➜     Compiling anstream v0.6.18
2025-08-20T19:00:45.1479649Z [00:03:04.339]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name anstream --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.18/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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' -C debug-assertions=off --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=0367fc3a528b376c -C extra-filename=-007d10b213eb8916 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern anstyle=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libanstyle-b2ffee21e8974235.rmeta --extern anstyle_parse=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libanstyle_parse-7600fb79de291417.rmeta --extern anstyle_query=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libanstyle_query-ef38611df44ed449.rmeta --extern colorchoice=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libcolorchoice-32c0e8df2afc1e91.rmeta --extern is_terminal_polyfill=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libis_terminal_polyfill-1c45283c6e56c87a.rmeta --extern utf8parse=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libutf8parse-978935a34c60a6d5.rmeta --cap-lints allow`
2025-08-20T19:00:45.2976303Z [00:03:04.490]➜     Compiling darling_macro v0.20.10
2025-08-20T19:00:45.2990812Z [00:03:04.491]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name darling_macro --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.20.10/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())' -C metadata=bf9ec3dd41f58f1f -C extra-filename=-e934a2fb5a55a6ce --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern darling_core=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libdarling_core-58115923cc9d53a3.rlib --extern quote=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libquote-ff888b0fcbe07a39.rlib --extern syn=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libsyn-ceffe8f57cb0d489.rlib --extern proc_macro --cap-lints allow`
2025-08-20T19:00:45.3999950Z [00:03:04.592]➜     Compiling zerofrom v0.1.5
2025-08-20T19:00:45.4012940Z [00:03:04.593]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name zerofrom --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.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="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=096ff670159e0be7 -C extra-filename=-3650f481298332e4 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern zerofrom_derive=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libzerofrom_derive-791f6378e8019f7c.so --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-20T19:00:45.4835555Z [00:03:04.675]➜     Compiling serde_derive v1.0.217
2025-08-20T19:00:45.4840293Z [00:03:04.675]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name serde_derive --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.217/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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=81c0e209f19306cc -C extra-filename=-be3254bad79007a1 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libproc_macro2-f29a55410a18d87b.rlib --extern quote=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libquote-ff888b0fcbe07a39.rlib --extern syn=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libsyn-ceffe8f57cb0d489.rlib --extern proc_macro --cap-lints allow`
2025-08-20T19:00:45.5633030Z [00:03:04.756]➜     Compiling yoke v0.7.5
2025-08-20T19:00:45.5642049Z [00:03:04.756]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name yoke --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.7.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="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=48f25fac7c0300ba -C extra-filename=-bb269889bf286514 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern stable_deref_trait=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstable_deref_trait-d25f545777b6ba93.rmeta --extern yoke_derive=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libyoke_derive-1f4e04824e7adc74.so --extern zerofrom=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerofrom-3650f481298332e4.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-20T19:00:45.5697781Z [00:03:04.762]➜     Compiling regex-automata v0.4.9
2025-08-20T19:00:45.5741431Z [00:03:04.765]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name regex_automata --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.9/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="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=f4ee4c78b06f6047 -C extra-filename=-9a8761ad561e142f --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-271f229373c5cb4d.rmeta --extern memchr=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-e799659df7e28d12.rmeta --extern regex_syntax=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-8375770a0aabfdd3.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-20T19:00:45.8412871Z [00:03:05.033]➜     Compiling darling v0.20.10
2025-08-20T19:00:45.8419268Z [00:03:05.034]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name darling --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.20.10/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="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=6c2c8a735751941c -C extra-filename=-ac1098b558dbdcb9 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern darling_core=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libdarling_core-58115923cc9d53a3.rmeta --extern darling_macro=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libdarling_macro-e934a2fb5a55a6ce.so --cap-lints allow`
2025-08-20T19:00:45.9166703Z [00:03:05.109]➜       Running `/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/rayon-core-55c4319b2dd25625/build-script-build`
2025-08-20T19:00:45.9209674Z [00:03:05.113]➜     Compiling zerovec v0.10.4
2025-08-20T19:00:45.9223479Z [00:03:05.114]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name zerovec --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-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 --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=4a7f6b0b78876577 -C extra-filename=-69b412fa2a1afd8d --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern yoke=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libyoke-bb269889bf286514.rmeta --extern zerofrom=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerofrom-3650f481298332e4.rmeta --extern zerovec_derive=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libzerovec_derive-330e44643c5a519f.so --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-20T19:00:45.9373116Z [00:03:05.129]➜     Compiling terminal_size v0.4.1
2025-08-20T19:00:45.9376684Z [00:03:05.130]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name terminal_size --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a1e5fd410c51176d -C extra-filename=-537cfdb2ee70c2b4 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern rustix=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/librustix-d96d1c5ca8b48599.rmeta --cap-lints allow`
2025-08-20T19:00:46.1122447Z [00:03:05.305]➜     Compiling crossbeam-deque v0.8.6
2025-08-20T19:00:46.1133138Z [00:03:05.305]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name crossbeam_deque --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.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 --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9fd7dae3a3535b83 -C extra-filename=-eb77c69ac2d7beae --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern crossbeam_epoch=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_epoch-179e3c81e30bec0d.rmeta --extern crossbeam_utils=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_utils-51234f7be0e44a62.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-20T19:00:46.3745433Z [00:03:05.567]➜       Running `/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/libz-sys-1f323e6208ede612/build-script-build`
2025-08-20T19:00:46.5627486Z [00:03:05.755]➜     Compiling onig_sys v69.8.1
2025-08-20T19:00:46.5631519Z [00:03:05.755]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/onig_sys-69.8.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "default", "generate", "posix-api", "print-debug"))' -C metadata=6f5ef29ee231a186 -C extra-filename=-af51e9208552f7ec --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/onig_sys-af51e9208552f7ec -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libcc-009c4d20ace05d19.rlib --extern pkg_config=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libpkg_config-93a99bd4dff38010.rlib --cap-lints allow`
2025-08-20T19:00:47.0546026Z [00:03:06.247]➜       Running `/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/rustix-2920b038b546f39e/build-script-build`
2025-08-20T19:00:47.1269006Z [00:03:06.319]➜     Compiling winnow v0.7.11
2025-08-20T19:00:47.1281734Z [00:03:06.320]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name winnow --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.11/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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=0ae1b7578f674adc -C extra-filename=-11b8ce4f7a3ed51e --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:00:47.7627945Z [00:03:06.955]➜     Compiling tinystr v0.7.6
2025-08-20T19:00:47.7637107Z [00:03:06.955]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tinystr --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.7.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="alloc"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=64352329ff80be77 -C extra-filename=-9193fc9708c6ddda --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libdisplaydoc-2ddb91cd63039458.so --extern zerovec=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerovec-69b412fa2a1afd8d.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-20T19:00:48.0628471Z [00:03:07.255]➜     Compiling icu_locid v1.5.0
2025-08-20T19:00:48.0652016Z [00:03:07.257]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name icu_locid --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid-1.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 --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=2516f60501776c75 -C extra-filename=-3eaf3aa7e2e9d5f0 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libdisplaydoc-2ddb91cd63039458.so --extern litemap=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblitemap-a63d05f46fac57ef.rmeta --extern tinystr=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinystr-9193fc9708c6ddda.rmeta --extern writeable=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwriteable-db68817ed34b1ba0.rmeta --extern zerovec=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerovec-69b412fa2a1afd8d.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-20T19:00:48.0681662Z [00:03:07.260]➜     Compiling icu_collections v1.5.0
2025-08-20T19:00:48.0688634Z [00:03:07.260]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name icu_collections --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-1.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("bench", "databake", "serde", "std"))' -C metadata=ec0fafbe3787916c -C extra-filename=-58659a3ff9e906e8 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libdisplaydoc-2ddb91cd63039458.so --extern yoke=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libyoke-bb269889bf286514.rmeta --extern zerofrom=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerofrom-3650f481298332e4.rmeta --extern zerovec=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerovec-69b412fa2a1afd8d.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-20T19:00:49.5467280Z [00:03:08.739]➜     Compiling icu_provider v1.5.0
2025-08-20T19:00:49.5477296Z [00:03:08.739]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name icu_provider --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-1.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 --cfg 'feature="macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=436f0c4a37bedea0 -C extra-filename=-7bcb676197ff0edd --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libdisplaydoc-2ddb91cd63039458.so --extern icu_locid=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_locid-3eaf3aa7e2e9d5f0.rmeta --extern icu_provider_macros=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libicu_provider_macros-3e1b7a99b75dc46a.so --extern stable_deref_trait=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstable_deref_trait-d25f545777b6ba93.rmeta --extern tinystr=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinystr-9193fc9708c6ddda.rmeta --extern writeable=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwriteable-db68817ed34b1ba0.rmeta --extern yoke=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libyoke-bb269889bf286514.rmeta --extern zerofrom=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerofrom-3650f481298332e4.rmeta --extern zerovec=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerovec-69b412fa2a1afd8d.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-20T19:00:49.7073247Z [00:03:08.899]➜     Compiling equivalent v1.0.1
2025-08-20T19:00:49.7093457Z [00:03:08.901]➜       Running `/root/.rustup/toolchains/stable-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=2ff63c387fbda69a -C extra-filename=-8d4fe851a1105d97 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:00:49.7812029Z [00:03:08.973]➜     Compiling anyhow v1.0.97
2025-08-20T19:00:49.7826952Z [00:03:08.975]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/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("backtrace", "default", "std"))' -C metadata=c008f5b2a659e3a0 -C extra-filename=-d2ab9cca0d7c98af --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/anyhow-d2ab9cca0d7c98af -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:00:50.1063028Z [00:03:09.299]➜     Compiling icu_locid_transform v1.5.0
2025-08-20T19:00:50.1079926Z [00:03:09.299]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name icu_locid_transform --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locid_transform-1.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 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=85dd2eeed2e332a6 -C extra-filename=-39ab77d60ed5829b --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libdisplaydoc-2ddb91cd63039458.so --extern icu_locid=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_locid-3eaf3aa7e2e9d5f0.rmeta --extern icu_locid_transform_data=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_locid_transform_data-deeda695c34691a0.rmeta --extern icu_provider=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_provider-7bcb676197ff0edd.rmeta --extern tinystr=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinystr-9193fc9708c6ddda.rmeta --extern zerovec=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerovec-69b412fa2a1afd8d.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-20T19:00:50.5709270Z [00:03:09.763]➜       Running `/root/.rustup/toolchains/stable-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 embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=992719f95d1eaa21 -C extra-filename=-be151bb69e5a723b --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:00:50.6146267Z [00:03:09.807]➜     Compiling powerfmt v0.2.0
2025-08-20T19:00:50.6181005Z [00:03:09.810]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name powerfmt --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=a4b46e89bbcfab13 -C extra-filename=-6e0d9dec78c98ec2 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:00:50.6381542Z [00:03:09.830]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name linux_raw_sys --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.4.15/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_arch, values("xtensa"))' --cfg 'feature="elf"' --cfg 'feature="errno"' --cfg 'feature="general"' --cfg 'feature="ioctl"' --cfg 'feature="no_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bootparam", "btrfs", "compiler_builtins", "core", "default", "elf", "elf_uapi", "errno", "general", "if_arp", "if_ether", "if_packet", "io_uring", "ioctl", "landlock", "loop_device", "mempolicy", "net", "netlink", "no_std", "prctl", "ptrace", "rustc-dep-of-std", "std", "system", "xdp"))' -C metadata=e2c4fc3f231988e1 -C extra-filename=-3c60fcc3958beeed --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:00:50.6526695Z [00:03:09.845]➜     Compiling either v1.13.0
2025-08-20T19:00:50.6542841Z [00:03:09.846]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name either --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.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="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=144aa826c6b1aac2 -C extra-filename=-b3141ecb6e1f5118 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:00:50.9394563Z [00:03:10.128]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name regex_syntax --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-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="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=2d60345c0ee22df4 -C extra-filename=-5bc4fd853bb1c4e6 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:00:50.9415590Z [00:03:10.134]➜     Compiling hashbrown v0.15.2
2025-08-20T19:00:50.9419429Z [00:03:10.134]➜       Running `/root/.rustup/toolchains/stable-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 embed-bitcode=no -C debug-assertions=off --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=a22908db47413f4d -C extra-filename=-75302223b2e4e5c6 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:00:51.5544883Z [00:03:10.747]➜     Compiling icu_properties v1.5.1
2025-08-20T19:00:51.5556969Z [00:03:10.747]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name icu_properties --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-1.5.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="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=e7523c7d9493acfc -C extra-filename=-4b15e27345e0e46f --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libdisplaydoc-2ddb91cd63039458.so --extern icu_collections=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_collections-58659a3ff9e906e8.rmeta --extern icu_locid_transform=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_locid_transform-39ab77d60ed5829b.rmeta --extern icu_properties_data=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_properties_data-57286969b29ae9da.rmeta --extern icu_provider=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_provider-7bcb676197ff0edd.rmeta --extern tinystr=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinystr-9193fc9708c6ddda.rmeta --extern zerovec=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerovec-69b412fa2a1afd8d.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-20T19:00:51.9860245Z [00:03:11.178]➜       Running `/root/.rustup/toolchains/stable-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 --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=616c81ec5c1d194c -C extra-filename=-942298f08837beb8 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:00:53.0204717Z [00:03:12.213]➜     Compiling clap_lex v0.7.4
2025-08-20T19:00:53.0222861Z [00:03:12.214]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name clap_lex --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d3e8001ecfb30976 -C extra-filename=-d83acb44fdd14ec4 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:00:53.2994635Z [00:03:12.491]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name utf8parse --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-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 opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=66060cbc43272707 -C extra-filename=-654ab0e6866dede5 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:00:53.3350429Z [00:03:12.527]➜     Compiling prettyplease v0.2.35
2025-08-20T19:00:53.3362986Z [00:03:12.528]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.35/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("verbatim"))' -C metadata=136cc315cdb355e4 -C extra-filename=-7b860cbb760874a2 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/prettyplease-7b860cbb760874a2 -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:00:53.3783569Z [00:03:12.569]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name anstyle_parse --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=3c659ba999432b9c -C extra-filename=-d9f762c54654b497 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern utf8parse=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.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-20T19:00:53.5703634Z [00:03:12.763]➜       Running `/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/prettyplease-7b860cbb760874a2/build-script-build`
2025-08-20T19:00:53.5784482Z [00:03:12.771]➜     Compiling clap_builder v4.5.24
2025-08-20T19:00:53.5809812Z [00:03:12.772]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name clap_builder --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.24/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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' -C debug-assertions=off --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=d33aaf2d327f0e30 -C extra-filename=-a506de7042b42803 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern anstream=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libanstream-007d10b213eb8916.rmeta --extern anstyle=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libanstyle-b2ffee21e8974235.rmeta --extern clap_lex=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libclap_lex-d83acb44fdd14ec4.rmeta --extern strsim=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libstrsim-a9d3cbd7c8322457.rmeta --extern terminal_size=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libterminal_size-537cfdb2ee70c2b4.rmeta --cap-lints allow`
2025-08-20T19:00:53.6109842Z [00:03:12.803]➜     Compiling indexmap v2.8.0
2025-08-20T19:00:53.6123990Z [00:03:12.804]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name indexmap --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.8.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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "test_debug"))' -C metadata=1d263861e659fd59 -C extra-filename=-1d1efc38be5a27f8 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern equivalent=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-8d4fe851a1105d97.rmeta --extern hashbrown=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-942298f08837beb8.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-20T19:00:54.7667569Z [00:03:13.958]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name regex_automata --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.9/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="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=f899e3f9989cd5d3 -C extra-filename=-e826d88f35360402 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libaho_corasick-820654ff956f74f5.rmeta --extern memchr=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libmemchr-cbf058b6ee682193.rmeta --extern regex_syntax=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libregex_syntax-5bc4fd853bb1c4e6.rmeta --cap-lints allow`
2025-08-20T19:00:55.0409513Z [00:03:14.233]➜     Compiling icu_normalizer v1.5.0
2025-08-20T19:00:55.0426869Z [00:03:14.234]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name icu_normalizer --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-1.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 --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=fa048bef58eb41b3 -C extra-filename=-5580589adbe0d62f --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libdisplaydoc-2ddb91cd63039458.so --extern icu_collections=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_collections-58659a3ff9e906e8.rmeta --extern icu_normalizer_data=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_normalizer_data-de09fbe8fbd555b4.rmeta --extern icu_properties=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_properties-4b15e27345e0e46f.rmeta --extern icu_provider=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_provider-7bcb676197ff0edd.rmeta --extern smallvec=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-73ed215010b561ed.rmeta --extern utf16_iter=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf16_iter-a7bc44b761bfe6ed.rmeta --extern utf8_iter=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8_iter-fd2e55522e4115bf.rmeta --extern write16=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwrite16-ff676fd1ec9f9a7f.rmeta --extern zerovec=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerovec-69b412fa2a1afd8d.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-20T19:00:56.4768096Z [00:03:15.669]➜     Compiling idna_adapter v1.2.0
2025-08-20T19:00:56.4810070Z [00:03:15.673]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name idna_adapter --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-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="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=2cda63810cc16dc1 -C extra-filename=-1c979c5e9beb0425 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern icu_normalizer=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_normalizer-5580589adbe0d62f.rmeta --extern icu_properties=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_properties-4b15e27345e0e46f.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-20T19:00:56.6321037Z [00:03:15.823]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name indexmap --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.8.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 '--allow=clippy::style' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "test_debug"))' -C metadata=18f8415c230e7dcc -C extra-filename=-5c4518665903cda8 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern equivalent=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libequivalent-be151bb69e5a723b.rmeta --extern hashbrown=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libhashbrown-75302223b2e4e5c6.rmeta --extern serde=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libserde-0ffe6917e904c9ab.rmeta --cap-lints allow`
2025-08-20T19:00:57.0878173Z [00:03:16.279]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name rustix --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.43/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(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=4545fc0b321d0b37 -C extra-filename=-40b39d31228b3e36 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-31983b188b121da4.rmeta --extern linux_raw_sys=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-3c60fcc3958beeed.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 static_assertions --cfg linux_raw --cfg linux_like --cfg linux_kernel`
2025-08-20T19:00:57.4195881Z [00:03:16.612]➜     Compiling deranged v0.3.11
2025-08-20T19:00:57.4208831Z [00:03:16.613]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name deranged --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-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 --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=656857b614ed783b -C extra-filename=-e9b64198e293fccd --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern powerfmt=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpowerfmt-6e0d9dec78c98ec2.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-20T19:00:57.7686513Z [00:03:16.961]➜       Running `/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/anyhow-d2ab9cca0d7c98af/build-script-build`
2025-08-20T19:00:57.9495174Z [00:03:17.142]➜     Compiling toml_parser v1.0.0
2025-08-20T19:00:57.9512682Z [00:03:17.142]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name toml_parser --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unsafe"))' -C metadata=20b44b8cbb19222a -C extra-filename=-6aaf0d02c8b16ef8 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern winnow=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libwinnow-11b8ce4f7a3ed51e.rmeta --cap-lints allow`
2025-08-20T19:00:58.7482535Z [00:03:17.941]➜       Running `/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/onig_sys-af51e9208552f7ec/build-script-build`
2025-08-20T19:00:58.8599561Z [00:03:18.052]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name rayon_core --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.12.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("web_spin_lock"))' -C metadata=e6652548c89c809b -C extra-filename=-d744dc40edf72df3 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern crossbeam_deque=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_deque-eb77c69ac2d7beae.rmeta --extern crossbeam_utils=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_utils-51234f7be0e44a62.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-20T19:00:59.0078155Z [00:03:18.200]➜     Compiling serde_with_macros v3.12.0
2025-08-20T19:00:59.0094723Z [00:03:18.201]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name serde_with_macros --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with_macros-3.12.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 --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("schemars_0_8"))' -C metadata=01c973d0d56c2bd1 -C extra-filename=-93841e4b9780d092 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern darling=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libdarling-ac1098b558dbdcb9.rlib --extern proc_macro2=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libproc_macro2-f29a55410a18d87b.rlib --extern quote=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libquote-ff888b0fcbe07a39.rlib --extern syn=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libsyn-ceffe8f57cb0d489.rlib --extern proc_macro --cap-lints allow`
2025-08-20T19:00:59.1246894Z [00:03:18.317]➜     Compiling toml_datetime v0.7.0
2025-08-20T19:00:59.1260026Z [00:03:18.317]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name toml_datetime --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.7.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=377f416dd7b739c2 -C extra-filename=-d868fea439ec5d4f --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libserde-0ffe6917e904c9ab.rmeta --cap-lints allow`
2025-08-20T19:00:59.6394795Z [00:03:18.832]➜     Compiling serde_spanned v1.0.0
2025-08-20T19:00:59.6423017Z [00:03:18.834]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name serde_spanned --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=fbcbee734b19f04f -C extra-filename=-9d1ec69992e97108 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libserde-0ffe6917e904c9ab.rmeta --cap-lints allow`
2025-08-20T19:00:59.8093379Z [00:03:19.002]➜     Compiling libgit2-sys v0.18.0+1.9.0
2025-08-20T19:00:59.8106123Z [00:03:19.003]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libgit2-sys-0.18.0+1.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("https", "libssh2-sys", "openssl-sys", "ssh", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=6f6025b9bd3400a1 -C extra-filename=-634cb82b8136b9d4 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/libgit2-sys-634cb82b8136b9d4 -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libcc-009c4d20ace05d19.rlib --extern pkg_config=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libpkg_config-93a99bd4dff38010.rlib --cap-lints allow`
2025-08-20T19:01:00.3002782Z [00:03:19.491]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=2e7ba8cbe2ecbdcb -C extra-filename=-d41033bcec586f6b --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:01:00.3591038Z [00:03:19.551]➜     Compiling time-core v0.1.2
2025-08-20T19:01:00.3599149Z [00:03:19.552]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name time_core --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1cf277b8a8ae86cb -C extra-filename=-c92fcfce196be157 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:01:00.3889746Z [00:03:19.581]➜     Compiling thiserror v1.0.69
2025-08-20T19:01:00.3892979Z [00:03:19.581]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/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=24e7e72a500f0d87 -C extra-filename=-8196f37f0d52254e --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:01:00.4729795Z [00:03:19.665]➜     Compiling log v0.4.22
2025-08-20T19:01:00.4740491Z [00:03:19.666]➜       Running `/root/.rustup/toolchains/stable-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=9e4d637cd90b8b73 -C extra-filename=-54c83ef749611abc --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:01:00.6784474Z [00:03:19.870]➜     Compiling toml_writer v1.0.0
2025-08-20T19:01:00.6826128Z [00:03:19.871]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name toml_writer --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=7ba66267a9944759 -C extra-filename=-8bce2a27048a336d --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:01:00.6876152Z [00:03:19.880]➜     Compiling ryu v1.0.18
2025-08-20T19:01:00.6882805Z [00:03:19.880]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name ryu --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.18/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-panic", "small"))' -C metadata=f6e8231e1414076a -C extra-filename=-d9d94ef002221465 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:01:00.7174029Z [00:03:19.910]➜     Compiling num-conv v0.1.0
2025-08-20T19:01:00.7186501Z [00:03:19.911]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name num_conv --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.1.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 --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa28f54885fa307e -C extra-filename=-b338309f5a6d2497 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:01:00.7300190Z [00:03:19.922]➜     Compiling serde_json v1.0.135
2025-08-20T19:01:00.7309071Z [00:03:19.923]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.135/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("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=a74911b41a95b8e1 -C extra-filename=-8757abf577c066df --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/serde_json-8757abf577c066df -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:01:00.8773964Z [00:03:20.070]➜     Compiling adler2 v2.0.0
2025-08-20T19:01:00.8785357Z [00:03:20.071]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name adler2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.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", "default", "rustc-dep-of-std", "std"))' -C metadata=4ee807022a23982b -C extra-filename=-8ca6a70d9951681d --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:01:00.9256147Z [00:03:20.117]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name anstyle --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.10/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=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ace0b2c7f20e529f -C extra-filename=-74b0f744cbb31470 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:01:00.9487201Z [00:03:20.141]➜     Compiling percent-encoding v2.3.1
2025-08-20T19:01:00.9497622Z [00:03:20.142]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name percent_encoding --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.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="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=e5f197dfa32d7577 -C extra-filename=-34b2c2a1cfbbb22b --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:01:00.9779674Z [00:03:20.170]➜     Compiling once_cell v1.20.2
2025-08-20T19:01:00.9803516Z [00:03:20.171]➜       Running `/root/.rustup/toolchains/stable-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=50156774ecabdd0b -C extra-filename=-b399ce78ce72a4e7 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:01:01.0050444Z [00:03:20.197]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name either --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.13.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="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=c53f746f7efb9829 -C extra-filename=-8d4d522ab24c13cd --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:01:01.2194664Z [00:03:20.411]➜     Compiling same-file v1.0.6
2025-08-20T19:01:01.2197816Z [00:03:20.411]➜       Running `/root/.rustup/toolchains/stable-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=8a32a004b0b89901 -C extra-filename=-1f5074b1b141e875 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:01:01.2675472Z [00:03:20.458]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name anstyle_query --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=873e16a806854108 -C extra-filename=-d3912d4c466823d0 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:01:01.2740854Z [00:03:20.461]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name colorchoice --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ad561afae0839777 -C extra-filename=-6013ebb501c1abed --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:01:01.3050099Z [00:03:20.497]➜     Compiling walkdir v2.5.0
2025-08-20T19:01:01.3055860Z [00:03:20.497]➜       Running `/root/.rustup/toolchains/stable-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=c5aa23c02189f2c8 -C extra-filename=-598b39bebac6d310 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern same_file=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libsame_file-1f5074b1b141e875.rmeta --cap-lints allow`
2025-08-20T19:01:01.3329241Z [00:03:20.525]➜     Compiling itertools v0.14.0
2025-08-20T19:01:01.3336703Z [00:03:20.526]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name itertools --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.14.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="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=a7b54c3ee5f2f7b1 -C extra-filename=-1253dcca84c0885b --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern either=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libeither-8d4d522ab24c13cd.rmeta --cap-lints allow`
2025-08-20T19:01:01.3377336Z [00:03:20.528]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name anstream --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.18/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=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=9a7f0218b242990f -C extra-filename=-920aadcb768c81d9 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern anstyle=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-74b0f744cbb31470.rmeta --extern anstyle_parse=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-d9f762c54654b497.rmeta --extern anstyle_query=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-d3912d4c466823d0.rmeta --extern colorchoice=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-6013ebb501c1abed.rmeta --extern is_terminal_polyfill=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal_polyfill-d41033bcec586f6b.rmeta --extern utf8parse=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.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-20T19:01:01.3621117Z [00:03:20.554]➜     Compiling form_urlencoded v1.2.1
2025-08-20T19:01:01.3641591Z [00:03:20.556]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name form_urlencoded --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.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="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=169523b2b9d064cd -C extra-filename=-d22f34f47f97eadd --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern percent_encoding=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpercent_encoding-34b2c2a1cfbbb22b.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-20T19:01:01.5536232Z [00:03:20.746]➜     Compiling time v0.3.37
2025-08-20T19:01:01.5579428Z [00:03:20.746]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name time --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.37/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=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="parsing"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=cce8fabccf11ddb2 -C extra-filename=-76646ac80f0aa836 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern deranged=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libderanged-e9b64198e293fccd.rmeta --extern itoa=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-fc01575634588a53.rmeta --extern num_conv=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_conv-b338309f5a6d2497.rmeta --extern powerfmt=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpowerfmt-6e0d9dec78c98ec2.rmeta --extern time_core=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtime_core-c92fcfce196be157.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-20T19:01:01.6629899Z [00:03:20.855]➜     Compiling miniz_oxide v0.8.9
2025-08-20T19:01:01.6641030Z [00:03:20.856]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name miniz_oxide --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/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(fuzzing)' --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-boundary", "core", "default", "rustc-dep-of-std", "serde", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=c55ac1fe6f2242b8 -C extra-filename=-b877ceff94c572d5 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern adler2=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libadler2-8ca6a70d9951681d.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-20T19:01:01.7890097Z [00:03:20.981]➜     Compiling toml v0.9.1
2025-08-20T19:01:01.7910937Z [00:03:20.982]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name toml --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.9.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="preserve_order"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "fast_hash", "parse", "preserve_order", "serde", "std", "unbounded"))' -C metadata=1454f69334966a7d -C extra-filename=-2e8e6d08f77968c6 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern indexmap=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libindexmap-5c4518665903cda8.rmeta --extern serde=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libserde-0ffe6917e904c9ab.rmeta --extern serde_spanned=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libserde_spanned-9d1ec69992e97108.rmeta --extern toml_datetime=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libtoml_datetime-d868fea439ec5d4f.rmeta --extern toml_parser=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libtoml_parser-6aaf0d02c8b16ef8.rmeta --extern toml_writer=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libtoml_writer-8bce2a27048a336d.rmeta --extern winnow=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libwinnow-11b8ce4f7a3ed51e.rmeta --cap-lints allow`
2025-08-20T19:01:03.5470071Z [00:03:22.739]➜       Running `/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/serde_json-8757abf577c066df/build-script-build`
2025-08-20T19:01:03.5553061Z [00:03:22.748]➜       Running `/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build-script-build`
2025-08-20T19:01:03.6681731Z [00:03:22.861]➜     Compiling serde_with v3.12.0
2025-08-20T19:01:03.6709968Z [00:03:22.863]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name serde_with --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with-3.12.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 --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' -C debug-assertions=off --cfg 'feature="macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "chrono", "chrono_0_4", "default", "guide", "hashbrown_0_14", "hashbrown_0_15", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "std", "time_0_3"))' -C metadata=ac400072313c2ddc -C extra-filename=-4325cc36c7f36169 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libserde-0ffe6917e904c9ab.rmeta --extern serde_derive=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libserde_derive-be3254bad79007a1.so --extern serde_with_macros=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libserde_with_macros-93841e4b9780d092.so --cap-lints allow`
2025-08-20T19:01:03.6909658Z [00:03:22.883]➜       Running `/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/libgit2-sys-634cb82b8136b9d4/build-script-build`
2025-08-20T19:01:04.0169217Z [00:03:23.209]➜     Compiling rayon v1.10.0
2025-08-20T19:01:04.0174797Z [00:03:23.209]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name rayon --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.10.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("web_spin_lock"))' -C metadata=c7e7316c158ceb6d -C extra-filename=-e5d88b5b64347be0 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern either=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libeither-b3141ecb6e1f5118.rmeta --extern rayon_core=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librayon_core-d744dc40edf72df3.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-20T19:01:04.7531835Z [00:03:23.945]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name terminal_size --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.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=064ef3ec07ce4d01 -C extra-filename=-cca70a258e76f296 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern rustix=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-40b39d31228b3e36.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-20T19:01:04.9448374Z [00:03:24.137]➜     Compiling regex v1.11.1
2025-08-20T19:01:04.9459148Z [00:03:24.138]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name regex --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.11.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="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=3ee5883fd2a27cd4 -C extra-filename=-f645826edffdc4fc --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libaho_corasick-820654ff956f74f5.rmeta --extern memchr=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libmemchr-cbf058b6ee682193.rmeta --extern regex_automata=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libregex_automata-e826d88f35360402.rmeta --extern regex_syntax=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libregex_syntax-5bc4fd853bb1c4e6.rmeta --cap-lints allow`
2025-08-20T19:01:05.6622007Z [00:03:24.853]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name anyhow --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/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("backtrace", "default", "std"))' -C metadata=45385e01a5bdad67 -C extra-filename=-e94bd31fedb76048 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --cap-lints allow --cfg std_backtrace --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'`
2025-08-20T19:01:06.1058590Z [00:03:25.298]➜     Compiling clap v4.5.24
2025-08-20T19:01:06.1079840Z [00:03:25.299]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name clap --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.24/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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' -C debug-assertions=off --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=6f9f33a1c86de953 -C extra-filename=-e8d177bf1cb85a57 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern clap_builder=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libclap_builder-a506de7042b42803.rmeta --cap-lints allow`
2025-08-20T19:01:06.1423107Z [00:03:25.335]➜     Compiling idna v1.0.3
2025-08-20T19:01:06.1435283Z [00:03:25.335]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name idna --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.0.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="compiled_data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=04dbc9b8a630e904 -C extra-filename=-288254ee0def8c00 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern idna_adapter=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libidna_adapter-1c979c5e9beb0425.rmeta --extern smallvec=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-73ed215010b561ed.rmeta --extern utf8_iter=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8_iter-fd2e55522e4115bf.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-20T19:01:06.3231126Z [00:03:25.515]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name prettyplease --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.35/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("verbatim"))' -C metadata=8c4b6c2efda8e592 -C extra-filename=-87cb192c2af363e2 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libproc_macro2-f29a55410a18d87b.rmeta --extern syn=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libsyn-ceffe8f57cb0d489.rmeta --cap-lints allow --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
2025-08-20T19:01:07.7017868Z [00:03:26.894]➜     Compiling bstr v1.11.3
2025-08-20T19:01:07.7054551Z [00:03:26.896]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name bstr --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=5f1e1814728c31ae -C extra-filename=-026c9b0c0bff87e0 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-e799659df7e28d12.rmeta --extern regex_automata=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-9a8761ad561e142f.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-20T19:01:07.8448565Z [00:03:27.037]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name libz_sys --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-sys-1.1.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(zng)' --cfg 'feature="libc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=7df0fcb809106291 -C extra-filename=-e3d0f2e314f00a51 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-7c8984d75e26dbe9.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 z -l z`
2025-08-20T19:01:07.9395574Z [00:03:27.132]➜     Compiling thiserror-impl v1.0.69
2025-08-20T19:01:07.9405964Z [00:03:27.132]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name thiserror_impl --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/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())' -C metadata=749efca90751c314 -C extra-filename=-1bcf3a093b5664a2 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libproc_macro2-f29a55410a18d87b.rlib --extern quote=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libquote-ff888b0fcbe07a39.rlib --extern syn=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libsyn-ceffe8f57cb0d489.rlib --extern proc_macro --cap-lints allow`
2025-08-20T19:01:07.9438269Z [00:03:27.135]➜     Compiling git-version-macro v0.3.9
2025-08-20T19:01:07.9454288Z [00:03:27.137]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name git_version_macro --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git-version-macro-0.3.9/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("nightly"))' -C metadata=18ff77d7792416ff -C extra-filename=-66ce0d762872d4f7 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libproc_macro2-f29a55410a18d87b.rlib --extern quote=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libquote-ff888b0fcbe07a39.rlib --extern syn=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libsyn-ceffe8f57cb0d489.rlib --extern proc_macro --cap-lints allow`
2025-08-20T19:01:08.6272854Z [00:03:27.820]➜     Compiling crc32fast v1.4.2
2025-08-20T19:01:08.6288743Z [00:03:27.821]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name crc32fast --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.4.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=020c5dc81ab75141 -C extra-filename=-5da3ad0775acaf5f --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-5335dbb64cbcc9f5.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-20T19:01:08.7945066Z [00:03:27.987]➜     Compiling quick-xml v0.32.0
2025-08-20T19:01:08.7956741Z [00:03:27.987]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name quick_xml --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quick-xml-0.32.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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "async-tokio", "default", "document-features", "encoding", "encoding_rs", "escape-html", "overlapped-lists", "serde", "serde-types", "serialize", "tokio"))' -C metadata=dc89ad32af0a161e -C extra-filename=-6cb6f5433e29bfd0 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-e799659df7e28d12.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-20T19:01:09.3796282Z [00:03:28.572]➜     Compiling semver v1.0.25
2025-08-20T19:01:09.3802586Z [00:03:28.572]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.25/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", "serde", "std"))' -C metadata=9d2b5d0f6ee9cb12 -C extra-filename=-e24b5df588320de0 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/semver-e24b5df588320de0 -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:01:09.6251364Z [00:03:28.817]➜     Compiling base64 v0.22.1
2025-08-20T19:01:09.6275546Z [00:03:28.819]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name base64 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=f0a3ffbe401ce0f6 -C extra-filename=-269e532397edb1aa --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:01:09.6790551Z [00:03:28.871]➜     Compiling bytemuck v1.21.0
2025-08-20T19:01:09.6808983Z [00:03:28.872]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name bytemuck --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytemuck-1.21.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 --deny=unexpected_cfgs --check-cfg 'cfg(target_arch, values("spirv"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64_simd", "align_offset", "alloc_uninit", "avx512_simd", "bytemuck_derive", "const_zeroed", "derive", "extern_crate_alloc", "extern_crate_std", "latest_stable_rust", "min_const_generics", "must_cast", "must_cast_extra", "nightly_docs", "nightly_float", "nightly_portable_simd", "nightly_stdsimd", "track_caller", "transparentwrapper_extra", "unsound_ptr_pod_impl", "wasm_simd", "zeroable_atomics", "zeroable_maybe_uninit"))' -C metadata=d76d757526a1ee70 -C extra-filename=-fe8f8ee62542e0a3 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:01:09.9329842Z [00:03:29.125]➜       Running `/root/.rustup/toolchains/stable-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 embed-bitcode=no -C debug-assertions=off --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=087eed3cc1bd8bb4 -C extra-filename=-1cfe26da92235742 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:01:10.1311010Z [00:03:29.323]➜     Compiling bitflags v1.3.2
2025-08-20T19:01:10.1325516Z [00:03:29.324]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name bitflags --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-1.3.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="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=b1cf427e3a5096f0 -C extra-filename=-056469cb054f3137 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:01:10.1575497Z [00:03:29.349]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name strsim --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.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=105d41e6f0e9dde9 -C extra-filename=-b4d47f8ab2e91eb8 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:01:10.2019779Z [00:03:29.394]➜     Compiling thiserror v2.0.11
2025-08-20T19:01:10.2030195Z [00:03:29.395]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.11/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", "std"))' -C metadata=40a826429f46eae2 -C extra-filename=-b8458e758c978feb --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/thiserror-b8458e758c978feb -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:01:10.4949315Z [00:03:29.687]➜       Running `/root/.rustup/toolchains/stable-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=d33aed99317f05c4 -C extra-filename=-68187b3b758edad5 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:01:10.6241674Z [00:03:29.817]➜     Compiling linked-hash-map v0.5.6
2025-08-20T19:01:10.6259276Z [00:03:29.817]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name linked_hash_map --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linked-hash-map-0.5.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("heapsize", "heapsize_impl", "nightly", "serde", "serde_impl"))' -C metadata=e2171723faa417e6 -C extra-filename=-bee71cebb34bbb63 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:01:10.7888023Z [00:03:29.980]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name clap_lex --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=18b63f4bbcdf0d24 -C extra-filename=-f497dbc862f38eff --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:01:10.8535065Z [00:03:30.046]➜     Compiling bugreport v0.5.1
2025-08-20T19:01:10.8538951Z [00:03:30.046]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bugreport-0.5.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="collector_operating_system"' --cfg 'feature="default"' --cfg 'feature="format_markdown"' --cfg 'feature="git-version"' --cfg 'feature="git_hash"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("collector_operating_system", "default", "format_markdown", "format_plaintext", "git-version", "git_hash"))' -C metadata=3c927392dd61bda5 -C extra-filename=-84f6f7b556227579 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/bugreport-84f6f7b556227579 -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T19:01:11.0004469Z [00:03:30.193]➜       Running `/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/bugreport-84f6f7b556227579/build-script-build`
2025-08-20T19:01:11.0052284Z [00:03:30.196]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name clap_builder --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.24/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=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=901aa6ae62e17a94 -C extra-filename=-f6a1d9c7e9001ae9 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern anstream=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-920aadcb768c81d9.rmeta --extern anstyle=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-74b0f744cbb31470.rmeta --extern clap_lex=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-f497dbc862f38eff.rmeta --extern strsim=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rmeta --extern terminal_size=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminal_size-cca70a258e76f296.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-20T19:01:11.1068768Z [00:03:30.299]➜     Compiling yaml-rust v0.4.5
2025-08-20T19:01:11.1077832Z [00:03:30.300]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name yaml_rust --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yaml-rust-0.4.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4b02104973529503 -C extra-filename=-c8aaf070859a0401 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern linked_hash_map=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinked_hash_map-bee71cebb34bbb63.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-20T19:01:11.5821617Z [00:03:30.774]➜       Running `/root/.rustup/toolchains/stable-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=2fcdd874244de7ed -C extra-filename=-a545e9a5ea7ecd80 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern same_file=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsame_file-68187b3b758edad5.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-20T19:01:12.3019601Z [00:03:31.494]➜       Running `/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/thiserror-b8458e758c978feb/build-script-build`
2025-08-20T19:01:12.4818065Z [00:03:31.674]➜     Compiling bat v0.25.0 (/tmp/tmp.wFEhfGMWOz/TEMPREPO)
2025-08-20T19:01:12.4837480Z [00:03:31.675]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_main --edition=2021 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 --cfg 'feature="application"' --cfg 'feature="bugreport"' --cfg 'feature="build-assets"' --cfg 'feature="clap"' --cfg 'feature="default"' --cfg 'feature="etcetera"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="grep-cli"' --cfg 'feature="minimal-application"' --cfg 'feature="paging"' --cfg 'feature="regex"' --cfg 'feature="regex-onig"' --cfg 'feature="shell-words"' --cfg 'feature="walkdir"' --cfg 'feature="wild"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("application", "bugreport", "build-assets", "clap", "default", "etcetera", "execute", "git", "git2", "grep-cli", "lessopen", "minimal-application", "paging", "regex", "regex-fancy", "regex-onig", "shell-words", "walkdir", "wild"))' -C metadata=fa6b14f44f9f1657 -C extra-filename=-7563dabe23fa08bb --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/bat-7563dabe23fa08bb -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libanyhow-e94bd31fedb76048.rlib --extern clap=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libclap-e8d177bf1cb85a57.rlib --extern indexmap=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libindexmap-5c4518665903cda8.rlib --extern itertools=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libitertools-1253dcca84c0885b.rlib --extern once_cell=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libonce_cell-1cfe26da92235742.rlib --extern prettyplease=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libprettyplease-87cb192c2af363e2.rlib --extern proc_macro2=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libproc_macro2-f29a55410a18d87b.rlib --extern quote=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libquote-ff888b0fcbe07a39.rlib --extern regex=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libregex-f645826edffdc4fc.rlib --extern serde=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libserde-0ffe6917e904c9ab.rlib --extern serde_derive=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libserde_derive-be3254bad79007a1.so --extern serde_with=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libserde_with-4325cc36c7f36169.rlib --extern syn=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libsyn-ceffe8f57cb0d489.rlib --extern toml=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libtoml-2e8e6d08f77968c6.rlib --extern walkdir=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libwalkdir-598b39bebac6d310.rlib`
2025-08-20T19:01:12.6866029Z [00:03:31.879]➜     Compiling plist v1.7.0
2025-08-20T19:01:12.6885652Z [00:03:31.880]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name plist --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plist-1.7.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="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "enable_unstable_features_that_may_break_with_minor_version_bumps", "serde"))' -C metadata=ef5a1c61132f698d -C extra-filename=-c80792f6c4176758 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern base64=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbase64-269e532397edb1aa.rmeta --extern indexmap=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-1d1efc38be5a27f8.rmeta --extern quick_xml=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libquick_xml-6cb6f5433e29bfd0.rmeta --extern serde=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-e516d29188b73381.rmeta --extern time=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtime-76646ac80f0aa836.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-20T19:01:13.4051885Z [00:03:32.598]➜  warning: onig_sys@69.8.1: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4063515Z [00:03:32.599]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4074724Z [00:03:32.600]➜  warning: onig_sys@69.8.1: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4085018Z [00:03:32.601]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4095206Z [00:03:32.602]➜  warning: onig_sys@69.8.1: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4105591Z [00:03:32.603]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4167502Z [00:03:32.608]➜  warning: onig_sys@69.8.1: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4168757Z [00:03:32.608]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4170090Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/regparse.c: In function 'onig_st_init_strend_table_with_size':
2025-08-20T19:01:13.4171163Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/regparse.c:588:5: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(st_str_end_key *, st_str_end_key *)' [-Wincompatible-pointer-types]
2025-08-20T19:01:13.4171948Z [00:03:32.608]➜  warning: onig_sys@69.8.1:   588 |     str_end_cmp,
2025-08-20T19:01:13.4172341Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |     ^~~~~~~~~~~
2025-08-20T19:01:13.4172938Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/regparse.c:588:5: note: (near initialization for 'hashType.compare')
2025-08-20T19:01:13.4173606Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/regparse.c:550:1: note: 'str_end_cmp' declared here
2025-08-20T19:01:13.4174176Z [00:03:32.608]➜  warning: onig_sys@69.8.1:   550 | str_end_cmp(st_str_end_key* x, st_str_end_key* y)
2025-08-20T19:01:13.4174611Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       | ^~~~~~~~~~~
2025-08-20T19:01:13.4175420Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/regparse.c:589:5: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(st_str_end_key *)' [-Wincompatible-pointer-types]
2025-08-20T19:01:13.4176155Z [00:03:32.608]➜  warning: onig_sys@69.8.1:   589 |     str_end_hash,
2025-08-20T19:01:13.4176528Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |     ^~~~~~~~~~~~
2025-08-20T19:01:13.4177648Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/regparse.c:589:5: note: (near initialization for 'hashType.hash')
2025-08-20T19:01:13.4178401Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/regparse.c:571:1: note: 'str_end_hash' declared here
2025-08-20T19:01:13.4178932Z [00:03:32.608]➜  warning: onig_sys@69.8.1:   571 | str_end_hash(st_str_end_key* x)
2025-08-20T19:01:13.4179330Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       | ^~~~~~~~~~~~
2025-08-20T19:01:13.4179891Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/regparse.c: In function 'onig_st_init_callout_name_table_with_size':
2025-08-20T19:01:13.4180950Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/regparse.c:678:5: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(st_callout_name_key *, st_callout_name_key *)' [-Wincompatible-pointer-types]
2025-08-20T19:01:13.4181815Z [00:03:32.608]➜  warning: onig_sys@69.8.1:   678 |     callout_name_table_cmp,
2025-08-20T19:01:13.4182257Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |     ^~~~~~~~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4182838Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/regparse.c:678:5: note: (near initialization for 'hashType.compare')
2025-08-20T19:01:13.4183529Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/regparse.c:637:1: note: 'callout_name_table_cmp' declared here
2025-08-20T19:01:13.4184195Z [00:03:32.608]➜  warning: onig_sys@69.8.1:   637 | callout_name_table_cmp(st_callout_name_key* x, st_callout_name_key* y)
2025-08-20T19:01:13.4185020Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       | ^~~~~~~~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4185866Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/regparse.c:679:5: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(st_callout_name_key *)' [-Wincompatible-pointer-types]
2025-08-20T19:01:13.4186648Z [00:03:32.608]➜  warning: onig_sys@69.8.1:   679 |     callout_name_table_hash,
2025-08-20T19:01:13.4208303Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |     ^~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4209092Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/regparse.c:679:5: note: (near initialization for 'hashType.hash')
2025-08-20T19:01:13.4209797Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/regparse.c:660:1: note: 'callout_name_table_hash' declared here
2025-08-20T19:01:13.4210407Z [00:03:32.608]➜  warning: onig_sys@69.8.1:   660 | callout_name_table_hash(st_callout_name_key* x)
2025-08-20T19:01:13.4210884Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       | ^~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4211356Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/regparse.c: In function 'names_clear':
2025-08-20T19:01:13.4212203Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/regparse.c:804:24: error: passing argument 2 of 'onig_st_foreach' from incompatible pointer type [-Wincompatible-pointer-types]
2025-08-20T19:01:13.4212987Z [00:03:32.608]➜  warning: onig_sys@69.8.1:   804 |     onig_st_foreach(t, i_free_name_entry, 0);
2025-08-20T19:01:13.4213471Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                        ^~~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4213898Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                        |
2025-08-20T19:01:13.4214502Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                        int (*)(OnigUChar *, NameEntry *, void *) {aka int (*)(unsigned char *, NameEntry *, void *)}
2025-08-20T19:01:13.4215125Z [00:03:32.608]➜  warning: onig_sys@69.8.1: In file included from oniguruma/src/regparse.c:37:
2025-08-20T19:01:13.4216035Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.h:55:31: note: expected 'int (*)(void)' but argument is of type 'int (*)(OnigUChar *, NameEntry *, void *)' {aka 'int (*)(unsigned char *, NameEntry *, void *)'}
2025-08-20T19:01:13.4216873Z [00:03:32.608]➜  warning: onig_sys@69.8.1:    55 | int st_foreach _((st_table *, int (*)(ANYARGS), st_data_t));
2025-08-20T19:01:13.4218749Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                               ^~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4222110Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.h:35:18: note: in definition of macro '_'
2025-08-20T19:01:13.4222608Z [00:03:32.608]➜  warning: onig_sys@69.8.1:    35 | # define _(args) args
2025-08-20T19:01:13.4223010Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                  ^~~~
2025-08-20T19:01:13.4223546Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/regparse.c:789:1: note: 'i_free_name_entry' declared here
2025-08-20T19:01:13.4224211Z [00:03:32.608]➜  warning: onig_sys@69.8.1:   789 | i_free_name_entry(UChar* key, NameEntry* e, void* arg ARG_UNUSED)
2025-08-20T19:01:13.4224700Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       | ^~~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4225184Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/regparse.c: In function 'onig_foreach_name':
2025-08-20T19:01:13.4226056Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/regparse.c:873:24: error: passing argument 2 of 'onig_st_foreach' from incompatible pointer type [-Wincompatible-pointer-types]
2025-08-20T19:01:13.4226857Z [00:03:32.608]➜  warning: onig_sys@69.8.1:   873 |     onig_st_foreach(t, i_names, (HashDataType )&narg);
2025-08-20T19:01:13.4227536Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                        ^~~~~~~
2025-08-20T19:01:13.4227988Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                        |
2025-08-20T19:01:13.4229195Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                        int (*)(OnigUChar *, NameEntry *, INamesArg *) {aka int (*)(unsigned char *, NameEntry *, INamesArg *)}
2025-08-20T19:01:13.4230232Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.h:55:31: note: expected 'int (*)(void)' but argument is of type 'int (*)(OnigUChar *, NameEntry *, INamesArg *)' {aka 'int (*)(unsigned char *, NameEntry *, INamesArg *)'}
2025-08-20T19:01:13.4231117Z [00:03:32.608]➜  warning: onig_sys@69.8.1:    55 | int st_foreach _((st_table *, int (*)(ANYARGS), st_data_t));
2025-08-20T19:01:13.4231631Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                               ^~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4232149Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.h:35:18: note: in definition of macro '_'
2025-08-20T19:01:13.4232628Z [00:03:32.608]➜  warning: onig_sys@69.8.1:    35 | # define _(args) args
2025-08-20T19:01:13.4233024Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                  ^~~~
2025-08-20T19:01:13.4233534Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/regparse.c:846:1: note: 'i_names' declared here
2025-08-20T19:01:13.4234133Z [00:03:32.608]➜  warning: onig_sys@69.8.1:   846 | i_names(UChar* key ARG_UNUSED, NameEntry* e, INamesArg* arg)
2025-08-20T19:01:13.4234587Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       | ^~~~~~~
2025-08-20T19:01:13.4235086Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/regparse.c: In function 'onig_renumber_name_table':
2025-08-20T19:01:13.4235968Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/regparse.c:901:24: error: passing argument 2 of 'onig_st_foreach' from incompatible pointer type [-Wincompatible-pointer-types]
2025-08-20T19:01:13.4236784Z [00:03:32.608]➜  warning: onig_sys@69.8.1:   901 |     onig_st_foreach(t, i_renumber_name, (HashDataType )map);
2025-08-20T19:01:13.4237653Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                        ^~~~~~~~~~~~~~~
2025-08-20T19:01:13.4238099Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                        |
2025-08-20T19:01:13.4238753Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                        int (*)(OnigUChar *, NameEntry *, GroupNumMap *) {aka int (*)(unsigned char *, NameEntry *, GroupNumMap *)}
2025-08-20T19:01:13.4240055Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.h:55:31: note: expected 'int (*)(void)' but argument is of type 'int (*)(OnigUChar *, NameEntry *, GroupNumMap *)' {aka 'int (*)(unsigned char *, NameEntry *, GroupNumMap *)'}
2025-08-20T19:01:13.4241171Z [00:03:32.608]➜  warning: onig_sys@69.8.1:    55 | int st_foreach _((st_table *, int (*)(ANYARGS), st_data_t));
2025-08-20T19:01:13.4241684Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                               ^~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4242205Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.h:35:18: note: in definition of macro '_'
2025-08-20T19:01:13.4242694Z [00:03:32.608]➜  warning: onig_sys@69.8.1:    35 | # define _(args) args
2025-08-20T19:01:13.4260312Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                  ^~~~
2025-08-20T19:01:13.4260889Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/regparse.c:879:1: note: 'i_renumber_name' declared here
2025-08-20T19:01:13.4261555Z [00:03:32.608]➜  warning: onig_sys@69.8.1:   879 | i_renumber_name(UChar* key ARG_UNUSED, NameEntry* e, GroupNumMap* map)
2025-08-20T19:01:13.4262092Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       | ^~~~~~~~~~~~~~~
2025-08-20T19:01:13.4262600Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/regparse.c: In function 'callout_name_table_clear':
2025-08-20T19:01:13.4263486Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/regparse.c:1386:24: error: passing argument 2 of 'onig_st_foreach' from incompatible pointer type [-Wincompatible-pointer-types]
2025-08-20T19:01:13.4264285Z [00:03:32.608]➜  warning: onig_sys@69.8.1:  1386 |     onig_st_foreach(t, i_free_callout_name_entry, 0);
2025-08-20T19:01:13.4265266Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                        ^~~~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4265698Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                        |
2025-08-20T19:01:13.4266224Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                        int (*)(st_callout_name_key *, CalloutNameEntry *, void *)
2025-08-20T19:01:13.4267247Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.h:55:31: note: expected 'int (*)(void)' but argument is of type 'int (*)(st_callout_name_key *, CalloutNameEntry *, void *)'
2025-08-20T19:01:13.4268085Z [00:03:32.608]➜  warning: onig_sys@69.8.1:    55 | int st_foreach _((st_table *, int (*)(ANYARGS), st_data_t));
2025-08-20T19:01:13.4268600Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                               ^~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4269114Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.h:35:18: note: in definition of macro '_'
2025-08-20T19:01:13.4269605Z [00:03:32.608]➜  warning: onig_sys@69.8.1:    35 | # define _(args) args
2025-08-20T19:01:13.4269998Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                  ^~~~
2025-08-20T19:01:13.4270557Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/regparse.c:1370:1: note: 'i_free_callout_name_entry' declared here
2025-08-20T19:01:13.4271242Z [00:03:32.608]➜  warning: onig_sys@69.8.1:  1370 | i_free_callout_name_entry(st_callout_name_key* key, CalloutNameEntry* e,
2025-08-20T19:01:13.4271778Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       | ^~~~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4272323Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/regparse.c: In function 'setup_ext_callout_list_values':
2025-08-20T19:01:13.4273225Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/regparse.c:1884:56: error: passing argument 2 of 'onig_st_foreach' from incompatible pointer type [-Wincompatible-pointer-types]
2025-08-20T19:01:13.4274123Z [00:03:32.608]➜  warning: onig_sys@69.8.1:  1884 |     onig_st_foreach((CalloutTagTable *)ext->tag_table, i_callout_callout_list_set,
2025-08-20T19:01:13.4274755Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4275243Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                                                        |
2025-08-20T19:01:13.4276159Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                                                        int (*)(OnigUChar *, CalloutTagVal,  void *) {aka int (*)(unsigned char *, long int,  void *)}
2025-08-20T19:01:13.4277354Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.h:55:31: note: expected 'int (*)(void)' but argument is of type 'int (*)(OnigUChar *, CalloutTagVal,  void *)' {aka 'int (*)(unsigned char *, long int,  void *)'}
2025-08-20T19:01:13.4278254Z [00:03:32.608]➜  warning: onig_sys@69.8.1:    55 | int st_foreach _((st_table *, int (*)(ANYARGS), st_data_t));
2025-08-20T19:01:13.4278776Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                               ^~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4279296Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.h:35:18: note: in definition of macro '_'
2025-08-20T19:01:13.4279774Z [00:03:32.608]➜  warning: onig_sys@69.8.1:    35 | # define _(args) args
2025-08-20T19:01:13.4280169Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                  ^~~~
2025-08-20T19:01:13.4280741Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/regparse.c:1866:1: note: 'i_callout_callout_list_set' declared here
2025-08-20T19:01:13.4281412Z [00:03:32.608]➜  warning: onig_sys@69.8.1:  1866 | i_callout_callout_list_set(UChar* key, CalloutTagVal e, void* arg)
2025-08-20T19:01:13.4281933Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       | ^~~~~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4282460Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/regparse.c: In function 'callout_tag_table_clear':
2025-08-20T19:01:13.4283635Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/regparse.c:1932:24: error: passing argument 2 of 'onig_st_foreach' from incompatible pointer type [-Wincompatible-pointer-types]
2025-08-20T19:01:13.4284437Z [00:03:32.608]➜  warning: onig_sys@69.8.1:  1932 |     onig_st_foreach(t, i_free_callout_tag_entry, 0);
2025-08-20T19:01:13.4284939Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                        ^~~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4285380Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                        |
2025-08-20T19:01:13.4285998Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                        int (*)(OnigUChar *, CalloutTagVal,  void *) {aka int (*)(unsigned char *, long int,  void *)}
2025-08-20T19:01:13.4286987Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.h:55:31: note: expected 'int (*)(void)' but argument is of type 'int (*)(OnigUChar *, CalloutTagVal,  void *)' {aka 'int (*)(unsigned char *, long int,  void *)'}
2025-08-20T19:01:13.4332584Z [00:03:32.608]➜  warning: onig_sys@69.8.1:    55 | int st_foreach _((st_table *, int (*)(ANYARGS), st_data_t));
2025-08-20T19:01:13.4333123Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                               ^~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4333646Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.h:35:18: note: in definition of macro '_'
2025-08-20T19:01:13.4334129Z [00:03:32.608]➜  warning: onig_sys@69.8.1:    35 | # define _(args) args
2025-08-20T19:01:13.4334541Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                  ^~~~
2025-08-20T19:01:13.4335105Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/regparse.c:1922:1: note: 'i_free_callout_tag_entry' declared here
2025-08-20T19:01:13.4335802Z [00:03:32.608]➜  warning: onig_sys@69.8.1:  1922 | i_free_callout_tag_entry(UChar* key, CalloutTagVal e, void* arg ARG_UNUSED)
2025-08-20T19:01:13.4336335Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       | ^~~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4339467Z [00:03:32.608]➜  warning: onig_sys@69.8.1: ToolExecError: Command LC_ALL="C" "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-static" "-I" "/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out" "-I" "oniguruma/src" "-DHAVE_UNISTD_H=1" "-DHAVE_SYS_TYPES_H=1" "-DHAVE_SYS_TIME_H=1" "-o" "/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-regparse.o" "-c" "oniguruma/src/regparse.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4341845Z [00:03:32.608]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4342508Z [00:03:32.608]➜  warning: onig_sys@69.8.1: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4343176Z [00:03:32.608]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4343830Z [00:03:32.608]➜  warning: onig_sys@69.8.1: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4344492Z [00:03:32.608]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4345155Z [00:03:32.608]➜  warning: onig_sys@69.8.1: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4345815Z [00:03:32.608]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4346468Z [00:03:32.608]➜  warning: onig_sys@69.8.1: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4347251Z [00:03:32.608]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4348164Z [00:03:32.608]➜  warning: onig_sys@69.8.1: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4348827Z [00:03:32.608]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4349477Z [00:03:32.608]➜  warning: onig_sys@69.8.1: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4350139Z [00:03:32.608]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4350792Z [00:03:32.608]➜  warning: onig_sys@69.8.1: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4351450Z [00:03:32.608]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4352388Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:38:5: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(long int,  long int)' [-Wincompatible-pointer-types]
2025-08-20T19:01:13.4353098Z [00:03:32.608]➜  warning: onig_sys@69.8.1:    38 |     numcmp,
2025-08-20T19:01:13.4353450Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |     ^~~~~~
2025-08-20T19:01:13.4353978Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:38:5: note: (near initialization for 'type_numhash.compare')
2025-08-20T19:01:13.4354579Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:35:12: note: 'numcmp' declared here
2025-08-20T19:01:13.4355082Z [00:03:32.608]➜  warning: onig_sys@69.8.1:    35 | static int numcmp(long, long);
2025-08-20T19:01:13.4355522Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |            ^~~~~~
2025-08-20T19:01:13.4356299Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:39:5: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(long int)' [-Wincompatible-pointer-types]
2025-08-20T19:01:13.4356980Z [00:03:32.608]➜  warning: onig_sys@69.8.1:    39 |     numhash,
2025-08-20T19:01:13.4357552Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |     ^~~~~~~
2025-08-20T19:01:13.4358071Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:39:5: note: (near initialization for 'type_numhash.hash')
2025-08-20T19:01:13.4358667Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:36:12: note: 'numhash' declared here
2025-08-20T19:01:13.4359149Z [00:03:32.608]➜  warning: onig_sys@69.8.1:    36 | static int numhash(long);
2025-08-20T19:01:13.4359803Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |            ^~~~~~~
2025-08-20T19:01:13.4360681Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:45:5: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(const char *, const char *)' [-Wincompatible-pointer-types]
2025-08-20T19:01:13.4361398Z [00:03:32.608]➜  warning: onig_sys@69.8.1:    45 |     strcmp,
2025-08-20T19:01:13.4361746Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |     ^~~~~~
2025-08-20T19:01:13.4362284Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:45:5: note: (near initialization for 'type_strhash.compare')
2025-08-20T19:01:13.4362882Z [00:03:32.608]➜  warning: onig_sys@69.8.1: In file included from /usr/include/fortify/string.h:23,
2025-08-20T19:01:13.4363395Z [00:03:32.608]➜  warning: onig_sys@69.8.1:                  from oniguruma/src/regint.h:111,
2025-08-20T19:01:13.4363860Z [00:03:32.608]➜  warning: onig_sys@69.8.1:                  from oniguruma/src/st.c:9:
2025-08-20T19:01:13.4364409Z [00:03:32.608]➜  warning: onig_sys@69.8.1: /usr/include/string.h:39:5: note: 'strcmp' declared here
2025-08-20T19:01:13.4364923Z [00:03:32.608]➜  warning: onig_sys@69.8.1:    39 | int strcmp (const char *, const char *);
2025-08-20T19:01:13.4365332Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |     ^~~~~~
2025-08-20T19:01:13.4366090Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:46:5: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(const char *)' [-Wincompatible-pointer-types]
2025-08-20T19:01:13.4367604Z [00:03:32.608]➜  warning: onig_sys@69.8.1:    46 |     strhash,
2025-08-20T19:01:13.4368045Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |     ^~~~~~~
2025-08-20T19:01:13.4368565Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:46:5: note: (near initialization for 'type_strhash.hash')
2025-08-20T19:01:13.4369158Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:43:12: note: 'strhash' declared here
2025-08-20T19:01:13.4369669Z [00:03:32.608]➜  warning: onig_sys@69.8.1:    43 | static int strhash(const char *);
2025-08-20T19:01:13.4370085Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |            ^~~~~~~
2025-08-20T19:01:13.4370517Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c: In function 'new_size':
2025-08-20T19:01:13.4371149Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:101:1: warning: old-style function definition [-Wold-style-definition]
2025-08-20T19:01:13.4371697Z [00:03:32.608]➜  warning: onig_sys@69.8.1:   101 | new_size(size)
2025-08-20T19:01:13.4372046Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       | ^~~~~~~~
2025-08-20T19:01:13.4372521Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c: In function 'onig_st_init_table_with_size':
2025-08-20T19:01:13.4373229Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/regint.h:220:37: warning: old-style function definition [-Wold-style-definition]
2025-08-20T19:01:13.4373929Z [00:03:32.608]➜  warning: onig_sys@69.8.1:   220 | #define st_init_table_with_size     onig_st_init_table_with_size
2025-08-20T19:01:13.4374486Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4375068Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:140:1: note: in expansion of macro 'st_init_table_with_size'
2025-08-20T19:01:13.4375633Z [00:03:32.608]➜  warning: onig_sys@69.8.1:   140 | st_init_table_with_size(type, size)
2025-08-20T19:01:13.4376076Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       | ^~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4376550Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c: In function 'onig_st_init_table':
2025-08-20T19:01:13.4377371Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/regint.h:219:37: warning: old-style function definition [-Wold-style-definition]
2025-08-20T19:01:13.4378089Z [00:03:32.608]➜  warning: onig_sys@69.8.1:   219 | #define st_init_table               onig_st_init_table
2025-08-20T19:01:13.4378897Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                                     ^~~~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4379520Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:172:1: note: in expansion of macro 'st_init_table'
2025-08-20T19:01:13.4380013Z [00:03:32.608]➜  warning: onig_sys@69.8.1:   172 | st_init_table(type)
2025-08-20T19:01:13.4380386Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       | ^~~~~~~~~~~~~
2025-08-20T19:01:13.4380893Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c: In function 'onig_st_init_numtable_with_size':
2025-08-20T19:01:13.4381597Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/regint.h:222:37: warning: old-style function definition [-Wold-style-definition]
2025-08-20T19:01:13.4382299Z [00:03:32.608]➜  warning: onig_sys@69.8.1:   222 | #define st_init_numtable_with_size  onig_st_init_numtable_with_size
2025-08-20T19:01:13.4382870Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4383467Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:185:1: note: in expansion of macro 'st_init_numtable_with_size'
2025-08-20T19:01:13.4384023Z [00:03:32.608]➜  warning: onig_sys@69.8.1:   185 | st_init_numtable_with_size(size)
2025-08-20T19:01:13.4384460Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       | ^~~~~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4384985Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c: In function 'onig_st_init_strtable_with_size':
2025-08-20T19:01:13.4385917Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/regint.h:224:37: warning: old-style function definition [-Wold-style-definition]
2025-08-20T19:01:13.4386619Z [00:03:32.608]➜  warning: onig_sys@69.8.1:   224 | #define st_init_strtable_with_size  onig_st_init_strtable_with_size
2025-08-20T19:01:13.4417909Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4418743Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:198:1: note: in expansion of macro 'st_init_strtable_with_size'
2025-08-20T19:01:13.4419318Z [00:03:32.608]➜  warning: onig_sys@69.8.1:   198 | st_init_strtable_with_size(size)
2025-08-20T19:01:13.4419787Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       | ^~~~~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4420273Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c: In function 'onig_st_free_table':
2025-08-20T19:01:13.4420974Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/regint.h:231:37: warning: old-style function definition [-Wold-style-definition]
2025-08-20T19:01:13.4421630Z [00:03:32.608]➜  warning: onig_sys@69.8.1:   231 | #define st_free_table               onig_st_free_table
2025-08-20T19:01:13.4422136Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                                     ^~~~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4422693Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:205:1: note: in expansion of macro 'st_free_table'
2025-08-20T19:01:13.4423194Z [00:03:32.608]➜  warning: onig_sys@69.8.1:   205 | st_free_table(table)
2025-08-20T19:01:13.4423573Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       | ^~~~~~~~~~~~~
2025-08-20T19:01:13.4424018Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c: In function 'onig_st_lookup':
2025-08-20T19:01:13.4424683Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/regint.h:228:37: warning: old-style function definition [-Wold-style-definition]
2025-08-20T19:01:13.4425333Z [00:03:32.608]➜  warning: onig_sys@69.8.1:   228 | #define st_lookup                   onig_st_lookup
2025-08-20T19:01:13.4425830Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                                     ^~~~~~~~~~~~~~
2025-08-20T19:01:13.4426367Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:245:1: note: in expansion of macro 'st_lookup'
2025-08-20T19:01:13.4427382Z [00:03:32.608]➜  warning: onig_sys@69.8.1:   245 | st_lookup(table, key, value)
2025-08-20T19:01:13.4427879Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       | ^~~~~~~~~
2025-08-20T19:01:13.4428497Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:56:43: error: too many arguments to function 'table->type->hash'; expected 0, have 1
2025-08-20T19:01:13.4429216Z [00:03:32.608]➜  warning: onig_sys@69.8.1:    56 | #define do_hash(key,table) (unsigned int)(*(table)->type->hash)((key))
2025-08-20T19:01:13.4429785Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                                          ~^~~~~~~~~~~~~~~~~~~~~ ~~~~~
2025-08-20T19:01:13.4430338Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:253:14: note: in expansion of macro 'do_hash'
2025-08-20T19:01:13.4430861Z [00:03:32.608]➜  warning: onig_sys@69.8.1:   253 |   hash_val = do_hash(key, table);
2025-08-20T19:01:13.4431282Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |              ^~~~~~~
2025-08-20T19:01:13.4431733Z [00:03:32.608]➜  warning: onig_sys@69.8.1: In file included from oniguruma/src/st.c:10:
2025-08-20T19:01:13.4432223Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.h:20:11: note: declared here
2025-08-20T19:01:13.4432656Z [00:03:32.608]➜  warning: onig_sys@69.8.1:    20 |     int (*hash)();
2025-08-20T19:01:13.4433038Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |           ^~~~
2025-08-20T19:01:13.4433657Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:54:40: error: too many arguments to function 'table->type->compare'; expected 0, have 2
2025-08-20T19:01:13.4434643Z [00:03:32.608]➜  warning: onig_sys@69.8.1:    54 | #define EQUAL(table,x,y) ((x)==(y) || (*table->type->compare)((x),(y)) == 0)
2025-08-20T19:01:13.4435199Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                                       ~^~~~~~~~~~~~~~~~~~~~~~ ~~~
2025-08-20T19:01:13.4435737Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:224:45: note: in expansion of macro 'EQUAL'
2025-08-20T19:01:13.4436362Z [00:03:32.608]➜  warning: onig_sys@69.8.1:   224 | ((ptr) != 0 && (ptr->hash != (hash_val) || !EQUAL((table), (key), (ptr)->key)))
2025-08-20T19:01:13.4436902Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                                             ^~~~~
2025-08-20T19:01:13.4437641Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:235:9: note: in expansion of macro 'PTR_NOT_EQUAL'
2025-08-20T19:01:13.4438217Z [00:03:32.608]➜  warning: onig_sys@69.8.1:   235 |     if (PTR_NOT_EQUAL(table, ptr, hash_val, key)) {\
2025-08-20T19:01:13.4438677Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |         ^~~~~~~~~~~~~
2025-08-20T19:01:13.4439191Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:254:3: note: in expansion of macro 'FIND_ENTRY'
2025-08-20T19:01:13.4439746Z [00:03:32.608]➜  warning: onig_sys@69.8.1:   254 |   FIND_ENTRY(table, ptr, hash_val, bin_pos);
2025-08-20T19:01:13.4440166Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |   ^~~~~~~~~~
2025-08-20T19:01:13.4440599Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.h:19:11: note: declared here
2025-08-20T19:01:13.4441045Z [00:03:32.608]➜  warning: onig_sys@69.8.1:    19 |     int (*compare)();
2025-08-20T19:01:13.4441431Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |           ^~~~~~~
2025-08-20T19:01:13.4442060Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:54:40: error: too many arguments to function 'table->type->compare'; expected 0, have 2
2025-08-20T19:01:13.4442786Z [00:03:32.608]➜  warning: onig_sys@69.8.1:    54 | #define EQUAL(table,x,y) ((x)==(y) || (*table->type->compare)((x),(y)) == 0)
2025-08-20T19:01:13.4443354Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                                       ~^~~~~~~~~~~~~~~~~~~~~~ ~~~
2025-08-20T19:01:13.4443892Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:224:45: note: in expansion of macro 'EQUAL'
2025-08-20T19:01:13.4444734Z [00:03:32.608]➜  warning: onig_sys@69.8.1:   224 | ((ptr) != 0 && (ptr->hash != (hash_val) || !EQUAL((table), (key), (ptr)->key)))
2025-08-20T19:01:13.4445355Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                                             ^~~~~
2025-08-20T19:01:13.4445909Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:237:14: note: in expansion of macro 'PTR_NOT_EQUAL'
2025-08-20T19:01:13.4446512Z [00:03:32.608]➜  warning: onig_sys@69.8.1:   237 |       while (PTR_NOT_EQUAL(table, ptr->next, hash_val, key)) {\
2025-08-20T19:01:13.4447198Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |              ^~~~~~~~~~~~~
2025-08-20T19:01:13.4447803Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:254:3: note: in expansion of macro 'FIND_ENTRY'
2025-08-20T19:01:13.4448354Z [00:03:32.608]➜  warning: onig_sys@69.8.1:   254 |   FIND_ENTRY(table, ptr, hash_val, bin_pos);
2025-08-20T19:01:13.4448774Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |   ^~~~~~~~~~
2025-08-20T19:01:13.4449197Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.h:19:11: note: declared here
2025-08-20T19:01:13.4449647Z [00:03:32.608]➜  warning: onig_sys@69.8.1:    19 |     int (*compare)();
2025-08-20T19:01:13.4450035Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |           ^~~~~~~
2025-08-20T19:01:13.4450480Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c: In function 'onig_st_insert':
2025-08-20T19:01:13.4451147Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/regint.h:227:37: warning: old-style function definition [-Wold-style-definition]
2025-08-20T19:01:13.4452049Z [00:03:32.608]➜  warning: onig_sys@69.8.1:   227 | #define st_insert                   onig_st_insert
2025-08-20T19:01:13.4452546Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                                     ^~~~~~~~~~~~~~
2025-08-20T19:01:13.4453084Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:283:1: note: in expansion of macro 'st_insert'
2025-08-20T19:01:13.4453601Z [00:03:32.608]➜  warning: onig_sys@69.8.1:   283 | st_insert(table, key, value)
2025-08-20T19:01:13.4453993Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       | ^~~~~~~~~
2025-08-20T19:01:13.4454591Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:56:43: error: too many arguments to function 'table->type->hash'; expected 0, have 1
2025-08-20T19:01:13.4455305Z [00:03:32.608]➜  warning: onig_sys@69.8.1:    56 | #define do_hash(key,table) (unsigned int)(*(table)->type->hash)((key))
2025-08-20T19:01:13.4455869Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                                          ~^~~~~~~~~~~~~~~~~~~~~ ~~~~~
2025-08-20T19:01:13.4456416Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:291:14: note: in expansion of macro 'do_hash'
2025-08-20T19:01:13.4456937Z [00:03:32.608]➜  warning: onig_sys@69.8.1:   291 |   hash_val = do_hash(key, table);
2025-08-20T19:01:13.4457549Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |              ^~~~~~~
2025-08-20T19:01:13.4457993Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.h:20:11: note: declared here
2025-08-20T19:01:13.4458434Z [00:03:32.608]➜  warning: onig_sys@69.8.1:    20 |     int (*hash)();
2025-08-20T19:01:13.4458803Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |           ^~~~
2025-08-20T19:01:13.4459419Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:54:40: error: too many arguments to function 'table->type->compare'; expected 0, have 2
2025-08-20T19:01:13.4460142Z [00:03:32.608]➜  warning: onig_sys@69.8.1:    54 | #define EQUAL(table,x,y) ((x)==(y) || (*table->type->compare)((x),(y)) == 0)
2025-08-20T19:01:13.4460707Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                                       ~^~~~~~~~~~~~~~~~~~~~~~ ~~~
2025-08-20T19:01:13.4461240Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:224:45: note: in expansion of macro 'EQUAL'
2025-08-20T19:01:13.4461859Z [00:03:32.608]➜  warning: onig_sys@69.8.1:   224 | ((ptr) != 0 && (ptr->hash != (hash_val) || !EQUAL((table), (key), (ptr)->key)))
2025-08-20T19:01:13.4462614Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                                             ^~~~~
2025-08-20T19:01:13.4463242Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:235:9: note: in expansion of macro 'PTR_NOT_EQUAL'
2025-08-20T19:01:13.4463818Z [00:03:32.608]➜  warning: onig_sys@69.8.1:   235 |     if (PTR_NOT_EQUAL(table, ptr, hash_val, key)) {\
2025-08-20T19:01:13.4464267Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |         ^~~~~~~~~~~~~
2025-08-20T19:01:13.4464775Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:292:3: note: in expansion of macro 'FIND_ENTRY'
2025-08-20T19:01:13.4465336Z [00:03:32.608]➜  warning: onig_sys@69.8.1:   292 |   FIND_ENTRY(table, ptr, hash_val, bin_pos);
2025-08-20T19:01:13.4465753Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |   ^~~~~~~~~~
2025-08-20T19:01:13.4466180Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.h:19:11: note: declared here
2025-08-20T19:01:13.4466622Z [00:03:32.608]➜  warning: onig_sys@69.8.1:    19 |     int (*compare)();
2025-08-20T19:01:13.4467228Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |           ^~~~~~~
2025-08-20T19:01:13.4467921Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:54:40: error: too many arguments to function 'table->type->compare'; expected 0, have 2
2025-08-20T19:01:13.4468644Z [00:03:32.608]➜  warning: onig_sys@69.8.1:    54 | #define EQUAL(table,x,y) ((x)==(y) || (*table->type->compare)((x),(y)) == 0)
2025-08-20T19:01:13.4469205Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                                       ~^~~~~~~~~~~~~~~~~~~~~~ ~~~
2025-08-20T19:01:13.4470002Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:224:45: note: in expansion of macro 'EQUAL'
2025-08-20T19:01:13.4470620Z [00:03:32.608]➜  warning: onig_sys@69.8.1:   224 | ((ptr) != 0 && (ptr->hash != (hash_val) || !EQUAL((table), (key), (ptr)->key)))
2025-08-20T19:01:13.4471151Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                                             ^~~~~
2025-08-20T19:01:13.4471710Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:237:14: note: in expansion of macro 'PTR_NOT_EQUAL'
2025-08-20T19:01:13.4472312Z [00:03:32.608]➜  warning: onig_sys@69.8.1:   237 |       while (PTR_NOT_EQUAL(table, ptr->next, hash_val, key)) {\
2025-08-20T19:01:13.4472799Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |              ^~~~~~~~~~~~~
2025-08-20T19:01:13.4473320Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:292:3: note: in expansion of macro 'FIND_ENTRY'
2025-08-20T19:01:13.4473873Z [00:03:32.608]➜  warning: onig_sys@69.8.1:   292 |   FIND_ENTRY(table, ptr, hash_val, bin_pos);
2025-08-20T19:01:13.4474291Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |   ^~~~~~~~~~
2025-08-20T19:01:13.4474723Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.h:19:11: note: declared here
2025-08-20T19:01:13.4475169Z [00:03:32.608]➜  warning: onig_sys@69.8.1:    19 |     int (*compare)();
2025-08-20T19:01:13.4475562Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |           ^~~~~~~
2025-08-20T19:01:13.4476021Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c: In function 'onig_st_add_direct':
2025-08-20T19:01:13.4476695Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/regint.h:230:37: warning: old-style function definition [-Wold-style-definition]
2025-08-20T19:01:13.4498440Z [00:03:32.608]➜  warning: onig_sys@69.8.1:   230 | #define st_add_direct               onig_st_add_direct
2025-08-20T19:01:13.4499042Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                                     ^~~~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4499626Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:305:1: note: in expansion of macro 'st_add_direct'
2025-08-20T19:01:13.4500159Z [00:03:32.608]➜  warning: onig_sys@69.8.1:   305 | st_add_direct(table, key, value)
2025-08-20T19:01:13.4500565Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       | ^~~~~~~~~~~~~
2025-08-20T19:01:13.4501496Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:56:43: error: too many arguments to function 'table->type->hash'; expected 0, have 1
2025-08-20T19:01:13.4502336Z [00:03:32.608]➜  warning: onig_sys@69.8.1:    56 | #define do_hash(key,table) (unsigned int)(*(table)->type->hash)((key))
2025-08-20T19:01:13.4502907Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |                                          ~^~~~~~~~~~~~~~~~~~~~~ ~~~~~
2025-08-20T19:01:13.4503454Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:312:14: note: in expansion of macro 'do_hash'
2025-08-20T19:01:13.4503989Z [00:03:32.608]➜  warning: onig_sys@69.8.1:   312 |   hash_val = do_hash(key, table);
2025-08-20T19:01:13.4504411Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |              ^~~~~~~
2025-08-20T19:01:13.4504853Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.h:20:11: note: declared here
2025-08-20T19:01:13.4505294Z [00:03:32.608]➜  warning: onig_sys@69.8.1:    20 |     int (*hash)();
2025-08-20T19:01:13.4505680Z [00:03:32.608]➜  warning: onig_sys@69.8.1:       |           ^~~~
2025-08-20T19:01:13.4506102Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c: In function 'rehash':
2025-08-20T19:01:13.4506747Z [00:03:32.608]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:318:1: warning: old-style function definition [-Wold-style-definition]
2025-08-20T19:01:13.4507486Z [00:03:32.608]➜  warning: onig_sys@69.8.1:   318 | rehash(table)
2025-08-20T19:01:13.4507837Z [00:03:32.609]➜  warning: onig_sys@69.8.1:       | ^~~~~~
2025-08-20T19:01:13.4508576Z [00:03:32.609]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c: In function 'onig_st_copy':
2025-08-20T19:01:13.4509239Z [00:03:32.609]➜  warning: onig_sys@69.8.1: oniguruma/src/regint.h:233:37: warning: old-style function definition [-Wold-style-definition]
2025-08-20T19:01:13.4509875Z [00:03:32.609]➜  warning: onig_sys@69.8.1:   233 | #define st_copy                     onig_st_copy
2025-08-20T19:01:13.4510365Z [00:03:32.609]➜  warning: onig_sys@69.8.1:       |                                     ^~~~~~~~~~~~
2025-08-20T19:01:13.4510899Z [00:03:32.609]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:350:1: note: in expansion of macro 'st_copy'
2025-08-20T19:01:13.4511382Z [00:03:32.609]➜  warning: onig_sys@69.8.1:   350 | st_copy(old_table)
2025-08-20T19:01:13.4511738Z [00:03:32.609]➜  warning: onig_sys@69.8.1:       | ^~~~~~~
2025-08-20T19:01:13.4512167Z [00:03:32.609]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c: In function 'onig_st_delete':
2025-08-20T19:01:13.4512847Z [00:03:32.609]➜  warning: onig_sys@69.8.1: oniguruma/src/regint.h:225:37: warning: old-style function definition [-Wold-style-definition]
2025-08-20T19:01:13.4513500Z [00:03:32.609]➜  warning: onig_sys@69.8.1:   225 | #define st_delete                   onig_st_delete
2025-08-20T19:01:13.4513993Z [00:03:32.609]➜  warning: onig_sys@69.8.1:       |                                     ^~~~~~~~~~~~~~
2025-08-20T19:01:13.4514529Z [00:03:32.609]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:391:1: note: in expansion of macro 'st_delete'
2025-08-20T19:01:13.4515054Z [00:03:32.609]➜  warning: onig_sys@69.8.1:   391 | st_delete(table, key, value)
2025-08-20T19:01:13.4515439Z [00:03:32.609]➜  warning: onig_sys@69.8.1:       | ^~~~~~~~~
2025-08-20T19:01:13.4516041Z [00:03:32.609]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:56:43: error: too many arguments to function 'table->type->hash'; expected 0, have 1
2025-08-20T19:01:13.4516753Z [00:03:32.609]➜  warning: onig_sys@69.8.1:    56 | #define do_hash(key,table) (unsigned int)(*(table)->type->hash)((key))
2025-08-20T19:01:13.4517556Z [00:03:32.609]➜  warning: onig_sys@69.8.1:       |                                          ~^~~~~~~~~~~~~~~~~~~~~ ~~~~~
2025-08-20T19:01:13.4518102Z [00:03:32.609]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:57:33: note: in expansion of macro 'do_hash'
2025-08-20T19:01:13.4518718Z [00:03:32.609]➜  warning: onig_sys@69.8.1:    57 | #define do_hash_bin(key,table) (do_hash(key, table)%(table)->num_bins)
2025-08-20T19:01:13.4519450Z [00:03:32.609]➜  warning: onig_sys@69.8.1:       |                                 ^~~~~~~
2025-08-20T19:01:13.4520094Z [00:03:32.609]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:400:14: note: in expansion of macro 'do_hash_bin'
2025-08-20T19:01:13.4520638Z [00:03:32.609]➜  warning: onig_sys@69.8.1:   400 |   hash_val = do_hash_bin(*key, table);
2025-08-20T19:01:13.4521077Z [00:03:32.609]➜  warning: onig_sys@69.8.1:       |              ^~~~~~~~~~~
2025-08-20T19:01:13.4521528Z [00:03:32.609]➜  warning: onig_sys@69.8.1: oniguruma/src/st.h:20:11: note: declared here
2025-08-20T19:01:13.4521968Z [00:03:32.609]➜  warning: onig_sys@69.8.1:    20 |     int (*hash)();
2025-08-20T19:01:13.4522336Z [00:03:32.609]➜  warning: onig_sys@69.8.1:       |           ^~~~
2025-08-20T19:01:13.4522954Z [00:03:32.609]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:54:40: error: too many arguments to function 'table->type->compare'; expected 0, have 2
2025-08-20T19:01:13.4523692Z [00:03:32.609]➜  warning: onig_sys@69.8.1:    54 | #define EQUAL(table,x,y) ((x)==(y) || (*table->type->compare)((x),(y)) == 0)
2025-08-20T19:01:13.4524252Z [00:03:32.609]➜  warning: onig_sys@69.8.1:       |                                       ~^~~~~~~~~~~~~~~~~~~~~~ ~~~
2025-08-20T19:01:13.4524783Z [00:03:32.609]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:408:7: note: in expansion of macro 'EQUAL'
2025-08-20T19:01:13.4525308Z [00:03:32.609]➜  warning: onig_sys@69.8.1:   408 |   if (EQUAL(table, *key, ptr->key)) {
2025-08-20T19:01:13.4525714Z [00:03:32.609]➜  warning: onig_sys@69.8.1:       |       ^~~~~
2025-08-20T19:01:13.4526397Z [00:03:32.609]➜  warning: onig_sys@69.8.1: oniguruma/src/st.h:19:11: note: declared here
2025-08-20T19:01:13.4526843Z [00:03:32.609]➜  warning: onig_sys@69.8.1:    19 |     int (*compare)();
2025-08-20T19:01:13.4537827Z [00:03:32.609]➜  warning: onig_sys@69.8.1:       |           ^~~~~~~
2025-08-20T19:01:13.4538485Z [00:03:32.609]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:54:40: error: too many arguments to function 'table->type->compare'; expected 0, have 2
2025-08-20T19:01:13.4539233Z [00:03:32.609]➜  warning: onig_sys@69.8.1:    54 | #define EQUAL(table,x,y) ((x)==(y) || (*table->type->compare)((x),(y)) == 0)
2025-08-20T19:01:13.4539788Z [00:03:32.609]➜  warning: onig_sys@69.8.1:       |                                       ~^~~~~~~~~~~~~~~~~~~~~~ ~~~
2025-08-20T19:01:13.4540319Z [00:03:32.609]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:418:9: note: in expansion of macro 'EQUAL'
2025-08-20T19:01:13.4540857Z [00:03:32.609]➜  warning: onig_sys@69.8.1:   418 |     if (EQUAL(table, ptr->next->key, *key)) {
2025-08-20T19:01:13.4541321Z [00:03:32.609]➜  warning: onig_sys@69.8.1:       |         ^~~~~
2025-08-20T19:01:13.4541753Z [00:03:32.609]➜  warning: onig_sys@69.8.1: oniguruma/src/st.h:19:11: note: declared here
2025-08-20T19:01:13.4542199Z [00:03:32.609]➜  warning: onig_sys@69.8.1:    19 |     int (*compare)();
2025-08-20T19:01:13.4542582Z [00:03:32.609]➜  warning: onig_sys@69.8.1:       |           ^~~~~~~
2025-08-20T19:01:13.4543055Z [00:03:32.609]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c: In function 'onig_st_delete_safe':
2025-08-20T19:01:13.4543738Z [00:03:32.609]➜  warning: onig_sys@69.8.1: oniguruma/src/regint.h:226:37: warning: old-style function definition [-Wold-style-definition]
2025-08-20T19:01:13.4544399Z [00:03:32.609]➜  warning: onig_sys@69.8.1:   226 | #define st_delete_safe              onig_st_delete_safe
2025-08-20T19:01:13.4544912Z [00:03:32.609]➜  warning: onig_sys@69.8.1:       |                                     ^~~~~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4545477Z [00:03:32.609]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:433:1: note: in expansion of macro 'st_delete_safe'
2025-08-20T19:01:13.4546029Z [00:03:32.609]➜  warning: onig_sys@69.8.1:   433 | st_delete_safe(table, key, value, never)
2025-08-20T19:01:13.4546481Z [00:03:32.609]➜  warning: onig_sys@69.8.1:       | ^~~~~~~~~~~~~~
2025-08-20T19:01:13.4577969Z [00:03:32.609]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:56:43: error: too many arguments to function 'table->type->hash'; expected 0, have 1
2025-08-20T19:01:13.4578938Z [00:03:32.609]➜  warning: onig_sys@69.8.1:    56 | #define do_hash(key,table) (unsigned int)(*(table)->type->hash)((key))
2025-08-20T19:01:13.4579520Z [00:03:32.609]➜  warning: onig_sys@69.8.1:       |                                          ~^~~~~~~~~~~~~~~~~~~~~ ~~~~~
2025-08-20T19:01:13.4580068Z [00:03:32.609]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:57:33: note: in expansion of macro 'do_hash'
2025-08-20T19:01:13.4580699Z [00:03:32.609]➜  warning: onig_sys@69.8.1:    57 | #define do_hash_bin(key,table) (do_hash(key, table)%(table)->num_bins)
2025-08-20T19:01:13.4581231Z [00:03:32.609]➜  warning: onig_sys@69.8.1:       |                                 ^~~~~~~
2025-08-20T19:01:13.4581777Z [00:03:32.609]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:442:14: note: in expansion of macro 'do_hash_bin'
2025-08-20T19:01:13.4582321Z [00:03:32.609]➜  warning: onig_sys@69.8.1:   442 |   hash_val = do_hash_bin(*key, table);
2025-08-20T19:01:13.4582769Z [00:03:32.609]➜  warning: onig_sys@69.8.1:       |              ^~~~~~~~~~~
2025-08-20T19:01:13.4583222Z [00:03:32.609]➜  warning: onig_sys@69.8.1: oniguruma/src/st.h:20:11: note: declared here
2025-08-20T19:01:13.4583653Z [00:03:32.609]➜  warning: onig_sys@69.8.1:    20 |     int (*hash)();
2025-08-20T19:01:13.4584021Z [00:03:32.609]➜  warning: onig_sys@69.8.1:       |           ^~~~
2025-08-20T19:01:13.4584641Z [00:03:32.609]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:54:40: error: too many arguments to function 'table->type->compare'; expected 0, have 2
2025-08-20T19:01:13.4585641Z [00:03:32.609]➜  warning: onig_sys@69.8.1:    54 | #define EQUAL(table,x,y) ((x)==(y) || (*table->type->compare)((x),(y)) == 0)
2025-08-20T19:01:13.4586203Z [00:03:32.609]➜  warning: onig_sys@69.8.1:       |                                       ~^~~~~~~~~~~~~~~~~~~~~~ ~~~
2025-08-20T19:01:13.4586740Z [00:03:32.609]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:451:32: note: in expansion of macro 'EQUAL'
2025-08-20T19:01:13.4587539Z [00:03:32.609]➜  warning: onig_sys@69.8.1:   451 |     if ((ptr->key != never) && EQUAL(table, ptr->key, *key)) {
2025-08-20T19:01:13.4588038Z [00:03:32.609]➜  warning: onig_sys@69.8.1:       |                                ^~~~~
2025-08-20T19:01:13.4588505Z [00:03:32.609]➜  warning: onig_sys@69.8.1: oniguruma/src/st.h:19:11: note: declared here
2025-08-20T19:01:13.4588951Z [00:03:32.609]➜  warning: onig_sys@69.8.1:    19 |     int (*compare)();
2025-08-20T19:01:13.4589342Z [00:03:32.609]➜  warning: onig_sys@69.8.1:       |           ^~~~~~~
2025-08-20T19:01:13.4589810Z [00:03:32.609]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c: In function 'onig_st_cleanup_safe':
2025-08-20T19:01:13.4590498Z [00:03:32.609]➜  warning: onig_sys@69.8.1: oniguruma/src/regint.h:232:37: warning: old-style function definition [-Wold-style-definition]
2025-08-20T19:01:13.4591163Z [00:03:32.609]➜  warning: onig_sys@69.8.1:   232 | #define st_cleanup_safe             onig_st_cleanup_safe
2025-08-20T19:01:13.4591689Z [00:03:32.609]➜  warning: onig_sys@69.8.1:       |                                     ^~~~~~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4592249Z [00:03:32.609]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:477:1: note: in expansion of macro 'st_cleanup_safe'
2025-08-20T19:01:13.4592779Z [00:03:32.609]➜  warning: onig_sys@69.8.1:   477 | st_cleanup_safe(table, never)
2025-08-20T19:01:13.4593185Z [00:03:32.609]➜  warning: onig_sys@69.8.1:       | ^~~~~~~~~~~~~~~
2025-08-20T19:01:13.4593914Z [00:03:32.609]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:483:21: error: passing argument 2 of 'onig_st_foreach' from incompatible pointer type [-Wincompatible-pointer-types]
2025-08-20T19:01:13.4594658Z [00:03:32.609]➜  warning: onig_sys@69.8.1:   483 |   st_foreach(table, delete_never, never);
2025-08-20T19:01:13.4595122Z [00:03:32.609]➜  warning: onig_sys@69.8.1:       |                     ^~~~~~~~~~~~
2025-08-20T19:01:13.4595530Z [00:03:32.609]➜  warning: onig_sys@69.8.1:       |                     |
2025-08-20T19:01:13.4596408Z [00:03:32.609]➜  warning: onig_sys@69.8.1:       |                     int (*)(st_data_t,  st_data_t,  st_data_t) {aka int (*)(long unsigned int,  long unsigned int,  long unsigned int)}
2025-08-20T19:01:13.4598118Z [00:03:32.609]➜  warning: onig_sys@69.8.1: oniguruma/src/st.h:55:31: note: expected 'int (*)(void)' but argument is of type 'int (*)(st_data_t,  st_data_t,  st_data_t)' {aka 'int (*)(long unsigned int,  long unsigned int,  long unsigned int)'}
2025-08-20T19:01:13.4599094Z [00:03:32.609]➜  warning: onig_sys@69.8.1:    55 | int st_foreach _((st_table *, int (*)(ANYARGS), st_data_t));
2025-08-20T19:01:13.4599610Z [00:03:32.609]➜  warning: onig_sys@69.8.1:       |                               ^~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4600127Z [00:03:32.609]➜  warning: onig_sys@69.8.1: oniguruma/src/st.h:35:18: note: in definition of macro '_'
2025-08-20T19:01:13.4600606Z [00:03:32.609]➜  warning: onig_sys@69.8.1:    35 | # define _(args) args
2025-08-20T19:01:13.4601008Z [00:03:32.609]➜  warning: onig_sys@69.8.1:       |                  ^~~~
2025-08-20T19:01:13.4601499Z [00:03:32.609]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:465:1: note: 'delete_never' declared here
2025-08-20T19:01:13.4602112Z [00:03:32.609]➜  warning: onig_sys@69.8.1:   465 | delete_never(st_data_t key __attribute__ ((unused)), st_data_t value,
2025-08-20T19:01:13.4602592Z [00:03:32.609]➜  warning: onig_sys@69.8.1:       | ^~~~~~~~~~~~
2025-08-20T19:01:13.4603032Z [00:03:32.609]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c: In function 'onig_st_foreach':
2025-08-20T19:01:13.4604007Z [00:03:32.609]➜  warning: onig_sys@69.8.1: oniguruma/src/regint.h:229:37: warning: old-style function definition [-Wold-style-definition]
2025-08-20T19:01:13.4604650Z [00:03:32.609]➜  warning: onig_sys@69.8.1:   229 | #define st_foreach                  onig_st_foreach
2025-08-20T19:01:13.4605145Z [00:03:32.609]➜  warning: onig_sys@69.8.1:       |                                     ^~~~~~~~~~~~~~~
2025-08-20T19:01:13.4605694Z [00:03:32.609]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:488:1: note: in expansion of macro 'st_foreach'
2025-08-20T19:01:13.4606220Z [00:03:32.609]➜  warning: onig_sys@69.8.1:   488 | st_foreach(table, func, arg)
2025-08-20T19:01:13.4606615Z [00:03:32.609]➜  warning: onig_sys@69.8.1:       | ^~~~~~~~~~
2025-08-20T19:01:13.4607319Z [00:03:32.609]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:500:23: error: too many arguments to function 'func'; expected 0, have 3
2025-08-20T19:01:13.4608018Z [00:03:32.609]➜  warning: onig_sys@69.8.1:   500 |             retval = (*func)(ptr->key, ptr->record, arg);
2025-08-20T19:01:13.4608517Z [00:03:32.609]➜  warning: onig_sys@69.8.1:       |                      ~^~~~~~ ~~~~~~~~
2025-08-20T19:01:13.4608983Z [00:03:32.609]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c: In function 'strhash':
2025-08-20T19:01:13.4609615Z [00:03:32.609]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:538:1: warning: old-style function definition [-Wold-style-definition]
2025-08-20T19:01:13.4610162Z [00:03:32.609]➜  warning: onig_sys@69.8.1:   538 | strhash(string)
2025-08-20T19:01:13.4610518Z [00:03:32.609]➜  warning: onig_sys@69.8.1:       | ^~~~~~~
2025-08-20T19:01:13.4610929Z [00:03:32.609]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c: In function 'numcmp':
2025-08-20T19:01:13.4611550Z [00:03:32.609]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:577:1: warning: old-style function definition [-Wold-style-definition]
2025-08-20T19:01:13.4612081Z [00:03:32.609]➜  warning: onig_sys@69.8.1:   577 | numcmp(x, y)
2025-08-20T19:01:13.4612432Z [00:03:32.609]➜  warning: onig_sys@69.8.1:       | ^~~~~~
2025-08-20T19:01:13.4612839Z [00:03:32.609]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c: In function 'numhash':
2025-08-20T19:01:13.4613463Z [00:03:32.609]➜  warning: onig_sys@69.8.1: oniguruma/src/st.c:584:1: warning: old-style function definition [-Wold-style-definition]
2025-08-20T19:01:13.4613987Z [00:03:32.609]➜  warning: onig_sys@69.8.1:   584 | numhash(n)
2025-08-20T19:01:13.4614563Z [00:03:32.609]➜  warning: onig_sys@69.8.1:       | ^~~~~~~
2025-08-20T19:01:13.4617155Z [00:03:32.609]➜  warning: onig_sys@69.8.1: ToolExecError: Command LC_ALL="C" "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-static" "-I" "/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out" "-I" "oniguruma/src" "-DHAVE_UNISTD_H=1" "-DHAVE_SYS_TYPES_H=1" "-DHAVE_SYS_TIME_H=1" "-o" "/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-st.o" "-c" "oniguruma/src/st.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4619464Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4620122Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4620788Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4621437Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4622092Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4622739Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4623637Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4624292Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4624950Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4625608Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4626263Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4626915Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4658299Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4659007Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4659672Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4660331Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4660999Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4661654Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4662309Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4662959Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4663621Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4664271Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4664926Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4665965Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4666697Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4667604Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4668269Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4668929Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4669586Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4670234Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4670897Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4671548Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4672202Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4672853Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4673764Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4674415Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4675070Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4675726Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4676379Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4677179Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4677902Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4678564Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4679220Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4679871Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4680531Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4681181Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4681837Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4682486Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4683146Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4683794Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4684451Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4685299Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4686028Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4686680Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4687514Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4688388Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4689048Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4689700Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4690361Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4691014Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4691670Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4692320Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4693028Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4693680Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4694345Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4695002Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4695657Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4696309Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4696963Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4697830Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4698490Z [00:03:32.609]➜  warning: onig_sys@69.8.1: Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4699101Z [00:03:32.609]➜  error: failed to run custom build command for `onig_sys v69.8.1`
2025-08-20T19:01:13.4699653Z [00:03:32.609]➜  
2025-08-20T19:01:13.4699925Z [00:03:32.609]➜  Caused by:
2025-08-20T19:01:13.4700617Z [00:03:32.609]➜    process didn't exit successfully: `/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/onig_sys-af51e9208552f7ec/build-script-build` (exit status: 1)
2025-08-20T19:01:13.4701290Z [00:03:32.609]➜    --- stdout
2025-08-20T19:01:13.4701614Z [00:03:32.609]➜    cargo:rerun-if-env-changed=RUSTONIG_DYNAMIC_LIBONIG
2025-08-20T19:01:13.4702020Z [00:03:32.609]➜    cargo:rerun-if-env-changed=RUSTONIG_STATIC_LIBONIG
2025-08-20T19:01:13.4702434Z [00:03:32.609]➜    cargo:rerun-if-env-changed=RUSTONIG_SYSTEM_LIBONIG
2025-08-20T19:01:13.4703106Z [00:03:32.609]➜    OUT_DIR = Some(/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out)
2025-08-20T19:01:13.4703660Z [00:03:32.609]➜    OPT_LEVEL = Some(3)
2025-08-20T19:01:13.4703974Z [00:03:32.609]➜    TARGET = Some(aarch64-unknown-linux-musl)
2025-08-20T19:01:13.4704339Z [00:03:32.609]➜    HOST = Some(aarch64-unknown-linux-musl)
2025-08-20T19:01:13.4704737Z [00:03:32.609]➜    cargo:rerun-if-env-changed=CC_aarch64-unknown-linux-musl
2025-08-20T19:01:13.4705126Z [00:03:32.609]➜    CC_aarch64-unknown-linux-musl = None
2025-08-20T19:01:13.4705518Z [00:03:32.609]➜    cargo:rerun-if-env-changed=CC_aarch64_unknown_linux_musl
2025-08-20T19:01:13.4705894Z [00:03:32.609]➜    CC_aarch64_unknown_linux_musl = None
2025-08-20T19:01:13.4706221Z [00:03:32.609]➜    cargo:rerun-if-env-changed=HOST_CC
2025-08-20T19:01:13.4706764Z [00:03:32.609]➜    HOST_CC = None
2025-08-20T19:01:13.4707375Z [00:03:32.609]➜    cargo:rerun-if-env-changed=CC
2025-08-20T19:01:13.4707747Z [00:03:32.609]➜    CC = None
2025-08-20T19:01:13.4708068Z [00:03:32.609]➜    cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
2025-08-20T19:01:13.4708397Z [00:03:32.609]➜    RUSTC_WRAPPER = None
2025-08-20T19:01:13.4708727Z [00:03:32.609]➜    cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
2025-08-20T19:01:13.4709060Z [00:03:32.609]➜    CRATE_CC_NO_DEFAULTS = None
2025-08-20T19:01:13.4709351Z [00:03:32.609]➜    DEBUG = Some(false)
2025-08-20T19:01:13.4709683Z [00:03:32.609]➜    CARGO_CFG_TARGET_FEATURE = Some(crt-static,neon)
2025-08-20T19:01:13.4710115Z [00:03:32.609]➜    cargo:rerun-if-env-changed=CFLAGS_aarch64-unknown-linux-musl
2025-08-20T19:01:13.4710519Z [00:03:32.609]➜    CFLAGS_aarch64-unknown-linux-musl = None
2025-08-20T19:01:13.4710927Z [00:03:32.609]➜    cargo:rerun-if-env-changed=CFLAGS_aarch64_unknown_linux_musl
2025-08-20T19:01:13.4711334Z [00:03:32.609]➜    CFLAGS_aarch64_unknown_linux_musl = None
2025-08-20T19:01:13.4711680Z [00:03:32.609]➜    cargo:rerun-if-env-changed=HOST_CFLAGS
2025-08-20T19:01:13.4711981Z [00:03:32.609]➜    HOST_CFLAGS = None
2025-08-20T19:01:13.4712272Z [00:03:32.609]➜    cargo:rerun-if-env-changed=CFLAGS
2025-08-20T19:01:13.4712561Z [00:03:32.609]➜    CFLAGS = None
2025-08-20T19:01:13.4713981Z [00:03:32.609]➜    CARGO_ENCODED_RUSTFLAGS = Some(-Ctarget-feature=+crt-static-Cdefault-linker-libraries=yes-Clink-self-contained=yes-Cprefer-dynamic=no-Cembed-bitcode=yes-Clto=yes-Copt-level=z-Cdebuginfo=none-Cstrip=symbols-Clinker=clang-Clink-arg=-fuse-ld=/usr/bin/mold-Clink-arg=-Wl,--Bstatic-Clink-arg=-Wl,--static-Clink-arg=-Wl,-S-Clink-arg=-Wl,--build-id=none)
2025-08-20T19:01:13.4715625Z [00:03:32.609]➜    OUT_DIR = Some(/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out)
2025-08-20T19:01:13.4716248Z [00:03:32.609]➜    cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
2025-08-20T19:01:13.4716648Z [00:03:32.609]➜    cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
2025-08-20T19:01:13.4716987Z [00:03:32.609]➜    CRATE_CC_NO_DEFAULTS = None
2025-08-20T19:01:13.4718143Z [00:03:32.609]➜    TARGET = Some(aarch64-unknown-linux-musl)
2025-08-20T19:01:13.4718521Z [00:03:32.609]➜    CARGO_CFG_TARGET_FEATURE = Some(crt-static,neon)
2025-08-20T19:01:13.4718887Z [00:03:32.609]➜    HOST = Some(aarch64-unknown-linux-musl)
2025-08-20T19:01:13.4719618Z [00:03:32.609]➜    cargo:rerun-if-env-changed=CFLAGS_aarch64-unknown-linux-musl
2025-08-20T19:01:13.4720107Z [00:03:32.609]➜    CFLAGS_aarch64-unknown-linux-musl = None
2025-08-20T19:01:13.4720516Z [00:03:32.609]➜    cargo:rerun-if-env-changed=CFLAGS_aarch64_unknown_linux_musl
2025-08-20T19:01:13.4720917Z [00:03:32.609]➜    CFLAGS_aarch64_unknown_linux_musl = None
2025-08-20T19:01:13.4721260Z [00:03:32.609]➜    cargo:rerun-if-env-changed=HOST_CFLAGS
2025-08-20T19:01:13.4721561Z [00:03:32.609]➜    HOST_CFLAGS = None
2025-08-20T19:01:13.4721867Z [00:03:32.609]➜    cargo:rerun-if-env-changed=CFLAGS
2025-08-20T19:01:13.4722153Z [00:03:32.609]➜    CFLAGS = None
2025-08-20T19:01:13.4722580Z [00:03:32.609]➜    cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4723333Z [00:03:32.609]➜    OUT_DIR = Some(/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out)
2025-08-20T19:01:13.4723957Z [00:03:32.609]➜    cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
2025-08-20T19:01:13.4724355Z [00:03:32.609]➜    cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
2025-08-20T19:01:13.4724693Z [00:03:32.609]➜    CRATE_CC_NO_DEFAULTS = None
2025-08-20T19:01:13.4725019Z [00:03:32.609]➜    TARGET = Some(aarch64-unknown-linux-musl)
2025-08-20T19:01:13.4725395Z [00:03:32.609]➜    CARGO_CFG_TARGET_FEATURE = Some(crt-static,neon)
2025-08-20T19:01:13.4725758Z [00:03:32.609]➜    HOST = Some(aarch64-unknown-linux-musl)
2025-08-20T19:01:13.4726169Z [00:03:32.609]➜    cargo:rerun-if-env-changed=CFLAGS_aarch64-unknown-linux-musl
2025-08-20T19:01:13.4726823Z [00:03:32.609]➜    CFLAGS_aarch64-unknown-linux-musl = None
2025-08-20T19:01:13.4727474Z [00:03:32.609]➜    cargo:rerun-if-env-changed=CFLAGS_aarch64_unknown_linux_musl
2025-08-20T19:01:13.4727878Z [00:03:32.609]➜    CFLAGS_aarch64_unknown_linux_musl = None
2025-08-20T19:01:13.4728222Z [00:03:32.609]➜    cargo:rerun-if-env-changed=HOST_CFLAGS
2025-08-20T19:01:13.4728518Z [00:03:32.609]➜    HOST_CFLAGS = None
2025-08-20T19:01:13.4728822Z [00:03:32.609]➜    cargo:rerun-if-env-changed=CFLAGS
2025-08-20T19:01:13.4729108Z [00:03:32.609]➜    CFLAGS = None
2025-08-20T19:01:13.4729566Z [00:03:32.609]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4730183Z [00:03:32.609]➜    cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4730803Z [00:03:32.609]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4731422Z [00:03:32.609]➜    cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4732040Z [00:03:32.609]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4732649Z [00:03:32.609]➜    cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4733273Z [00:03:32.609]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4733917Z [00:03:32.609]➜    cargo:warning=oniguruma/src/regparse.c: In function 'onig_st_init_strend_table_with_size':
2025-08-20T19:01:13.4734893Z [00:03:32.609]➜    cargo:warning=oniguruma/src/regparse.c:588:5: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(st_str_end_key *, st_str_end_key *)' [-Wincompatible-pointer-types]
2025-08-20T19:01:13.4735628Z [00:03:32.609]➜    cargo:warning=  588 |     str_end_cmp,
2025-08-20T19:01:13.4735964Z [00:03:32.609]➜    cargo:warning=      |     ^~~~~~~~~~~
2025-08-20T19:01:13.4736476Z [00:03:32.609]➜    cargo:warning=oniguruma/src/regparse.c:588:5: note: (near initialization for 'hashType.compare')
2025-08-20T19:01:13.4737227Z [00:03:32.609]➜    cargo:warning=oniguruma/src/regparse.c:550:1: note: 'str_end_cmp' declared here
2025-08-20T19:01:13.4737829Z [00:03:32.609]➜    cargo:warning=  550 | str_end_cmp(st_str_end_key* x, st_str_end_key* y)
2025-08-20T19:01:13.4738481Z [00:03:32.609]➜    cargo:warning=      | ^~~~~~~~~~~
2025-08-20T19:01:13.4739310Z [00:03:32.609]➜    cargo:warning=oniguruma/src/regparse.c:589:5: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(st_str_end_key *)' [-Wincompatible-pointer-types]
2025-08-20T19:01:13.4740008Z [00:03:32.609]➜    cargo:warning=  589 |     str_end_hash,
2025-08-20T19:01:13.4740334Z [00:03:32.609]➜    cargo:warning=      |     ^~~~~~~~~~~~
2025-08-20T19:01:13.4740837Z [00:03:32.609]➜    cargo:warning=oniguruma/src/regparse.c:589:5: note: (near initialization for 'hashType.hash')
2025-08-20T19:01:13.4741462Z [00:03:32.609]➜    cargo:warning=oniguruma/src/regparse.c:571:1: note: 'str_end_hash' declared here
2025-08-20T19:01:13.4741950Z [00:03:32.609]➜    cargo:warning=  571 | str_end_hash(st_str_end_key* x)
2025-08-20T19:01:13.4742304Z [00:03:32.609]➜    cargo:warning=      | ^~~~~~~~~~~~
2025-08-20T19:01:13.4742817Z [00:03:32.609]➜    cargo:warning=oniguruma/src/regparse.c: In function 'onig_st_init_callout_name_table_with_size':
2025-08-20T19:01:13.4743834Z [00:03:32.609]➜    cargo:warning=oniguruma/src/regparse.c:678:5: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(st_callout_name_key *, st_callout_name_key *)' [-Wincompatible-pointer-types]
2025-08-20T19:01:13.4744624Z [00:03:32.609]➜    cargo:warning=  678 |     callout_name_table_cmp,
2025-08-20T19:01:13.4744996Z [00:03:32.609]➜    cargo:warning=      |     ^~~~~~~~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4745766Z [00:03:32.609]➜    cargo:warning=oniguruma/src/regparse.c:678:5: note: (near initialization for 'hashType.compare')
2025-08-20T19:01:13.4746420Z [00:03:32.609]➜    cargo:warning=oniguruma/src/regparse.c:637:1: note: 'callout_name_table_cmp' declared here
2025-08-20T19:01:13.4747274Z [00:03:32.609]➜    cargo:warning=  637 | callout_name_table_cmp(st_callout_name_key* x, st_callout_name_key* y)
2025-08-20T19:01:13.4747814Z [00:03:32.609]➜    cargo:warning=      | ^~~~~~~~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4748621Z [00:03:32.609]➜    cargo:warning=oniguruma/src/regparse.c:679:5: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(st_callout_name_key *)' [-Wincompatible-pointer-types]
2025-08-20T19:01:13.4749362Z [00:03:32.609]➜    cargo:warning=  679 |     callout_name_table_hash,
2025-08-20T19:01:13.4749734Z [00:03:32.609]➜    cargo:warning=      |     ^~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4750251Z [00:03:32.609]➜    cargo:warning=oniguruma/src/regparse.c:679:5: note: (near initialization for 'hashType.hash')
2025-08-20T19:01:13.4750905Z [00:03:32.609]➜    cargo:warning=oniguruma/src/regparse.c:660:1: note: 'callout_name_table_hash' declared here
2025-08-20T19:01:13.4751464Z [00:03:32.610]➜    cargo:warning=  660 | callout_name_table_hash(st_callout_name_key* x)
2025-08-20T19:01:13.4751877Z [00:03:32.610]➜    cargo:warning=      | ^~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4752300Z [00:03:32.610]➜    cargo:warning=oniguruma/src/regparse.c: In function 'names_clear':
2025-08-20T19:01:13.4753112Z [00:03:32.610]➜    cargo:warning=oniguruma/src/regparse.c:804:24: error: passing argument 2 of 'onig_st_foreach' from incompatible pointer type [-Wincompatible-pointer-types]
2025-08-20T19:01:13.4753848Z [00:03:32.610]➜    cargo:warning=  804 |     onig_st_foreach(t, i_free_name_entry, 0);
2025-08-20T19:01:13.4754286Z [00:03:32.610]➜    cargo:warning=      |                        ^~~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4754665Z [00:03:32.610]➜    cargo:warning=      |                        |
2025-08-20T19:01:13.4755244Z [00:03:32.610]➜    cargo:warning=      |                        int (*)(OnigUChar *, NameEntry *, void *) {aka int (*)(unsigned char *, NameEntry *, void *)}
2025-08-20T19:01:13.4755819Z [00:03:32.611]➜    cargo:warning=In file included from oniguruma/src/regparse.c:37:
2025-08-20T19:01:13.4756926Z [00:03:32.611]➜    cargo:warning=oniguruma/src/st.h:55:31: note: expected 'int (*)(void)' but argument is of type 'int (*)(OnigUChar *, NameEntry *, void *)' {aka 'int (*)(unsigned char *, NameEntry *, void *)'}
2025-08-20T19:01:13.4757917Z [00:03:32.611]➜    cargo:warning=   55 | int st_foreach _((st_table *, int (*)(ANYARGS), st_data_t));
2025-08-20T19:01:13.4758390Z [00:03:32.611]➜    cargo:warning=      |                               ^~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4758872Z [00:03:32.611]➜    cargo:warning=oniguruma/src/st.h:35:18: note: in definition of macro '_'
2025-08-20T19:01:13.4759309Z [00:03:32.611]➜    cargo:warning=   35 | # define _(args) args
2025-08-20T19:01:13.4759657Z [00:03:32.611]➜    cargo:warning=      |                  ^~~~
2025-08-20T19:01:13.4760146Z [00:03:32.611]➜    cargo:warning=oniguruma/src/regparse.c:789:1: note: 'i_free_name_entry' declared here
2025-08-20T19:01:13.4760739Z [00:03:32.611]➜    cargo:warning=  789 | i_free_name_entry(UChar* key, NameEntry* e, void* arg ARG_UNUSED)
2025-08-20T19:01:13.4761177Z [00:03:32.611]➜    cargo:warning=      | ^~~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4761626Z [00:03:32.611]➜    cargo:warning=oniguruma/src/regparse.c: In function 'onig_foreach_name':
2025-08-20T19:01:13.4762450Z [00:03:32.611]➜    cargo:warning=oniguruma/src/regparse.c:873:24: error: passing argument 2 of 'onig_st_foreach' from incompatible pointer type [-Wincompatible-pointer-types]
2025-08-20T19:01:13.4763205Z [00:03:32.611]➜    cargo:warning=  873 |     onig_st_foreach(t, i_names, (HashDataType )&narg);
2025-08-20T19:01:13.4763650Z [00:03:32.611]➜    cargo:warning=      |                        ^~~~~~~
2025-08-20T19:01:13.4764262Z [00:03:32.611]➜    cargo:warning=      |                        |
2025-08-20T19:01:13.4764858Z [00:03:32.611]➜    cargo:warning=      |                        int (*)(OnigUChar *, NameEntry *, INamesArg *) {aka int (*)(unsigned char *, NameEntry *, INamesArg *)}
2025-08-20T19:01:13.4765846Z [00:03:32.611]➜    cargo:warning=oniguruma/src/st.h:55:31: note: expected 'int (*)(void)' but argument is of type 'int (*)(OnigUChar *, NameEntry *, INamesArg *)' {aka 'int (*)(unsigned char *, NameEntry *, INamesArg *)'}
2025-08-20T19:01:13.4766669Z [00:03:32.611]➜    cargo:warning=   55 | int st_foreach _((st_table *, int (*)(ANYARGS), st_data_t));
2025-08-20T19:01:13.4767300Z [00:03:32.611]➜    cargo:warning=      |                               ^~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4767804Z [00:03:32.611]➜    cargo:warning=oniguruma/src/st.h:35:18: note: in definition of macro '_'
2025-08-20T19:01:13.4768241Z [00:03:32.611]➜    cargo:warning=   35 | # define _(args) args
2025-08-20T19:01:13.4768587Z [00:03:32.611]➜    cargo:warning=      |                  ^~~~
2025-08-20T19:01:13.4769046Z [00:03:32.611]➜    cargo:warning=oniguruma/src/regparse.c:846:1: note: 'i_names' declared here
2025-08-20T19:01:13.4769599Z [00:03:32.611]➜    cargo:warning=  846 | i_names(UChar* key ARG_UNUSED, NameEntry* e, INamesArg* arg)
2025-08-20T19:01:13.4770011Z [00:03:32.611]➜    cargo:warning=      | ^~~~~~~
2025-08-20T19:01:13.4770463Z [00:03:32.611]➜    cargo:warning=oniguruma/src/regparse.c: In function 'onig_renumber_name_table':
2025-08-20T19:01:13.4771309Z [00:03:32.611]➜    cargo:warning=oniguruma/src/regparse.c:901:24: error: passing argument 2 of 'onig_st_foreach' from incompatible pointer type [-Wincompatible-pointer-types]
2025-08-20T19:01:13.4772081Z [00:03:32.611]➜    cargo:warning=  901 |     onig_st_foreach(t, i_renumber_name, (HashDataType )map);
2025-08-20T19:01:13.4772548Z [00:03:32.611]➜    cargo:warning=      |                        ^~~~~~~~~~~~~~~
2025-08-20T19:01:13.4772919Z [00:03:32.611]➜    cargo:warning=      |                        |
2025-08-20T19:01:13.4773537Z [00:03:32.611]➜    cargo:warning=      |                        int (*)(OnigUChar *, NameEntry *, GroupNumMap *) {aka int (*)(unsigned char *, NameEntry *, GroupNumMap *)}
2025-08-20T19:01:13.4774565Z [00:03:32.611]➜    cargo:warning=oniguruma/src/st.h:55:31: note: expected 'int (*)(void)' but argument is of type 'int (*)(OnigUChar *, NameEntry *, GroupNumMap *)' {aka 'int (*)(unsigned char *, NameEntry *, GroupNumMap *)'}
2025-08-20T19:01:13.4775730Z [00:03:32.611]➜    cargo:warning=   55 | int st_foreach _((st_table *, int (*)(ANYARGS), st_data_t));
2025-08-20T19:01:13.4776250Z [00:03:32.611]➜    cargo:warning=      |                               ^~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4776727Z [00:03:32.611]➜    cargo:warning=oniguruma/src/st.h:35:18: note: in definition of macro '_'
2025-08-20T19:01:13.4807788Z [00:03:32.611]➜    cargo:warning=   35 | # define _(args) args
2025-08-20T19:01:13.4808176Z [00:03:32.611]➜    cargo:warning=      |                  ^~~~
2025-08-20T19:01:13.4808692Z [00:03:32.611]➜    cargo:warning=oniguruma/src/regparse.c:879:1: note: 'i_renumber_name' declared here
2025-08-20T19:01:13.4809314Z [00:03:32.611]➜    cargo:warning=  879 | i_renumber_name(UChar* key ARG_UNUSED, NameEntry* e, GroupNumMap* map)
2025-08-20T19:01:13.4809776Z [00:03:32.611]➜    cargo:warning=      | ^~~~~~~~~~~~~~~
2025-08-20T19:01:13.4810241Z [00:03:32.611]➜    cargo:warning=oniguruma/src/regparse.c: In function 'callout_name_table_clear':
2025-08-20T19:01:13.4811097Z [00:03:32.611]➜    cargo:warning=oniguruma/src/regparse.c:1386:24: error: passing argument 2 of 'onig_st_foreach' from incompatible pointer type [-Wincompatible-pointer-types]
2025-08-20T19:01:13.4811857Z [00:03:32.611]➜    cargo:warning= 1386 |     onig_st_foreach(t, i_free_callout_name_entry, 0);
2025-08-20T19:01:13.4812324Z [00:03:32.611]➜    cargo:warning=      |                        ^~~~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4812708Z [00:03:32.611]➜    cargo:warning=      |                        |
2025-08-20T19:01:13.4813578Z [00:03:32.611]➜    cargo:warning=      |                        int (*)(st_callout_name_key *, CalloutNameEntry *, void *)
2025-08-20T19:01:13.4814343Z [00:03:32.611]➜    cargo:warning=oniguruma/src/st.h:55:31: note: expected 'int (*)(void)' but argument is of type 'int (*)(st_callout_name_key *, CalloutNameEntry *, void *)'
2025-08-20T19:01:13.4815052Z [00:03:32.611]➜    cargo:warning=   55 | int st_foreach _((st_table *, int (*)(ANYARGS), st_data_t));
2025-08-20T19:01:13.4815532Z [00:03:32.611]➜    cargo:warning=      |                               ^~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4816009Z [00:03:32.611]➜    cargo:warning=oniguruma/src/st.h:35:18: note: in definition of macro '_'
2025-08-20T19:01:13.4816440Z [00:03:32.611]➜    cargo:warning=   35 | # define _(args) args
2025-08-20T19:01:13.4816782Z [00:03:32.611]➜    cargo:warning=      |                  ^~~~
2025-08-20T19:01:13.4817486Z [00:03:32.611]➜    cargo:warning=oniguruma/src/regparse.c:1370:1: note: 'i_free_callout_name_entry' declared here
2025-08-20T19:01:13.4818158Z [00:03:32.611]➜    cargo:warning= 1370 | i_free_callout_name_entry(st_callout_name_key* key, CalloutNameEntry* e,
2025-08-20T19:01:13.4818644Z [00:03:32.611]➜    cargo:warning=      | ^~~~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4819138Z [00:03:32.611]➜    cargo:warning=oniguruma/src/regparse.c: In function 'setup_ext_callout_list_values':
2025-08-20T19:01:13.4820004Z [00:03:32.611]➜    cargo:warning=oniguruma/src/regparse.c:1884:56: error: passing argument 2 of 'onig_st_foreach' from incompatible pointer type [-Wincompatible-pointer-types]
2025-08-20T19:01:13.4820860Z [00:03:32.611]➜    cargo:warning= 1884 |     onig_st_foreach((CalloutTagTable *)ext->tag_table, i_callout_callout_list_set,
2025-08-20T19:01:13.4821440Z [00:03:32.611]➜    cargo:warning=      |                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4821890Z [00:03:32.611]➜    cargo:warning=      |                                                        |
2025-08-20T19:01:13.4822530Z [00:03:32.611]➜    cargo:warning=      |                                                        int (*)(OnigUChar *, CalloutTagVal,  void *) {aka int (*)(unsigned char *, long int,  void *)}
2025-08-20T19:01:13.4823493Z [00:03:32.611]➜    cargo:warning=oniguruma/src/st.h:55:31: note: expected 'int (*)(void)' but argument is of type 'int (*)(OnigUChar *, CalloutTagVal,  void *)' {aka 'int (*)(unsigned char *, long int,  void *)'}
2025-08-20T19:01:13.4824516Z [00:03:32.611]➜    cargo:warning=   55 | int st_foreach _((st_table *, int (*)(ANYARGS), st_data_t));
2025-08-20T19:01:13.4825074Z [00:03:32.611]➜    cargo:warning=      |                               ^~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4825553Z [00:03:32.611]➜    cargo:warning=oniguruma/src/st.h:35:18: note: in definition of macro '_'
2025-08-20T19:01:13.4825982Z [00:03:32.611]➜    cargo:warning=   35 | # define _(args) args
2025-08-20T19:01:13.4826323Z [00:03:32.611]➜    cargo:warning=      |                  ^~~~
2025-08-20T19:01:13.4826844Z [00:03:32.611]➜    cargo:warning=oniguruma/src/regparse.c:1866:1: note: 'i_callout_callout_list_set' declared here
2025-08-20T19:01:13.4827697Z [00:03:32.611]➜    cargo:warning= 1866 | i_callout_callout_list_set(UChar* key, CalloutTagVal e, void* arg)
2025-08-20T19:01:13.4828174Z [00:03:32.611]➜    cargo:warning=      | ^~~~~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4828647Z [00:03:32.611]➜    cargo:warning=oniguruma/src/regparse.c: In function 'callout_tag_table_clear':
2025-08-20T19:01:13.4829497Z [00:03:32.611]➜    cargo:warning=oniguruma/src/regparse.c:1932:24: error: passing argument 2 of 'onig_st_foreach' from incompatible pointer type [-Wincompatible-pointer-types]
2025-08-20T19:01:13.4830253Z [00:03:32.611]➜    cargo:warning= 1932 |     onig_st_foreach(t, i_free_callout_tag_entry, 0);
2025-08-20T19:01:13.4830715Z [00:03:32.611]➜    cargo:warning=      |                        ^~~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4831098Z [00:03:32.611]➜    cargo:warning=      |                        |
2025-08-20T19:01:13.4831924Z [00:03:32.611]➜    cargo:warning=      |                        int (*)(OnigUChar *, CalloutTagVal,  void *) {aka int (*)(unsigned char *, long int,  void *)}
2025-08-20T19:01:13.4832879Z [00:03:32.611]➜    cargo:warning=oniguruma/src/st.h:55:31: note: expected 'int (*)(void)' but argument is of type 'int (*)(OnigUChar *, CalloutTagVal,  void *)' {aka 'int (*)(unsigned char *, long int,  void *)'}
2025-08-20T19:01:13.4833686Z [00:03:32.611]➜    cargo:warning=   55 | int st_foreach _((st_table *, int (*)(ANYARGS), st_data_t));
2025-08-20T19:01:13.4834156Z [00:03:32.611]➜    cargo:warning=      |                               ^~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4834635Z [00:03:32.615]➜    cargo:warning=oniguruma/src/st.h:35:18: note: in definition of macro '_'
2025-08-20T19:01:13.4835063Z [00:03:32.615]➜    cargo:warning=   35 | # define _(args) args
2025-08-20T19:01:13.4835405Z [00:03:32.615]➜    cargo:warning=      |                  ^~~~
2025-08-20T19:01:13.4835921Z [00:03:32.615]➜    cargo:warning=oniguruma/src/regparse.c:1922:1: note: 'i_free_callout_tag_entry' declared here
2025-08-20T19:01:13.4836567Z [00:03:32.615]➜    cargo:warning= 1922 | i_free_callout_tag_entry(UChar* key, CalloutTagVal e, void* arg ARG_UNUSED)
2025-08-20T19:01:13.4837560Z [00:03:32.615]➜    cargo:warning=      | ^~~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4837932Z [00:03:32.615]➜    exit status: 0
2025-08-20T19:01:13.4838178Z [00:03:32.615]➜    exit status: 0
2025-08-20T19:01:13.4838430Z [00:03:32.615]➜    exit status: 1
2025-08-20T19:01:13.4840836Z [00:03:32.615]➜    cargo:warning=ToolExecError: Command LC_ALL="C" "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-static" "-I" "/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out" "-I" "oniguruma/src" "-DHAVE_UNISTD_H=1" "-DHAVE_SYS_TYPES_H=1" "-DHAVE_SYS_TIME_H=1" "-o" "/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-regparse.o" "-c" "oniguruma/src/regparse.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4843121Z [00:03:32.615]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4843737Z [00:03:32.615]➜    cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4844595Z [00:03:32.615]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4845287Z [00:03:32.615]➜    cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4845912Z [00:03:32.615]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4846522Z [00:03:32.615]➜    cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4847291Z [00:03:32.615]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4847966Z [00:03:32.615]➜    cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4848583Z [00:03:32.615]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4849237Z [00:03:32.615]➜    cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4849857Z [00:03:32.615]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4850463Z [00:03:32.615]➜    cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4851079Z [00:03:32.615]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4851924Z [00:03:32.615]➜    cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.4852545Z [00:03:32.615]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.4853438Z [00:03:32.615]➜    cargo:warning=oniguruma/src/st.c:38:5: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(long int,  long int)' [-Wincompatible-pointer-types]
2025-08-20T19:01:13.4854112Z [00:03:32.615]➜    cargo:warning=   38 |     numcmp,
2025-08-20T19:01:13.4854426Z [00:03:32.615]➜    cargo:warning=      |     ^~~~~~
2025-08-20T19:01:13.4854917Z [00:03:32.615]➜    cargo:warning=oniguruma/src/st.c:38:5: note: (near initialization for 'type_numhash.compare')
2025-08-20T19:01:13.4855476Z [00:03:32.615]➜    cargo:warning=oniguruma/src/st.c:35:12: note: 'numcmp' declared here
2025-08-20T19:01:13.4855928Z [00:03:32.615]➜    cargo:warning=   35 | static int numcmp(long, long);
2025-08-20T19:01:13.4856297Z [00:03:32.615]➜    cargo:warning=      |            ^~~~~~
2025-08-20T19:01:13.4857503Z [00:03:32.615]➜    cargo:warning=oniguruma/src/st.c:39:5: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(long int)' [-Wincompatible-pointer-types]
2025-08-20T19:01:13.4858227Z [00:03:32.615]➜    cargo:warning=   39 |     numhash,
2025-08-20T19:01:13.4858542Z [00:03:32.615]➜    cargo:warning=      |     ^~~~~~~
2025-08-20T19:01:13.4859028Z [00:03:32.615]➜    cargo:warning=oniguruma/src/st.c:39:5: note: (near initialization for 'type_numhash.hash')
2025-08-20T19:01:13.4859585Z [00:03:32.615]➜    cargo:warning=oniguruma/src/st.c:36:12: note: 'numhash' declared here
2025-08-20T19:01:13.4860022Z [00:03:32.615]➜    cargo:warning=   36 | static int numhash(long);
2025-08-20T19:01:13.4860372Z [00:03:32.615]➜    cargo:warning=      |            ^~~~~~~
2025-08-20T19:01:13.4861138Z [00:03:32.615]➜    cargo:warning=oniguruma/src/st.c:45:5: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(const char *, const char *)' [-Wincompatible-pointer-types]
2025-08-20T19:01:13.4861834Z [00:03:32.615]➜    cargo:warning=   45 |     strcmp,
2025-08-20T19:01:13.4862144Z [00:03:32.615]➜    cargo:warning=      |     ^~~~~~
2025-08-20T19:01:13.4862631Z [00:03:32.615]➜    cargo:warning=oniguruma/src/st.c:45:5: note: (near initialization for 'type_strhash.compare')
2025-08-20T19:01:13.4863189Z [00:03:32.615]➜    cargo:warning=In file included from /usr/include/fortify/string.h:23,
2025-08-20T19:01:13.4863909Z [00:03:32.615]➜    cargo:warning=                 from oniguruma/src/regint.h:111,
2025-08-20T19:01:13.4864407Z [00:03:32.615]➜    cargo:warning=                 from oniguruma/src/st.c:9:
2025-08-20T19:01:13.4864870Z [00:03:32.615]➜    cargo:warning=/usr/include/string.h:39:5: note: 'strcmp' declared here
2025-08-20T19:01:13.4865349Z [00:03:32.615]➜    cargo:warning=   39 | int strcmp (const char *, const char *);
2025-08-20T19:01:13.4865715Z [00:03:32.615]➜    cargo:warning=      |     ^~~~~~
2025-08-20T19:01:13.4866448Z [00:03:32.615]➜    cargo:warning=oniguruma/src/st.c:46:5: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(const char *)' [-Wincompatible-pointer-types]
2025-08-20T19:01:13.4867265Z [00:03:32.615]➜    cargo:warning=   46 |     strhash,
2025-08-20T19:01:13.4867602Z [00:03:32.615]➜    cargo:warning=      |     ^~~~~~~
2025-08-20T19:01:13.4868083Z [00:03:32.615]➜    cargo:warning=oniguruma/src/st.c:46:5: note: (near initialization for 'type_strhash.hash')
2025-08-20T19:01:13.4868644Z [00:03:32.615]➜    cargo:warning=oniguruma/src/st.c:43:12: note: 'strhash' declared here
2025-08-20T19:01:13.4869099Z [00:03:32.615]➜    cargo:warning=   43 | static int strhash(const char *);
2025-08-20T19:01:13.4869477Z [00:03:32.615]➜    cargo:warning=      |            ^~~~~~~
2025-08-20T19:01:13.4869860Z [00:03:32.615]➜    cargo:warning=oniguruma/src/st.c: In function 'new_size':
2025-08-20T19:01:13.4870445Z [00:03:32.615]➜    cargo:warning=oniguruma/src/st.c:101:1: warning: old-style function definition [-Wold-style-definition]
2025-08-20T19:01:13.4871179Z [00:03:32.616]➜    cargo:warning=  101 | new_size(size)
2025-08-20T19:01:13.4871492Z [00:03:32.616]➜    cargo:warning=      | ^~~~~~~~
2025-08-20T19:01:13.4871931Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c: In function 'onig_st_init_table_with_size':
2025-08-20T19:01:13.4872596Z [00:03:32.616]➜    cargo:warning=oniguruma/src/regint.h:220:37: warning: old-style function definition [-Wold-style-definition]
2025-08-20T19:01:13.4873272Z [00:03:32.616]➜    cargo:warning=  220 | #define st_init_table_with_size     onig_st_init_table_with_size
2025-08-20T19:01:13.4873780Z [00:03:32.616]➜    cargo:warning=      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4874317Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:140:1: note: in expansion of macro 'st_init_table_with_size'
2025-08-20T19:01:13.4874833Z [00:03:32.616]➜    cargo:warning=  140 | st_init_table_with_size(type, size)
2025-08-20T19:01:13.4875229Z [00:03:32.616]➜    cargo:warning=      | ^~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4875654Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c: In function 'onig_st_init_table':
2025-08-20T19:01:13.4876295Z [00:03:32.616]➜    cargo:warning=oniguruma/src/regint.h:219:37: warning: old-style function definition [-Wold-style-definition]
2025-08-20T19:01:13.4876909Z [00:03:32.616]➜    cargo:warning=  219 | #define st_init_table               onig_st_init_table
2025-08-20T19:01:13.4877590Z [00:03:32.616]➜    cargo:warning=      |                                     ^~~~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4878102Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:172:1: note: in expansion of macro 'st_init_table'
2025-08-20T19:01:13.4878554Z [00:03:32.616]➜    cargo:warning=  172 | st_init_table(type)
2025-08-20T19:01:13.4878882Z [00:03:32.616]➜    cargo:warning=      | ^~~~~~~~~~~~~
2025-08-20T19:01:13.4879333Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c: In function 'onig_st_init_numtable_with_size':
2025-08-20T19:01:13.4880010Z [00:03:32.616]➜    cargo:warning=oniguruma/src/regint.h:222:37: warning: old-style function definition [-Wold-style-definition]
2025-08-20T19:01:13.4880670Z [00:03:32.616]➜    cargo:warning=  222 | #define st_init_numtable_with_size  onig_st_init_numtable_with_size
2025-08-20T19:01:13.4881193Z [00:03:32.616]➜    cargo:warning=      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4881995Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:185:1: note: in expansion of macro 'st_init_numtable_with_size'
2025-08-20T19:01:13.4882578Z [00:03:32.616]➜    cargo:warning=  185 | st_init_numtable_with_size(size)
2025-08-20T19:01:13.4882963Z [00:03:32.616]➜    cargo:warning=      | ^~~~~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4883433Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c: In function 'onig_st_init_strtable_with_size':
2025-08-20T19:01:13.4884100Z [00:03:32.616]➜    cargo:warning=oniguruma/src/regint.h:224:37: warning: old-style function definition [-Wold-style-definition]
2025-08-20T19:01:13.4884774Z [00:03:32.616]➜    cargo:warning=  224 | #define st_init_strtable_with_size  onig_st_init_strtable_with_size
2025-08-20T19:01:13.4885291Z [00:03:32.616]➜    cargo:warning=      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4885842Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:198:1: note: in expansion of macro 'st_init_strtable_with_size'
2025-08-20T19:01:13.4886366Z [00:03:32.616]➜    cargo:warning=  198 | st_init_strtable_with_size(size)
2025-08-20T19:01:13.4886749Z [00:03:32.616]➜    cargo:warning=      | ^~~~~~~~~~~~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4887325Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c: In function 'onig_st_free_table':
2025-08-20T19:01:13.4888014Z [00:03:32.616]➜    cargo:warning=oniguruma/src/regint.h:231:37: warning: old-style function definition [-Wold-style-definition]
2025-08-20T19:01:13.4888745Z [00:03:32.616]➜    cargo:warning=  231 | #define st_free_table               onig_st_free_table
2025-08-20T19:01:13.4889466Z [00:03:32.616]➜    cargo:warning=      |                                     ^~~~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4889983Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:205:1: note: in expansion of macro 'st_free_table'
2025-08-20T19:01:13.4890439Z [00:03:32.616]➜    cargo:warning=  205 | st_free_table(table)
2025-08-20T19:01:13.4890768Z [00:03:32.616]➜    cargo:warning=      | ^~~~~~~~~~~~~
2025-08-20T19:01:13.4891174Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c: In function 'onig_st_lookup':
2025-08-20T19:01:13.4891794Z [00:03:32.616]➜    cargo:warning=oniguruma/src/regint.h:228:37: warning: old-style function definition [-Wold-style-definition]
2025-08-20T19:01:13.4892400Z [00:03:32.616]➜    cargo:warning=  228 | #define st_lookup                   onig_st_lookup
2025-08-20T19:01:13.4892857Z [00:03:32.616]➜    cargo:warning=      |                                     ^~~~~~~~~~~~~~
2025-08-20T19:01:13.4893367Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:245:1: note: in expansion of macro 'st_lookup'
2025-08-20T19:01:13.4893839Z [00:03:32.616]➜    cargo:warning=  245 | st_lookup(table, key, value)
2025-08-20T19:01:13.4894179Z [00:03:32.616]➜    cargo:warning=      | ^~~~~~~~~
2025-08-20T19:01:13.4894745Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:56:43: error: too many arguments to function 'table->type->hash'; expected 0, have 1
2025-08-20T19:01:13.4895433Z [00:03:32.616]➜    cargo:warning=   56 | #define do_hash(key,table) (unsigned int)(*(table)->type->hash)((key))
2025-08-20T19:01:13.4895956Z [00:03:32.616]➜    cargo:warning=      |                                          ~^~~~~~~~~~~~~~~~~~~~~ ~~~~~
2025-08-20T19:01:13.4896454Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:253:14: note: in expansion of macro 'do_hash'
2025-08-20T19:01:13.4896932Z [00:03:32.616]➜    cargo:warning=  253 |   hash_val = do_hash(key, table);
2025-08-20T19:01:13.4927947Z [00:03:32.616]➜    cargo:warning=      |              ^~~~~~~
2025-08-20T19:01:13.4928407Z [00:03:32.616]➜    cargo:warning=In file included from oniguruma/src/st.c:10:
2025-08-20T19:01:13.4928864Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.h:20:11: note: declared here
2025-08-20T19:01:13.4929256Z [00:03:32.616]➜    cargo:warning=   20 |     int (*hash)();
2025-08-20T19:01:13.4929589Z [00:03:32.616]➜    cargo:warning=      |           ^~~~
2025-08-20T19:01:13.4930546Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:54:40: error: too many arguments to function 'table->type->compare'; expected 0, have 2
2025-08-20T19:01:13.4931355Z [00:03:32.616]➜    cargo:warning=   54 | #define EQUAL(table,x,y) ((x)==(y) || (*table->type->compare)((x),(y)) == 0)
2025-08-20T19:01:13.4931886Z [00:03:32.616]➜    cargo:warning=      |                                       ~^~~~~~~~~~~~~~~~~~~~~~ ~~~
2025-08-20T19:01:13.4932387Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:224:45: note: in expansion of macro 'EQUAL'
2025-08-20T19:01:13.4932983Z [00:03:32.616]➜    cargo:warning=  224 | ((ptr) != 0 && (ptr->hash != (hash_val) || !EQUAL((table), (key), (ptr)->key)))
2025-08-20T19:01:13.4933486Z [00:03:32.616]➜    cargo:warning=      |                                             ^~~~~
2025-08-20T19:01:13.4933998Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:235:9: note: in expansion of macro 'PTR_NOT_EQUAL'
2025-08-20T19:01:13.4934543Z [00:03:32.616]➜    cargo:warning=  235 |     if (PTR_NOT_EQUAL(table, ptr, hash_val, key)) {\
2025-08-20T19:01:13.4934962Z [00:03:32.616]➜    cargo:warning=      |         ^~~~~~~~~~~~~
2025-08-20T19:01:13.4935429Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:254:3: note: in expansion of macro 'FIND_ENTRY'
2025-08-20T19:01:13.4935942Z [00:03:32.616]➜    cargo:warning=  254 |   FIND_ENTRY(table, ptr, hash_val, bin_pos);
2025-08-20T19:01:13.4936326Z [00:03:32.616]➜    cargo:warning=      |   ^~~~~~~~~~
2025-08-20T19:01:13.4936711Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.h:19:11: note: declared here
2025-08-20T19:01:13.4937495Z [00:03:32.616]➜    cargo:warning=   19 |     int (*compare)();
2025-08-20T19:01:13.4937837Z [00:03:32.616]➜    cargo:warning=      |           ^~~~~~~
2025-08-20T19:01:13.4938421Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:54:40: error: too many arguments to function 'table->type->compare'; expected 0, have 2
2025-08-20T19:01:13.4939113Z [00:03:32.616]➜    cargo:warning=   54 | #define EQUAL(table,x,y) ((x)==(y) || (*table->type->compare)((x),(y)) == 0)
2025-08-20T19:01:13.4939642Z [00:03:32.616]➜    cargo:warning=      |                                       ~^~~~~~~~~~~~~~~~~~~~~~ ~~~
2025-08-20T19:01:13.4940140Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:224:45: note: in expansion of macro 'EQUAL'
2025-08-20T19:01:13.4940720Z [00:03:32.616]➜    cargo:warning=  224 | ((ptr) != 0 && (ptr->hash != (hash_val) || !EQUAL((table), (key), (ptr)->key)))
2025-08-20T19:01:13.4941218Z [00:03:32.616]➜    cargo:warning=      |                                             ^~~~~
2025-08-20T19:01:13.4941741Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:237:14: note: in expansion of macro 'PTR_NOT_EQUAL'
2025-08-20T19:01:13.4942303Z [00:03:32.616]➜    cargo:warning=  237 |       while (PTR_NOT_EQUAL(table, ptr->next, hash_val, key)) {\
2025-08-20T19:01:13.4942742Z [00:03:32.616]➜    cargo:warning=      |              ^~~~~~~~~~~~~
2025-08-20T19:01:13.4943213Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:254:3: note: in expansion of macro 'FIND_ENTRY'
2025-08-20T19:01:13.4943731Z [00:03:32.616]➜    cargo:warning=  254 |   FIND_ENTRY(table, ptr, hash_val, bin_pos);
2025-08-20T19:01:13.4944114Z [00:03:32.616]➜    cargo:warning=      |   ^~~~~~~~~~
2025-08-20T19:01:13.4944503Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.h:19:11: note: declared here
2025-08-20T19:01:13.4944898Z [00:03:32.616]➜    cargo:warning=   19 |     int (*compare)();
2025-08-20T19:01:13.4945234Z [00:03:32.616]➜    cargo:warning=      |           ^~~~~~~
2025-08-20T19:01:13.4945649Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c: In function 'onig_st_insert':
2025-08-20T19:01:13.4946282Z [00:03:32.616]➜    cargo:warning=oniguruma/src/regint.h:227:37: warning: old-style function definition [-Wold-style-definition]
2025-08-20T19:01:13.4946890Z [00:03:32.616]➜    cargo:warning=  227 | #define st_insert                   onig_st_insert
2025-08-20T19:01:13.4947668Z [00:03:32.616]➜    cargo:warning=      |                                     ^~~~~~~~~~~~~~
2025-08-20T19:01:13.4948431Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:283:1: note: in expansion of macro 'st_insert'
2025-08-20T19:01:13.4948976Z [00:03:32.616]➜    cargo:warning=  283 | st_insert(table, key, value)
2025-08-20T19:01:13.4949324Z [00:03:32.616]➜    cargo:warning=      | ^~~~~~~~~
2025-08-20T19:01:13.4949892Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:56:43: error: too many arguments to function 'table->type->hash'; expected 0, have 1
2025-08-20T19:01:13.4950570Z [00:03:32.616]➜    cargo:warning=   56 | #define do_hash(key,table) (unsigned int)(*(table)->type->hash)((key))
2025-08-20T19:01:13.4951099Z [00:03:32.616]➜    cargo:warning=      |                                          ~^~~~~~~~~~~~~~~~~~~~~ ~~~~~
2025-08-20T19:01:13.4951604Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:291:14: note: in expansion of macro 'do_hash'
2025-08-20T19:01:13.4952080Z [00:03:32.616]➜    cargo:warning=  291 |   hash_val = do_hash(key, table);
2025-08-20T19:01:13.4952448Z [00:03:32.616]➜    cargo:warning=      |              ^~~~~~~
2025-08-20T19:01:13.4952849Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.h:20:11: note: declared here
2025-08-20T19:01:13.4953227Z [00:03:32.616]➜    cargo:warning=   20 |     int (*hash)();
2025-08-20T19:01:13.4953549Z [00:03:32.616]➜    cargo:warning=      |           ^~~~
2025-08-20T19:01:13.4954127Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:54:40: error: too many arguments to function 'table->type->compare'; expected 0, have 2
2025-08-20T19:01:13.4954818Z [00:03:32.616]➜    cargo:warning=   54 | #define EQUAL(table,x,y) ((x)==(y) || (*table->type->compare)((x),(y)) == 0)
2025-08-20T19:01:13.4955615Z [00:03:32.616]➜    cargo:warning=      |                                       ~^~~~~~~~~~~~~~~~~~~~~~ ~~~
2025-08-20T19:01:13.4956113Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:224:45: note: in expansion of macro 'EQUAL'
2025-08-20T19:01:13.4956691Z [00:03:32.616]➜    cargo:warning=  224 | ((ptr) != 0 && (ptr->hash != (hash_val) || !EQUAL((table), (key), (ptr)->key)))
2025-08-20T19:01:13.4957435Z [00:03:32.616]➜    cargo:warning=      |                                             ^~~~~
2025-08-20T19:01:13.4957960Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:235:9: note: in expansion of macro 'PTR_NOT_EQUAL'
2025-08-20T19:01:13.4958494Z [00:03:32.616]➜    cargo:warning=  235 |     if (PTR_NOT_EQUAL(table, ptr, hash_val, key)) {\
2025-08-20T19:01:13.4958902Z [00:03:32.616]➜    cargo:warning=      |         ^~~~~~~~~~~~~
2025-08-20T19:01:13.4959363Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:292:3: note: in expansion of macro 'FIND_ENTRY'
2025-08-20T19:01:13.4959883Z [00:03:32.616]➜    cargo:warning=  292 |   FIND_ENTRY(table, ptr, hash_val, bin_pos);
2025-08-20T19:01:13.4960265Z [00:03:32.616]➜    cargo:warning=      |   ^~~~~~~~~~
2025-08-20T19:01:13.4960648Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.h:19:11: note: declared here
2025-08-20T19:01:13.4961040Z [00:03:32.616]➜    cargo:warning=   19 |     int (*compare)();
2025-08-20T19:01:13.4961384Z [00:03:32.616]➜    cargo:warning=      |           ^~~~~~~
2025-08-20T19:01:13.4961964Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:54:40: error: too many arguments to function 'table->type->compare'; expected 0, have 2
2025-08-20T19:01:13.4962650Z [00:03:32.616]➜    cargo:warning=   54 | #define EQUAL(table,x,y) ((x)==(y) || (*table->type->compare)((x),(y)) == 0)
2025-08-20T19:01:13.4963169Z [00:03:32.616]➜    cargo:warning=      |                                       ~^~~~~~~~~~~~~~~~~~~~~~ ~~~
2025-08-20T19:01:13.4963671Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:224:45: note: in expansion of macro 'EQUAL'
2025-08-20T19:01:13.4964247Z [00:03:32.616]➜    cargo:warning=  224 | ((ptr) != 0 && (ptr->hash != (hash_val) || !EQUAL((table), (key), (ptr)->key)))
2025-08-20T19:01:13.4964743Z [00:03:32.616]➜    cargo:warning=      |                                             ^~~~~
2025-08-20T19:01:13.4965262Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:237:14: note: in expansion of macro 'PTR_NOT_EQUAL'
2025-08-20T19:01:13.4966044Z [00:03:32.616]➜    cargo:warning=  237 |       while (PTR_NOT_EQUAL(table, ptr->next, hash_val, key)) {\
2025-08-20T19:01:13.4966562Z [00:03:32.616]➜    cargo:warning=      |              ^~~~~~~~~~~~~
2025-08-20T19:01:13.4967320Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:292:3: note: in expansion of macro 'FIND_ENTRY'
2025-08-20T19:01:13.4967936Z [00:03:32.616]➜    cargo:warning=  292 |   FIND_ENTRY(table, ptr, hash_val, bin_pos);
2025-08-20T19:01:13.4968339Z [00:03:32.616]➜    cargo:warning=      |   ^~~~~~~~~~
2025-08-20T19:01:13.4968723Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.h:19:11: note: declared here
2025-08-20T19:01:13.4969118Z [00:03:32.616]➜    cargo:warning=   19 |     int (*compare)();
2025-08-20T19:01:13.4969454Z [00:03:32.616]➜    cargo:warning=      |           ^~~~~~~
2025-08-20T19:01:13.4969869Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c: In function 'onig_st_add_direct':
2025-08-20T19:01:13.4970537Z [00:03:32.616]➜    cargo:warning=oniguruma/src/regint.h:230:37: warning: old-style function definition [-Wold-style-definition]
2025-08-20T19:01:13.4971191Z [00:03:32.616]➜    cargo:warning=  230 | #define st_add_direct               onig_st_add_direct
2025-08-20T19:01:13.4971661Z [00:03:32.616]➜    cargo:warning=      |                                     ^~~~~~~~~~~~~~~~~~
2025-08-20T19:01:13.4972168Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:305:1: note: in expansion of macro 'st_add_direct'
2025-08-20T19:01:13.4972951Z [00:03:32.616]➜    cargo:warning=  305 | st_add_direct(table, key, value)
2025-08-20T19:01:13.4973308Z [00:03:32.616]➜    cargo:warning=      | ^~~~~~~~~~~~~
2025-08-20T19:01:13.4973875Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:56:43: error: too many arguments to function 'table->type->hash'; expected 0, have 1
2025-08-20T19:01:13.4974548Z [00:03:32.616]➜    cargo:warning=   56 | #define do_hash(key,table) (unsigned int)(*(table)->type->hash)((key))
2025-08-20T19:01:13.4975081Z [00:03:32.616]➜    cargo:warning=      |                                          ~^~~~~~~~~~~~~~~~~~~~~ ~~~~~
2025-08-20T19:01:13.4975587Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:312:14: note: in expansion of macro 'do_hash'
2025-08-20T19:01:13.4976064Z [00:03:32.616]➜    cargo:warning=  312 |   hash_val = do_hash(key, table);
2025-08-20T19:01:13.4976435Z [00:03:32.616]➜    cargo:warning=      |              ^~~~~~~
2025-08-20T19:01:13.4976826Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.h:20:11: note: declared here
2025-08-20T19:01:13.4977462Z [00:03:32.616]➜    cargo:warning=   20 |     int (*hash)();
2025-08-20T19:01:13.4977792Z [00:03:32.616]➜    cargo:warning=      |           ^~~~
2025-08-20T19:01:13.4978164Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c: In function 'rehash':
2025-08-20T19:01:13.4978747Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:318:1: warning: old-style function definition [-Wold-style-definition]
2025-08-20T19:01:13.4979247Z [00:03:32.616]➜    cargo:warning=  318 | rehash(table)
2025-08-20T19:01:13.4979561Z [00:03:32.616]➜    cargo:warning=      | ^~~~~~
2025-08-20T19:01:13.4979939Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c: In function 'onig_st_copy':
2025-08-20T19:01:13.4980557Z [00:03:32.616]➜    cargo:warning=oniguruma/src/regint.h:233:37: warning: old-style function definition [-Wold-style-definition]
2025-08-20T19:01:13.4981153Z [00:03:32.616]➜    cargo:warning=  233 | #define st_copy                     onig_st_copy
2025-08-20T19:01:13.4981609Z [00:03:32.616]➜    cargo:warning=      |                                     ^~~~~~~~~~~~
2025-08-20T19:01:13.4982104Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:350:1: note: in expansion of macro 'st_copy'
2025-08-20T19:01:13.4982538Z [00:03:32.616]➜    cargo:warning=  350 | st_copy(old_table)
2025-08-20T19:01:13.4982853Z [00:03:32.616]➜    cargo:warning=      | ^~~~~~~
2025-08-20T19:01:13.4983247Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c: In function 'onig_st_delete':
2025-08-20T19:01:13.4984094Z [00:03:32.616]➜    cargo:warning=oniguruma/src/regint.h:225:37: warning: old-style function definition [-Wold-style-definition]
2025-08-20T19:01:13.4985911Z [00:03:32.616]➜    cargo:warning=  225 | #define st_delete                   onig_st_delete
2025-08-20T19:01:13.4986377Z [00:03:32.616]➜    cargo:warning=      |                                     ^~~~~~~~~~~~~~
2025-08-20T19:01:13.4986878Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:391:1: note: in expansion of macro 'st_delete'
2025-08-20T19:01:13.4987505Z [00:03:32.616]➜    cargo:warning=  391 | st_delete(table, key, value)
2025-08-20T19:01:13.4987848Z [00:03:32.616]➜    cargo:warning=      | ^~~~~~~~~
2025-08-20T19:01:13.4988408Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:56:43: error: too many arguments to function 'table->type->hash'; expected 0, have 1
2025-08-20T19:01:13.4989079Z [00:03:32.616]➜    cargo:warning=   56 | #define do_hash(key,table) (unsigned int)(*(table)->type->hash)((key))
2025-08-20T19:01:13.4989610Z [00:03:32.616]➜    cargo:warning=      |                                          ~^~~~~~~~~~~~~~~~~~~~~ ~~~~~
2025-08-20T19:01:13.4990118Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:57:33: note: in expansion of macro 'do_hash'
2025-08-20T19:01:13.4990694Z [00:03:32.616]➜    cargo:warning=   57 | #define do_hash_bin(key,table) (do_hash(key, table)%(table)->num_bins)
2025-08-20T19:01:13.4991181Z [00:03:32.616]➜    cargo:warning=      |                                 ^~~~~~~
2025-08-20T19:01:13.4992037Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:400:14: note: in expansion of macro 'do_hash_bin'
2025-08-20T19:01:13.4992539Z [00:03:32.616]➜    cargo:warning=  400 |   hash_val = do_hash_bin(*key, table);
2025-08-20T19:01:13.4992929Z [00:03:32.616]➜    cargo:warning=      |              ^~~~~~~~~~~
2025-08-20T19:01:13.4993330Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.h:20:11: note: declared here
2025-08-20T19:01:13.4993713Z [00:03:32.616]➜    cargo:warning=   20 |     int (*hash)();
2025-08-20T19:01:13.4994044Z [00:03:32.616]➜    cargo:warning=      |           ^~~~
2025-08-20T19:01:13.4994615Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:54:40: error: too many arguments to function 'table->type->compare'; expected 0, have 2
2025-08-20T19:01:13.4995303Z [00:03:32.616]➜    cargo:warning=   54 | #define EQUAL(table,x,y) ((x)==(y) || (*table->type->compare)((x),(y)) == 0)
2025-08-20T19:01:13.4995822Z [00:03:32.616]➜    cargo:warning=      |                                       ~^~~~~~~~~~~~~~~~~~~~~~ ~~~
2025-08-20T19:01:13.4996325Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:408:7: note: in expansion of macro 'EQUAL'
2025-08-20T19:01:13.4996810Z [00:03:32.616]➜    cargo:warning=  408 |   if (EQUAL(table, *key, ptr->key)) {
2025-08-20T19:01:13.4997385Z [00:03:32.616]➜    cargo:warning=      |       ^~~~~
2025-08-20T19:01:13.4997774Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.h:19:11: note: declared here
2025-08-20T19:01:13.4998174Z [00:03:32.616]➜    cargo:warning=   19 |     int (*compare)();
2025-08-20T19:01:13.4998509Z [00:03:32.616]➜    cargo:warning=      |           ^~~~~~~
2025-08-20T19:01:13.4999089Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:54:40: error: too many arguments to function 'table->type->compare'; expected 0, have 2
2025-08-20T19:01:13.4999826Z [00:03:32.616]➜    cargo:warning=   54 | #define EQUAL(table,x,y) ((x)==(y) || (*table->type->compare)((x),(y)) == 0)
2025-08-20T19:01:13.5000343Z [00:03:32.616]➜    cargo:warning=      |                                       ~^~~~~~~~~~~~~~~~~~~~~~ ~~~
2025-08-20T19:01:13.5000845Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:418:9: note: in expansion of macro 'EQUAL'
2025-08-20T19:01:13.5001346Z [00:03:32.616]➜    cargo:warning=  418 |     if (EQUAL(table, ptr->next->key, *key)) {
2025-08-20T19:01:13.5001725Z [00:03:32.616]➜    cargo:warning=      |         ^~~~~
2025-08-20T19:01:13.5002106Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.h:19:11: note: declared here
2025-08-20T19:01:13.5002739Z [00:03:32.616]➜    cargo:warning=   19 |     int (*compare)();
2025-08-20T19:01:13.5003143Z [00:03:32.616]➜    cargo:warning=      |           ^~~~~~~
2025-08-20T19:01:13.5003564Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c: In function 'onig_st_delete_safe':
2025-08-20T19:01:13.5004199Z [00:03:32.616]➜    cargo:warning=oniguruma/src/regint.h:226:37: warning: old-style function definition [-Wold-style-definition]
2025-08-20T19:01:13.5004818Z [00:03:32.616]➜    cargo:warning=  226 | #define st_delete_safe              onig_st_delete_safe
2025-08-20T19:01:13.5005297Z [00:03:32.616]➜    cargo:warning=      |                                     ^~~~~~~~~~~~~~~~~~~
2025-08-20T19:01:13.5005813Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:433:1: note: in expansion of macro 'st_delete_safe'
2025-08-20T19:01:13.5006323Z [00:03:32.616]➜    cargo:warning=  433 | st_delete_safe(table, key, value, never)
2025-08-20T19:01:13.5006697Z [00:03:32.616]➜    cargo:warning=      | ^~~~~~~~~~~~~~
2025-08-20T19:01:13.5007477Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:56:43: error: too many arguments to function 'table->type->hash'; expected 0, have 1
2025-08-20T19:01:13.5008214Z [00:03:32.616]➜    cargo:warning=   56 | #define do_hash(key,table) (unsigned int)(*(table)->type->hash)((key))
2025-08-20T19:01:13.5008734Z [00:03:32.616]➜    cargo:warning=      |                                          ~^~~~~~~~~~~~~~~~~~~~~ ~~~~~
2025-08-20T19:01:13.5009236Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:57:33: note: in expansion of macro 'do_hash'
2025-08-20T19:01:13.5010031Z [00:03:32.616]➜    cargo:warning=   57 | #define do_hash_bin(key,table) (do_hash(key, table)%(table)->num_bins)
2025-08-20T19:01:13.5010522Z [00:03:32.616]➜    cargo:warning=      |                                 ^~~~~~~
2025-08-20T19:01:13.5011021Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:442:14: note: in expansion of macro 'do_hash_bin'
2025-08-20T19:01:13.5011528Z [00:03:32.616]➜    cargo:warning=  442 |   hash_val = do_hash_bin(*key, table);
2025-08-20T19:01:13.5011917Z [00:03:32.616]➜    cargo:warning=      |              ^~~~~~~~~~~
2025-08-20T19:01:13.5012320Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.h:20:11: note: declared here
2025-08-20T19:01:13.5012701Z [00:03:32.616]➜    cargo:warning=   20 |     int (*hash)();
2025-08-20T19:01:13.5013026Z [00:03:32.616]➜    cargo:warning=      |           ^~~~
2025-08-20T19:01:13.5013601Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:54:40: error: too many arguments to function 'table->type->compare'; expected 0, have 2
2025-08-20T19:01:13.5014297Z [00:03:32.616]➜    cargo:warning=   54 | #define EQUAL(table,x,y) ((x)==(y) || (*table->type->compare)((x),(y)) == 0)
2025-08-20T19:01:13.5014817Z [00:03:32.616]➜    cargo:warning=      |                                       ~^~~~~~~~~~~~~~~~~~~~~~ ~~~
2025-08-20T19:01:13.5015313Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:451:32: note: in expansion of macro 'EQUAL'
2025-08-20T19:01:13.5015859Z [00:03:32.616]➜    cargo:warning=  451 |     if ((ptr->key != never) && EQUAL(table, ptr->key, *key)) {
2025-08-20T19:01:13.5016317Z [00:03:32.616]➜    cargo:warning=      |                                ^~~~~
2025-08-20T19:01:13.5016740Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.h:19:11: note: declared here
2025-08-20T19:01:13.5017350Z [00:03:32.616]➜    cargo:warning=   19 |     int (*compare)();
2025-08-20T19:01:13.5017708Z [00:03:32.616]➜    cargo:warning=      |           ^~~~~~~
2025-08-20T19:01:13.5018149Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c: In function 'onig_st_cleanup_safe':
2025-08-20T19:01:13.5018800Z [00:03:32.616]➜    cargo:warning=oniguruma/src/regint.h:232:37: warning: old-style function definition [-Wold-style-definition]
2025-08-20T19:01:13.5019429Z [00:03:32.616]➜    cargo:warning=  232 | #define st_cleanup_safe             onig_st_cleanup_safe
2025-08-20T19:01:13.5019908Z [00:03:32.616]➜    cargo:warning=      |                                     ^~~~~~~~~~~~~~~~~~~~
2025-08-20T19:01:13.5020664Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:477:1: note: in expansion of macro 'st_cleanup_safe'
2025-08-20T19:01:13.5021265Z [00:03:32.616]➜    cargo:warning=  477 | st_cleanup_safe(table, never)
2025-08-20T19:01:13.5021619Z [00:03:32.616]➜    cargo:warning=      | ^~~~~~~~~~~~~~~
2025-08-20T19:01:13.5022309Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:483:21: error: passing argument 2 of 'onig_st_foreach' from incompatible pointer type [-Wincompatible-pointer-types]
2025-08-20T19:01:13.5023018Z [00:03:32.616]➜    cargo:warning=  483 |   st_foreach(table, delete_never, never);
2025-08-20T19:01:13.5023433Z [00:03:32.616]➜    cargo:warning=      |                     ^~~~~~~~~~~~
2025-08-20T19:01:13.5023788Z [00:03:32.616]➜    cargo:warning=      |                     |
2025-08-20T19:01:13.5024384Z [00:03:32.616]➜    cargo:warning=      |                     int (*)(st_data_t,  st_data_t,  st_data_t) {aka int (*)(long unsigned int,  long unsigned int,  long unsigned int)}
2025-08-20T19:01:13.5025423Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.h:55:31: note: expected 'int (*)(void)' but argument is of type 'int (*)(st_data_t,  st_data_t,  st_data_t)' {aka 'int (*)(long unsigned int,  long unsigned int,  long unsigned int)'}
2025-08-20T19:01:13.5026274Z [00:03:32.616]➜    cargo:warning=   55 | int st_foreach _((st_table *, int (*)(ANYARGS), st_data_t));
2025-08-20T19:01:13.5026741Z [00:03:32.616]➜    cargo:warning=      |                               ^~~~~~~~~~~~~~~~
2025-08-20T19:01:13.5027597Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.h:35:18: note: in definition of macro '_'
2025-08-20T19:01:13.5028042Z [00:03:32.616]➜    cargo:warning=   35 | # define _(args) args
2025-08-20T19:01:13.5028386Z [00:03:32.616]➜    cargo:warning=      |                  ^~~~
2025-08-20T19:01:13.5028830Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:465:1: note: 'delete_never' declared here
2025-08-20T19:01:13.5029410Z [00:03:32.616]➜    cargo:warning=  465 | delete_never(st_data_t key __attribute__ ((unused)), st_data_t value,
2025-08-20T19:01:13.5029849Z [00:03:32.616]➜    cargo:warning=      | ^~~~~~~~~~~~
2025-08-20T19:01:13.5030250Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c: In function 'onig_st_foreach':
2025-08-20T19:01:13.5030875Z [00:03:32.616]➜    cargo:warning=oniguruma/src/regint.h:229:37: warning: old-style function definition [-Wold-style-definition]
2025-08-20T19:01:13.5031480Z [00:03:32.616]➜    cargo:warning=  229 | #define st_foreach                  onig_st_foreach
2025-08-20T19:01:13.5031948Z [00:03:32.616]➜    cargo:warning=      |                                     ^~~~~~~~~~~~~~~
2025-08-20T19:01:13.5032450Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:488:1: note: in expansion of macro 'st_foreach'
2025-08-20T19:01:13.5032923Z [00:03:32.616]➜    cargo:warning=  488 | st_foreach(table, func, arg)
2025-08-20T19:01:13.5033263Z [00:03:32.616]➜    cargo:warning=      | ^~~~~~~~~~
2025-08-20T19:01:13.5033966Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:500:23: error: too many arguments to function 'func'; expected 0, have 3
2025-08-20T19:01:13.5034652Z [00:03:32.616]➜    cargo:warning=  500 |             retval = (*func)(ptr->key, ptr->record, arg);
2025-08-20T19:01:13.5035105Z [00:03:32.616]➜    cargo:warning=      |                      ~^~~~~~ ~~~~~~~~
2025-08-20T19:01:13.5035521Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c: In function 'strhash':
2025-08-20T19:01:13.5036102Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:538:1: warning: old-style function definition [-Wold-style-definition]
2025-08-20T19:01:13.5036612Z [00:03:32.616]➜    cargo:warning=  538 | strhash(string)
2025-08-20T19:01:13.5036923Z [00:03:32.616]➜    cargo:warning=      | ^~~~~~~
2025-08-20T19:01:13.5037439Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c: In function 'numcmp':
2025-08-20T19:01:13.5038025Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:577:1: warning: old-style function definition [-Wold-style-definition]
2025-08-20T19:01:13.5038530Z [00:03:32.616]➜    cargo:warning=  577 | numcmp(x, y)
2025-08-20T19:01:13.5038833Z [00:03:32.616]➜    cargo:warning=      | ^~~~~~
2025-08-20T19:01:13.5039196Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c: In function 'numhash':
2025-08-20T19:01:13.5039776Z [00:03:32.616]➜    cargo:warning=oniguruma/src/st.c:584:1: warning: old-style function definition [-Wold-style-definition]
2025-08-20T19:01:13.5040269Z [00:03:32.616]➜    cargo:warning=  584 | numhash(n)
2025-08-20T19:01:13.5040703Z [00:03:32.616]➜    cargo:warning=      | ^~~~~~~
2025-08-20T19:01:13.5040794Z [00:03:32.616]➜  
2025-08-20T19:01:13.5040909Z [00:03:32.616]➜    exit status: 0
2025-08-20T19:01:13.5041016Z [00:03:32.616]➜    exit status: 0
2025-08-20T19:01:13.5041127Z [00:03:32.616]➜    exit status: 0
2025-08-20T19:01:13.5041230Z [00:03:32.616]➜    exit status: 0
2025-08-20T19:01:13.5041336Z [00:03:32.616]➜    exit status: 0
2025-08-20T19:01:13.5041443Z [00:03:32.616]➜    exit status: 0
2025-08-20T19:01:13.5041551Z [00:03:32.616]➜    exit status: 0
2025-08-20T19:01:13.5041667Z [00:03:32.616]➜    exit status: 1
2025-08-20T19:01:13.5043892Z [00:03:32.616]➜    cargo:warning=ToolExecError: Command LC_ALL="C" "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-static" "-I" "/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out" "-I" "oniguruma/src" "-DHAVE_UNISTD_H=1" "-DHAVE_SYS_TYPES_H=1" "-DHAVE_SYS_TIME_H=1" "-o" "/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-st.o" "-c" "oniguruma/src/st.c" with args cc did not execute successfully (status code exit status: 1).cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.5044230Z [00:03:32.616]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.5044523Z [00:03:32.616]➜    cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.5044850Z [00:03:32.617]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.5045167Z [00:03:32.617]➜    cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.5045493Z [00:03:32.617]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.5045782Z [00:03:32.617]➜    cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.5046110Z [00:03:32.617]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.5046400Z [00:03:32.617]➜    cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.5046720Z [00:03:32.617]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.5077666Z [00:03:32.617]➜    cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.5078260Z [00:03:32.617]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.5078561Z [00:03:32.617]➜    cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.5078895Z [00:03:32.617]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.5079196Z [00:03:32.617]➜    cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.5079523Z [00:03:32.617]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.5079811Z [00:03:32.617]➜    cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.5080134Z [00:03:32.617]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.5080227Z [00:03:32.617]➜  
2025-08-20T19:01:13.5080340Z [00:03:32.617]➜    exit status: 0
2025-08-20T19:01:13.5080444Z [00:03:32.617]➜    exit status: 0
2025-08-20T19:01:13.5080552Z [00:03:32.617]➜    exit status: 0
2025-08-20T19:01:13.5080655Z [00:03:32.617]➜    exit status: 0
2025-08-20T19:01:13.5080758Z [00:03:32.617]➜    exit status: 0
2025-08-20T19:01:13.5080864Z [00:03:32.617]➜    exit status: 0
2025-08-20T19:01:13.5080968Z [00:03:32.617]➜    exit status: 0
2025-08-20T19:01:13.5081277Z [00:03:32.617]➜    exit status: 0
2025-08-20T19:01:13.5081577Z [00:03:32.617]➜    cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.5081901Z [00:03:32.617]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.5082188Z [00:03:32.617]➜    cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.5082521Z [00:03:32.617]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.5082809Z [00:03:32.617]➜    cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.5083133Z [00:03:32.617]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.5083419Z [00:03:32.617]➜    cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.5083751Z [00:03:32.617]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.5084035Z [00:03:32.617]➜    cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.5084359Z [00:03:32.617]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.5084646Z [00:03:32.617]➜    cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.5084973Z [00:03:32.617]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.5085262Z [00:03:32.617]➜    cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.5085582Z [00:03:32.617]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.5085869Z [00:03:32.617]➜    cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.5086193Z [00:03:32.617]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.5086303Z [00:03:32.617]➜    exit status: 0
2025-08-20T19:01:13.5086411Z [00:03:32.617]➜    exit status: 0
2025-08-20T19:01:13.5086514Z [00:03:32.617]➜    exit status: 0
2025-08-20T19:01:13.5086622Z [00:03:32.617]➜    exit status: 0
2025-08-20T19:01:13.5086723Z [00:03:32.617]➜    exit status: 0
2025-08-20T19:01:13.5086957Z [00:03:32.617]➜    exit status: 0
2025-08-20T19:01:13.5087305Z [00:03:32.617]➜    exit status: 0
2025-08-20T19:01:13.5087426Z [00:03:32.617]➜    exit status: 0
2025-08-20T19:01:13.5087722Z [00:03:32.617]➜    cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.5088050Z [00:03:32.617]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.5088338Z [00:03:32.617]➜    cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.5088671Z [00:03:32.617]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.5088959Z [00:03:32.617]➜    cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.5089283Z [00:03:32.617]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.5089575Z [00:03:32.617]➜    cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.5089898Z [00:03:32.617]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.5090188Z [00:03:32.617]➜    cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.5090514Z [00:03:32.617]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.5090990Z [00:03:32.617]➜    cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.5091315Z [00:03:32.617]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.5091601Z [00:03:32.617]➜    cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.5091931Z [00:03:32.617]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.5092221Z [00:03:32.617]➜    cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.5092542Z [00:03:32.617]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.5092651Z [00:03:32.617]➜    exit status: 0
2025-08-20T19:01:13.5092757Z [00:03:32.617]➜    exit status: 0
2025-08-20T19:01:13.5092859Z [00:03:32.617]➜    exit status: 0
2025-08-20T19:01:13.5093013Z [00:03:32.617]➜    exit status: 0
2025-08-20T19:01:13.5093117Z [00:03:32.617]➜    exit status: 0
2025-08-20T19:01:13.5093225Z [00:03:32.617]➜    exit status: 0
2025-08-20T19:01:13.5093327Z [00:03:32.617]➜    exit status: 0
2025-08-20T19:01:13.5093434Z [00:03:32.617]➜    exit status: 0
2025-08-20T19:01:13.5093724Z [00:03:32.617]➜    cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.5094056Z [00:03:32.617]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.5094342Z [00:03:32.617]➜    cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.5094664Z [00:03:32.617]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.5094949Z [00:03:32.617]➜    cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.5095283Z [00:03:32.617]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.5095568Z [00:03:32.617]➜    cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.5095891Z [00:03:32.617]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.5096176Z [00:03:32.617]➜    cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.5096645Z [00:03:32.617]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.5096975Z [00:03:32.617]➜    cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.5097564Z [00:03:32.617]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.5097859Z [00:03:32.617]➜    cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.5098195Z [00:03:32.617]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.5098483Z [00:03:32.617]➜    cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.5098802Z [00:03:32.617]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.5098913Z [00:03:32.617]➜    exit status: 0
2025-08-20T19:01:13.5099026Z [00:03:32.617]➜    exit status: 0
2025-08-20T19:01:13.5099128Z [00:03:32.617]➜    exit status: 0
2025-08-20T19:01:13.5099281Z [00:03:32.617]➜    exit status: 0
2025-08-20T19:01:13.5099387Z [00:03:32.617]➜    exit status: 0
2025-08-20T19:01:13.5099497Z [00:03:32.617]➜    exit status: 0
2025-08-20T19:01:13.5099600Z [00:03:32.617]➜    exit status: 0
2025-08-20T19:01:13.5099712Z [00:03:32.617]➜    exit status: 0
2025-08-20T19:01:13.5100002Z [00:03:32.617]➜    cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.5100518Z [00:03:32.617]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.5100811Z [00:03:32.617]➜    cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.5101134Z [00:03:32.617]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.5101427Z [00:03:32.617]➜    cargo:warning=Inherited flag "-flto=full" is not supported by the currently used CC
2025-08-20T19:01:13.5101751Z [00:03:32.617]➜    cargo:warning=Inherited flag "-fembed-bitcode=all" is not supported by the currently used CC
2025-08-20T19:01:13.5101857Z [00:03:32.617]➜    exit status: 0
2025-08-20T19:01:13.5101967Z [00:03:32.617]➜    exit status: 0
2025-08-20T19:01:13.5102073Z [00:03:32.617]➜    exit status: 0
2025-08-20T19:01:13.5102182Z [00:03:32.617]➜    exit status: 0
2025-08-20T19:01:13.5102292Z [00:03:32.617]➜    exit status: 0
2025-08-20T19:01:13.5102383Z [00:03:32.617]➜  
2025-08-20T19:01:13.5102540Z [00:03:32.617]➜    --- stderr
2025-08-20T19:01:13.5102630Z [00:03:32.617]➜  
2025-08-20T19:01:13.5102714Z [00:03:32.617]➜  
2025-08-20T19:01:13.5104626Z [00:03:32.617]➜    error occurred in cc-rs: Command LC_ALL="C" "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-static" "-I" "/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out" "-I" "oniguruma/src" "-DHAVE_UNISTD_H=1" "-DHAVE_SYS_TYPES_H=1" "-DHAVE_SYS_TIME_H=1" "-o" "/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-st.o" "-c" "oniguruma/src/st.c" with args cc did not execute successfully (status code exit status: 1).
2025-08-20T19:01:13.5104718Z [00:03:32.617]➜  
2025-08-20T19:01:13.5104809Z [00:03:32.617]➜  
2025-08-20T19:01:13.5105019Z [00:03:32.617]➜  warning: build failed, waiting for other jobs to finish...
2025-08-20T19:01:13.5105156Z [00:03:32.617]➜     Compiling rgb v0.8.50
2025-08-20T19:01:13.5110802Z [00:03:32.618]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name rgb --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rgb-0.8.50/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="argb"' --cfg 'feature="as-bytes"' --cfg 'feature="bytemuck"' --cfg 'feature="default"' --cfg 'feature="grb"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("argb", "as-bytes", "bytemuck", "checked_fns", "default", "defmt-03", "grb", "serde", "unstable-experimental"))' -C metadata=f0901b00f47cfd1b -C extra-filename=-ee846bffb84ad358 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern bytemuck=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytemuck-fe8f8ee62542e0a3.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-20T19:01:14.0476048Z [00:03:33.239]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name thiserror --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/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=52c1e4c449be8264 -C extra-filename=-437689595856de5e --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern thiserror_impl=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libthiserror_impl-1bcf3a093b5664a2.so --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 --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
2025-08-20T19:01:14.1183568Z [00:03:33.310]➜       Running `/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/semver-e24b5df588320de0/build-script-build`
2025-08-20T19:01:14.1220837Z [00:03:33.314]➜     Compiling flate2 v1.1.2
2025-08-20T19:01:14.1253152Z [00:03:33.317]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name flate2 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.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="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "libz-ng-sys", "libz-rs-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=7100e108aee3c0c4 -C extra-filename=-8a962afd58c417e4 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern crc32fast=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrc32fast-5da3ad0775acaf5f.rmeta --extern miniz_oxide=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libminiz_oxide-b877ceff94c572d5.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-20T19:01:14.1479653Z [00:03:33.340]➜     Compiling git-version v0.3.9
2025-08-20T19:01:14.1485441Z [00:03:33.340]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name git_version --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git-version-0.3.9/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=1ed628786a7937c0 -C extra-filename=-14491a479ab8dcd1 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern git_version_macro=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libgit_version_macro-66ce0d762872d4f7.so --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-20T19:01:14.1961668Z [00:03:33.388]➜     Compiling globset v0.4.15
2025-08-20T19:01:14.1985157Z [00:03:33.390]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name globset --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.15/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="log"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "serde", "serde1", "simd-accel"))' -C metadata=1ed9d7e7eadae70d -C extra-filename=-f4f9624d5c8cc594 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-271f229373c5cb4d.rmeta --extern bstr=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-026c9b0c0bff87e0.rmeta --extern log=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-54c83ef749611abc.rmeta --extern regex_automata=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-9a8761ad561e142f.rmeta --extern regex_syntax=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-8375770a0aabfdd3.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-20T19:01:14.4958969Z [00:03:33.688]➜     Compiling sysinfo v0.33.1
2025-08-20T19:01:14.4966801Z [00:03:33.688]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name sysinfo --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sysinfo-0.33.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="component"' --cfg 'feature="default"' --cfg 'feature="disk"' --cfg 'feature="multithread"' --cfg 'feature="network"' --cfg 'feature="system"' --cfg 'feature="user"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("apple-app-store", "apple-sandbox", "c-interface", "component", "debug", "default", "disk", "linux-netdevs", "linux-tmpfs", "multithread", "network", "serde", "system", "unknown-ci", "user", "windows"))' -C metadata=a0d88a5cd416edb0 -C extra-filename=-96892097d8bbc39f --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-7c8984d75e26dbe9.rmeta --extern memchr=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-e799659df7e28d12.rmeta --extern rayon=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librayon-e5d88b5b64347be0.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-20T19:01:14.8669769Z [00:03:34.056]➜     Compiling url v2.5.4
2025-08-20T19:01:14.8676526Z [00:03:34.057]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name url --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=6b15b0aa0473066f -C extra-filename=-8673851c8665807a --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern form_urlencoded=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libform_urlencoded-d22f34f47f97eadd.rmeta --extern idna=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libidna-288254ee0def8c00.rmeta --extern percent_encoding=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpercent_encoding-34b2c2a1cfbbb22b.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-20T19:01:16.3859693Z [00:03:35.578]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name serde_json --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.135/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("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=121b0d1a565292fa -C extra-filename=-51740148f3e0d9af --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern itoa=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-fc01575634588a53.rmeta --extern memchr=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-e799659df7e28d12.rmeta --extern ryu=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libryu-d9d94ef002221465.rmeta --extern serde=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-e516d29188b73381.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 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
2025-08-20T19:01:16.9122762Z [00:03:36.104]➜     Compiling thiserror-impl v2.0.11
2025-08-20T19:01:16.9127485Z [00:03:36.105]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name thiserror_impl --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.11/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())' -C metadata=91cda60b3dbd65e1 -C extra-filename=-38e9baa2f8d5d2c0 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libproc_macro2-f29a55410a18d87b.rlib --extern quote=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libquote-ff888b0fcbe07a39.rlib --extern syn=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libsyn-ceffe8f57cb0d489.rlib --extern proc_macro --cap-lints allow`
2025-08-20T19:01:18.7132291Z [00:03:37.906]➜     Compiling bincode v1.3.3
2025-08-20T19:01:18.7166686Z [00:03:37.909]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name bincode --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bincode-1.3.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("i128"))' -C metadata=cca199fb74582ff2 -C extra-filename=-9cf32eab989e56f5 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-e516d29188b73381.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-20T19:01:19.1980090Z [00:03:38.390]➜     Compiling terminal-trx v0.2.4
2025-08-20T19:01:19.1991291Z [00:03:38.391]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name terminal_trx --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminal-trx-0.2.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 '--warn=clippy::use_debug' '--deny=clippy::unwrap_used' '--warn=clippy::unimplemented' --warn=unexpected_cfgs '--deny=clippy::undocumented_unsafe_blocks' --warn=missing_docs --warn=missing_debug_implementations '--warn=clippy::exhaustive_structs' '--warn=clippy::exhaustive_enums' '--warn=clippy::dbg_macro' --check-cfg 'cfg(terminal_trx_test_unsupported)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=450a73404b4afff7 -C extra-filename=-7768ca00df799d63 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-5335dbb64cbcc9f5.rmeta --extern libc=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-7c8984d75e26dbe9.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-20T19:01:19.4038165Z [00:03:38.596]➜     Compiling mio v1.0.3
2025-08-20T19:01:19.4053424Z [00:03:38.597]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name mio --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.0.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 --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=ba348322aa4c3deb -C extra-filename=-eb396fed22626dbe --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-7c8984d75e26dbe9.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-20T19:01:19.4922608Z [00:03:38.684]➜     Compiling unicode-width v0.2.0
2025-08-20T19:01:19.4964695Z [00:03:38.688]➜       Running `/root/.rustup/toolchains/stable-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=69745e8fc4513b16 -C extra-filename=-7ded428ff597e470 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:01:19.6368760Z [00:03:38.829]➜     Compiling std_prelude v0.2.12
2025-08-20T19:01:19.6382282Z [00:03:38.830]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name std_prelude --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/std_prelude-0.2.12/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=c95a27eacd092cde -C extra-filename=-daa05de338145a14 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:01:19.6853376Z [00:03:38.877]➜     Compiling xterm-color v1.0.1
2025-08-20T19:01:19.6861701Z [00:03:38.877]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name xterm_color --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xterm-color-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 '--warn=clippy::use_debug' '--deny=clippy::unwrap_used' '--warn=clippy::unnested_or_patterns' '--warn=clippy::uninlined_format_args' '--warn=clippy::unimplemented' --warn=unexpected_cfgs '--deny=clippy::undocumented_unsafe_blocks' --warn=missing_docs --warn=missing_debug_implementations '--warn=clippy::exhaustive_structs' '--warn=clippy::exhaustive_enums' '--warn=clippy::dbg_macro' --check-cfg 'cfg(terminal_colorsaurus_test_unsupported)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d5a77b7c7a4ef711 -C extra-filename=-aa5531b856cf70c7 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:01:19.6928550Z [00:03:38.885]➜     Compiling termcolor v1.4.1
2025-08-20T19:01:19.6956220Z [00:03:38.888]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name termcolor --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termcolor-1.4.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=7a080c20b57e4281 -C extra-filename=-f8f0edae3397cc76 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:01:19.7690423Z [00:03:38.959]➜     Compiling unsafe-libyaml v0.2.11
2025-08-20T19:01:19.7699827Z [00:03:38.959]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name unsafe_libyaml --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb56974d169530f2 -C extra-filename=-8959ae844e77fb2b --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:01:19.8718181Z [00:03:39.064]➜     Compiling home v0.5.9
2025-08-20T19:01:19.8726568Z [00:03:39.064]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name home --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/home-0.5.9/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=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=46ee97d05359899e -C extra-filename=-25246cb9c45fe12e --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:01:19.8779499Z [00:03:39.070]➜       Running `/root/.rustup/toolchains/stable-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=1f32a5dac747a947 -C extra-filename=-d3a003c5745aa4e2 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:01:19.9620414Z [00:03:39.154]➜     Compiling shell-escape v0.1.5
2025-08-20T19:01:19.9630206Z [00:03:39.154]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name shell_escape --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shell-escape-0.1.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cf9e1bb016bc351b -C extra-filename=-b1368c1733aeae1a --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:01:19.9903868Z [00:03:39.183]➜     Compiling etcetera v0.10.0
2025-08-20T19:01:19.9929345Z [00:03:39.185]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name etcetera --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/etcetera-0.10.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=50ab426d14987ede -C extra-filename=-36baa81ea3a36031 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-5335dbb64cbcc9f5.rmeta --extern home=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhome-25246cb9c45fe12e.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-20T19:01:20.0975924Z [00:03:39.289]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name bugreport --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bugreport-0.5.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="collector_operating_system"' --cfg 'feature="default"' --cfg 'feature="format_markdown"' --cfg 'feature="git-version"' --cfg 'feature="git_hash"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("collector_operating_system", "default", "format_markdown", "format_plaintext", "git-version", "git_hash"))' -C metadata=10f7d76487be532d -C extra-filename=-4a832a36ccb043df --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern git_version=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgit_version-14491a479ab8dcd1.rmeta --extern shell_escape=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libshell_escape-b1368c1733aeae1a.rmeta --extern sysinfo=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsysinfo-96892097d8bbc39f.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-20T19:01:20.3798727Z [00:03:39.572]➜     Compiling grep-cli v0.1.11
2025-08-20T19:01:20.3807538Z [00:03:39.573]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name grep_cli --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/grep-cli-0.1.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d7fb46cfca72e4bb -C extra-filename=-728b352713a29e5b --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern bstr=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-026c9b0c0bff87e0.rmeta --extern globset=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libglobset-f4f9624d5c8cc594.rmeta --extern libc=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-7c8984d75e26dbe9.rmeta --extern log=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-54c83ef749611abc.rmeta --extern termcolor=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtermcolor-f8f0edae3397cc76.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-20T19:01:20.4982175Z [00:03:39.691]➜     Compiling terminal-colorsaurus v1.0.0
2025-08-20T19:01:20.5000151Z [00:03:39.691]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name terminal_colorsaurus --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminal-colorsaurus-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 '--warn=clippy::use_debug' '--deny=clippy::unwrap_used' '--warn=clippy::unnested_or_patterns' '--warn=clippy::uninlined_format_args' '--warn=clippy::unimplemented' --warn=unexpected_cfgs '--deny=clippy::undocumented_unsafe_blocks' --warn=missing_docs --warn=missing_debug_implementations '--warn=clippy::exhaustive_structs' '--warn=clippy::exhaustive_enums' '--warn=clippy::dbg_macro' --check-cfg 'cfg(terminal_colorsaurus_test_unsupported)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anstyle", "rgb"))' -C metadata=3dc126eab3bc2ec3 -C extra-filename=-fca8253c2889771f --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-5335dbb64cbcc9f5.rmeta --extern memchr=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-e799659df7e28d12.rmeta --extern mio=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmio-eb396fed22626dbe.rmeta --extern terminal_trx=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminal_trx-7768ca00df799d63.rmeta --extern xterm_color=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libxterm_color-aa5531b856cf70c7.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-20T19:01:20.8690461Z [00:03:40.061]➜     Compiling serde_yaml v0.9.34+deprecated
2025-08-20T19:01:20.8701480Z [00:03:40.062]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name serde_yaml --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/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=9b01d262482b3bf3 -C extra-filename=-f958b7e9ad119d6a --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern indexmap=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-1d1efc38be5a27f8.rmeta --extern itoa=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-fc01575634588a53.rmeta --extern ryu=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libryu-d9d94ef002221465.rmeta --extern serde=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-e516d29188b73381.rmeta --extern unsafe_libyaml=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunsafe_libyaml-8959ae844e77fb2b.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-20T19:01:21.0958668Z [00:03:40.288]➜     Compiling console v0.16.0
2025-08-20T19:01:21.0967150Z [00:03:40.288]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name console --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.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="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ansi-parsing", "default", "std", "unicode-width", "windows-console-colors"))' -C metadata=99516fe8f295a365 -C extra-filename=-dfa1aa4f2556d781 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-7c8984d75e26dbe9.rmeta --extern once_cell=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-b399ce78ce72a4e7.rmeta --extern unicode_width=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-7ded428ff597e470.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-20T19:01:21.6934718Z [00:03:40.886]➜     Compiling path_abs v0.5.1
2025-08-20T19:01:21.6940768Z [00:03:40.886]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name path_abs --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/path_abs-0.5.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("default", "serde", "serde_derive", "serialize", "stfu8"))' -C metadata=197f78c0e112fee5 -C extra-filename=-af10f20cc3695fcb --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern std_prelude=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstd_prelude-daa05de338145a14.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-20T19:01:21.7179855Z [00:03:40.910]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name thiserror --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=96ed800aa972d1b0 -C extra-filename=-2e938e90e7efa395 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern thiserror_impl=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libthiserror_impl-38e9baa2f8d5d2c0.so --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 --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
2025-08-20T19:01:21.8290867Z [00:03:41.021]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name semver --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.25/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", "std"))' -C metadata=0fd4629697f12233 -C extra-filename=-c9fd00d202c4707b --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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 --check-cfg 'cfg(no_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'`
2025-08-20T19:01:22.4408172Z [00:03:41.633]➜     Compiling ansi_colours v1.2.3
2025-08-20T19:01:22.4439312Z [00:03:41.636]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name ansi_colours --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ansi_colours-1.2.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="rgb"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi_term", "anstyle", "default", "rgb", "termcolor"))' -C metadata=b67ebdce8b262dcb -C extra-filename=-e8381e8aa1b64cf4 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern rgb=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librgb-ee846bffb84ad358.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-20T19:01:22.4615382Z [00:03:41.654]➜       Running `/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/bat-7563dabe23fa08bb/build-script-main`
2025-08-20T19:01:22.4920501Z [00:03:41.683]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name clap --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.24/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=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=898e4455fba2633d -C extra-filename=-9be4cc03e1918df6 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern clap_builder=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-f6a1d9c7e9001ae9.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-20T19:01:22.5410832Z [00:03:41.733]➜     Compiling itertools v0.13.0
2025-08-20T19:01:22.5436671Z [00:03:41.735]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name itertools --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-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="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=bc1c8141957f6b71 -C extra-filename=-915aec7b648725f8 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern either=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libeither-b3141ecb6e1f5118.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-20T19:01:22.5524917Z [00:03:41.744]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name regex --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.11.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="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=f6827494d94c2f5f -C extra-filename=-1dbceb125d36f529 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-271f229373c5cb4d.rmeta --extern memchr=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-e799659df7e28d12.rmeta --extern regex_automata=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-9a8761ad561e142f.rmeta --extern regex_syntax=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-8375770a0aabfdd3.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-20T19:01:22.7514028Z [00:03:41.944]➜     Compiling encoding_rs v0.8.35
2025-08-20T19:01:22.7531963Z [00:03:41.945]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name encoding_rs --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "any_all_workaround", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "serde", "simd-accel"))' -C metadata=859676c64665f455 -C extra-filename=-e54535f94b201fc2 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-5335dbb64cbcc9f5.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-20T19:01:23.9316389Z [00:03:43.124]➜     Compiling clircle v0.6.1
2025-08-20T19:01:23.9329139Z [00:03:43.125]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name clircle --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clircle-0.6.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("default", "serde", "test-close-again"))' -C metadata=1f58896255fb59b0 -C extra-filename=-f93dd060df503e61 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-5335dbb64cbcc9f5.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-20T19:01:24.1490982Z [00:03:43.341]➜     Compiling content_inspector v0.2.4
2025-08-20T19:01:24.1502515Z [00:03:43.342]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name content_inspector --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/content_inspector-0.2.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=267c8abbb759ed5b -C extra-filename=-ce10eb3ac909953a --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-e799659df7e28d12.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-20T19:01:24.3398274Z [00:03:43.532]➜     Compiling bytesize v1.3.0
2025-08-20T19:01:24.3412469Z [00:03:43.533]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name bytesize --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytesize-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 opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=479544d637562b83 -C extra-filename=-017c767a020b58b2 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:01:24.6160265Z [00:03:43.808]➜     Compiling nu-ansi-term v0.50.1
2025-08-20T19:01:24.6171392Z [00:03:43.809]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name nu_ansi_term --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.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("derive_serde_style", "gnu_legacy", "serde"))' -C metadata=aba4a2d489ea772d -C extra-filename=-6e25cf4aadb38c5b --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:01:24.7101888Z [00:03:43.902]➜     Compiling unicode-segmentation v1.12.0
2025-08-20T19:01:24.7121570Z [00:03:43.904]➜       Running `/root/.rustup/toolchains/stable-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=92c91c08020cc0d2 -C extra-filename=-58a87eb00497feda --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:01:24.9602410Z [00:03:44.153]➜     Compiling shell-words v1.1.0
2025-08-20T19:01:24.9622973Z [00:03:44.154]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name shell_words --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shell-words-1.1.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=604bb3df4ded76ba -C extra-filename=-04357d8eadfbdc82 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:01:25.0946276Z [00:03:44.287]➜     Compiling wild v2.2.1
2025-08-20T19:01:25.0954477Z [00:03:44.287]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name wild --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wild-2.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("glob-quoted-on-windows"))' -C metadata=8340d1d6bd5d85a9 -C extra-filename=-cba2249c5eef03c3 --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/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-20T19:01:40.4719108Z [00:03:59.664]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name libgit2_sys --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libgit2-sys-0.18.0+1.9.0/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("https", "libssh2-sys", "openssl-sys", "ssh", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=6caffa24ed14fa10 -C extra-filename=-4deb50649619b43b --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-7c8984d75e26dbe9.rmeta --extern libz_sys=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibz_sys-e3d0f2e314f00a51.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.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build -l static=git2 --cfg libgit2_vendored --check-cfg 'cfg(libgit2_vendored,)'`
2025-08-20T19:01:40.7876554Z [00:03:59.980]➜     Compiling git2 v0.20.0
2025-08-20T19:01:40.7885020Z [00:03:59.980]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name git2 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.20.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("default", "https", "openssl-probe", "openssl-sys", "ssh", "unstable", "vendored-libgit2", "vendored-openssl", "zlib-ng-compat"))' -C metadata=b76298b421e68722 -C extra-filename=-c440e3ffb52f72db --out-dir /tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-31983b188b121da4.rmeta --extern libc=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-7c8984d75e26dbe9.rmeta --extern libgit2_sys=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibgit2_sys-4deb50649619b43b.rmeta --extern log=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-54c83ef749611abc.rmeta --extern url=/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liburl-8673851c8665807a.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.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build`
2025-08-20T19:01:47.4782175Z [00:04:06.671]➜  + find -L ./target/aarch64-unknown-linux-musl/release -maxdepth 1 -type f
2025-08-20T19:01:47.4804243Z [00:04:06.673]➜  ./target/aarch64-unknown-linux-musl/release/.cargo-lock
2025-08-20T19:01:47.4820442Z [00:04:06.674]➜  + find ./target/aarch64-unknown-linux-musl/release -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T19:01:47.4821219Z [00:04:06.674]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T19:01:47.4821615Z [00:04:06.674]➜  + cut -d: -f1
2025-08-20T19:01:47.4821889Z [00:04:06.674]➜  + xargs realpath --no-symlinks
2025-08-20T19:01:47.4822234Z [00:04:06.674]➜  + xargs -I '{}' rsync -achvL '{}' /build-bins/
2025-08-20T19:01:47.4842873Z [00:04:06.677]➜  realpath: missing operand
2025-08-20T19:01:47.4843303Z [00:04:06.677]➜  Try 'realpath --help' for more information.
2025-08-20T19:01:47.6004194Z [00:04:06.793]➜  '/tmp/tmp.wFEhfGMWOz/TEMPREPO/NOTICE' -> '/build-bins/LICENSE'
2025-08-20T19:01:47.6686360Z [00:04:06.861]➜  + cp -fv /build-bins/bat /build-bins/batcat
2025-08-20T19:01:47.6700137Z [00:04:06.862]➜  cp: cannot stat '/build-bins/bat': No such file or directory
2025-08-20T19:01:47.6702443Z [00:04:06.863]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T19:01:47.6729709Z [00:04:06.865]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T19:01:47.6732543Z [00:04:06.866]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T19:01:47.7109121Z [00:04:06.903]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T19:01:47.7135135Z [00:04:06.906]➜  
2025-08-20T19:01:47.7150250Z [00:04:06.907]➜  /build-bins/LICENSE
2025-08-20T19:01:47.7190256Z [00:04:06.911]➜  + file /build-bins/LICENSE
2025-08-20T19:01:47.7321500Z [00:04:06.925]➜  /build-bins/LICENSE: ASCII text
2025-08-20T19:01:47.7329742Z [00:04:06.925]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE
2025-08-20T19:01:47.7352425Z [00:04:06.928]➜  /build-bins/LICENSE:         248 Bytes
2025-08-20T19:01:47.7353986Z [00:04:06.928]➜  + du /build-bins/LICENSE --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T19:01:47.7370696Z [00:04:06.929]➜  248	2025-08-20 19:01:47.599436310 +0000	/build-bins/LICENSE
2025-08-20T19:01:47.7373889Z [00:04:06.930]➜  + popd
2025-08-20T19:01:48.4833965Z [00:04:07.676]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T19:01:48.5285166Z [00:04:07.721]➜  + '[' -s /tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T19:01:48.5291662Z [00:04:07.722]➜  + cp -fv /tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T19:01:48.5303334Z [00:04:07.723]➜  '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T19:01:48.5309649Z [00:04:07.723]➜  + find /tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T19:01:48.5318706Z [00:04:07.724]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T19:01:48.5320250Z [00:04:07.724]➜  + cut -d: -f1
2025-08-20T19:01:48.5321096Z [00:04:07.724]➜  + xargs realpath --no-symlinks
2025-08-20T19:01:48.5322101Z [00:04:07.724]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR
2025-08-20T19:01:48.6775859Z [00:04:07.870]➜  realpath: missing operand
2025-08-20T19:01:48.6776277Z [00:04:07.870]➜  Try 'realpath --help' for more information.
2025-08-20T19:01:48.6786158Z [00:04:07.871]➜  
2025-08-20T19:01:49.1744603Z [00:04:08.367]➜  
2025-08-20T19:01:49.1844768Z [00:04:08.377]➜  ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as runner:runner
2025-08-20T19:01:49.1845781Z [00:04:08.377]➜  ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' retained as runner:runner
2025-08-20T19:01:49.1846840Z [00:04:08.377]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/CONTRIBUTING.md' from root:root to runner:runner
2025-08-20T19:01:49.1848339Z [00:04:08.377]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/Cargo.toml' from root:root to runner:runner
2025-08-20T19:01:49.1849532Z [00:04:08.377]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/CHANGELOG.md' from root:root to runner:runner
2025-08-20T19:01:49.1850708Z [00:04:08.377]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.gitmodules' from root:root to runner:runner
2025-08-20T19:01:49.1851919Z [00:04:08.377]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/diagnostics/info.sh' from root:root to runner:runner
2025-08-20T19:01:49.1853210Z [00:04:08.377]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/diagnostics/.gitattributes' from root:root to runner:runner
2025-08-20T19:01:49.1854444Z [00:04:08.377]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/diagnostics' from root:root to runner:runner
2025-08-20T19:01:49.1855990Z [00:04:08.377]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T19:01:49.1857415Z [00:04:08.377]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/rustfmt.toml' from root:root to runner:runner
2025-08-20T19:01:49.1858636Z [00:04:08.377]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/NOTICE' from root:root to runner:runner
2025-08-20T19:01:49.1859837Z [00:04:08.377]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/examples/inputs.rs' from root:root to runner:runner
2025-08-20T19:01:49.1861058Z [00:04:08.377]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/examples/buffer.rs' from root:root to runner:runner
2025-08-20T19:01:49.1862279Z [00:04:08.377]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/examples/simple.rs' from root:root to runner:runner
2025-08-20T19:01:49.1863486Z [00:04:08.377]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/examples/cat.rs' from root:root to runner:runner
2025-08-20T19:01:49.1864682Z [00:04:08.377]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/examples/yaml.rs' from root:root to runner:runner
2025-08-20T19:01:49.1866226Z [00:04:08.377]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/examples/advanced.rs' from root:root to runner:runner
2025-08-20T19:01:49.1867757Z [00:04:08.377]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/examples/list_syntaxes_and_themes.rs' from root:root to runner:runner
2025-08-20T19:01:49.1869028Z [00:04:08.377]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/examples' from root:root to runner:runner
2025-08-20T19:01:49.1870181Z [00:04:08.377]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T19:01:49.1871371Z [00:04:08.377]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.github/FUNDING.yml' from root:root to runner:runner
2025-08-20T19:01:49.1872614Z [00:04:08.377]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.github/dependabot.yml' from root:root to runner:runner
2025-08-20T19:01:49.1873874Z [00:04:08.377]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.github/workflows/CICD.yml' from root:root to runner:runner
2025-08-20T19:01:49.1875324Z [00:04:08.377]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.github/workflows/require-changelog-for-PRs.yml' from root:root to runner:runner
2025-08-20T19:01:49.1876652Z [00:04:08.377]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T19:01:49.1878062Z [00:04:08.377]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.github/ISSUE_TEMPLATE/config.yml' from root:root to runner:runner
2025-08-20T19:01:49.1879390Z [00:04:08.377]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.github/ISSUE_TEMPLATE/bug_report.md' from root:root to runner:runner
2025-08-20T19:01:49.1881024Z [00:04:08.377]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.github/ISSUE_TEMPLATE/syntax_request.md' from root:root to runner:runner
2025-08-20T19:01:49.1882484Z [00:04:08.377]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.github/ISSUE_TEMPLATE/question.md' from root:root to runner:runner
2025-08-20T19:01:49.1883832Z [00:04:08.377]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.github/ISSUE_TEMPLATE/feature_request.md' from root:root to runner:runner
2025-08-20T19:01:49.1885142Z [00:04:08.377]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.github/ISSUE_TEMPLATE' from root:root to runner:runner
2025-08-20T19:01:49.1886377Z [00:04:08.377]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.github/.codecov.yml' from root:root to runner:runner
2025-08-20T19:01:49.1887705Z [00:04:08.377]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T19:01:49.1888924Z [00:04:08.377]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/doc/release-checklist.md' from root:root to runner:runner
2025-08-20T19:01:49.1890420Z [00:04:08.377]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/doc/long-help.txt' from root:root to runner:runner
2025-08-20T19:01:49.1891630Z [00:04:08.377]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/doc/README-ko.md' from root:root to runner:runner
2025-08-20T19:01:49.1892849Z [00:04:08.377]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/doc/logo-header.svg' from root:root to runner:runner
2025-08-20T19:01:49.1894056Z [00:04:08.377]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/doc/README-zh.md' from root:root to runner:runner
2025-08-20T19:01:49.1895254Z [00:04:08.377]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/doc/README-ru.md' from root:root to runner:runner
2025-08-20T19:01:49.1896456Z [00:04:08.377]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/doc/README-ja.md' from root:root to runner:runner
2025-08-20T19:01:49.1897804Z [00:04:08.377]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/doc/sponsors/warp-logo.png' from root:root to runner:runner
2025-08-20T19:01:49.1899127Z [00:04:08.377]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/doc/sponsors/warp-pack-header.png' from root:root to runner:runner
2025-08-20T19:01:49.1900457Z [00:04:08.377]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/doc/sponsors/graphite-logo.jpeg' from root:root to runner:runner
2025-08-20T19:01:49.1901704Z [00:04:08.377]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/doc/sponsors' from root:root to runner:runner
2025-08-20T19:01:49.1902915Z [00:04:08.377]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/doc/alternatives.md' from root:root to runner:runner
2025-08-20T19:01:49.1904319Z [00:04:08.377]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/doc/assets.md' from root:root to runner:runner
2025-08-20T19:01:49.1905581Z [00:04:08.377]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/doc/sponsors.md' from root:root to runner:runner
2025-08-20T19:01:49.1906788Z [00:04:08.377]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/doc/short-help.txt' from root:root to runner:runner
2025-08-20T19:01:49.1908151Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/doc' from root:root to runner:runner
2025-08-20T19:01:49.1909309Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T19:01:49.1910542Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/.rustc_info.json' from root:root to runner:runner
2025-08-20T19:01:49.1912050Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libglobset-f4f9624d5c8cc594.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.1913950Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-9be4cc03e1918df6.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.1915870Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/log-54c83ef749611abc.d' from root:root to runner:runner
2025-08-20T19:01:49.1917677Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-1d1efc38be5a27f8.rlib' from root:root to runner:runner
2025-08-20T19:01:49.1919455Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-73ed215010b561ed.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.1921194Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libform_urlencoded-d22f34f47f97eadd.rlib' from root:root to runner:runner
2025-08-20T19:01:49.1922922Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libyaml_rust-c8aaf070859a0401.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.1924647Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-9a8761ad561e142f.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.1926354Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rlib' from root:root to runner:runner
2025-08-20T19:01:49.1928215Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libconsole-dfa1aa4f2556d781.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.1930108Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/linked_hash_map-bee71cebb34bbb63.d' from root:root to runner:runner
2025-08-20T19:01:49.1931877Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_json-51740148f3e0d9af.rlib' from root:root to runner:runner
2025-08-20T19:01:49.1933547Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bitflags-31983b188b121da4.d' from root:root to runner:runner
2025-08-20T19:01:49.1935250Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_normalizer-5580589adbe0d62f.rlib' from root:root to runner:runner
2025-08-20T19:01:49.1936919Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libc-7c8984d75e26dbe9.d' from root:root to runner:runner
2025-08-20T19:01:49.1938757Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-9a8761ad561e142f.rlib' from root:root to runner:runner
2025-08-20T19:01:49.1940491Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_provider-7bcb676197ff0edd.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.1942416Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librgb-ee846bffb84ad358.rlib' from root:root to runner:runner
2025-08-20T19:01:49.1944099Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytesize-017c767a020b58b2.rlib' from root:root to runner:runner
2025-08-20T19:01:49.1945792Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwrite16-ff676fd1ec9f9a7f.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.1947591Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-31983b188b121da4.rlib' from root:root to runner:runner
2025-08-20T19:01:49.1949322Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde_yaml-f958b7e9ad119d6a.d' from root:root to runner:runner
2025-08-20T19:01:49.1950974Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/thiserror-2e938e90e7efa395.d' from root:root to runner:runner
2025-08-20T19:01:49.1952624Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bitflags-056469cb054f3137.d' from root:root to runner:runner
2025-08-20T19:01:49.1954337Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstd_prelude-daa05de338145a14.rlib' from root:root to runner:runner
2025-08-20T19:01:49.1956224Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstd_prelude-daa05de338145a14.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.1958103Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-271f229373c5cb4d.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.1959816Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpowerfmt-6e0d9dec78c98ec2.rlib' from root:root to runner:runner
2025-08-20T19:01:49.1961533Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libminiz_oxide-b877ceff94c572d5.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.1963258Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-942298f08837beb8.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.1964947Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unicode_width-7ded428ff597e470.d' from root:root to runner:runner
2025-08-20T19:01:49.1966926Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbincode-9cf32eab989e56f5.rlib' from root:root to runner:runner
2025-08-20T19:01:49.1968788Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-f6a1d9c7e9001ae9.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.1970517Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrc32fast-5da3ad0775acaf5f.rlib' from root:root to runner:runner
2025-08-20T19:01:49.1972271Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_properties_data-57286969b29ae9da.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.1974036Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-8d4fe851a1105d97.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.1975766Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libxterm_color-aa5531b856cf70c7.rlib' from root:root to runner:runner
2025-08-20T19:01:49.1977559Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_locid_transform_data-deeda695c34691a0.d' from root:root to runner:runner
2025-08-20T19:01:49.1979362Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinked_hash_map-bee71cebb34bbb63.rlib' from root:root to runner:runner
2025-08-20T19:01:49.1981280Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/miniz_oxide-b877ceff94c572d5.d' from root:root to runner:runner
2025-08-20T19:01:49.1983001Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/thiserror-437689595856de5e.d' from root:root to runner:runner
2025-08-20T19:01:49.1984655Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/aho_corasick-271f229373c5cb4d.d' from root:root to runner:runner
2025-08-20T19:01:49.1986336Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_syntax-8375770a0aabfdd3.d' from root:root to runner:runner
2025-08-20T19:01:49.1988173Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-056469cb054f3137.rlib' from root:root to runner:runner
2025-08-20T19:01:49.1989867Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpath_abs-af10f20cc3695fcb.rlib' from root:root to runner:runner
2025-08-20T19:01:49.1991522Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libz_sys-e3d0f2e314f00a51.d' from root:root to runner:runner
2025-08-20T19:01:49.1993476Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_deque-eb77c69ac2d7beae.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.1995219Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-e516d29188b73381.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.1996891Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgit2_sys-4deb50649619b43b.d' from root:root to runner:runner
2025-08-20T19:01:49.1998672Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/itoa-fc01575634588a53.d' from root:root to runner:runner
2025-08-20T19:01:49.2000338Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinystr-9193fc9708c6ddda.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2002025Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-e516d29188b73381.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2003739Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_utils-51234f7be0e44a62.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2005446Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/std_prelude-daa05de338145a14.d' from root:root to runner:runner
2025-08-20T19:01:49.2007437Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-8375770a0aabfdd3.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2009234Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libadler2-8ca6a70d9951681d.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2010911Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/colorchoice-6013ebb501c1abed.d' from root:root to runner:runner
2025-08-20T19:01:49.2012611Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-73ed215010b561ed.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2014313Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclircle-f93dd060df503e61.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2016043Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnu_ansi_term-6e25cf4aadb38c5b.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2018144Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminal_size-cca70a258e76f296.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2019841Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bytemuck-fe8f8ee62542e0a3.d' from root:root to runner:runner
2025-08-20T19:01:49.2021527Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/stable_deref_trait-d25f545777b6ba93.d' from root:root to runner:runner
2025-08-20T19:01:49.2023251Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libform_urlencoded-d22f34f47f97eadd.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2025020Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_locid_transform-39ab77d60ed5829b.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2026774Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_collections-58659a3ff9e906e8.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2028830Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpowerfmt-6e0d9dec78c98ec2.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2030517Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/deranged-e9b64198e293fccd.d' from root:root to runner:runner
2025-08-20T19:01:49.2032202Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnu_ansi_term-6e25cf4aadb38c5b.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2034212Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_locid_transform-39ab77d60ed5829b.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2035964Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/home-25246cb9c45fe12e.d' from root:root to runner:runner
2025-08-20T19:01:49.2037755Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsame_file-68187b3b758edad5.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2039588Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminal_colorsaurus-fca8253c2889771f.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2041332Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librayon-e5d88b5b64347be0.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2043007Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmio-eb396fed22626dbe.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2045002Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/console-dfa1aa4f2556d781.d' from root:root to runner:runner
2025-08-20T19:01:49.2046672Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/xterm_color-aa5531b856cf70c7.d' from root:root to runner:runner
2025-08-20T19:01:49.2048487Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytemuck-fe8f8ee62542e0a3.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2050184Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8_iter-fd2e55522e4115bf.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2051881Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhome-25246cb9c45fe12e.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2053554Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle_parse-d9f762c54654b497.d' from root:root to runner:runner
2025-08-20T19:01:49.2055247Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibgit2_sys-4deb50649619b43b.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2056968Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_provider-7bcb676197ff0edd.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2059138Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bugreport-4a832a36ccb043df.d' from root:root to runner:runner
2025-08-20T19:01:49.2060884Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/equivalent-8d4fe851a1105d97.d' from root:root to runner:runner
2025-08-20T19:01:49.2062569Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libetcetera-36baa81ea3a36031.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2064299Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstable_deref_trait-d25f545777b6ba93.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2066017Z [00:04:08.378]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libyoke-bb269889bf286514.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2067876Z [00:04:08.379]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librayon_core-d744dc40edf72df3.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2069654Z [00:04:08.379]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libansi_colours-e8381e8aa1b64cf4.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2071701Z [00:04:08.379]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_locid_transform_data-deeda695c34691a0.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2073483Z [00:04:08.379]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_properties-4b15e27345e0e46f.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2075209Z [00:04:08.379]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbugreport-4a832a36ccb043df.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2076890Z [00:04:08.379]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/walkdir-a545e9a5ea7ecd80.d' from root:root to runner:runner
2025-08-20T19:01:49.2078729Z [00:04:08.379]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunsafe_libyaml-8959ae844e77fb2b.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2080443Z [00:04:08.379]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-b399ce78ce72a4e7.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2082153Z [00:04:08.379]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitertools-915aec7b648725f8.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2083866Z [00:04:08.379]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libquick_xml-6cb6f5433e29bfd0.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2085765Z [00:04:08.379]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-f497dbc862f38eff.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2087738Z [00:04:08.379]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/nu_ansi_term-6e25cf4aadb38c5b.d' from root:root to runner:runner
2025-08-20T19:01:49.2089482Z [00:04:08.379]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-f497dbc862f38eff.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2091195Z [00:04:08.379]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-8d4fe851a1105d97.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2092914Z [00:04:08.379]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_json-51740148f3e0d9af.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2094636Z [00:04:08.379]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-d3912d4c466823d0.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2096526Z [00:04:08.379]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ryu-d9d94ef002221465.d' from root:root to runner:runner
2025-08-20T19:01:49.2098342Z [00:04:08.379]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libidna-288254ee0def8c00.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2100454Z [00:04:08.379]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_yaml-f958b7e9ad119d6a.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2102126Z [00:04:08.379]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_locid-3eaf3aa7e2e9d5f0.d' from root:root to runner:runner
2025-08-20T19:01:49.2103805Z [00:04:08.379]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-40b39d31228b3e36.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2105461Z [00:04:08.379]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle-74b0f744cbb31470.d' from root:root to runner:runner
2025-08-20T19:01:49.2107204Z [00:04:08.379]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-1dbceb125d36f529.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2108951Z [00:04:08.379]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsysinfo-96892097d8bbc39f.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2110650Z [00:04:08.379]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-920aadcb768c81d9.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2112504Z [00:04:08.379]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bincode-9cf32eab989e56f5.d' from root:root to runner:runner
2025-08-20T19:01:49.2114267Z [00:04:08.379]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminal_size-cca70a258e76f296.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2115967Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libryu-d9d94ef002221465.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2117729Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unsafe_libyaml-8959ae844e77fb2b.d' from root:root to runner:runner
2025-08-20T19:01:49.2119469Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbase64-269e532397edb1aa.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2121110Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/flate2-8a962afd58c417e4.d' from root:root to runner:runner
2025-08-20T19:01:49.2122994Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/time_core-c92fcfce196be157.d' from root:root to runner:runner
2025-08-20T19:01:49.2124662Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_automata-9a8761ad561e142f.d' from root:root to runner:runner
2025-08-20T19:01:49.2126337Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_conv-b338309f5a6d2497.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2128326Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_properties-4b15e27345e0e46f.d' from root:root to runner:runner
2025-08-20T19:01:49.2130032Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8_iter-fd2e55522e4115bf.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2131712Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/terminal_trx-7768ca00df799d63.d' from root:root to runner:runner
2025-08-20T19:01:49.2133358Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/either-b3141ecb6e1f5118.d' from root:root to runner:runner
2025-08-20T19:01:49.2134967Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/mio-eb396fed22626dbe.d' from root:root to runner:runner
2025-08-20T19:01:49.2136620Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf16_iter-a7bc44b761bfe6ed.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2154755Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgit_version-14491a479ab8dcd1.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2156752Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgit2-c440e3ffb52f72db.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2158883Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libshell_escape-b1368c1733aeae1a.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2160620Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_locid-3eaf3aa7e2e9d5f0.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2162288Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tinystr-9193fc9708c6ddda.d' from root:root to runner:runner
2025-08-20T19:01:49.2163965Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_locid-3eaf3aa7e2e9d5f0.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2165940Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfnv-d3a003c5745aa4e2.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2167779Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/idna-288254ee0def8c00.d' from root:root to runner:runner
2025-08-20T19:01:49.2169553Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcontent_inspector-ce10eb3ac909953a.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2171292Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-056469cb054f3137.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2173020Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunsafe_libyaml-8959ae844e77fb2b.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2174751Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-1d1efc38be5a27f8.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2176433Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libryu-d9d94ef002221465.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2178416Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_normalizer_data-de09fbe8fbd555b4.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2180421Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_epoch-179e3c81e30bec0d.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2182220Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-1dbceb125d36f529.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2183865Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/plist-c80792f6c4176758.d' from root:root to runner:runner
2025-08-20T19:01:49.2185529Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerovec-69b412fa2a1afd8d.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2187347Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/utf8parse-654ab0e6866dede5.d' from root:root to runner:runner
2025-08-20T19:01:49.2189080Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libderanged-e9b64198e293fccd.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2190712Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/url-8673851c8665807a.d' from root:root to runner:runner
2025-08-20T19:01:49.2192608Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtermcolor-f8f0edae3397cc76.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2194321Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtime_core-c92fcfce196be157.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2196009Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/terminal_size-cca70a258e76f296.d' from root:root to runner:runner
2025-08-20T19:01:49.2197798Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-74b0f744cbb31470.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2199544Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librgb-ee846bffb84ad358.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2201205Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgit2-c440e3ffb52f72db.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2202862Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmio-eb396fed22626dbe.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2204523Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/encoding_rs-e54535f94b201fc2.d' from root:root to runner:runner
2025-08-20T19:01:49.2206406Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_deque-eb77c69ac2d7beae.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2208441Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbincode-9cf32eab989e56f5.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2210127Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libplist-c80792f6c4176758.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2211815Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibgit2_sys-4deb50649619b43b.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2213472Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/cfg_if-5335dbb64cbcc9f5.d' from root:root to runner:runner
2025-08-20T19:01:49.2215135Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libxterm_color-aa5531b856cf70c7.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2217187Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/num_conv-b338309f5a6d2497.d' from root:root to runner:runner
2025-08-20T19:01:49.2218918Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtime-76646ac80f0aa836.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2220615Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminal_trx-7768ca00df799d63.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2222288Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/path_abs-af10f20cc3695fcb.d' from root:root to runner:runner
2025-08-20T19:01:49.2223945Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwild-cba2249c5eef03c3.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2225632Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/git_version-14491a479ab8dcd1.d' from root:root to runner:runner
2025-08-20T19:01:49.2227388Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibz_sys-e3d0f2e314f00a51.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2229210Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_locid_transform_data-deeda695c34691a0.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2230958Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibz_sys-e3d0f2e314f00a51.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2232833Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/shell_escape-b1368c1733aeae1a.d' from root:root to runner:runner
2025-08-20T19:01:49.2234605Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libshell_words-04357d8eadfbdc82.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2236317Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_conv-b338309f5a6d2497.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2238176Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-d9f762c54654b497.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2239906Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-3c60fcc3958beeed.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2241611Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libeither-b3141ecb6e1f5118.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2243513Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libidna-288254ee0def8c00.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2245183Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libplist-c80792f6c4176758.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2246842Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstream-920aadcb768c81d9.d' from root:root to runner:runner
2025-08-20T19:01:49.2248815Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/is_terminal_polyfill-d41033bcec586f6b.d' from root:root to runner:runner
2025-08-20T19:01:49.2250550Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unicode_segmentation-58a87eb00497feda.d' from root:root to runner:runner
2025-08-20T19:01:49.2252260Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle_query-d3912d4c466823d0.d' from root:root to runner:runner
2025-08-20T19:01:49.2253893Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/wild-cba2249c5eef03c3.d' from root:root to runner:runner
2025-08-20T19:01:49.2255538Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-5335dbb64cbcc9f5.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2257641Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex-1dbceb125d36f529.d' from root:root to runner:runner
2025-08-20T19:01:49.2259432Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpercent_encoding-34b2c2a1cfbbb22b.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2261130Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/litemap-a63d05f46fac57ef.d' from root:root to runner:runner
2025-08-20T19:01:49.2262979Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_builder-f6a1d9c7e9001ae9.d' from root:root to runner:runner
2025-08-20T19:01:49.2264680Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-8375770a0aabfdd3.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2266402Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libidna_adapter-1c979c5e9beb0425.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2268372Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_segmentation-58a87eb00497feda.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2270099Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rayon_core-d744dc40edf72df3.d' from root:root to runner:runner
2025-08-20T19:01:49.2271796Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-6013ebb501c1abed.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2273516Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/percent_encoding-34b2c2a1cfbbb22b.d' from root:root to runner:runner
2025-08-20T19:01:49.2275162Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rgb-ee846bffb84ad358.d' from root:root to runner:runner
2025-08-20T19:01:49.2276945Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/utf8_iter-fd2e55522e4115bf.d' from root:root to runner:runner
2025-08-20T19:01:49.2278853Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-920aadcb768c81d9.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2280587Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_properties-4b15e27345e0e46f.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2282286Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zerofrom-3650f481298332e4.d' from root:root to runner:runner
2025-08-20T19:01:49.2283922Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_lex-f497dbc862f38eff.d' from root:root to runner:runner
2025-08-20T19:01:49.2285579Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgrep_cli-728b352713a29e5b.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2287501Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-7c8984d75e26dbe9.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2289407Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/time-76646ac80f0aa836.d' from root:root to runner:runner
2025-08-20T19:01:49.2291067Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsemver-c9fd00d202c4707b.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2292728Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/quick_xml-6cb6f5433e29bfd0.d' from root:root to runner:runner
2025-08-20T19:01:49.2294402Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/form_urlencoded-d22f34f47f97eadd.d' from root:root to runner:runner
2025-08-20T19:01:49.2296128Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpercent_encoding-34b2c2a1cfbbb22b.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2298025Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpath_abs-af10f20cc3695fcb.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2299774Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal_polyfill-d41033bcec586f6b.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2301524Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminal_trx-7768ca00df799d63.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2303404Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerovec-69b412fa2a1afd8d.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2305193Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_deque-eb77c69ac2d7beae.d' from root:root to runner:runner
2025-08-20T19:01:49.2306856Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/etcetera-36baa81ea3a36031.d' from root:root to runner:runner
2025-08-20T19:01:49.2308660Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2310361Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libquick_xml-6cb6f5433e29bfd0.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2312031Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hashbrown-942298f08837beb8.d' from root:root to runner:runner
2025-08-20T19:01:49.2313961Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_normalizer_data-de09fbe8fbd555b4.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2315673Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-9be4cc03e1918df6.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2317449Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_epoch-179e3c81e30bec0d.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2319230Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblitemap-a63d05f46fac57ef.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2320940Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libencoding_rs-e54535f94b201fc2.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2322653Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf16_iter-a7bc44b761bfe6ed.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2324372Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/terminal_colorsaurus-fca8253c2889771f.d' from root:root to runner:runner
2025-08-20T19:01:49.2326087Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-b399ce78ce72a4e7.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2327834Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/strsim-b4d47f8ab2e91eb8.d' from root:root to runner:runner
2025-08-20T19:01:49.2329728Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgit_version-14491a479ab8dcd1.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2331508Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_yaml-f958b7e9ad119d6a.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2333206Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libflate2-8a962afd58c417e4.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2334870Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crc32fast-5da3ad0775acaf5f.d' from root:root to runner:runner
2025-08-20T19:01:49.2336574Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitertools-915aec7b648725f8.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2338520Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liburl-8673851c8665807a.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2340472Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-fc01575634588a53.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2342153Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libyaml_rust-c8aaf070859a0401.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2343818Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde_json-51740148f3e0d9af.d' from root:root to runner:runner
2025-08-20T19:01:49.2345438Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bstr-026c9b0c0bff87e0.d' from root:root to runner:runner
2025-08-20T19:01:49.2347265Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-271f229373c5cb4d.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2349015Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/globset-f4f9624d5c8cc594.d' from root:root to runner:runner
2025-08-20T19:01:49.2350681Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-026c9b0c0bff87e0.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2352366Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libflate2-8a962afd58c417e4.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2354203Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwalkdir-a545e9a5ea7ecd80.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2355970Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinystr-9193fc9708c6ddda.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2357749Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libadler2-8ca6a70d9951681d.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2359504Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-437689595856de5e.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2361211Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-31983b188b121da4.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2362904Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libglobset-f4f9624d5c8cc594.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2364567Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/writeable-db68817ed34b1ba0.d' from root:root to runner:runner
2025-08-20T19:01:49.2366450Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librayon_core-d744dc40edf72df3.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2368316Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-5335dbb64cbcc9f5.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2369995Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtime-76646ac80f0aa836.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2371660Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/termcolor-f8f0edae3397cc76.d' from root:root to runner:runner
2025-08-20T19:01:49.2373305Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/indexmap-1d1efc38be5a27f8.d' from root:root to runner:runner
2025-08-20T19:01:49.2374982Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwriteable-db68817ed34b1ba0.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2376684Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytesize-017c767a020b58b2.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2378527Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwriteable-db68817ed34b1ba0.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2380397Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/linux_raw_sys-3c60fcc3958beeed.d' from root:root to runner:runner
2025-08-20T19:01:49.2382197Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_properties_data-57286969b29ae9da.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2383933Z [00:04:08.380]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-f6a1d9c7e9001ae9.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2385614Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/memchr-e799659df7e28d12.d' from root:root to runner:runner
2025-08-20T19:01:49.2387381Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libansi_colours-e8381e8aa1b64cf4.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2389129Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libyoke-bb269889bf286514.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2390986Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/grep_cli-728b352713a29e5b.d' from root:root to runner:runner
2025-08-20T19:01:49.2392665Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsysinfo-96892097d8bbc39f.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2394363Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/smallvec-73ed215010b561ed.d' from root:root to runner:runner
2025-08-20T19:01:49.2396051Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libidna_adapter-1c979c5e9beb0425.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2397897Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_utils-51234f7be0e44a62.d' from root:root to runner:runner
2025-08-20T19:01:49.2399670Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcontent_inspector-ce10eb3ac909953a.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2401383Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/shell_words-04357d8eadfbdc82.d' from root:root to runner:runner
2025-08-20T19:01:49.2403037Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-026c9b0c0bff87e0.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2404747Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_collections-58659a3ff9e906e8.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2406635Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwalkdir-a545e9a5ea7ecd80.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2408517Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2410290Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminal_colorsaurus-fca8253c2889771f.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2412037Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libetcetera-36baa81ea3a36031.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2413737Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwrite16-ff676fd1ec9f9a7f.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2415385Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/adler2-8ca6a70d9951681d.d' from root:root to runner:runner
2025-08-20T19:01:49.2417369Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-437689595856de5e.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2419123Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-40b39d31228b3e36.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2420811Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtime_core-c92fcfce196be157.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2422539Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_utils-51234f7be0e44a62.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2424224Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde-e516d29188b73381.d' from root:root to runner:runner
2025-08-20T19:01:49.2425886Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-3c60fcc3958beeed.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2427627Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/git2-c440e3ffb52f72db.d' from root:root to runner:runner
2025-08-20T19:01:49.2429339Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerofrom-3650f481298332e4.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2431063Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-6013ebb501c1abed.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2432937Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustix-40b39d31228b3e36.d' from root:root to runner:runner
2025-08-20T19:01:49.2434660Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-7c8984d75e26dbe9.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2436354Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_normalizer_data-de09fbe8fbd555b4.d' from root:root to runner:runner
2025-08-20T19:01:49.2438169Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bytesize-017c767a020b58b2.d' from root:root to runner:runner
2025-08-20T19:01:49.2439852Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytemuck-fe8f8ee62542e0a3.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2441572Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-d9f762c54654b497.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2443509Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfnv-d3a003c5745aa4e2.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2445172Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/idna_adapter-1c979c5e9beb0425.d' from root:root to runner:runner
2025-08-20T19:01:49.2446863Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbugreport-4a832a36ccb043df.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2448719Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/content_inspector-ce10eb3ac909953a.d' from root:root to runner:runner
2025-08-20T19:01:49.2450421Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-74b0f744cbb31470.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2452097Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-e799659df7e28d12.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2453825Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal_polyfill-d41033bcec586f6b.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2455568Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libminiz_oxide-b877ceff94c572d5.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2457640Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclircle-f93dd060df503e61.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2459448Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtermcolor-f8f0edae3397cc76.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2461212Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_segmentation-58a87eb00497feda.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2462958Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwild-cba2249c5eef03c3.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2464666Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_normalizer-5580589adbe0d62f.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2466338Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rayon-e5d88b5b64347be0.d' from root:root to runner:runner
2025-08-20T19:01:49.2468332Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_provider-7bcb676197ff0edd.d' from root:root to runner:runner
2025-08-20T19:01:49.2469978Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/base64-269e532397edb1aa.d' from root:root to runner:runner
2025-08-20T19:01:49.2471655Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-2e938e90e7efa395.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2473378Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-d3912d4c466823d0.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2475058Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/sysinfo-96892097d8bbc39f.d' from root:root to runner:runner
2025-08-20T19:01:49.2476724Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_collections-58659a3ff9e906e8.d' from root:root to runner:runner
2025-08-20T19:01:49.2478548Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libshell_escape-b1368c1733aeae1a.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2480266Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2481948Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/utf16_iter-a7bc44b761bfe6ed.d' from root:root to runner:runner
2025-08-20T19:01:49.2483810Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-e799659df7e28d12.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2485540Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/same_file-68187b3b758edad5.d' from root:root to runner:runner
2025-08-20T19:01:49.2487285Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_epoch-179e3c81e30bec0d.d' from root:root to runner:runner
2025-08-20T19:01:49.2489045Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsemver-c9fd00d202c4707b.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2490712Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zerovec-69b412fa2a1afd8d.d' from root:root to runner:runner
2025-08-20T19:01:49.2492362Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ansi_colours-e8381e8aa1b64cf4.d' from root:root to runner:runner
2025-08-20T19:01:49.2494211Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap-9be4cc03e1918df6.d' from root:root to runner:runner
2025-08-20T19:01:49.2495853Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librayon-e5d88b5b64347be0.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2497618Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libderanged-e9b64198e293fccd.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2499386Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_locid_transform-39ab77d60ed5829b.d' from root:root to runner:runner
2025-08-20T19:01:49.2501100Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrc32fast-5da3ad0775acaf5f.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2502789Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhome-25246cb9c45fe12e.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2504410Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fnv-d3a003c5745aa4e2.d' from root:root to runner:runner
2025-08-20T19:01:49.2506013Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/semver-c9fd00d202c4707b.d' from root:root to runner:runner
2025-08-20T19:01:49.2507720Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/powerfmt-6e0d9dec78c98ec2.d' from root:root to runner:runner
2025-08-20T19:01:49.2509673Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinked_hash_map-bee71cebb34bbb63.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2511488Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-7ded428ff597e470.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2513175Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/once_cell-b399ce78ce72a4e7.d' from root:root to runner:runner
2025-08-20T19:01:49.2514816Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/write16-ff676fd1ec9f9a7f.d' from root:root to runner:runner
2025-08-20T19:01:49.2516466Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-fc01575634588a53.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2518281Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libconsole-dfa1aa4f2556d781.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2520198Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-942298f08837beb8.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2521937Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstable_deref_trait-d25f545777b6ba93.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2523680Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-2e938e90e7efa395.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2525375Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsame_file-68187b3b758edad5.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2527171Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libencoding_rs-e54535f94b201fc2.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2528922Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clircle-f93dd060df503e61.d' from root:root to runner:runner
2025-08-20T19:01:49.2530583Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgrep_cli-728b352713a29e5b.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2532266Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-54c83ef749611abc.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2534142Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/yaml_rust-c8aaf070859a0401.d' from root:root to runner:runner
2025-08-20T19:01:49.2535890Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerofrom-3650f481298332e4.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2537744Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libshell_words-04357d8eadfbdc82.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2539489Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-54c83ef749611abc.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2541161Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libeither-b3141ecb6e1f5118.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2542802Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/yoke-bb269889bf286514.d' from root:root to runner:runner
2025-08-20T19:01:49.2544461Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_properties_data-57286969b29ae9da.d' from root:root to runner:runner
2025-08-20T19:01:49.2546348Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_normalizer-5580589adbe0d62f.d' from root:root to runner:runner
2025-08-20T19:01:49.2548205Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-7ded428ff597e470.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2549919Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblitemap-a63d05f46fac57ef.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2551613Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbase64-269e532397edb1aa.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.2553280Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liburl-8673851c8665807a.rlib' from root:root to runner:runner
2025-08-20T19:01:49.2554926Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/itertools-915aec7b648725f8.d' from root:root to runner:runner
2025-08-20T19:01:49.2556455Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps' from root:root to runner:runner
2025-08-20T19:01:49.2558050Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/examples' from root:root to runner:runner
2025-08-20T19:01:49.2559707Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/incremental' from root:root to runner:runner
2025-08-20T19:01:49.2561399Z [00:04:08.381]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/semver-1e580d5bf50e4646/stderr' from root:root to runner:runner
2025-08-20T19:01:49.2563126Z [00:04:08.382]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/semver-1e580d5bf50e4646/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.2564836Z [00:04:08.382]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/semver-1e580d5bf50e4646/out' from root:root to runner:runner
2025-08-20T19:01:49.2566526Z [00:04:08.382]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/semver-1e580d5bf50e4646/root-output' from root:root to runner:runner
2025-08-20T19:01:49.2568389Z [00:04:08.382]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/semver-1e580d5bf50e4646/output' from root:root to runner:runner
2025-08-20T19:01:49.2570032Z [00:04:08.382]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/semver-1e580d5bf50e4646' from root:root to runner:runner
2025-08-20T19:01:49.2571946Z [00:04:08.382]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-e87e36cc3cce7aef/stderr' from root:root to runner:runner
2025-08-20T19:01:49.2573669Z [00:04:08.382]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-e87e36cc3cce7aef/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.2575364Z [00:04:08.382]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-e87e36cc3cce7aef/out' from root:root to runner:runner
2025-08-20T19:01:49.2577146Z [00:04:08.382]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-e87e36cc3cce7aef/root-output' from root:root to runner:runner
2025-08-20T19:01:49.2578901Z [00:04:08.382]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-e87e36cc3cce7aef/output' from root:root to runner:runner
2025-08-20T19:01:49.2580544Z [00:04:08.382]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-e87e36cc3cce7aef' from root:root to runner:runner
2025-08-20T19:01:49.2582200Z [00:04:08.382]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/stderr' from root:root to runner:runner
2025-08-20T19:01:49.2583956Z [00:04:08.382]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.2585869Z [00:04:08.382]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/out' from root:root to runner:runner
2025-08-20T19:01:49.2587747Z [00:04:08.382]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/root-output' from root:root to runner:runner
2025-08-20T19:01:49.2589524Z [00:04:08.382]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/output' from root:root to runner:runner
2025-08-20T19:01:49.2591194Z [00:04:08.382]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2' from root:root to runner:runner
2025-08-20T19:01:49.2592909Z [00:04:08.382]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.2594749Z [00:04:08.382]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-big5.o' from root:root to runner:runner
2025-08-20T19:01:49.2596826Z [00:04:08.382]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-iso8859_1.o' from root:root to runner:runner
2025-08-20T19:01:49.2598824Z [00:04:08.382]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-iso8859_16.o' from root:root to runner:runner
2025-08-20T19:01:49.2600701Z [00:04:08.382]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-regenc.o' from root:root to runner:runner
2025-08-20T19:01:49.2602575Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-iso8859_10.o' from root:root to runner:runner
2025-08-20T19:01:49.2604459Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-onig_init.o' from root:root to runner:runner
2025-08-20T19:01:49.2606331Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-gb18030.o' from root:root to runner:runner
2025-08-20T19:01:49.2608302Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-utf8.o' from root:root to runner:runner
2025-08-20T19:01:49.2610165Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-cp1251.o' from root:root to runner:runner
2025-08-20T19:01:49.2612212Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-regcomp.o' from root:root to runner:runner
2025-08-20T19:01:49.2614156Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-euc_jp_prop.o' from root:root to runner:runner
2025-08-20T19:01:49.2616043Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-iso8859_3.o' from root:root to runner:runner
2025-08-20T19:01:49.2618039Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-regexec.o' from root:root to runner:runner
2025-08-20T19:01:49.2619906Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-euc_tw.o' from root:root to runner:runner
2025-08-20T19:01:49.2621817Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-unicode_unfold_key.o' from root:root to runner:runner
2025-08-20T19:01:49.2623992Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-iso8859_13.o' from root:root to runner:runner
2025-08-20T19:01:49.2625868Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-unicode.o' from root:root to runner:runner
2025-08-20T19:01:49.2627817Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-iso8859_5.o' from root:root to runner:runner
2025-08-20T19:01:49.2629787Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-unicode_fold1_key.o' from root:root to runner:runner
2025-08-20T19:01:49.2631691Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-iso8859_14.o' from root:root to runner:runner
2025-08-20T19:01:49.2633571Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-iso8859_11.o' from root:root to runner:runner
2025-08-20T19:01:49.2635485Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-unicode_fold2_key.o' from root:root to runner:runner
2025-08-20T19:01:49.2637621Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-ascii.o' from root:root to runner:runner
2025-08-20T19:01:49.2639574Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-iso8859_15.o' from root:root to runner:runner
2025-08-20T19:01:49.2641445Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-utf16_be.o' from root:root to runner:runner
2025-08-20T19:01:49.2643322Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-regsyntax.o' from root:root to runner:runner
2025-08-20T19:01:49.2645136Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/flag_check.c' from root:root to runner:runner
2025-08-20T19:01:49.2646962Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-regerror.o' from root:root to runner:runner
2025-08-20T19:01:49.2649061Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/config.h' from root:root to runner:runner
2025-08-20T19:01:49.2650880Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-utf32_be.o' from root:root to runner:runner
2025-08-20T19:01:49.2652745Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-iso8859_4.o' from root:root to runner:runner
2025-08-20T19:01:49.2654612Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-iso8859_7.o' from root:root to runner:runner
2025-08-20T19:01:49.2656476Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-euc_jp.o' from root:root to runner:runner
2025-08-20T19:01:49.2658483Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-utf32_le.o' from root:root to runner:runner
2025-08-20T19:01:49.2660362Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-iso8859_6.o' from root:root to runner:runner
2025-08-20T19:01:49.2662245Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-sjis_prop.o' from root:root to runner:runner
2025-08-20T19:01:49.2664293Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-regversion.o' from root:root to runner:runner
2025-08-20T19:01:49.2666246Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-regtrav.o' from root:root to runner:runner
2025-08-20T19:01:49.2668296Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-iso8859_8.o' from root:root to runner:runner
2025-08-20T19:01:49.2670208Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-unicode_fold3_key.o' from root:root to runner:runner
2025-08-20T19:01:49.2672101Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-reggnu.o' from root:root to runner:runner
2025-08-20T19:01:49.2673956Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-koi8_r.o' from root:root to runner:runner
2025-08-20T19:01:49.2676037Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-regext.o' from root:root to runner:runner
2025-08-20T19:01:49.2678048Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-iso8859_2.o' from root:root to runner:runner
2025-08-20T19:01:49.2679925Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-iso8859_9.o' from root:root to runner:runner
2025-08-20T19:01:49.2681803Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-utf16_le.o' from root:root to runner:runner
2025-08-20T19:01:49.2683667Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-euc_kr.o' from root:root to runner:runner
2025-08-20T19:01:49.2685512Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-sjis.o' from root:root to runner:runner
2025-08-20T19:01:49.2687335Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out' from root:root to runner:runner
2025-08-20T19:01:49.2689057Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f' from root:root to runner:runner
2025-08-20T19:01:49.2690920Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/stderr' from root:root to runner:runner
2025-08-20T19:01:49.2692753Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.2694638Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-vector.o' from root:root to runner:runner
2025-08-20T19:01:49.2696590Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-trace.o' from root:root to runner:runner
2025-08-20T19:01:49.2698682Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-diff_xdiff.o' from root:root to runner:runner
2025-08-20T19:01:49.2700874Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-tree-cache.o' from root:root to runner:runner
2025-08-20T19:01:49.2702838Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-varint.o' from root:root to runner:runner
2025-08-20T19:01:49.2704770Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-email.o' from root:root to runner:runner
2025-08-20T19:01:49.2706759Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/ce06de217e8a4ca5-auth_gssapi.o' from root:root to runner:runner
2025-08-20T19:01:49.2708858Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-index.o' from root:root to runner:runner
2025-08-20T19:01:49.2710824Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e15faf52f719d739-xhistogram.o' from root:root to runner:runner
2025-08-20T19:01:49.2712801Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/ce06de217e8a4ca5-credential.o' from root:root to runner:runner
2025-08-20T19:01:49.2714764Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e15faf52f719d739-xprepare.o' from root:root to runner:runner
2025-08-20T19:01:49.2716884Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-util.o' from root:root to runner:runner
2025-08-20T19:01:49.2719029Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-commit.o' from root:root to runner:runner
2025-08-20T19:01:49.2720974Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-hashsig.o' from root:root to runner:runner
2025-08-20T19:01:49.2722943Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-transaction.o' from root:root to runner:runner
2025-08-20T19:01:49.2724920Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e636de00c42e0bc4-pcre_compile.o' from root:root to runner:runner
2025-08-20T19:01:49.2726889Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-diff_stats.o' from root:root to runner:runner
2025-08-20T19:01:49.2729173Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-cache.o' from root:root to runner:runner
2025-08-20T19:01:49.2731115Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-remote.o' from root:root to runner:runner
2025-08-20T19:01:49.2733050Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-libgit2.o' from root:root to runner:runner
2025-08-20T19:01:49.2734996Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-regexp.o' from root:root to runner:runner
2025-08-20T19:01:49.2736951Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-object_api.o' from root:root to runner:runner
2025-08-20T19:01:49.2739046Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/ce06de217e8a4ca5-ssh_libssh2.o' from root:root to runner:runner
2025-08-20T19:01:49.2741003Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-revwalk.o' from root:root to runner:runner
2025-08-20T19:01:49.2743190Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-attrcache.o' from root:root to runner:runner
2025-08-20T19:01:49.2745239Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-config_cache.o' from root:root to runner:runner
2025-08-20T19:01:49.2747377Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-utf8.o' from root:root to runner:runner
2025-08-20T19:01:49.2749373Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-sysdir.o' from root:root to runner:runner
2025-08-20T19:01:49.2751304Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-graph.o' from root:root to runner:runner
2025-08-20T19:01:49.2753273Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f5e66aefe9cd60e0-collisiondetect.o' from root:root to runner:runner
2025-08-20T19:01:49.2755530Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/5bf81a80010135a0-map.o' from root:root to runner:runner
2025-08-20T19:01:49.2757575Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e636de00c42e0bc4-pcre_dfa_exec.o' from root:root to runner:runner
2025-08-20T19:01:49.2759611Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/862d8c38285e74fe-stransport.o' from root:root to runner:runner
2025-08-20T19:01:49.2761567Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-branch.o' from root:root to runner:runner
2025-08-20T19:01:49.2763502Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-refdb.o' from root:root to runner:runner
2025-08-20T19:01:49.2765446Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-object.o' from root:root to runner:runner
2025-08-20T19:01:49.2767505Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/862d8c38285e74fe-socket.o' from root:root to runner:runner
2025-08-20T19:01:49.2769657Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-odb.o' from root:root to runner:runner
2025-08-20T19:01:49.2771657Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-mwindow.o' from root:root to runner:runner
2025-08-20T19:01:49.2773591Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-diff.o' from root:root to runner:runner
2025-08-20T19:01:49.2775517Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-alloc.o' from root:root to runner:runner
2025-08-20T19:01:49.2777553Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-merge_driver.o' from root:root to runner:runner
2025-08-20T19:01:49.2779590Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-diff_driver.o' from root:root to runner:runner
2025-08-20T19:01:49.2781800Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e636de00c42e0bc4-pcre_string_utils.o' from root:root to runner:runner
2025-08-20T19:01:49.2783765Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-str.o' from root:root to runner:runner
2025-08-20T19:01:49.2785718Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/5f0d7ea156c84f98-sha224-256.o' from root:root to runner:runner
2025-08-20T19:01:49.2787782Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/862d8c38285e74fe-openssl_legacy.o' from root:root to runner:runner
2025-08-20T19:01:49.2789798Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-attr.o' from root:root to runner:runner
2025-08-20T19:01:49.2791755Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e636de00c42e0bc4-pcre_globals.o' from root:root to runner:runner
2025-08-20T19:01:49.2793703Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-buf.o' from root:root to runner:runner
2025-08-20T19:01:49.2795817Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-pqueue.o' from root:root to runner:runner
2025-08-20T19:01:49.2797894Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-tree.o' from root:root to runner:runner
2025-08-20T19:01:49.2799871Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-grafts.o' from root:root to runner:runner
2025-08-20T19:01:49.2801824Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e636de00c42e0bc4-pcre_ucd.o' from root:root to runner:runner
2025-08-20T19:01:49.2803785Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e636de00c42e0bc4-pcre_config.o' from root:root to runner:runner
2025-08-20T19:01:49.2805756Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-patch_parse.o' from root:root to runner:runner
2025-08-20T19:01:49.2808141Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/ce06de217e8a4ca5-local.o' from root:root to runner:runner
2025-08-20T19:01:49.2810154Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-checkout.o' from root:root to runner:runner
2025-08-20T19:01:49.2812107Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-refspec.o' from root:root to runner:runner
2025-08-20T19:01:49.2814054Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-fs_path.o' from root:root to runner:runner
2025-08-20T19:01:49.2815996Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-runtime.o' from root:root to runner:runner
2025-08-20T19:01:49.2818059Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-hash.o' from root:root to runner:runner
2025-08-20T19:01:49.2820028Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-commit_list.o' from root:root to runner:runner
2025-08-20T19:01:49.2822210Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-reader.o' from root:root to runner:runner
2025-08-20T19:01:49.2824246Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-config_parse.o' from root:root to runner:runner
2025-08-20T19:01:49.2826221Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-merge_file.o' from root:root to runner:runner
2025-08-20T19:01:49.2828392Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/ce06de217e8a4ca5-auth_ntlmclient.o' from root:root to runner:runner
2025-08-20T19:01:49.2830361Z [00:04:08.383]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/862d8c38285e74fe-tls.o' from root:root to runner:runner
2025-08-20T19:01:49.2832309Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e636de00c42e0bc4-pcre_fullinfo.o' from root:root to runner:runner
2025-08-20T19:01:49.2834439Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/flag_check.c' from root:root to runner:runner
2025-08-20T19:01:49.2836370Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/862d8c38285e74fe-openssl_dynamic.o' from root:root to runner:runner
2025-08-20T19:01:49.2838508Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e636de00c42e0bc4-pcre_chartables.o' from root:root to runner:runner
2025-08-20T19:01:49.2840418Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/libgit2.a' from root:root to runner:runner
2025-08-20T19:01:49.2842292Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/ce06de217e8a4ca5-ssh.o' from root:root to runner:runner
2025-08-20T19:01:49.2844239Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-cherrypick.o' from root:root to runner:runner
2025-08-20T19:01:49.2846191Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-rand.o' from root:root to runner:runner
2025-08-20T19:01:49.2848446Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-merge.o' from root:root to runner:runner
2025-08-20T19:01:49.2850450Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/ce06de217e8a4ca5-auth.o' from root:root to runner:runner
2025-08-20T19:01:49.2852412Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-config_snapshot.o' from root:root to runner:runner
2025-08-20T19:01:49.2854433Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-annotated_commit.o' from root:root to runner:runner
2025-08-20T19:01:49.2856405Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-path.o' from root:root to runner:runner
2025-08-20T19:01:49.2858589Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-date.o' from root:root to runner:runner
2025-08-20T19:01:49.2860807Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-indexer.o' from root:root to runner:runner
2025-08-20T19:01:49.2862751Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/ce06de217e8a4ca5-http.o' from root:root to runner:runner
2025-08-20T19:01:49.2864669Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-net.o' from root:root to runner:runner
2025-08-20T19:01:49.2866595Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-reset.o' from root:root to runner:runner
2025-08-20T19:01:49.2868714Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-thread.o' from root:root to runner:runner
2025-08-20T19:01:49.2870654Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-strlist.o' from root:root to runner:runner
2025-08-20T19:01:49.2872585Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/50055d6c4ddcbeae-http.o' from root:root to runner:runner
2025-08-20T19:01:49.2874522Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-futils.o' from root:root to runner:runner
2025-08-20T19:01:49.2876650Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/862d8c38285e74fe-schannel.o' from root:root to runner:runner
2025-08-20T19:01:49.2878795Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-filebuf.o' from root:root to runner:runner
2025-08-20T19:01:49.2880745Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-errors.o' from root:root to runner:runner
2025-08-20T19:01:49.2882702Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e636de00c42e0bc4-pcre_exec.o' from root:root to runner:runner
2025-08-20T19:01:49.2884647Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/50055d6c4ddcbeae-api.o' from root:root to runner:runner
2025-08-20T19:01:49.2886838Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-iterator.o' from root:root to runner:runner
2025-08-20T19:01:49.2888914Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-proxy.o' from root:root to runner:runner
2025-08-20T19:01:49.2890846Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-blame.o' from root:root to runner:runner
2025-08-20T19:01:49.2892790Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-diff_file.o' from root:root to runner:runner
2025-08-20T19:01:49.2894751Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f5e66aefe9cd60e0-builtin.o' from root:root to runner:runner
2025-08-20T19:01:49.2896713Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-diff_generate.o' from root:root to runner:runner
2025-08-20T19:01:49.2898790Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-reflog.o' from root:root to runner:runner
2025-08-20T19:01:49.2900752Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-config_mem.o' from root:root to runner:runner
2025-08-20T19:01:49.2902887Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-odb_mempack.o' from root:root to runner:runner
2025-08-20T19:01:49.2904951Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/ce06de217e8a4ca5-ssh_exec.o' from root:root to runner:runner
2025-08-20T19:01:49.2906922Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-config_file.o' from root:root to runner:runner
2025-08-20T19:01:49.2909041Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/862d8c38285e74fe-mbedtls.o' from root:root to runner:runner
2025-08-20T19:01:49.2911006Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-sortedcache.o' from root:root to runner:runner
2025-08-20T19:01:49.2913222Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e636de00c42e0bc4-pcre_byte_order.o' from root:root to runner:runner
2025-08-20T19:01:49.2915190Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/ce06de217e8a4ca5-smart.o' from root:root to runner:runner
2025-08-20T19:01:49.2917241Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-revparse.o' from root:root to runner:runner
2025-08-20T19:01:49.2919256Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/862d8c38285e74fe-openssl.o' from root:root to runner:runner
2025-08-20T19:01:49.2921221Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-wildmatch.o' from root:root to runner:runner
2025-08-20T19:01:49.2923175Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-signature.o' from root:root to runner:runner
2025-08-20T19:01:49.2925130Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-pathspec.o' from root:root to runner:runner
2025-08-20T19:01:49.2927161Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/ce06de217e8a4ca5-httpclient.o' from root:root to runner:runner
2025-08-20T19:01:49.2929393Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-strarray.o' from root:root to runner:runner
2025-08-20T19:01:49.2931404Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-crlf.o' from root:root to runner:runner
2025-08-20T19:01:49.2933352Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e636de00c42e0bc4-pcre_study.o' from root:root to runner:runner
2025-08-20T19:01:49.2935301Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e15faf52f719d739-xdiffi.o' from root:root to runner:runner
2025-08-20T19:01:49.2937325Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/5bf81a80010135a0-realpath.o' from root:root to runner:runner
2025-08-20T19:01:49.2939565Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e636de00c42e0bc4-pcre_version.o' from root:root to runner:runner
2025-08-20T19:01:49.2941537Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-settings.o' from root:root to runner:runner
2025-08-20T19:01:49.2943468Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/ce06de217e8a4ca5-git.o' from root:root to runner:runner
2025-08-20T19:01:49.2945416Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e636de00c42e0bc4-pcre_xclass.o' from root:root to runner:runner
2025-08-20T19:01:49.2947490Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e636de00c42e0bc4-pcre_ord2utf8.o' from root:root to runner:runner
2025-08-20T19:01:49.2949509Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-trailer.o' from root:root to runner:runner
2025-08-20T19:01:49.2951465Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/ce06de217e8a4ca5-auth_sspi.o' from root:root to runner:runner
2025-08-20T19:01:49.2953413Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-ignore.o' from root:root to runner:runner
2025-08-20T19:01:49.2955561Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e636de00c42e0bc4-pcre_tables.o' from root:root to runner:runner
2025-08-20T19:01:49.2957692Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-diff_parse.o' from root:root to runner:runner
2025-08-20T19:01:49.2959717Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-mailmap.o' from root:root to runner:runner
2025-08-20T19:01:49.2961678Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/ce06de217e8a4ca5-httpparser.o' from root:root to runner:runner
2025-08-20T19:01:49.2963635Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-refdb_fs.o' from root:root to runner:runner
2025-08-20T19:01:49.2965794Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-blame_git.o' from root:root to runner:runner
2025-08-20T19:01:49.2967865Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-apply.o' from root:root to runner:runner
2025-08-20T19:01:49.2969880Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-config_list.o' from root:root to runner:runner
2025-08-20T19:01:49.2971832Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-message.o' from root:root to runner:runner
2025-08-20T19:01:49.2973778Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/ce06de217e8a4ca5-winhttp.o' from root:root to runner:runner
2025-08-20T19:01:49.2975774Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-odb_pack.o' from root:root to runner:runner
2025-08-20T19:01:49.2977770Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-refs.o' from root:root to runner:runner
2025-08-20T19:01:49.2979798Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/ce06de217e8a4ca5-smart_protocol.o' from root:root to runner:runner
2025-08-20T19:01:49.2981961Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-blob.o' from root:root to runner:runner
2025-08-20T19:01:49.2983959Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-worktree.o' from root:root to runner:runner
2025-08-20T19:01:49.2985893Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-pack.o' from root:root to runner:runner
2025-08-20T19:01:49.2987926Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/47bcde6b0f28f448-failalloc.o' from root:root to runner:runner
2025-08-20T19:01:49.2989906Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-diff_print.o' from root:root to runner:runner
2025-08-20T19:01:49.2991853Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-posix.o' from root:root to runner:runner
2025-08-20T19:01:49.2994046Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-odb_loose.o' from root:root to runner:runner
2025-08-20T19:01:49.2995988Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-status.o' from root:root to runner:runner
2025-08-20T19:01:49.2998059Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-attr_file.o' from root:root to runner:runner
2025-08-20T19:01:49.3000020Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/50055d6c4ddcbeae-llhttp.o' from root:root to runner:runner
2025-08-20T19:01:49.3001956Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-pool.o' from root:root to runner:runner
2025-08-20T19:01:49.3003905Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e636de00c42e0bc4-pcreposix.o' from root:root to runner:runner
2025-08-20T19:01:49.3005854Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-fetch.o' from root:root to runner:runner
2025-08-20T19:01:49.3008026Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-stash.o' from root:root to runner:runner
2025-08-20T19:01:49.3010028Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/5f22996a283af3c7-sha1.o' from root:root to runner:runner
2025-08-20T19:01:49.3011955Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-filter.o' from root:root to runner:runner
2025-08-20T19:01:49.3013942Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/ce06de217e8a4ca5-credential_helpers.o' from root:root to runner:runner
2025-08-20T19:01:49.3015945Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e636de00c42e0bc4-pcre_refcount.o' from root:root to runner:runner
2025-08-20T19:01:49.3018044Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e15faf52f719d739-xpatience.o' from root:root to runner:runner
2025-08-20T19:01:49.3020229Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-patch.o' from root:root to runner:runner
2025-08-20T19:01:49.3022174Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-submodule.o' from root:root to runner:runner
2025-08-20T19:01:49.3024155Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e636de00c42e0bc4-pcre_jit_compile.o' from root:root to runner:runner
2025-08-20T19:01:49.3026119Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e15faf52f719d739-xmerge.o' from root:root to runner:runner
2025-08-20T19:01:49.3028221Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-delta.o' from root:root to runner:runner
2025-08-20T19:01:49.3030184Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-repository.o' from root:root to runner:runner
2025-08-20T19:01:49.3032125Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-midx.o' from root:root to runner:runner
2025-08-20T19:01:49.3034245Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e636de00c42e0bc4-pcre_maketables.o' from root:root to runner:runner
2025-08-20T19:01:49.3036269Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-pack-objects.o' from root:root to runner:runner
2025-08-20T19:01:49.3038407Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/862d8c38285e74fe-registry.o' from root:root to runner:runner
2025-08-20T19:01:49.3040364Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-oidarray.o' from root:root to runner:runner
2025-08-20T19:01:49.3042311Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/47bcde6b0f28f448-stdalloc.o' from root:root to runner:runner
2025-08-20T19:01:49.3044236Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-oid.o' from root:root to runner:runner
2025-08-20T19:01:49.3046415Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-transport.o' from root:root to runner:runner
2025-08-20T19:01:49.3048493Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-push.o' from root:root to runner:runner
2025-08-20T19:01:49.3050411Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-tag.o' from root:root to runner:runner
2025-08-20T19:01:49.3052369Z [00:04:08.384]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e636de00c42e0bc4-pcre_printint.o' from root:root to runner:runner
2025-08-20T19:01:49.3054353Z [00:04:08.385]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e636de00c42e0bc4-pcre_newline.o' from root:root to runner:runner
2025-08-20T19:01:49.3056337Z [00:04:08.385]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-patch_generate.o' from root:root to runner:runner
2025-08-20T19:01:49.3058423Z [00:04:08.385]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-revert.o' from root:root to runner:runner
2025-08-20T19:01:49.3060537Z [00:04:08.386]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-diff_tform.o' from root:root to runner:runner
2025-08-20T19:01:49.3062590Z [00:04:08.386]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e636de00c42e0bc4-pcre_valid_utf8.o' from root:root to runner:runner
2025-08-20T19:01:49.3064570Z [00:04:08.386]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e15faf52f719d739-xutils.o' from root:root to runner:runner
2025-08-20T19:01:49.3066509Z [00:04:08.386]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-clone.o' from root:root to runner:runner
2025-08-20T19:01:49.3068614Z [00:04:08.386]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/5bf81a80010135a0-process.o' from root:root to runner:runner
2025-08-20T19:01:49.3070554Z [00:04:08.386]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-rebase.o' from root:root to runner:runner
2025-08-20T19:01:49.3072716Z [00:04:08.386]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/ce06de217e8a4ca5-smart_pkt.o' from root:root to runner:runner
2025-08-20T19:01:49.3074666Z [00:04:08.386]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-parse.o' from root:root to runner:runner
2025-08-20T19:01:49.3076606Z [00:04:08.386]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e636de00c42e0bc4-pcre_get.o' from root:root to runner:runner
2025-08-20T19:01:49.3078697Z [00:04:08.386]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-describe.o' from root:root to runner:runner
2025-08-20T19:01:49.3080655Z [00:04:08.386]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-tsort.o' from root:root to runner:runner
2025-08-20T19:01:49.3082580Z [00:04:08.386]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-ident.o' from root:root to runner:runner
2025-08-20T19:01:49.3084511Z [00:04:08.386]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-config.o' from root:root to runner:runner
2025-08-20T19:01:49.3086627Z [00:04:08.386]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-commit_graph.o' from root:root to runner:runner
2025-08-20T19:01:49.3088788Z [00:04:08.386]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-fetchhead.o' from root:root to runner:runner
2025-08-20T19:01:49.3090750Z [00:04:08.386]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-index_map.o' from root:root to runner:runner
2025-08-20T19:01:49.3092711Z [00:04:08.386]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-zstream.o' from root:root to runner:runner
2025-08-20T19:01:49.3094658Z [00:04:08.386]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/5f22996a283af3c7-ubc_check.o' from root:root to runner:runner
2025-08-20T19:01:49.3096595Z [00:04:08.386]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e15faf52f719d739-xemit.o' from root:root to runner:runner
2025-08-20T19:01:49.3098785Z [00:04:08.386]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-notes.o' from root:root to runner:runner
2025-08-20T19:01:49.3100611Z [00:04:08.386]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build' from root:root to runner:runner
2025-08-20T19:01:49.3102404Z [00:04:08.386]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/proxy.h' from root:root to runner:runner
2025-08-20T19:01:49.3104250Z [00:04:08.386]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/net.h' from root:root to runner:runner
2025-08-20T19:01:49.3106098Z [00:04:08.387]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/status.h' from root:root to runner:runner
2025-08-20T19:01:49.3108078Z [00:04:08.387]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/apply.h' from root:root to runner:runner
2025-08-20T19:01:49.3109986Z [00:04:08.387]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/merge.h' from root:root to runner:runner
2025-08-20T19:01:49.3111863Z [00:04:08.387]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/transport.h' from root:root to runner:runner
2025-08-20T19:01:49.3113929Z [00:04:08.387]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/repository.h' from root:root to runner:runner
2025-08-20T19:01:49.3115884Z [00:04:08.387]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/mailmap.h' from root:root to runner:runner
2025-08-20T19:01:49.3117854Z [00:04:08.387]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/oidarray.h' from root:root to runner:runner
2025-08-20T19:01:49.3119780Z [00:04:08.387]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/attr.h' from root:root to runner:runner
2025-08-20T19:01:49.3121625Z [00:04:08.387]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/graph.h' from root:root to runner:runner
2025-08-20T19:01:49.3123481Z [00:04:08.387]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/common.h' from root:root to runner:runner
2025-08-20T19:01:49.3125600Z [00:04:08.387]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/experimental.h' from root:root to runner:runner
2025-08-20T19:01:49.3127588Z [00:04:08.387]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/remote.h' from root:root to runner:runner
2025-08-20T19:01:49.3129498Z [00:04:08.387]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/pack.h' from root:root to runner:runner
2025-08-20T19:01:49.3131529Z [00:04:08.387]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/mempack.h' from root:root to runner:runner
2025-08-20T19:01:49.3133427Z [00:04:08.387]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/merge.h' from root:root to runner:runner
2025-08-20T19:01:49.3135323Z [00:04:08.387]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/transport.h' from root:root to runner:runner
2025-08-20T19:01:49.3137320Z [00:04:08.387]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/repository.h' from root:root to runner:runner
2025-08-20T19:01:49.3139485Z [00:04:08.387]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/refdb_backend.h' from root:root to runner:runner
2025-08-20T19:01:49.3141459Z [00:04:08.387]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/remote.h' from root:root to runner:runner
2025-08-20T19:01:49.3143345Z [00:04:08.387]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/filter.h' from root:root to runner:runner
2025-08-20T19:01:49.3145268Z [00:04:08.387]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/commit_graph.h' from root:root to runner:runner
2025-08-20T19:01:49.3147244Z [00:04:08.387]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/alloc.h' from root:root to runner:runner
2025-08-20T19:01:49.3149194Z [00:04:08.387]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/stream.h' from root:root to runner:runner
2025-08-20T19:01:49.3151369Z [00:04:08.387]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/commit.h' from root:root to runner:runner
2025-08-20T19:01:49.3153256Z [00:04:08.387]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/refs.h' from root:root to runner:runner
2025-08-20T19:01:49.3155134Z [00:04:08.387]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/config.h' from root:root to runner:runner
2025-08-20T19:01:49.3157100Z [00:04:08.387]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/openssl.h' from root:root to runner:runner
2025-08-20T19:01:49.3159054Z [00:04:08.387]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/diff.h' from root:root to runner:runner
2025-08-20T19:01:49.3160934Z [00:04:08.387]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/index.h' from root:root to runner:runner
2025-08-20T19:01:49.3162812Z [00:04:08.387]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/email.h' from root:root to runner:runner
2025-08-20T19:01:49.3164699Z [00:04:08.387]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/path.h' from root:root to runner:runner
2025-08-20T19:01:49.3166791Z [00:04:08.387]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/hashsig.h' from root:root to runner:runner
2025-08-20T19:01:49.3168816Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/cred.h' from root:root to runner:runner
2025-08-20T19:01:49.3170706Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/errors.h' from root:root to runner:runner
2025-08-20T19:01:49.3172614Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/credential.h' from root:root to runner:runner
2025-08-20T19:01:49.3174504Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/midx.h' from root:root to runner:runner
2025-08-20T19:01:49.3176615Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/odb_backend.h' from root:root to runner:runner
2025-08-20T19:01:49.3178612Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys' from root:root to runner:runner
2025-08-20T19:01:49.3180445Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/tag.h' from root:root to runner:runner
2025-08-20T19:01:49.3182281Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/types.h' from root:root to runner:runner
2025-08-20T19:01:49.3184140Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/filter.h' from root:root to runner:runner
2025-08-20T19:01:49.3185997Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/blame.h' from root:root to runner:runner
2025-08-20T19:01:49.3187980Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/object.h' from root:root to runner:runner
2025-08-20T19:01:49.3189862Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/cert.h' from root:root to runner:runner
2025-08-20T19:01:49.3191880Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/reset.h' from root:root to runner:runner
2025-08-20T19:01:49.3193803Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/commit.h' from root:root to runner:runner
2025-08-20T19:01:49.3195650Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/refs.h' from root:root to runner:runner
2025-08-20T19:01:49.3197599Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/notes.h' from root:root to runner:runner
2025-08-20T19:01:49.3199508Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/rebase.h' from root:root to runner:runner
2025-08-20T19:01:49.3201357Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/odb.h' from root:root to runner:runner
2025-08-20T19:01:49.3203464Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/annotated_commit.h' from root:root to runner:runner
2025-08-20T19:01:49.3205352Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/oid.h' from root:root to runner:runner
2025-08-20T19:01:49.3207268Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/config.h' from root:root to runner:runner
2025-08-20T19:01:49.3209191Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/diff.h' from root:root to runner:runner
2025-08-20T19:01:49.3211046Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/index.h' from root:root to runner:runner
2025-08-20T19:01:49.3212912Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/describe.h' from root:root to runner:runner
2025-08-20T19:01:49.3214798Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/submodule.h' from root:root to runner:runner
2025-08-20T19:01:49.3216684Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/refspec.h' from root:root to runner:runner
2025-08-20T19:01:49.3218869Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/deprecated.h' from root:root to runner:runner
2025-08-20T19:01:49.3220819Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/indexer.h' from root:root to runner:runner
2025-08-20T19:01:49.3222683Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/clone.h' from root:root to runner:runner
2025-08-20T19:01:49.3224588Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/credential_helpers.h' from root:root to runner:runner
2025-08-20T19:01:49.3226497Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/branch.h' from root:root to runner:runner
2025-08-20T19:01:49.3228479Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/message.h' from root:root to runner:runner
2025-08-20T19:01:49.3230572Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/ignore.h' from root:root to runner:runner
2025-08-20T19:01:49.3232426Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/email.h' from root:root to runner:runner
2025-08-20T19:01:49.3234290Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/worktree.h' from root:root to runner:runner
2025-08-20T19:01:49.3236177Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/signature.h' from root:root to runner:runner
2025-08-20T19:01:49.3238337Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/strarray.h' from root:root to runner:runner
2025-08-20T19:01:49.3240286Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/revparse.h' from root:root to runner:runner
2025-08-20T19:01:49.3242157Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/version.h' from root:root to runner:runner
2025-08-20T19:01:49.3244019Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/stash.h' from root:root to runner:runner
2025-08-20T19:01:49.3245887Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/checkout.h' from root:root to runner:runner
2025-08-20T19:01:49.3247860Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/buffer.h' from root:root to runner:runner
2025-08-20T19:01:49.3249946Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/revwalk.h' from root:root to runner:runner
2025-08-20T19:01:49.3251816Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/reflog.h' from root:root to runner:runner
2025-08-20T19:01:49.3253668Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/blob.h' from root:root to runner:runner
2025-08-20T19:01:49.3255547Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/transaction.h' from root:root to runner:runner
2025-08-20T19:01:49.3257497Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/tree.h' from root:root to runner:runner
2025-08-20T19:01:49.3259393Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/errors.h' from root:root to runner:runner
2025-08-20T19:01:49.3261273Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/cherrypick.h' from root:root to runner:runner
2025-08-20T19:01:49.3263296Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/revert.h' from root:root to runner:runner
2025-08-20T19:01:49.3265244Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/stdint.h' from root:root to runner:runner
2025-08-20T19:01:49.3267228Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/pathspec.h' from root:root to runner:runner
2025-08-20T19:01:49.3269148Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/global.h' from root:root to runner:runner
2025-08-20T19:01:49.3271025Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/credential.h' from root:root to runner:runner
2025-08-20T19:01:49.3272928Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/cred_helpers.h' from root:root to runner:runner
2025-08-20T19:01:49.3275010Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/refdb.h' from root:root to runner:runner
2025-08-20T19:01:49.3276872Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/patch.h' from root:root to runner:runner
2025-08-20T19:01:49.3278857Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/trace.h' from root:root to runner:runner
2025-08-20T19:01:49.3280734Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/odb_backend.h' from root:root to runner:runner
2025-08-20T19:01:49.3282575Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2' from root:root to runner:runner
2025-08-20T19:01:49.3284381Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2.h' from root:root to runner:runner
2025-08-20T19:01:49.3286220Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2_features.h' from root:root to runner:runner
2025-08-20T19:01:49.3288122Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include' from root:root to runner:runner
2025-08-20T19:01:49.3290032Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out' from root:root to runner:runner
2025-08-20T19:01:49.3291828Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/root-output' from root:root to runner:runner
2025-08-20T19:01:49.3293550Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/output' from root:root to runner:runner
2025-08-20T19:01:49.3295236Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71' from root:root to runner:runner
2025-08-20T19:01:49.3296946Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6/stderr' from root:root to runner:runner
2025-08-20T19:01:49.3298883Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3300898Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6/out' from root:root to runner:runner
2025-08-20T19:01:49.3302665Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6/root-output' from root:root to runner:runner
2025-08-20T19:01:49.3304431Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6/output' from root:root to runner:runner
2025-08-20T19:01:49.3306156Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6' from root:root to runner:runner
2025-08-20T19:01:49.3307982Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-85a4cc39e1eae702/stderr' from root:root to runner:runner
2025-08-20T19:01:49.3309751Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-85a4cc39e1eae702/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3311489Z [00:04:08.388]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-85a4cc39e1eae702/out' from root:root to runner:runner
2025-08-20T19:01:49.3313206Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-85a4cc39e1eae702/root-output' from root:root to runner:runner
2025-08-20T19:01:49.3315101Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-85a4cc39e1eae702/output' from root:root to runner:runner
2025-08-20T19:01:49.3316846Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-85a4cc39e1eae702' from root:root to runner:runner
2025-08-20T19:01:49.3318597Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-b865454bc2c485db/stderr' from root:root to runner:runner
2025-08-20T19:01:49.3320305Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-b865454bc2c485db/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3321990Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-b865454bc2c485db/out' from root:root to runner:runner
2025-08-20T19:01:49.3323649Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-b865454bc2c485db/root-output' from root:root to runner:runner
2025-08-20T19:01:49.3325322Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-b865454bc2c485db/output' from root:root to runner:runner
2025-08-20T19:01:49.3327249Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-b865454bc2c485db' from root:root to runner:runner
2025-08-20T19:01:49.3328977Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rayon-core-647df20f480dedf1/stderr' from root:root to runner:runner
2025-08-20T19:01:49.3330731Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rayon-core-647df20f480dedf1/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3332468Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rayon-core-647df20f480dedf1/out' from root:root to runner:runner
2025-08-20T19:01:49.3334181Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rayon-core-647df20f480dedf1/root-output' from root:root to runner:runner
2025-08-20T19:01:49.3335902Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rayon-core-647df20f480dedf1/output' from root:root to runner:runner
2025-08-20T19:01:49.3337645Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rayon-core-647df20f480dedf1' from root:root to runner:runner
2025-08-20T19:01:49.3339389Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/bugreport-d85b5ad1d1c95b39/stderr' from root:root to runner:runner
2025-08-20T19:01:49.3341378Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/bugreport-d85b5ad1d1c95b39/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3343196Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/bugreport-d85b5ad1d1c95b39/out' from root:root to runner:runner
2025-08-20T19:01:49.3344901Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/bugreport-d85b5ad1d1c95b39/root-output' from root:root to runner:runner
2025-08-20T19:01:49.3346626Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/bugreport-d85b5ad1d1c95b39/output' from root:root to runner:runner
2025-08-20T19:01:49.3348383Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/bugreport-d85b5ad1d1c95b39' from root:root to runner:runner
2025-08-20T19:01:49.3350061Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libz-sys-f2d50ba9728e7f0e/stderr' from root:root to runner:runner
2025-08-20T19:01:49.3352039Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libz-sys-f2d50ba9728e7f0e/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3353817Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libz-sys-f2d50ba9728e7f0e/out/flag_check.c' from root:root to runner:runner
2025-08-20T19:01:49.3355526Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libz-sys-f2d50ba9728e7f0e/out' from root:root to runner:runner
2025-08-20T19:01:49.3357308Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libz-sys-f2d50ba9728e7f0e/root-output' from root:root to runner:runner
2025-08-20T19:01:49.3359084Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libz-sys-f2d50ba9728e7f0e/output' from root:root to runner:runner
2025-08-20T19:01:49.3360744Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libz-sys-f2d50ba9728e7f0e' from root:root to runner:runner
2025-08-20T19:01:49.3362405Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-eab5081ac1797271/stderr' from root:root to runner:runner
2025-08-20T19:01:49.3364150Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-eab5081ac1797271/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3365879Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-eab5081ac1797271/out' from root:root to runner:runner
2025-08-20T19:01:49.3367854Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-eab5081ac1797271/root-output' from root:root to runner:runner
2025-08-20T19:01:49.3369645Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-eab5081ac1797271/output' from root:root to runner:runner
2025-08-20T19:01:49.3371320Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-eab5081ac1797271' from root:root to runner:runner
2025-08-20T19:01:49.3372983Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-1e34e5b356de6083/stderr' from root:root to runner:runner
2025-08-20T19:01:49.3374706Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-1e34e5b356de6083/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3376412Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-1e34e5b356de6083/out' from root:root to runner:runner
2025-08-20T19:01:49.3378402Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-1e34e5b356de6083/root-output' from root:root to runner:runner
2025-08-20T19:01:49.3380112Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-1e34e5b356de6083/output' from root:root to runner:runner
2025-08-20T19:01:49.3381752Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-1e34e5b356de6083' from root:root to runner:runner
2025-08-20T19:01:49.3383387Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/bat-85e59e7663783e04/stderr' from root:root to runner:runner
2025-08-20T19:01:49.3385084Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/bat-85e59e7663783e04/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3386887Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/bat-85e59e7663783e04/out/codegen_static_syntax_mappings.rs' from root:root to runner:runner
2025-08-20T19:01:49.3388869Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/bat-85e59e7663783e04/out/assets/completions/bat.fish' from root:root to runner:runner
2025-08-20T19:01:49.3390718Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/bat-85e59e7663783e04/out/assets/completions/_bat.ps1' from root:root to runner:runner
2025-08-20T19:01:49.3392750Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/bat-85e59e7663783e04/out/assets/completions/bat.bash' from root:root to runner:runner
2025-08-20T19:01:49.3394664Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/bat-85e59e7663783e04/out/assets/completions/bat.zsh' from root:root to runner:runner
2025-08-20T19:01:49.3396461Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/bat-85e59e7663783e04/out/assets/completions' from root:root to runner:runner
2025-08-20T19:01:49.3398332Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/bat-85e59e7663783e04/out/assets/manual/bat.1' from root:root to runner:runner
2025-08-20T19:01:49.3400088Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/bat-85e59e7663783e04/out/assets/manual' from root:root to runner:runner
2025-08-20T19:01:49.3401778Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/bat-85e59e7663783e04/out/assets' from root:root to runner:runner
2025-08-20T19:01:49.3403633Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/bat-85e59e7663783e04/out' from root:root to runner:runner
2025-08-20T19:01:49.3405293Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/bat-85e59e7663783e04/root-output' from root:root to runner:runner
2025-08-20T19:01:49.3406953Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/bat-85e59e7663783e04/output' from root:root to runner:runner
2025-08-20T19:01:49.3408705Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/bat-85e59e7663783e04' from root:root to runner:runner
2025-08-20T19:01:49.3410215Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build' from root:root to runner:runner
2025-08-20T19:01:49.3411677Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.cargo-lock' from root:root to runner:runner
2025-08-20T19:01:49.3413318Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/url-8673851c8665807a/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3415078Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/url-8673851c8665807a/lib-url.json' from root:root to runner:runner
2025-08-20T19:01:49.3416805Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/url-8673851c8665807a/dep-lib-url' from root:root to runner:runner
2025-08-20T19:01:49.3418802Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/url-8673851c8665807a/lib-url' from root:root to runner:runner
2025-08-20T19:01:49.3420531Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/url-8673851c8665807a' from root:root to runner:runner
2025-08-20T19:01:49.3422260Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globset-f4f9624d5c8cc594/dep-lib-globset' from root:root to runner:runner
2025-08-20T19:01:49.3424063Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globset-f4f9624d5c8cc594/lib-globset.json' from root:root to runner:runner
2025-08-20T19:01:49.3425885Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globset-f4f9624d5c8cc594/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3427760Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globset-f4f9624d5c8cc594/lib-globset' from root:root to runner:runner
2025-08-20T19:01:49.3429708Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globset-f4f9624d5c8cc594' from root:root to runner:runner
2025-08-20T19:01:49.3431424Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-d9d94ef002221465/dep-lib-ryu' from root:root to runner:runner
2025-08-20T19:01:49.3433130Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-d9d94ef002221465/lib-ryu' from root:root to runner:runner
2025-08-20T19:01:49.3434874Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-d9d94ef002221465/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3436649Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-d9d94ef002221465/lib-ryu.json' from root:root to runner:runner
2025-08-20T19:01:49.3438488Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-d9d94ef002221465' from root:root to runner:runner
2025-08-20T19:01:49.3440227Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-core-c92fcfce196be157/dep-lib-time_core' from root:root to runner:runner
2025-08-20T19:01:49.3442057Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-core-c92fcfce196be157/lib-time_core.json' from root:root to runner:runner
2025-08-20T19:01:49.3444052Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-core-c92fcfce196be157/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3445951Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-core-c92fcfce196be157/lib-time_core' from root:root to runner:runner
2025-08-20T19:01:49.3447783Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-core-c92fcfce196be157' from root:root to runner:runner
2025-08-20T19:01:49.3449571Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/semver-c9fd00d202c4707b/lib-semver' from root:root to runner:runner
2025-08-20T19:01:49.3451356Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/semver-c9fd00d202c4707b/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3453156Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/semver-c9fd00d202c4707b/lib-semver.json' from root:root to runner:runner
2025-08-20T19:01:49.3455164Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/semver-c9fd00d202c4707b/dep-lib-semver' from root:root to runner:runner
2025-08-20T19:01:49.3456894Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/semver-c9fd00d202c4707b' from root:root to runner:runner
2025-08-20T19:01:49.3458860Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/semver-1e580d5bf50e4646/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.3460833Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/semver-1e580d5bf50e4646/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:01:49.3462654Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/semver-1e580d5bf50e4646' from root:root to runner:runner
2025-08-20T19:01:49.3464437Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-escape-b1368c1733aeae1a/lib-shell_escape.json' from root:root to runner:runner
2025-08-20T19:01:49.3466298Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-escape-b1368c1733aeae1a/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3468323Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-escape-b1368c1733aeae1a/lib-shell_escape' from root:root to runner:runner
2025-08-20T19:01:49.3470376Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-escape-b1368c1733aeae1a/dep-lib-shell_escape' from root:root to runner:runner
2025-08-20T19:01:49.3472232Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-escape-b1368c1733aeae1a' from root:root to runner:runner
2025-08-20T19:01:49.3474026Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-f6a1d9c7e9001ae9/lib-clap_builder' from root:root to runner:runner
2025-08-20T19:01:49.3475870Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-f6a1d9c7e9001ae9/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3477826Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-f6a1d9c7e9001ae9/dep-lib-clap_builder' from root:root to runner:runner
2025-08-20T19:01:49.3479751Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-f6a1d9c7e9001ae9/lib-clap_builder.json' from root:root to runner:runner
2025-08-20T19:01:49.3481763Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-f6a1d9c7e9001ae9' from root:root to runner:runner
2025-08-20T19:01:49.3483602Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-d25f545777b6ba93/dep-lib-stable_deref_trait' from root:root to runner:runner
2025-08-20T19:01:49.3485523Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-d25f545777b6ba93/lib-stable_deref_trait' from root:root to runner:runner
2025-08-20T19:01:49.3487505Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-d25f545777b6ba93/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3489490Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-d25f545777b6ba93/lib-stable_deref_trait.json' from root:root to runner:runner
2025-08-20T19:01:49.3491333Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-d25f545777b6ba93' from root:root to runner:runner
2025-08-20T19:01:49.3493081Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-fc01575634588a53/lib-itoa.json' from root:root to runner:runner
2025-08-20T19:01:49.3494837Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-fc01575634588a53/dep-lib-itoa' from root:root to runner:runner
2025-08-20T19:01:49.3496764Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-fc01575634588a53/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3498660Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-fc01575634588a53/lib-itoa' from root:root to runner:runner
2025-08-20T19:01:49.3500358Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-fc01575634588a53' from root:root to runner:runner
2025-08-20T19:01:49.3502106Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bugreport-4a832a36ccb043df/dep-lib-bugreport' from root:root to runner:runner
2025-08-20T19:01:49.3503945Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bugreport-4a832a36ccb043df/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3505781Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bugreport-4a832a36ccb043df/lib-bugreport.json' from root:root to runner:runner
2025-08-20T19:01:49.3507981Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bugreport-4a832a36ccb043df/lib-bugreport' from root:root to runner:runner
2025-08-20T19:01:49.3509750Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bugreport-4a832a36ccb043df' from root:root to runner:runner
2025-08-20T19:01:49.3511542Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-cca70a258e76f296/dep-lib-terminal_size' from root:root to runner:runner
2025-08-20T19:01:49.3513424Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-cca70a258e76f296/lib-terminal_size.json' from root:root to runner:runner
2025-08-20T19:01:49.3515301Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-cca70a258e76f296/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3517228Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-cca70a258e76f296/lib-terminal_size' from root:root to runner:runner
2025-08-20T19:01:49.3519062Z [00:04:08.389]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-cca70a258e76f296' from root:root to runner:runner
2025-08-20T19:01:49.3520781Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/git2-c440e3ffb52f72db/lib-git2' from root:root to runner:runner
2025-08-20T19:01:49.3522711Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/git2-c440e3ffb52f72db/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3524554Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/git2-c440e3ffb52f72db/dep-lib-git2' from root:root to runner:runner
2025-08-20T19:01:49.3526313Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/git2-c440e3ffb52f72db/lib-git2.json' from root:root to runner:runner
2025-08-20T19:01:49.3528216Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/git2-c440e3ffb52f72db' from root:root to runner:runner
2025-08-20T19:01:49.3529944Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base64-269e532397edb1aa/lib-base64.json' from root:root to runner:runner
2025-08-20T19:01:49.3531700Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base64-269e532397edb1aa/lib-base64' from root:root to runner:runner
2025-08-20T19:01:49.3533750Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base64-269e532397edb1aa/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3535541Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base64-269e532397edb1aa/dep-lib-base64' from root:root to runner:runner
2025-08-20T19:01:49.3537329Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base64-269e532397edb1aa' from root:root to runner:runner
2025-08-20T19:01:49.3539157Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-437689595856de5e/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3540989Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-437689595856de5e/dep-lib-thiserror' from root:root to runner:runner
2025-08-20T19:01:49.3542797Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-437689595856de5e/lib-thiserror' from root:root to runner:runner
2025-08-20T19:01:49.3544635Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-437689595856de5e/lib-thiserror.json' from root:root to runner:runner
2025-08-20T19:01:49.3546398Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-437689595856de5e' from root:root to runner:runner
2025-08-20T19:01:49.3548567Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/quick-xml-6cb6f5433e29bfd0/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3550432Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/quick-xml-6cb6f5433e29bfd0/lib-quick_xml' from root:root to runner:runner
2025-08-20T19:01:49.3552253Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/quick-xml-6cb6f5433e29bfd0/lib-quick_xml.json' from root:root to runner:runner
2025-08-20T19:01:49.3554076Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/quick-xml-6cb6f5433e29bfd0/dep-lib-quick_xml' from root:root to runner:runner
2025-08-20T19:01:49.3555818Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/quick-xml-6cb6f5433e29bfd0' from root:root to runner:runner
2025-08-20T19:01:49.3557643Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerofrom-3650f481298332e4/dep-lib-zerofrom' from root:root to runner:runner
2025-08-20T19:01:49.3559645Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerofrom-3650f481298332e4/lib-zerofrom' from root:root to runner:runner
2025-08-20T19:01:49.3561460Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerofrom-3650f481298332e4/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3563274Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerofrom-3650f481298332e4/lib-zerofrom.json' from root:root to runner:runner
2025-08-20T19:01:49.3565012Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerofrom-3650f481298332e4' from root:root to runner:runner
2025-08-20T19:01:49.3566758Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-conv-b338309f5a6d2497/dep-lib-num_conv' from root:root to runner:runner
2025-08-20T19:01:49.3568745Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-conv-b338309f5a6d2497/lib-num_conv.json' from root:root to runner:runner
2025-08-20T19:01:49.3570531Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-conv-b338309f5a6d2497/lib-num_conv' from root:root to runner:runner
2025-08-20T19:01:49.3572326Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-conv-b338309f5a6d2497/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3574218Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-conv-b338309f5a6d2497' from root:root to runner:runner
2025-08-20T19:01:49.3576080Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-d9f762c54654b497/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3578102Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-d9f762c54654b497/dep-lib-anstyle_parse' from root:root to runner:runner
2025-08-20T19:01:49.3580005Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-d9f762c54654b497/lib-anstyle_parse' from root:root to runner:runner
2025-08-20T19:01:49.3581880Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-d9f762c54654b497/lib-anstyle_parse.json' from root:root to runner:runner
2025-08-20T19:01:49.3583675Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-d9f762c54654b497' from root:root to runner:runner
2025-08-20T19:01:49.3585670Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locid-3eaf3aa7e2e9d5f0/lib-icu_locid' from root:root to runner:runner
2025-08-20T19:01:49.3587562Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locid-3eaf3aa7e2e9d5f0/dep-lib-icu_locid' from root:root to runner:runner
2025-08-20T19:01:49.3589442Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locid-3eaf3aa7e2e9d5f0/lib-icu_locid.json' from root:root to runner:runner
2025-08-20T19:01:49.3591264Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locid-3eaf3aa7e2e9d5f0/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3593016Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locid-3eaf3aa7e2e9d5f0' from root:root to runner:runner
2025-08-20T19:01:49.3594777Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-51740148f3e0d9af/dep-lib-serde_json' from root:root to runner:runner
2025-08-20T19:01:49.3596595Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-51740148f3e0d9af/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3598673Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-51740148f3e0d9af/lib-serde_json' from root:root to runner:runner
2025-08-20T19:01:49.3600571Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-51740148f3e0d9af/lib-serde_json.json' from root:root to runner:runner
2025-08-20T19:01:49.3602325Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-51740148f3e0d9af' from root:root to runner:runner
2025-08-20T19:01:49.3604155Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-57286969b29ae9da/dep-lib-icu_properties_data' from root:root to runner:runner
2025-08-20T19:01:49.3606093Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-57286969b29ae9da/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3608145Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-57286969b29ae9da/lib-icu_properties_data' from root:root to runner:runner
2025-08-20T19:01:49.3610308Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-57286969b29ae9da/lib-icu_properties_data.json' from root:root to runner:runner
2025-08-20T19:01:49.3612152Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-57286969b29ae9da' from root:root to runner:runner
2025-08-20T19:01:49.3613920Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/console-dfa1aa4f2556d781/lib-console' from root:root to runner:runner
2025-08-20T19:01:49.3615716Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/console-dfa1aa4f2556d781/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3617614Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/console-dfa1aa4f2556d781/lib-console.json' from root:root to runner:runner
2025-08-20T19:01:49.3619487Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/console-dfa1aa4f2556d781/dep-lib-console' from root:root to runner:runner
2025-08-20T19:01:49.3621214Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/console-dfa1aa4f2556d781' from root:root to runner:runner
2025-08-20T19:01:49.3623042Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-e87e36cc3cce7aef/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.3625207Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-e87e36cc3cce7aef/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:01:49.3627153Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-e87e36cc3cce7aef' from root:root to runner:runner
2025-08-20T19:01:49.3629003Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-eb77c69ac2d7beae/lib-crossbeam_deque' from root:root to runner:runner
2025-08-20T19:01:49.3630918Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-eb77c69ac2d7beae/dep-lib-crossbeam_deque' from root:root to runner:runner
2025-08-20T19:01:49.3632817Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-eb77c69ac2d7beae/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3634723Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-eb77c69ac2d7beae/lib-crossbeam_deque.json' from root:root to runner:runner
2025-08-20T19:01:49.3636794Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-eb77c69ac2d7beae' from root:root to runner:runner
2025-08-20T19:01:49.3638689Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-76646ac80f0aa836/dep-lib-time' from root:root to runner:runner
2025-08-20T19:01:49.3640427Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-76646ac80f0aa836/lib-time' from root:root to runner:runner
2025-08-20T19:01:49.3642177Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-76646ac80f0aa836/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3643952Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-76646ac80f0aa836/lib-time.json' from root:root to runner:runner
2025-08-20T19:01:49.3645645Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-76646ac80f0aa836' from root:root to runner:runner
2025-08-20T19:01:49.3647430Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/etcetera-36baa81ea3a36031/lib-etcetera' from root:root to runner:runner
2025-08-20T19:01:49.3649304Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/etcetera-36baa81ea3a36031/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3651299Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/etcetera-36baa81ea3a36031/lib-etcetera.json' from root:root to runner:runner
2025-08-20T19:01:49.3653171Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/etcetera-36baa81ea3a36031/dep-lib-etcetera' from root:root to runner:runner
2025-08-20T19:01:49.3654914Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/etcetera-36baa81ea3a36031' from root:root to runner:runner
2025-08-20T19:01:49.3656798Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-07a28b32335706e2/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.3658916Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-07a28b32335706e2/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:01:49.3660765Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-07a28b32335706e2' from root:root to runner:runner
2025-08-20T19:01:49.3662779Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/lib-same_file.json' from root:root to runner:runner
2025-08-20T19:01:49.3664620Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3666421Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/lib-same_file' from root:root to runner:runner
2025-08-20T19:01:49.3668385Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/dep-lib-same_file' from root:root to runner:runner
2025-08-20T19:01:49.3670141Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5' from root:root to runner:runner
2025-08-20T19:01:49.3671815Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/onig_sys-de7acf2d6c2efd7f' from root:root to runner:runner
2025-08-20T19:01:49.3673551Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/write16-ff676fd1ec9f9a7f/dep-lib-write16' from root:root to runner:runner
2025-08-20T19:01:49.3675358Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/write16-ff676fd1ec9f9a7f/lib-write16.json' from root:root to runner:runner
2025-08-20T19:01:49.3677381Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/write16-ff676fd1ec9f9a7f/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3679240Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/write16-ff676fd1ec9f9a7f/lib-write16' from root:root to runner:runner
2025-08-20T19:01:49.3680963Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/write16-ff676fd1ec9f9a7f' from root:root to runner:runner
2025-08-20T19:01:49.3682678Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yoke-bb269889bf286514/lib-yoke.json' from root:root to runner:runner
2025-08-20T19:01:49.3684457Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yoke-bb269889bf286514/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3686232Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yoke-bb269889bf286514/dep-lib-yoke' from root:root to runner:runner
2025-08-20T19:01:49.3688247Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yoke-bb269889bf286514/lib-yoke' from root:root to runner:runner
2025-08-20T19:01:49.3689940Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yoke-bb269889bf286514' from root:root to runner:runner
2025-08-20T19:01:49.3691665Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/flate2-8a962afd58c417e4/dep-lib-flate2' from root:root to runner:runner
2025-08-20T19:01:49.3693453Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/flate2-8a962afd58c417e4/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3695255Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/flate2-8a962afd58c417e4/lib-flate2.json' from root:root to runner:runner
2025-08-20T19:01:49.3697088Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/flate2-8a962afd58c417e4/lib-flate2' from root:root to runner:runner
2025-08-20T19:01:49.3698853Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/flate2-8a962afd58c417e4' from root:root to runner:runner
2025-08-20T19:01:49.3700595Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libz-sys-e3d0f2e314f00a51/lib-libz_sys' from root:root to runner:runner
2025-08-20T19:01:49.3702595Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libz-sys-e3d0f2e314f00a51/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3704466Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libz-sys-e3d0f2e314f00a51/dep-lib-libz_sys' from root:root to runner:runner
2025-08-20T19:01:49.3706278Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libz-sys-e3d0f2e314f00a51/lib-libz_sys.json' from root:root to runner:runner
2025-08-20T19:01:49.3708169Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libz-sys-e3d0f2e314f00a51' from root:root to runner:runner
2025-08-20T19:01:49.3709924Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sysinfo-96892097d8bbc39f/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3711719Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sysinfo-96892097d8bbc39f/dep-lib-sysinfo' from root:root to runner:runner
2025-08-20T19:01:49.3713731Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sysinfo-96892097d8bbc39f/lib-sysinfo.json' from root:root to runner:runner
2025-08-20T19:01:49.3715518Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sysinfo-96892097d8bbc39f/lib-sysinfo' from root:root to runner:runner
2025-08-20T19:01:49.3717315Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sysinfo-96892097d8bbc39f' from root:root to runner:runner
2025-08-20T19:01:49.3719151Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_provider-7bcb676197ff0edd/dep-lib-icu_provider' from root:root to runner:runner
2025-08-20T19:01:49.3721019Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_provider-7bcb676197ff0edd/lib-icu_provider.json' from root:root to runner:runner
2025-08-20T19:01:49.3722885Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_provider-7bcb676197ff0edd/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3724724Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_provider-7bcb676197ff0edd/lib-icu_provider' from root:root to runner:runner
2025-08-20T19:01:49.3726484Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_provider-7bcb676197ff0edd' from root:root to runner:runner
2025-08-20T19:01:49.3728605Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/adler2-8ca6a70d9951681d/dep-lib-adler2' from root:root to runner:runner
2025-08-20T19:01:49.3730443Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/adler2-8ca6a70d9951681d/lib-adler2' from root:root to runner:runner
2025-08-20T19:01:49.3731388Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/adler2-8ca6a70d9951681d/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3732335Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/adler2-8ca6a70d9951681d/lib-adler2.json' from root:root to runner:runner
2025-08-20T19:01:49.3733211Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/adler2-8ca6a70d9951681d' from root:root to runner:runner
2025-08-20T19:01:49.3734169Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc32fast-5da3ad0775acaf5f/dep-lib-crc32fast' from root:root to runner:runner
2025-08-20T19:01:49.3735382Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc32fast-5da3ad0775acaf5f/lib-crc32fast' from root:root to runner:runner
2025-08-20T19:01:49.3736350Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc32fast-5da3ad0775acaf5f/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3737432Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc32fast-5da3ad0775acaf5f/lib-crc32fast.json' from root:root to runner:runner
2025-08-20T19:01:49.3738362Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc32fast-5da3ad0775acaf5f' from root:root to runner:runner
2025-08-20T19:01:49.3739319Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-8d4fe851a1105d97/lib-equivalent' from root:root to runner:runner
2025-08-20T19:01:49.3740291Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-8d4fe851a1105d97/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3741258Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-8d4fe851a1105d97/dep-lib-equivalent' from root:root to runner:runner
2025-08-20T19:01:49.3742237Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-8d4fe851a1105d97/lib-equivalent.json' from root:root to runner:runner
2025-08-20T19:01:49.3743282Z [00:04:08.390]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-8d4fe851a1105d97' from root:root to runner:runner
2025-08-20T19:01:49.3744197Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-9be4cc03e1918df6/lib-clap' from root:root to runner:runner
2025-08-20T19:01:49.3745143Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-9be4cc03e1918df6/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3746070Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-9be4cc03e1918df6/dep-lib-clap' from root:root to runner:runner
2025-08-20T19:01:49.3747078Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-9be4cc03e1918df6/lib-clap.json' from root:root to runner:runner
2025-08-20T19:01:49.3747979Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-9be4cc03e1918df6' from root:root to runner:runner
2025-08-20T19:01:49.3749072Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/path_abs-af10f20cc3695fcb/lib-path_abs.json' from root:root to runner:runner
2025-08-20T19:01:49.3750031Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/path_abs-af10f20cc3695fcb/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3750975Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/path_abs-af10f20cc3695fcb/dep-lib-path_abs' from root:root to runner:runner
2025-08-20T19:01:49.3751908Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/path_abs-af10f20cc3695fcb/lib-path_abs' from root:root to runner:runner
2025-08-20T19:01:49.3752790Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/path_abs-af10f20cc3695fcb' from root:root to runner:runner
2025-08-20T19:01:49.3753803Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_collections-58659a3ff9e906e8/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3754814Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_collections-58659a3ff9e906e8/lib-icu_collections.json' from root:root to runner:runner
2025-08-20T19:01:49.3755804Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_collections-58659a3ff9e906e8/lib-icu_collections' from root:root to runner:runner
2025-08-20T19:01:49.3756920Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_collections-58659a3ff9e906e8/dep-lib-icu_collections' from root:root to runner:runner
2025-08-20T19:01:49.3757968Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_collections-58659a3ff9e906e8' from root:root to runner:runner
2025-08-20T19:01:49.3758935Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miniz_oxide-b877ceff94c572d5/lib-miniz_oxide' from root:root to runner:runner
2025-08-20T19:01:49.3759924Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miniz_oxide-b877ceff94c572d5/lib-miniz_oxide.json' from root:root to runner:runner
2025-08-20T19:01:49.3760887Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miniz_oxide-b877ceff94c572d5/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3761856Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miniz_oxide-b877ceff94c572d5/dep-lib-miniz_oxide' from root:root to runner:runner
2025-08-20T19:01:49.3762937Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miniz_oxide-b877ceff94c572d5' from root:root to runner:runner
2025-08-20T19:01:49.3764005Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libgit2-sys-0effe2f63a234e71/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.3765080Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libgit2-sys-0effe2f63a234e71/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:01:49.3765977Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libgit2-sys-0effe2f63a234e71' from root:root to runner:runner
2025-08-20T19:01:49.3766978Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8_iter-fd2e55522e4115bf/lib-utf8_iter.json' from root:root to runner:runner
2025-08-20T19:01:49.3768047Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8_iter-fd2e55522e4115bf/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3768989Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8_iter-fd2e55522e4115bf/lib-utf8_iter' from root:root to runner:runner
2025-08-20T19:01:49.3769944Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8_iter-fd2e55522e4115bf/dep-lib-utf8_iter' from root:root to runner:runner
2025-08-20T19:01:49.3770971Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8_iter-fd2e55522e4115bf' from root:root to runner:runner
2025-08-20T19:01:49.3772050Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-385f812694bb36c6/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.3773152Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-385f812694bb36c6/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:01:49.3774067Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-385f812694bb36c6' from root:root to runner:runner
2025-08-20T19:01:49.3775026Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/termcolor-f8f0edae3397cc76/dep-lib-termcolor' from root:root to runner:runner
2025-08-20T19:01:49.3775971Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/termcolor-f8f0edae3397cc76/lib-termcolor' from root:root to runner:runner
2025-08-20T19:01:49.3777131Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/termcolor-f8f0edae3397cc76/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3778149Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/termcolor-f8f0edae3397cc76/lib-termcolor.json' from root:root to runner:runner
2025-08-20T19:01:49.3779047Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/termcolor-f8f0edae3397cc76' from root:root to runner:runner
2025-08-20T19:01:49.3780096Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-85a4cc39e1eae702/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.3781167Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-85a4cc39e1eae702/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:01:49.3782059Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-85a4cc39e1eae702' from root:root to runner:runner
2025-08-20T19:01:49.3783106Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-b865454bc2c485db/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.3784290Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-b865454bc2c485db/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:01:49.3785160Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-b865454bc2c485db' from root:root to runner:runner
2025-08-20T19:01:49.3786165Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer-5580589adbe0d62f/lib-icu_normalizer.json' from root:root to runner:runner
2025-08-20T19:01:49.3787229Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer-5580589adbe0d62f/lib-icu_normalizer' from root:root to runner:runner
2025-08-20T19:01:49.3788274Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer-5580589adbe0d62f/dep-lib-icu_normalizer' from root:root to runner:runner
2025-08-20T19:01:49.3789256Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer-5580589adbe0d62f/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3790341Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer-5580589adbe0d62f' from root:root to runner:runner
2025-08-20T19:01:49.3791284Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-eb396fed22626dbe/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3792191Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-eb396fed22626dbe/dep-lib-mio' from root:root to runner:runner
2025-08-20T19:01:49.3793085Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-eb396fed22626dbe/lib-mio' from root:root to runner:runner
2025-08-20T19:01:49.3794002Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-eb396fed22626dbe/lib-mio.json' from root:root to runner:runner
2025-08-20T19:01:49.3794864Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-eb396fed22626dbe' from root:root to runner:runner
2025-08-20T19:01:49.3795782Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-54c83ef749611abc/lib-log.json' from root:root to runner:runner
2025-08-20T19:01:49.3796719Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-54c83ef749611abc/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3797849Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-54c83ef749611abc/dep-lib-log' from root:root to runner:runner
2025-08-20T19:01:49.3798803Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-54c83ef749611abc/lib-log' from root:root to runner:runner
2025-08-20T19:01:49.3799659Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-54c83ef749611abc' from root:root to runner:runner
2025-08-20T19:01:49.3800653Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-9a8761ad561e142f/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3801661Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-9a8761ad561e142f/lib-regex_automata.json' from root:root to runner:runner
2025-08-20T19:01:49.3802660Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-9a8761ad561e142f/dep-lib-regex_automata' from root:root to runner:runner
2025-08-20T19:01:49.3803769Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-9a8761ad561e142f/lib-regex_automata' from root:root to runner:runner
2025-08-20T19:01:49.3804689Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-9a8761ad561e142f' from root:root to runner:runner
2025-08-20T19:01:49.3805655Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-6013ebb501c1abed/lib-colorchoice' from root:root to runner:runner
2025-08-20T19:01:49.3806639Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-6013ebb501c1abed/dep-lib-colorchoice' from root:root to runner:runner
2025-08-20T19:01:49.3807707Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-6013ebb501c1abed/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3808751Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-6013ebb501c1abed/lib-colorchoice.json' from root:root to runner:runner
2025-08-20T19:01:49.3809651Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-6013ebb501c1abed' from root:root to runner:runner
2025-08-20T19:01:49.3810612Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/grep-cli-728b352713a29e5b/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3811692Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/grep-cli-728b352713a29e5b/lib-grep_cli.json' from root:root to runner:runner
2025-08-20T19:01:49.3812712Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/grep-cli-728b352713a29e5b/dep-lib-grep_cli' from root:root to runner:runner
2025-08-20T19:01:49.3813644Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/grep-cli-728b352713a29e5b/lib-grep_cli' from root:root to runner:runner
2025-08-20T19:01:49.3814527Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/grep-cli-728b352713a29e5b' from root:root to runner:runner
2025-08-20T19:01:49.3815522Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-51234f7be0e44a62/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3816515Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-51234f7be0e44a62/lib-crossbeam_utils' from root:root to runner:runner
2025-08-20T19:01:49.3817779Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-51234f7be0e44a62/lib-crossbeam_utils.json' from root:root to runner:runner
2025-08-20T19:01:49.3818844Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-51234f7be0e44a62/dep-lib-crossbeam_utils' from root:root to runner:runner
2025-08-20T19:01:49.3819759Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-51234f7be0e44a62' from root:root to runner:runner
2025-08-20T19:01:49.3820675Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-7c8984d75e26dbe9/dep-lib-libc' from root:root to runner:runner
2025-08-20T19:01:49.3821617Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-7c8984d75e26dbe9/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3822521Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-7c8984d75e26dbe9/lib-libc' from root:root to runner:runner
2025-08-20T19:01:49.3823439Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-7c8984d75e26dbe9/lib-libc.json' from root:root to runner:runner
2025-08-20T19:01:49.3824316Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-7c8984d75e26dbe9' from root:root to runner:runner
2025-08-20T19:01:49.3825422Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-6e25cf4aadb38c5b/lib-nu_ansi_term' from root:root to runner:runner
2025-08-20T19:01:49.3826429Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-6e25cf4aadb38c5b/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3827498Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-6e25cf4aadb38c5b/dep-lib-nu_ansi_term' from root:root to runner:runner
2025-08-20T19:01:49.3828533Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-6e25cf4aadb38c5b/lib-nu_ansi_term.json' from root:root to runner:runner
2025-08-20T19:01:49.3829436Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-6e25cf4aadb38c5b' from root:root to runner:runner
2025-08-20T19:01:49.3830462Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/content_inspector-ce10eb3ac909953a/lib-content_inspector.json' from root:root to runner:runner
2025-08-20T19:01:49.3831678Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/content_inspector-ce10eb3ac909953a/lib-content_inspector' from root:root to runner:runner
2025-08-20T19:01:49.3832682Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/content_inspector-ce10eb3ac909953a/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3833699Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/content_inspector-ce10eb3ac909953a/dep-lib-content_inspector' from root:root to runner:runner
2025-08-20T19:01:49.3834624Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/content_inspector-ce10eb3ac909953a' from root:root to runner:runner
2025-08-20T19:01:49.3835595Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal-trx-7768ca00df799d63/lib-terminal_trx' from root:root to runner:runner
2025-08-20T19:01:49.3836579Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal-trx-7768ca00df799d63/dep-lib-terminal_trx' from root:root to runner:runner
2025-08-20T19:01:49.3837623Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal-trx-7768ca00df799d63/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3838658Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal-trx-7768ca00df799d63/lib-terminal_trx.json' from root:root to runner:runner
2025-08-20T19:01:49.3839694Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal-trx-7768ca00df799d63' from root:root to runner:runner
2025-08-20T19:01:49.3840674Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-5335dbb64cbcc9f5/lib-cfg_if.json' from root:root to runner:runner
2025-08-20T19:01:49.3841625Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-5335dbb64cbcc9f5/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3842539Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-5335dbb64cbcc9f5/lib-cfg_if' from root:root to runner:runner
2025-08-20T19:01:49.3843475Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-5335dbb64cbcc9f5/dep-lib-cfg_if' from root:root to runner:runner
2025-08-20T19:01:49.3844343Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-5335dbb64cbcc9f5' from root:root to runner:runner
2025-08-20T19:01:49.3845496Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-31983b188b121da4/dep-lib-bitflags' from root:root to runner:runner
2025-08-20T19:01:49.3846465Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-31983b188b121da4/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3847490Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-31983b188b121da4/lib-bitflags.json' from root:root to runner:runner
2025-08-20T19:01:49.3848481Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-31983b188b121da4/lib-bitflags' from root:root to runner:runner
2025-08-20T19:01:49.3849367Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-31983b188b121da4' from root:root to runner:runner
2025-08-20T19:01:49.3850295Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-e516d29188b73381/lib-serde.json' from root:root to runner:runner
2025-08-20T19:01:49.3851236Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-e516d29188b73381/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3852164Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-e516d29188b73381/dep-lib-serde' from root:root to runner:runner
2025-08-20T19:01:49.3853215Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-e516d29188b73381/lib-serde' from root:root to runner:runner
2025-08-20T19:01:49.3854128Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-e516d29188b73381' from root:root to runner:runner
2025-08-20T19:01:49.3855103Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/lib-regex_syntax' from root:root to runner:runner
2025-08-20T19:01:49.3856085Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3857150Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/dep-lib-regex_syntax' from root:root to runner:runner
2025-08-20T19:01:49.3858196Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/lib-regex_syntax.json' from root:root to runner:runner
2025-08-20T19:01:49.3859243Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3' from root:root to runner:runner
2025-08-20T19:01:49.3860229Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/lib-utf8parse.json' from root:root to runner:runner
2025-08-20T19:01:49.3861192Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3862137Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/lib-utf8parse' from root:root to runner:runner
2025-08-20T19:01:49.3863100Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/dep-lib-utf8parse' from root:root to runner:runner
2025-08-20T19:01:49.3863983Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5' from root:root to runner:runner
2025-08-20T19:01:49.3864993Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linked-hash-map-bee71cebb34bbb63/dep-lib-linked_hash_map' from root:root to runner:runner
2025-08-20T19:01:49.3865983Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linked-hash-map-bee71cebb34bbb63/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3867250Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linked-hash-map-bee71cebb34bbb63/lib-linked_hash_map.json' from root:root to runner:runner
2025-08-20T19:01:49.3868289Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linked-hash-map-bee71cebb34bbb63/lib-linked_hash_map' from root:root to runner:runner
2025-08-20T19:01:49.3869205Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linked-hash-map-bee71cebb34bbb63' from root:root to runner:runner
2025-08-20T19:01:49.3870195Z [00:04:08.391]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-words-04357d8eadfbdc82/lib-shell_words.json' from root:root to runner:runner
2025-08-20T19:01:49.3871169Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-words-04357d8eadfbdc82/dep-lib-shell_words' from root:root to runner:runner
2025-08-20T19:01:49.3872140Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-words-04357d8eadfbdc82/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3873268Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-words-04357d8eadfbdc82/lib-shell_words' from root:root to runner:runner
2025-08-20T19:01:49.3874168Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-words-04357d8eadfbdc82' from root:root to runner:runner
2025-08-20T19:01:49.3875034Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/onig-234e0e521952da8a' from root:root to runner:runner
2025-08-20T19:01:49.3876083Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-core-647df20f480dedf1/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.3877332Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-core-647df20f480dedf1/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:01:49.3878269Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-core-647df20f480dedf1' from root:root to runner:runner
2025-08-20T19:01:49.3879198Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-026c9b0c0bff87e0/lib-bstr.json' from root:root to runner:runner
2025-08-20T19:01:49.3880246Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-026c9b0c0bff87e0/lib-bstr' from root:root to runner:runner
2025-08-20T19:01:49.3881197Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-026c9b0c0bff87e0/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3882119Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-026c9b0c0bff87e0/dep-lib-bstr' from root:root to runner:runner
2025-08-20T19:01:49.3882992Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-026c9b0c0bff87e0' from root:root to runner:runner
2025-08-20T19:01:49.3883933Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/home-25246cb9c45fe12e/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3884855Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/home-25246cb9c45fe12e/lib-home.json' from root:root to runner:runner
2025-08-20T19:01:49.3885751Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/home-25246cb9c45fe12e/lib-home' from root:root to runner:runner
2025-08-20T19:01:49.3886832Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/home-25246cb9c45fe12e/dep-lib-home' from root:root to runner:runner
2025-08-20T19:01:49.3887787Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/home-25246cb9c45fe12e' from root:root to runner:runner
2025-08-20T19:01:49.3888740Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-40b39d31228b3e36/dep-lib-rustix' from root:root to runner:runner
2025-08-20T19:01:49.3889702Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-40b39d31228b3e36/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3890651Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-40b39d31228b3e36/lib-rustix.json' from root:root to runner:runner
2025-08-20T19:01:49.3891573Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-40b39d31228b3e36/lib-rustix' from root:root to runner:runner
2025-08-20T19:01:49.3892445Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-40b39d31228b3e36' from root:root to runner:runner
2025-08-20T19:01:49.3893358Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-e5d88b5b64347be0/lib-rayon' from root:root to runner:runner
2025-08-20T19:01:49.3894450Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-e5d88b5b64347be0/dep-lib-rayon' from root:root to runner:runner
2025-08-20T19:01:49.3895416Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-e5d88b5b64347be0/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3896359Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-e5d88b5b64347be0/lib-rayon.json' from root:root to runner:runner
2025-08-20T19:01:49.3897302Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-e5d88b5b64347be0' from root:root to runner:runner
2025-08-20T19:01:49.3898300Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/dep-lib-strsim' from root:root to runner:runner
2025-08-20T19:01:49.3899224Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/lib-strsim' from root:root to runner:runner
2025-08-20T19:01:49.3900394Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3901354Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/lib-strsim.json' from root:root to runner:runner
2025-08-20T19:01:49.3902228Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8' from root:root to runner:runner
2025-08-20T19:01:49.3903165Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-f497dbc862f38eff/lib-clap_lex' from root:root to runner:runner
2025-08-20T19:01:49.3904117Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-f497dbc862f38eff/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3905070Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-f497dbc862f38eff/lib-clap_lex.json' from root:root to runner:runner
2025-08-20T19:01:49.3906016Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-f497dbc862f38eff/dep-lib-clap_lex' from root:root to runner:runner
2025-08-20T19:01:49.3906894Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-f497dbc862f38eff' from root:root to runner:runner
2025-08-20T19:01:49.3908144Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna_adapter-1c979c5e9beb0425/dep-lib-idna_adapter' from root:root to runner:runner
2025-08-20T19:01:49.3909164Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna_adapter-1c979c5e9beb0425/lib-idna_adapter.json' from root:root to runner:runner
2025-08-20T19:01:49.3910143Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna_adapter-1c979c5e9beb0425/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3911111Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna_adapter-1c979c5e9beb0425/lib-idna_adapter' from root:root to runner:runner
2025-08-20T19:01:49.3912002Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna_adapter-1c979c5e9beb0425' from root:root to runner:runner
2025-08-20T19:01:49.3912977Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/std_prelude-daa05de338145a14/dep-lib-std_prelude' from root:root to runner:runner
2025-08-20T19:01:49.3914118Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/std_prelude-daa05de338145a14/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3915104Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/std_prelude-daa05de338145a14/lib-std_prelude.json' from root:root to runner:runner
2025-08-20T19:01:49.3916062Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/std_prelude-daa05de338145a14/lib-std_prelude' from root:root to runner:runner
2025-08-20T19:01:49.3916954Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/std_prelude-daa05de338145a14' from root:root to runner:runner
2025-08-20T19:01:49.3918053Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/litemap-a63d05f46fac57ef/lib-litemap.json' from root:root to runner:runner
2025-08-20T19:01:49.3919014Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/litemap-a63d05f46fac57ef/dep-lib-litemap' from root:root to runner:runner
2025-08-20T19:01:49.3919972Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/litemap-a63d05f46fac57ef/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3920909Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/litemap-a63d05f46fac57ef/lib-litemap' from root:root to runner:runner
2025-08-20T19:01:49.3921925Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/litemap-a63d05f46fac57ef' from root:root to runner:runner
2025-08-20T19:01:49.3922949Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties-4b15e27345e0e46f/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3923942Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties-4b15e27345e0e46f/lib-icu_properties' from root:root to runner:runner
2025-08-20T19:01:49.3924949Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties-4b15e27345e0e46f/lib-icu_properties.json' from root:root to runner:runner
2025-08-20T19:01:49.3925938Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties-4b15e27345e0e46f/dep-lib-icu_properties' from root:root to runner:runner
2025-08-20T19:01:49.3926844Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties-4b15e27345e0e46f' from root:root to runner:runner
2025-08-20T19:01:49.3928077Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinystr-9193fc9708c6ddda/lib-tinystr.json' from root:root to runner:runner
2025-08-20T19:01:49.3929075Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinystr-9193fc9708c6ddda/dep-lib-tinystr' from root:root to runner:runner
2025-08-20T19:01:49.3930034Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinystr-9193fc9708c6ddda/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3930962Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinystr-9193fc9708c6ddda/lib-tinystr' from root:root to runner:runner
2025-08-20T19:01:49.3931850Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinystr-9193fc9708c6ddda' from root:root to runner:runner
2025-08-20T19:01:49.3932820Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-2e938e90e7efa395/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3933781Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-2e938e90e7efa395/dep-lib-thiserror' from root:root to runner:runner
2025-08-20T19:01:49.3934735Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-2e938e90e7efa395/lib-thiserror' from root:root to runner:runner
2025-08-20T19:01:49.3935842Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-2e938e90e7efa395/lib-thiserror.json' from root:root to runner:runner
2025-08-20T19:01:49.3936769Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-2e938e90e7efa395' from root:root to runner:runner
2025-08-20T19:01:49.3937914Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bugreport-d85b5ad1d1c95b39/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.3939043Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bugreport-d85b5ad1d1c95b39/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:01:49.3939935Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bugreport-d85b5ad1d1c95b39' from root:root to runner:runner
2025-08-20T19:01:49.3941007Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna-288254ee0def8c00/lib-idna.json' from root:root to runner:runner
2025-08-20T19:01:49.3941958Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna-288254ee0def8c00/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3942879Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna-288254ee0def8c00/dep-lib-idna' from root:root to runner:runner
2025-08-20T19:01:49.3943782Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna-288254ee0def8c00/lib-idna' from root:root to runner:runner
2025-08-20T19:01:49.3944649Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna-288254ee0def8c00' from root:root to runner:runner
2025-08-20T19:01:49.3945563Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rgb-ee846bffb84ad358/lib-rgb.json' from root:root to runner:runner
2025-08-20T19:01:49.3946502Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rgb-ee846bffb84ad358/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3947577Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rgb-ee846bffb84ad358/dep-lib-rgb' from root:root to runner:runner
2025-08-20T19:01:49.3948524Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rgb-ee846bffb84ad358/lib-rgb' from root:root to runner:runner
2025-08-20T19:01:49.3949606Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rgb-ee846bffb84ad358' from root:root to runner:runner
2025-08-20T19:01:49.3950520Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/syntect-794f5c9db41d6c13' from root:root to runner:runner
2025-08-20T19:01:49.3951487Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-b399ce78ce72a4e7/lib-once_cell.json' from root:root to runner:runner
2025-08-20T19:01:49.3952479Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-b399ce78ce72a4e7/dep-lib-once_cell' from root:root to runner:runner
2025-08-20T19:01:49.3953439Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-b399ce78ce72a4e7/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3954379Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-b399ce78ce72a4e7/lib-once_cell' from root:root to runner:runner
2025-08-20T19:01:49.3955439Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-b399ce78ce72a4e7' from root:root to runner:runner
2025-08-20T19:01:49.3956389Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/deranged-e9b64198e293fccd/lib-deranged' from root:root to runner:runner
2025-08-20T19:01:49.3957439Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/deranged-e9b64198e293fccd/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3958444Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/deranged-e9b64198e293fccd/dep-lib-deranged' from root:root to runner:runner
2025-08-20T19:01:49.3959409Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/deranged-e9b64198e293fccd/lib-deranged.json' from root:root to runner:runner
2025-08-20T19:01:49.3960296Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/deranged-e9b64198e293fccd' from root:root to runner:runner
2025-08-20T19:01:49.3961287Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unsafe-libyaml-8959ae844e77fb2b/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3962295Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unsafe-libyaml-8959ae844e77fb2b/dep-lib-unsafe_libyaml' from root:root to runner:runner
2025-08-20T19:01:49.3963427Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unsafe-libyaml-8959ae844e77fb2b/lib-unsafe_libyaml' from root:root to runner:runner
2025-08-20T19:01:49.3964474Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unsafe-libyaml-8959ae844e77fb2b/lib-unsafe_libyaml.json' from root:root to runner:runner
2025-08-20T19:01:49.3965396Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unsafe-libyaml-8959ae844e77fb2b' from root:root to runner:runner
2025-08-20T19:01:49.3966345Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yaml-rust-c8aaf070859a0401/lib-yaml_rust' from root:root to runner:runner
2025-08-20T19:01:49.3967429Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yaml-rust-c8aaf070859a0401/dep-lib-yaml_rust' from root:root to runner:runner
2025-08-20T19:01:49.3968436Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yaml-rust-c8aaf070859a0401/lib-yaml_rust.json' from root:root to runner:runner
2025-08-20T19:01:49.3969589Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yaml-rust-c8aaf070859a0401/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3970473Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yaml-rust-c8aaf070859a0401' from root:root to runner:runner
2025-08-20T19:01:49.3971410Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-b3141ecb6e1f5118/lib-either.json' from root:root to runner:runner
2025-08-20T19:01:49.3972334Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-b3141ecb6e1f5118/lib-either' from root:root to runner:runner
2025-08-20T19:01:49.3973397Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-b3141ecb6e1f5118/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3974372Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-b3141ecb6e1f5118/dep-lib-either' from root:root to runner:runner
2025-08-20T19:01:49.3975246Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-b3141ecb6e1f5118' from root:root to runner:runner
2025-08-20T19:01:49.3976173Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wild-cba2249c5eef03c3/lib-wild.json' from root:root to runner:runner
2025-08-20T19:01:49.3977223Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wild-cba2249c5eef03c3/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3978170Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wild-cba2249c5eef03c3/lib-wild' from root:root to runner:runner
2025-08-20T19:01:49.3979233Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wild-cba2249c5eef03c3/dep-lib-wild' from root:root to runner:runner
2025-08-20T19:01:49.3980105Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wild-cba2249c5eef03c3' from root:root to runner:runner
2025-08-20T19:01:49.3981056Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/encoding_rs-e54535f94b201fc2/lib-encoding_rs' from root:root to runner:runner
2025-08-20T19:01:49.3982016Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/encoding_rs-e54535f94b201fc2/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3982992Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/encoding_rs-e54535f94b201fc2/lib-encoding_rs.json' from root:root to runner:runner
2025-08-20T19:01:49.3983970Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/encoding_rs-e54535f94b201fc2/dep-lib-encoding_rs' from root:root to runner:runner
2025-08-20T19:01:49.3984855Z [00:04:08.392]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/encoding_rs-e54535f94b201fc2' from root:root to runner:runner
2025-08-20T19:01:49.3985842Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/form_urlencoded-d22f34f47f97eadd/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3986948Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/form_urlencoded-d22f34f47f97eadd/lib-form_urlencoded' from root:root to runner:runner
2025-08-20T19:01:49.3988144Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/form_urlencoded-d22f34f47f97eadd/dep-lib-form_urlencoded' from root:root to runner:runner
2025-08-20T19:01:49.3989173Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/form_urlencoded-d22f34f47f97eadd/lib-form_urlencoded.json' from root:root to runner:runner
2025-08-20T19:01:49.3990097Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/form_urlencoded-d22f34f47f97eadd' from root:root to runner:runner
2025-08-20T19:01:49.3991151Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal-colorsaurus-fca8253c2889771f/dep-lib-terminal_colorsaurus' from root:root to runner:runner
2025-08-20T19:01:49.3992167Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal-colorsaurus-fca8253c2889771f/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3993346Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal-colorsaurus-fca8253c2889771f/lib-terminal_colorsaurus' from root:root to runner:runner
2025-08-20T19:01:49.3994417Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal-colorsaurus-fca8253c2889771f/lib-terminal_colorsaurus.json' from root:root to runner:runner
2025-08-20T19:01:49.3995352Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal-colorsaurus-fca8253c2889771f' from root:root to runner:runner
2025-08-20T19:01:49.3996308Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-73ed215010b561ed/lib-smallvec.json' from root:root to runner:runner
2025-08-20T19:01:49.3997372Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-73ed215010b561ed/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.3998383Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-73ed215010b561ed/dep-lib-smallvec' from root:root to runner:runner
2025-08-20T19:01:49.3999323Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-73ed215010b561ed/lib-smallvec' from root:root to runner:runner
2025-08-20T19:01:49.4000214Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-73ed215010b561ed' from root:root to runner:runner
2025-08-20T19:01:49.4001361Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locid_transform-39ab77d60ed5829b/lib-icu_locid_transform' from root:root to runner:runner
2025-08-20T19:01:49.4002432Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locid_transform-39ab77d60ed5829b/lib-icu_locid_transform.json' from root:root to runner:runner
2025-08-20T19:01:49.4003464Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locid_transform-39ab77d60ed5829b/dep-lib-icu_locid_transform' from root:root to runner:runner
2025-08-20T19:01:49.4004462Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locid_transform-39ab77d60ed5829b/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4005383Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locid_transform-39ab77d60ed5829b' from root:root to runner:runner
2025-08-20T19:01:49.4006453Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerovec-69b412fa2a1afd8d/lib-zerovec' from root:root to runner:runner
2025-08-20T19:01:49.4007500Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerovec-69b412fa2a1afd8d/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4008488Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerovec-69b412fa2a1afd8d/dep-lib-zerovec' from root:root to runner:runner
2025-08-20T19:01:49.4009439Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerovec-69b412fa2a1afd8d/lib-zerovec.json' from root:root to runner:runner
2025-08-20T19:01:49.4010320Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerovec-69b412fa2a1afd8d' from root:root to runner:runner
2025-08-20T19:01:49.4011236Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-1dbceb125d36f529/lib-regex' from root:root to runner:runner
2025-08-20T19:01:49.4012165Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-1dbceb125d36f529/dep-lib-regex' from root:root to runner:runner
2025-08-20T19:01:49.4013116Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-1dbceb125d36f529/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4014190Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-1dbceb125d36f529/lib-regex.json' from root:root to runner:runner
2025-08-20T19:01:49.4015064Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-1dbceb125d36f529' from root:root to runner:runner
2025-08-20T19:01:49.4015993Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clircle-f93dd060df503e61/lib-clircle' from root:root to runner:runner
2025-08-20T19:01:49.4016950Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clircle-f93dd060df503e61/lib-clircle.json' from root:root to runner:runner
2025-08-20T19:01:49.4018037Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clircle-f93dd060df503e61/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4018990Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clircle-f93dd060df503e61/dep-lib-clircle' from root:root to runner:runner
2025-08-20T19:01:49.4020026Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clircle-f93dd060df503e61' from root:root to runner:runner
2025-08-20T19:01:49.4020998Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-942298f08837beb8/dep-lib-hashbrown' from root:root to runner:runner
2025-08-20T19:01:49.4021954Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-942298f08837beb8/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4022894Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-942298f08837beb8/lib-hashbrown' from root:root to runner:runner
2025-08-20T19:01:49.4023861Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-942298f08837beb8/lib-hashbrown.json' from root:root to runner:runner
2025-08-20T19:01:49.4024752Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-942298f08837beb8' from root:root to runner:runner
2025-08-20T19:01:49.4025724Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-271f229373c5cb4d/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4026710Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-271f229373c5cb4d/dep-lib-aho_corasick' from root:root to runner:runner
2025-08-20T19:01:49.4027881Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-271f229373c5cb4d/lib-aho_corasick' from root:root to runner:runner
2025-08-20T19:01:49.4028917Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-271f229373c5cb4d/lib-aho_corasick.json' from root:root to runner:runner
2025-08-20T19:01:49.4029816Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-271f229373c5cb4d' from root:root to runner:runner
2025-08-20T19:01:49.4030777Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytesize-017c767a020b58b2/dep-lib-bytesize' from root:root to runner:runner
2025-08-20T19:01:49.4031736Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytesize-017c767a020b58b2/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4032670Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytesize-017c767a020b58b2/lib-bytesize' from root:root to runner:runner
2025-08-20T19:01:49.4033788Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytesize-017c767a020b58b2/lib-bytesize.json' from root:root to runner:runner
2025-08-20T19:01:49.4034679Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytesize-017c767a020b58b2' from root:root to runner:runner
2025-08-20T19:01:49.4035561Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/onig_sys-166f9ce0c19b6ff7' from root:root to runner:runner
2025-08-20T19:01:49.4036475Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-e799659df7e28d12/lib-memchr' from root:root to runner:runner
2025-08-20T19:01:49.4037524Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-e799659df7e28d12/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4038520Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-e799659df7e28d12/lib-memchr.json' from root:root to runner:runner
2025-08-20T19:01:49.4039462Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-e799659df7e28d12/dep-lib-memchr' from root:root to runner:runner
2025-08-20T19:01:49.4040343Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-e799659df7e28d12' from root:root to runner:runner
2025-08-20T19:01:49.4041555Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locid_transform_data-deeda695c34691a0/lib-icu_locid_transform_data.json' from root:root to runner:runner
2025-08-20T19:01:49.4042585Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locid_transform_data-deeda695c34691a0/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4043633Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locid_transform_data-deeda695c34691a0/lib-icu_locid_transform_data' from root:root to runner:runner
2025-08-20T19:01:49.4044710Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locid_transform_data-deeda695c34691a0/dep-lib-icu_locid_transform_data' from root:root to runner:runner
2025-08-20T19:01:49.4045653Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locid_transform_data-deeda695c34691a0' from root:root to runner:runner
2025-08-20T19:01:49.4046681Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libz-sys-f2d50ba9728e7f0e/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4048005Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libz-sys-f2d50ba9728e7f0e/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:01:49.4048906Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libz-sys-f2d50ba9728e7f0e' from root:root to runner:runner
2025-08-20T19:01:49.4049857Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/writeable-db68817ed34b1ba0/lib-writeable' from root:root to runner:runner
2025-08-20T19:01:49.4050831Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/writeable-db68817ed34b1ba0/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4051802Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/writeable-db68817ed34b1ba0/lib-writeable.json' from root:root to runner:runner
2025-08-20T19:01:49.4052764Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/writeable-db68817ed34b1ba0/dep-lib-writeable' from root:root to runner:runner
2025-08-20T19:01:49.4053648Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/writeable-db68817ed34b1ba0' from root:root to runner:runner
2025-08-20T19:01:49.4054610Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-056469cb054f3137/dep-lib-bitflags' from root:root to runner:runner
2025-08-20T19:01:49.4055756Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-056469cb054f3137/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4056721Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-056469cb054f3137/lib-bitflags.json' from root:root to runner:runner
2025-08-20T19:01:49.4057749Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-056469cb054f3137/lib-bitflags' from root:root to runner:runner
2025-08-20T19:01:49.4058656Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-056469cb054f3137' from root:root to runner:runner
2025-08-20T19:01:49.4059636Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ansi_colours-e8381e8aa1b64cf4/dep-lib-ansi_colours' from root:root to runner:runner
2025-08-20T19:01:49.4060599Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ansi_colours-e8381e8aa1b64cf4/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4061822Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ansi_colours-e8381e8aa1b64cf4/lib-ansi_colours.json' from root:root to runner:runner
2025-08-20T19:01:49.4062800Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ansi_colours-e8381e8aa1b64cf4/lib-ansi_colours' from root:root to runner:runner
2025-08-20T19:01:49.4063701Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ansi_colours-e8381e8aa1b64cf4' from root:root to runner:runner
2025-08-20T19:01:49.4064750Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-eab5081ac1797271/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4065813Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-eab5081ac1797271/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:01:49.4066695Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-eab5081ac1797271' from root:root to runner:runner
2025-08-20T19:01:49.4067763Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bincode-9cf32eab989e56f5/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4068767Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bincode-9cf32eab989e56f5/lib-bincode.json' from root:root to runner:runner
2025-08-20T19:01:49.4069857Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bincode-9cf32eab989e56f5/lib-bincode' from root:root to runner:runner
2025-08-20T19:01:49.4070813Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bincode-9cf32eab989e56f5/dep-lib-bincode' from root:root to runner:runner
2025-08-20T19:01:49.4071695Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bincode-9cf32eab989e56f5' from root:root to runner:runner
2025-08-20T19:01:49.4072660Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libgit2-sys-4deb50649619b43b/lib-libgit2_sys' from root:root to runner:runner
2025-08-20T19:01:49.4073627Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libgit2-sys-4deb50649619b43b/dep-lib-libgit2_sys' from root:root to runner:runner
2025-08-20T19:01:49.4074598Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libgit2-sys-4deb50649619b43b/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4075778Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libgit2-sys-4deb50649619b43b/lib-libgit2_sys.json' from root:root to runner:runner
2025-08-20T19:01:49.4076685Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libgit2-sys-4deb50649619b43b' from root:root to runner:runner
2025-08-20T19:01:49.4077798Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-de09fbe8fbd555b4/dep-lib-icu_normalizer_data' from root:root to runner:runner
2025-08-20T19:01:49.4078841Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-de09fbe8fbd555b4/lib-icu_normalizer_data' from root:root to runner:runner
2025-08-20T19:01:49.4079844Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-de09fbe8fbd555b4/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4080873Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-de09fbe8fbd555b4/lib-icu_normalizer_data.json' from root:root to runner:runner
2025-08-20T19:01:49.4081799Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-de09fbe8fbd555b4' from root:root to runner:runner
2025-08-20T19:01:49.4082912Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-1d1efc38be5a27f8/lib-indexmap.json' from root:root to runner:runner
2025-08-20T19:01:49.4083878Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-1d1efc38be5a27f8/dep-lib-indexmap' from root:root to runner:runner
2025-08-20T19:01:49.4084816Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-1d1efc38be5a27f8/lib-indexmap' from root:root to runner:runner
2025-08-20T19:01:49.4085779Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-1d1efc38be5a27f8/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4086668Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-1d1efc38be5a27f8' from root:root to runner:runner
2025-08-20T19:01:49.4087724Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/xterm-color-aa5531b856cf70c7/lib-xterm_color.json' from root:root to runner:runner
2025-08-20T19:01:49.4088878Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/xterm-color-aa5531b856cf70c7/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4089865Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/xterm-color-aa5531b856cf70c7/dep-lib-xterm_color' from root:root to runner:runner
2025-08-20T19:01:49.4090822Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/xterm-color-aa5531b856cf70c7/lib-xterm_color' from root:root to runner:runner
2025-08-20T19:01:49.4091715Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/xterm-color-aa5531b856cf70c7' from root:root to runner:runner
2025-08-20T19:01:49.4092673Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytemuck-fe8f8ee62542e0a3/lib-bytemuck.json' from root:root to runner:runner
2025-08-20T19:01:49.4093636Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytemuck-fe8f8ee62542e0a3/dep-lib-bytemuck' from root:root to runner:runner
2025-08-20T19:01:49.4094599Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytemuck-fe8f8ee62542e0a3/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4095537Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytemuck-fe8f8ee62542e0a3/lib-bytemuck' from root:root to runner:runner
2025-08-20T19:01:49.4096545Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytemuck-fe8f8ee62542e0a3' from root:root to runner:runner
2025-08-20T19:01:49.4097659Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-1e34e5b356de6083/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4098728Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-1e34e5b356de6083/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:01:49.4099604Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-1e34e5b356de6083' from root:root to runner:runner
2025-08-20T19:01:49.4100623Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-58a87eb00497feda/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4101680Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-58a87eb00497feda/dep-lib-unicode_segmentation' from root:root to runner:runner
2025-08-20T19:01:49.4102900Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-58a87eb00497feda/lib-unicode_segmentation.json' from root:root to runner:runner
2025-08-20T19:01:49.4103944Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-58a87eb00497feda/lib-unicode_segmentation' from root:root to runner:runner
2025-08-20T19:01:49.4104879Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-58a87eb00497feda' from root:root to runner:runner
2025-08-20T19:01:49.4105854Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/git-version-14491a479ab8dcd1/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4106816Z [00:04:08.393]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/git-version-14491a479ab8dcd1/lib-git_version' from root:root to runner:runner
2025-08-20T19:01:49.4107897Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/git-version-14491a479ab8dcd1/lib-git_version.json' from root:root to runner:runner
2025-08-20T19:01:49.4108932Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/git-version-14491a479ab8dcd1/dep-lib-git_version' from root:root to runner:runner
2025-08-20T19:01:49.4109831Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/git-version-14491a479ab8dcd1' from root:root to runner:runner
2025-08-20T19:01:49.4110916Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-74b0f744cbb31470/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4111884Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-74b0f744cbb31470/dep-lib-anstyle' from root:root to runner:runner
2025-08-20T19:01:49.4112816Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-74b0f744cbb31470/lib-anstyle' from root:root to runner:runner
2025-08-20T19:01:49.4113772Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-74b0f744cbb31470/lib-anstyle.json' from root:root to runner:runner
2025-08-20T19:01:49.4114651Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-74b0f744cbb31470' from root:root to runner:runner
2025-08-20T19:01:49.4115607Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-core-d744dc40edf72df3/lib-rayon_core' from root:root to runner:runner
2025-08-20T19:01:49.4116757Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-core-d744dc40edf72df3/dep-lib-rayon_core' from root:root to runner:runner
2025-08-20T19:01:49.4117804Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-core-d744dc40edf72df3/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4118821Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-core-d744dc40edf72df3/lib-rayon_core.json' from root:root to runner:runner
2025-08-20T19:01:49.4119717Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-core-d744dc40edf72df3' from root:root to runner:runner
2025-08-20T19:01:49.4120723Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-7ded428ff597e470/lib-unicode_width.json' from root:root to runner:runner
2025-08-20T19:01:49.4121698Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-7ded428ff597e470/lib-unicode_width' from root:root to runner:runner
2025-08-20T19:01:49.4122676Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-7ded428ff597e470/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4123675Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-7ded428ff597e470/dep-lib-unicode_width' from root:root to runner:runner
2025-08-20T19:01:49.4124699Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-7ded428ff597e470' from root:root to runner:runner
2025-08-20T19:01:49.4125621Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bat-f447c868794be5cd' from root:root to runner:runner
2025-08-20T19:01:49.4126621Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-3c60fcc3958beeed/dep-lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T19:01:49.4127694Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-3c60fcc3958beeed/lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T19:01:49.4128721Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-3c60fcc3958beeed/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4129711Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-3c60fcc3958beeed/lib-linux_raw_sys.json' from root:root to runner:runner
2025-08-20T19:01:49.4130807Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-3c60fcc3958beeed' from root:root to runner:runner
2025-08-20T19:01:49.4131773Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf16_iter-a7bc44b761bfe6ed/dep-lib-utf16_iter' from root:root to runner:runner
2025-08-20T19:01:49.4132739Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf16_iter-a7bc44b761bfe6ed/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4133697Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf16_iter-a7bc44b761bfe6ed/lib-utf16_iter' from root:root to runner:runner
2025-08-20T19:01:49.4134665Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf16_iter-a7bc44b761bfe6ed/lib-utf16_iter.json' from root:root to runner:runner
2025-08-20T19:01:49.4135552Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf16_iter-a7bc44b761bfe6ed' from root:root to runner:runner
2025-08-20T19:01:49.4136502Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-920aadcb768c81d9/dep-lib-anstream' from root:root to runner:runner
2025-08-20T19:01:49.4137531Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-920aadcb768c81d9/lib-anstream' from root:root to runner:runner
2025-08-20T19:01:49.4138676Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-920aadcb768c81d9/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4139641Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-920aadcb768c81d9/lib-anstream.json' from root:root to runner:runner
2025-08-20T19:01:49.4140535Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-920aadcb768c81d9' from root:root to runner:runner
2025-08-20T19:01:49.4141503Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_yaml-f958b7e9ad119d6a/lib-serde_yaml.json' from root:root to runner:runner
2025-08-20T19:01:49.4142463Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_yaml-f958b7e9ad119d6a/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4143424Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_yaml-f958b7e9ad119d6a/dep-lib-serde_yaml' from root:root to runner:runner
2025-08-20T19:01:49.4144549Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_yaml-f958b7e9ad119d6a/lib-serde_yaml' from root:root to runner:runner
2025-08-20T19:01:49.4145438Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_yaml-f958b7e9ad119d6a' from root:root to runner:runner
2025-08-20T19:01:49.4146339Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-d3a003c5745aa4e2/dep-lib-fnv' from root:root to runner:runner
2025-08-20T19:01:49.4147483Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-d3a003c5745aa4e2/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4148452Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-d3a003c5745aa4e2/lib-fnv.json' from root:root to runner:runner
2025-08-20T19:01:49.4149345Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-d3a003c5745aa4e2/lib-fnv' from root:root to runner:runner
2025-08-20T19:01:49.4150202Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-d3a003c5745aa4e2' from root:root to runner:runner
2025-08-20T19:01:49.4151248Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/dep-lib-is_terminal_polyfill' from root:root to runner:runner
2025-08-20T19:01:49.4152468Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/lib-is_terminal_polyfill' from root:root to runner:runner
2025-08-20T19:01:49.4153509Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4154556Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/lib-is_terminal_polyfill.json' from root:root to runner:runner
2025-08-20T19:01:49.4155487Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b' from root:root to runner:runner
2025-08-20T19:01:49.4156450Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/powerfmt-6e0d9dec78c98ec2/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4157685Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/powerfmt-6e0d9dec78c98ec2/lib-powerfmt.json' from root:root to runner:runner
2025-08-20T19:01:49.4158678Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/powerfmt-6e0d9dec78c98ec2/lib-powerfmt' from root:root to runner:runner
2025-08-20T19:01:49.4159634Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/powerfmt-6e0d9dec78c98ec2/dep-lib-powerfmt' from root:root to runner:runner
2025-08-20T19:01:49.4160515Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/powerfmt-6e0d9dec78c98ec2' from root:root to runner:runner
2025-08-20T19:01:49.4161528Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bat-85e59e7663783e04/run-build-script-build-script-main' from root:root to runner:runner
2025-08-20T19:01:49.4162566Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bat-85e59e7663783e04/run-build-script-build-script-main.json' from root:root to runner:runner
2025-08-20T19:01:49.4163447Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bat-85e59e7663783e04' from root:root to runner:runner
2025-08-20T19:01:49.4164410Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/lib-walkdir.json' from root:root to runner:runner
2025-08-20T19:01:49.4165471Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/lib-walkdir' from root:root to runner:runner
2025-08-20T19:01:49.4166509Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4167582Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/dep-lib-walkdir' from root:root to runner:runner
2025-08-20T19:01:49.4168531Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80' from root:root to runner:runner
2025-08-20T19:01:49.4169447Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/plist-c80792f6c4176758/lib-plist' from root:root to runner:runner
2025-08-20T19:01:49.4170376Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/plist-c80792f6c4176758/lib-plist.json' from root:root to runner:runner
2025-08-20T19:01:49.4171543Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/plist-c80792f6c4176758/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4172482Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/plist-c80792f6c4176758/dep-lib-plist' from root:root to runner:runner
2025-08-20T19:01:49.4173348Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/plist-c80792f6c4176758' from root:root to runner:runner
2025-08-20T19:01:49.4174310Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-915aec7b648725f8/dep-lib-itertools' from root:root to runner:runner
2025-08-20T19:01:49.4175279Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-915aec7b648725f8/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4176254Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-915aec7b648725f8/lib-itertools.json' from root:root to runner:runner
2025-08-20T19:01:49.4177263Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-915aec7b648725f8/lib-itertools' from root:root to runner:runner
2025-08-20T19:01:49.4178210Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-915aec7b648725f8' from root:root to runner:runner
2025-08-20T19:01:49.4179345Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-179e3c81e30bec0d/lib-crossbeam_epoch' from root:root to runner:runner
2025-08-20T19:01:49.4180388Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-179e3c81e30bec0d/dep-lib-crossbeam_epoch' from root:root to runner:runner
2025-08-20T19:01:49.4181382Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-179e3c81e30bec0d/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4182407Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-179e3c81e30bec0d/lib-crossbeam_epoch.json' from root:root to runner:runner
2025-08-20T19:01:49.4183323Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-179e3c81e30bec0d' from root:root to runner:runner
2025-08-20T19:01:49.4184353Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-34b2c2a1cfbbb22b/lib-percent_encoding.json' from root:root to runner:runner
2025-08-20T19:01:49.4185526Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-34b2c2a1cfbbb22b/dep-lib-percent_encoding' from root:root to runner:runner
2025-08-20T19:01:49.4186529Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-34b2c2a1cfbbb22b/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4187616Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-34b2c2a1cfbbb22b/lib-percent_encoding' from root:root to runner:runner
2025-08-20T19:01:49.4188604Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-34b2c2a1cfbbb22b' from root:root to runner:runner
2025-08-20T19:01:49.4189469Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bat-7631a24bc1c1842d' from root:root to runner:runner
2025-08-20T19:01:49.4190452Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-d3912d4c466823d0/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4191435Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-d3912d4c466823d0/lib-anstyle_query' from root:root to runner:runner
2025-08-20T19:01:49.4192432Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-d3912d4c466823d0/dep-lib-anstyle_query' from root:root to runner:runner
2025-08-20T19:01:49.4193569Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-d3912d4c466823d0/lib-anstyle_query.json' from root:root to runner:runner
2025-08-20T19:01:49.4194526Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-d3912d4c466823d0' from root:root to runner:runner
2025-08-20T19:01:49.4195320Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint' from root:root to runner:runner
2025-08-20T19:01:49.4196051Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release' from root:root to runner:runner
2025-08-20T19:01:49.4196797Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T19:01:49.4197581Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl' from root:root to runner:runner
2025-08-20T19:01:49.4198409Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libsame_file-1f5074b1b141e875.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4199390Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libhashbrown-75302223b2e4e5c6.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4200172Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/synstructure-cb12c67c2e7cb9ef.d' from root:root to runner:runner
2025-08-20T19:01:49.4200961Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libserde_with-4325cc36c7f36169.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4201698Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/shlex-380b779259fb4319.d' from root:root to runner:runner
2025-08-20T19:01:49.4202462Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/equivalent-be151bb69e5a723b.d' from root:root to runner:runner
2025-08-20T19:01:49.4203244Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libanstyle-b2ffee21e8974235.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4204008Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/anstyle_query-ef38611df44ed449.d' from root:root to runner:runner
2025-08-20T19:01:49.4204792Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libanstyle-b2ffee21e8974235.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4205587Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libproc_macro2-f29a55410a18d87b.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4206482Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libshlex-380b779259fb4319.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4207510Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libsame_file-1f5074b1b141e875.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4208301Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/strsim-a9d3cbd7c8322457.d' from root:root to runner:runner
2025-08-20T19:01:49.4209086Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libwinnow-11b8ce4f7a3ed51e.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4209891Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libanstyle_parse-7600fb79de291417.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4210687Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libregex_syntax-5bc4fd853bb1c4e6.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4211462Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libdarling-ac1098b558dbdcb9.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4212432Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libdarling-ac1098b558dbdcb9.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4213235Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/liblinux_raw_sys-49ea3e0953a47f84.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4213995Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/ident_case-3aff5cc603f2172f.d' from root:root to runner:runner
2025-08-20T19:01:49.4214786Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libindexmap-5c4518665903cda8.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4215580Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libbitflags-4fe1ecf67724f066.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4216386Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libregex_syntax-5bc4fd853bb1c4e6.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4217254Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libdisplaydoc-2ddb91cd63039458.so' from root:root to runner:runner
2025-08-20T19:01:49.4218093Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libwalkdir-598b39bebac6d310.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4218884Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libonce_cell-1cfe26da92235742.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4219835Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libcolorchoice-32c0e8df2afc1e91.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4220636Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libjobserver-1aa8bec7774ceb6e.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4221379Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/winnow-11b8ce4f7a3ed51e.d' from root:root to runner:runner
2025-08-20T19:01:49.4222121Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libc-575461593549ce41.d' from root:root to runner:runner
2025-08-20T19:01:49.4222877Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libcc-009c4d20ace05d19.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4223679Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libanstyle_parse-7600fb79de291417.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4224431Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/itertools-1253dcca84c0885b.d' from root:root to runner:runner
2025-08-20T19:01:49.4225356Z [00:04:08.394]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/proc_macro2-f29a55410a18d87b.d' from root:root to runner:runner
2025-08-20T19:01:49.4226091Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/clap-e8d177bf1cb85a57.d' from root:root to runner:runner
2025-08-20T19:01:49.4226892Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/is_terminal_polyfill-1c45283c6e56c87a.d' from root:root to runner:runner
2025-08-20T19:01:49.4227776Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libeither-8d4d522ab24c13cd.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4228656Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libis_terminal_polyfill-1c45283c6e56c87a.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4229471Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libserde_spanned-9d1ec69992e97108.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4230274Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libserde_spanned-9d1ec69992e97108.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4231025Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/same_file-1f5074b1b141e875.d' from root:root to runner:runner
2025-08-20T19:01:49.4231792Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libsyn-ceffe8f57cb0d489.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4232550Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libfnv-92202d5b3ef7f31c.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4233484Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libyoke_derive-1f4e04824e7adc74.so' from root:root to runner:runner
2025-08-20T19:01:49.4234253Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/liblibc-575461593549ce41.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4235052Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libtoml_parser-6aaf0d02c8b16ef8.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4235848Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libanstyle_query-ef38611df44ed449.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4236613Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libcc-009c4d20ace05d19.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4237490Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libclap_builder-a506de7042b42803.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4238491Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libserde_with-4325cc36c7f36169.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4239248Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/bitflags-4fe1ecf67724f066.d' from root:root to runner:runner
2025-08-20T19:01:49.4240043Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libpkg_config-93a99bd4dff38010.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4240844Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libaho_corasick-820654ff956f74f5.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4241635Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libindexmap-5c4518665903cda8.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4242439Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libunicode_ident-a24fedd536a64fa2.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4243210Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/unicode_ident-a24fedd536a64fa2.d' from root:root to runner:runner
2025-08-20T19:01:49.4244014Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libanstyle_query-ef38611df44ed449.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4244799Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libquote-ff888b0fcbe07a39.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4245602Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libterminal_size-537cfdb2ee70c2b4.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4246512Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/git_version_macro-66ce0d762872d4f7.d' from root:root to runner:runner
2025-08-20T19:01:49.4247455Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libprettyplease-87cb192c2af363e2.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4248234Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/cc-009c4d20ace05d19.d' from root:root to runner:runner
2025-08-20T19:01:49.4249029Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libhashbrown-75302223b2e4e5c6.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4249796Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/darling-ac1098b558dbdcb9.d' from root:root to runner:runner
2025-08-20T19:01:49.4250596Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libzerovec_derive-330e44643c5a519f.so' from root:root to runner:runner
2025-08-20T19:01:49.4251359Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/serde_derive-be3254bad79007a1.d' from root:root to runner:runner
2025-08-20T19:01:49.4252290Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libtoml-2e8e6d08f77968c6.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4253071Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libvcpkg-57e61f3d74998a16.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4253871Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libtoml_parser-6aaf0d02c8b16ef8.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4254672Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libterminal_size-537cfdb2ee70c2b4.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4255481Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libjobserver-1aa8bec7774ceb6e.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4256270Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libanyhow-e94bd31fedb76048.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4257170Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libthiserror_impl-38e9baa2f8d5d2c0.so' from root:root to runner:runner
2025-08-20T19:01:49.4258009Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libstrsim-a9d3cbd7c8322457.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4258759Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/vcpkg-57e61f3d74998a16.d' from root:root to runner:runner
2025-08-20T19:01:49.4259669Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/librustix-d96d1c5ca8b48599.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4260560Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libicu_provider_macros-3e1b7a99b75dc46a.so' from root:root to runner:runner
2025-08-20T19:01:49.4261366Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libgit_version_macro-66ce0d762872d4f7.so' from root:root to runner:runner
2025-08-20T19:01:49.4262154Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libwalkdir-598b39bebac6d310.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4262894Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/quote-ff888b0fcbe07a39.d' from root:root to runner:runner
2025-08-20T19:01:49.4263685Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libutf8parse-978935a34c60a6d5.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4264485Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libcolorchoice-32c0e8df2afc1e91.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4265441Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/toml_parser-6aaf0d02c8b16ef8.d' from root:root to runner:runner
2025-08-20T19:01:49.4266245Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libserde_with_macros-93841e4b9780d092.so' from root:root to runner:runner
2025-08-20T19:01:49.4267080Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libsyn-ceffe8f57cb0d489.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4267927Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/colorchoice-32c0e8df2afc1e91.d' from root:root to runner:runner
2025-08-20T19:01:49.4268700Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/clap_builder-a506de7042b42803.d' from root:root to runner:runner
2025-08-20T19:01:49.4269486Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libwinnow-11b8ce4f7a3ed51e.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4270259Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libmemchr-cbf058b6ee682193.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4271055Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libitertools-1253dcca84c0885b.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4271859Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libzerofrom_derive-791f6378e8019f7c.so' from root:root to runner:runner
2025-08-20T19:01:49.4272792Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/once_cell-1cfe26da92235742.d' from root:root to runner:runner
2025-08-20T19:01:49.4273592Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libregex-f645826edffdc4fc.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4274373Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libclap_lex-d83acb44fdd14ec4.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4275151Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/anstyle_parse-7600fb79de291417.d' from root:root to runner:runner
2025-08-20T19:01:49.4275961Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libtoml_datetime-d868fea439ec5d4f.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4276723Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libclap-e8d177bf1cb85a57.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4277565Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/regex_automata-e826d88f35360402.d' from root:root to runner:runner
2025-08-20T19:01:49.4278578Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/thiserror_impl-38e9baa2f8d5d2c0.d' from root:root to runner:runner
2025-08-20T19:01:49.4279389Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libequivalent-be151bb69e5a723b.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4280185Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libtoml_writer-8bce2a27048a336d.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4280982Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libthiserror_impl-1bcf3a093b5664a2.so' from root:root to runner:runner
2025-08-20T19:01:49.4281780Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/icu_provider_macros-3e1b7a99b75dc46a.d' from root:root to runner:runner
2025-08-20T19:01:49.4282561Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libeither-8d4d522ab24c13cd.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4283338Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/zerofrom_derive-791f6378e8019f7c.d' from root:root to runner:runner
2025-08-20T19:01:49.4284093Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/hashbrown-75302223b2e4e5c6.d' from root:root to runner:runner
2025-08-20T19:01:49.4284856Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/jobserver-1aa8bec7774ceb6e.d' from root:root to runner:runner
2025-08-20T19:01:49.4285605Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/walkdir-598b39bebac6d310.d' from root:root to runner:runner
2025-08-20T19:01:49.4286497Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libtoml-2e8e6d08f77968c6.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4287418Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libunicode_ident-a24fedd536a64fa2.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4288229Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/toml_datetime-d868fea439ec5d4f.d' from root:root to runner:runner
2025-08-20T19:01:49.4289008Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/librustix-d96d1c5ca8b48599.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4289816Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libtoml_datetime-d868fea439ec5d4f.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4290579Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/regex_syntax-5bc4fd853bb1c4e6.d' from root:root to runner:runner
2025-08-20T19:01:49.4291561Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libclap_builder-a506de7042b42803.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4292326Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libfnv-92202d5b3ef7f31c.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4293125Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libproc_macro2-f29a55410a18d87b.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4293908Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libclap_lex-d83acb44fdd14ec4.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4294678Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/displaydoc-2ddb91cd63039458.d' from root:root to runner:runner
2025-08-20T19:01:49.4295430Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/pkg_config-93a99bd4dff38010.d' from root:root to runner:runner
2025-08-20T19:01:49.4296184Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/anstream-007d10b213eb8916.d' from root:root to runner:runner
2025-08-20T19:01:49.4296961Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libstrsim-a9d3cbd7c8322457.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4297871Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libanyhow-e94bd31fedb76048.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4298673Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libanstream-007d10b213eb8916.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4299595Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libonce_cell-1cfe26da92235742.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4300438Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libutf8parse-978935a34c60a6d5.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4301246Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libregex_automata-e826d88f35360402.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4301980Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/fnv-92202d5b3ef7f31c.d' from root:root to runner:runner
2025-08-20T19:01:49.4302778Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libdarling_macro-e934a2fb5a55a6ce.so' from root:root to runner:runner
2025-08-20T19:01:49.4303568Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libequivalent-be151bb69e5a723b.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4304307Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/regex-f645826edffdc4fc.d' from root:root to runner:runner
2025-08-20T19:01:49.4305311Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libident_case-3aff5cc603f2172f.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4306074Z [00:04:08.395]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/serde_with-4325cc36c7f36169.d' from root:root to runner:runner
2025-08-20T19:01:49.4306867Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libdarling_core-58115923cc9d53a3.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4307828Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libis_terminal_polyfill-1c45283c6e56c87a.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4308629Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/serde_spanned-9d1ec69992e97108.d' from root:root to runner:runner
2025-08-20T19:01:49.4309423Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libpkg_config-93a99bd4dff38010.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4310174Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/anstyle-b2ffee21e8974235.d' from root:root to runner:runner
2025-08-20T19:01:49.4310942Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/aho_corasick-820654ff956f74f5.d' from root:root to runner:runner
2025-08-20T19:01:49.4311692Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/anyhow-e94bd31fedb76048.d' from root:root to runner:runner
2025-08-20T19:01:49.4312605Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/zerovec_derive-330e44643c5a519f.d' from root:root to runner:runner
2025-08-20T19:01:49.4313443Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/terminal_size-537cfdb2ee70c2b4.d' from root:root to runner:runner
2025-08-20T19:01:49.4314215Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libserde-0ffe6917e904c9ab.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4314965Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/either-8d4d522ab24c13cd.d' from root:root to runner:runner
2025-08-20T19:01:49.4315737Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/linux_raw_sys-49ea3e0953a47f84.d' from root:root to runner:runner
2025-08-20T19:01:49.4316509Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/darling_macro-e934a2fb5a55a6ce.d' from root:root to runner:runner
2025-08-20T19:01:49.4317411Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libsynstructure-cb12c67c2e7cb9ef.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4318340Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/yoke_derive-1f4e04824e7adc74.d' from root:root to runner:runner
2025-08-20T19:01:49.4319154Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libsynstructure-cb12c67c2e7cb9ef.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4319927Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libmemchr-cbf058b6ee682193.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4320708Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libbitflags-4fe1ecf67724f066.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4321455Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/serde-0ffe6917e904c9ab.d' from root:root to runner:runner
2025-08-20T19:01:49.4322209Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/clap_lex-d83acb44fdd14ec4.d' from root:root to runner:runner
2025-08-20T19:01:49.4322979Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/thiserror_impl-1bcf3a093b5664a2.d' from root:root to runner:runner
2025-08-20T19:01:49.4323744Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libvcpkg-57e61f3d74998a16.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4324544Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libdarling_core-58115923cc9d53a3.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4325422Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/toml_writer-8bce2a27048a336d.d' from root:root to runner:runner
2025-08-20T19:01:49.4326159Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/syn-ceffe8f57cb0d489.d' from root:root to runner:runner
2025-08-20T19:01:49.4326955Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libaho_corasick-820654ff956f74f5.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4327857Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/utf8parse-978935a34c60a6d5.d' from root:root to runner:runner
2025-08-20T19:01:49.4328626Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/liblibc-575461593549ce41.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4329408Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libclap-e8d177bf1cb85a57.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4330149Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/memchr-cbf058b6ee682193.d' from root:root to runner:runner
2025-08-20T19:01:49.4331081Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/rustix-d96d1c5ca8b48599.d' from root:root to runner:runner
2025-08-20T19:01:49.4331866Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/serde_with_macros-93841e4b9780d092.d' from root:root to runner:runner
2025-08-20T19:01:49.4332641Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/darling_core-58115923cc9d53a3.d' from root:root to runner:runner
2025-08-20T19:01:49.4333433Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/liblinux_raw_sys-49ea3e0953a47f84.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4334210Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libserde-0ffe6917e904c9ab.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4335004Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libserde_derive-be3254bad79007a1.so' from root:root to runner:runner
2025-08-20T19:01:49.4335800Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libtoml_writer-8bce2a27048a336d.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4336572Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libregex-f645826edffdc4fc.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4337433Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libitertools-1253dcca84c0885b.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4338307Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libregex_automata-e826d88f35360402.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4339212Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libshlex-380b779259fb4319.rmeta' from root:root to runner:runner
2025-08-20T19:01:49.4340095Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libprettyplease-87cb192c2af363e2.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4340883Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libident_case-3aff5cc603f2172f.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4341624Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/toml-2e8e6d08f77968c6.d' from root:root to runner:runner
2025-08-20T19:01:49.4342391Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/indexmap-5c4518665903cda8.d' from root:root to runner:runner
2025-08-20T19:01:49.4343171Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libanstream-007d10b213eb8916.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4343943Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libquote-ff888b0fcbe07a39.rlib' from root:root to runner:runner
2025-08-20T19:01:49.4344890Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/prettyplease-87cb192c2af363e2.d' from root:root to runner:runner
2025-08-20T19:01:49.4345539Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps' from root:root to runner:runner
2025-08-20T19:01:49.4346208Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/examples' from root:root to runner:runner
2025-08-20T19:01:49.4346881Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/incremental' from root:root to runner:runner
2025-08-20T19:01:49.4347846Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/serde_json-8757abf577c066df/build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4348719Z [00:04:08.396]➜  ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/serde_json-8757abf577c066df/build_script_build-8757abf577c066df' retained as runner:runner
2025-08-20T19:01:49.4349622Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/serde_json-8757abf577c066df/build_script_build-8757abf577c066df.d' from root:root to runner:runner
2025-08-20T19:01:49.4350371Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/serde_json-8757abf577c066df' from root:root to runner:runner
2025-08-20T19:01:49.4351199Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/serde-a7c0d7167fc69c10/build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4352210Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/serde-a7c0d7167fc69c10/build_script_build-a7c0d7167fc69c10.d' from root:root to runner:runner
2025-08-20T19:01:49.4353104Z [00:04:08.396]➜  ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/serde-a7c0d7167fc69c10/build_script_build-a7c0d7167fc69c10' retained as runner:runner
2025-08-20T19:01:49.4353841Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/serde-a7c0d7167fc69c10' from root:root to runner:runner
2025-08-20T19:01:49.4354623Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/rustix-c9edea24618d6d5f/stderr' from root:root to runner:runner
2025-08-20T19:01:49.4355452Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/rustix-c9edea24618d6d5f/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4356207Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/rustix-c9edea24618d6d5f/out' from root:root to runner:runner
2025-08-20T19:01:49.4357066Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/rustix-c9edea24618d6d5f/root-output' from root:root to runner:runner
2025-08-20T19:01:49.4358026Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/rustix-c9edea24618d6d5f/output' from root:root to runner:runner
2025-08-20T19:01:49.4358776Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/rustix-c9edea24618d6d5f' from root:root to runner:runner
2025-08-20T19:01:49.4359708Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6/build_script_build-b7b355ee76e503f6' from root:root to runner:runner
2025-08-20T19:01:49.4360522Z [00:04:08.396]➜  ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6/build-script-build' retained as runner:runner
2025-08-20T19:01:49.4361459Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6/build_script_build-b7b355ee76e503f6.d' from root:root to runner:runner
2025-08-20T19:01:49.4362245Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6' from root:root to runner:runner
2025-08-20T19:01:49.4363138Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/libz-sys-1f323e6208ede612/build_script_build-1f323e6208ede612' from root:root to runner:runner
2025-08-20T19:01:49.4363912Z [00:04:08.396]➜  ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/libz-sys-1f323e6208ede612/build-script-build' retained as runner:runner
2025-08-20T19:01:49.4364813Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/libz-sys-1f323e6208ede612/build_script_build-1f323e6208ede612.d' from root:root to runner:runner
2025-08-20T19:01:49.4365735Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/libz-sys-1f323e6208ede612' from root:root to runner:runner
2025-08-20T19:01:49.4366694Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/anyhow-d2ab9cca0d7c98af/build_script_build-d2ab9cca0d7c98af.d' from root:root to runner:runner
2025-08-20T19:01:49.4367669Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/anyhow-d2ab9cca0d7c98af/build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4368559Z [00:04:08.396]➜  ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/anyhow-d2ab9cca0d7c98af/build_script_build-d2ab9cca0d7c98af' retained as runner:runner
2025-08-20T19:01:49.4369316Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/anyhow-d2ab9cca0d7c98af' from root:root to runner:runner
2025-08-20T19:01:49.4370186Z [00:04:08.396]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/bat-7563dabe23fa08bb/build_script_main-7563dabe23fa08bb' from root:root to runner:runner
2025-08-20T19:01:49.4371248Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/bat-7563dabe23fa08bb/build_script_main-7563dabe23fa08bb.d' from root:root to runner:runner
2025-08-20T19:01:49.4372005Z [00:04:08.397]➜  ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/bat-7563dabe23fa08bb/build-script-main' retained as runner:runner
2025-08-20T19:01:49.4372740Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/bat-7563dabe23fa08bb' from root:root to runner:runner
2025-08-20T19:01:49.4373630Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/semver-e24b5df588320de0/build_script_build-e24b5df588320de0' from root:root to runner:runner
2025-08-20T19:01:49.4374408Z [00:04:08.397]➜  ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/semver-e24b5df588320de0/build-script-build' retained as runner:runner
2025-08-20T19:01:49.4375301Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/semver-e24b5df588320de0/build_script_build-e24b5df588320de0.d' from root:root to runner:runner
2025-08-20T19:01:49.4376045Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/semver-e24b5df588320de0' from root:root to runner:runner
2025-08-20T19:01:49.4376987Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/onig_sys-af51e9208552f7ec/build_script_build-af51e9208552f7ec.d' from root:root to runner:runner
2025-08-20T19:01:49.4377993Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/onig_sys-af51e9208552f7ec/build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4378975Z [00:04:08.397]➜  ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/onig_sys-af51e9208552f7ec/build_script_build-af51e9208552f7ec' retained as runner:runner
2025-08-20T19:01:49.4379769Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/onig_sys-af51e9208552f7ec' from root:root to runner:runner
2025-08-20T19:01:49.4380672Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build_script_build-088b0e1b523234bf' from root:root to runner:runner
2025-08-20T19:01:49.4381588Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build_script_build-088b0e1b523234bf.d' from root:root to runner:runner
2025-08-20T19:01:49.4382388Z [00:04:08.397]➜  ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build-script-build' retained as runner:runner
2025-08-20T19:01:49.4383147Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf' from root:root to runner:runner
2025-08-20T19:01:49.4383914Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/anyhow-198f7894751c17ff/stderr' from root:root to runner:runner
2025-08-20T19:01:49.4384899Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/anyhow-198f7894751c17ff/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4385663Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/anyhow-198f7894751c17ff/out' from root:root to runner:runner
2025-08-20T19:01:49.4386452Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/anyhow-198f7894751c17ff/root-output' from root:root to runner:runner
2025-08-20T19:01:49.4387313Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/anyhow-198f7894751c17ff/output' from root:root to runner:runner
2025-08-20T19:01:49.4388109Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/anyhow-198f7894751c17ff' from root:root to runner:runner
2025-08-20T19:01:49.4388872Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/libc-a5b9263dbb23e8b7/stderr' from root:root to runner:runner
2025-08-20T19:01:49.4389683Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/libc-a5b9263dbb23e8b7/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4390428Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/libc-a5b9263dbb23e8b7/out' from root:root to runner:runner
2025-08-20T19:01:49.4391218Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/libc-a5b9263dbb23e8b7/root-output' from root:root to runner:runner
2025-08-20T19:01:49.4391973Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/libc-a5b9263dbb23e8b7/output' from root:root to runner:runner
2025-08-20T19:01:49.4392868Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/libc-a5b9263dbb23e8b7' from root:root to runner:runner
2025-08-20T19:01:49.4393773Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/prettyplease-7b860cbb760874a2/build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4394647Z [00:04:08.397]➜  ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/prettyplease-7b860cbb760874a2/build_script_build-7b860cbb760874a2' retained as runner:runner
2025-08-20T19:01:49.4395579Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/prettyplease-7b860cbb760874a2/build_script_build-7b860cbb760874a2.d' from root:root to runner:runner
2025-08-20T19:01:49.4396347Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/prettyplease-7b860cbb760874a2' from root:root to runner:runner
2025-08-20T19:01:49.4397314Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/serde-a68ea95bda286375/build_script_build-a68ea95bda286375.d' from root:root to runner:runner
2025-08-20T19:01:49.4398406Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/serde-a68ea95bda286375/build_script_build-a68ea95bda286375' from root:root to runner:runner
2025-08-20T19:01:49.4399185Z [00:04:08.397]➜  ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/serde-a68ea95bda286375/build-script-build' retained as runner:runner
2025-08-20T19:01:49.4399927Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/serde-a68ea95bda286375' from root:root to runner:runner
2025-08-20T19:01:49.4400825Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build_script_build-8196f37f0d52254e' from root:root to runner:runner
2025-08-20T19:01:49.4401619Z [00:04:08.397]➜  ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build-script-build' retained as runner:runner
2025-08-20T19:01:49.4402523Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build_script_build-8196f37f0d52254e.d' from root:root to runner:runner
2025-08-20T19:01:49.4403285Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e' from root:root to runner:runner
2025-08-20T19:01:49.4404084Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/prettyplease-d8751935d64a9770/stderr' from root:root to runner:runner
2025-08-20T19:01:49.4404942Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/prettyplease-d8751935d64a9770/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4405858Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/prettyplease-d8751935d64a9770/out' from root:root to runner:runner
2025-08-20T19:01:49.4406742Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/prettyplease-d8751935d64a9770/root-output' from root:root to runner:runner
2025-08-20T19:01:49.4407642Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/prettyplease-d8751935d64a9770/output' from root:root to runner:runner
2025-08-20T19:01:49.4408464Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/prettyplease-d8751935d64a9770' from root:root to runner:runner
2025-08-20T19:01:49.4409265Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/stderr' from root:root to runner:runner
2025-08-20T19:01:49.4410106Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4410884Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/out' from root:root to runner:runner
2025-08-20T19:01:49.4411898Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/root-output' from root:root to runner:runner
2025-08-20T19:01:49.4412706Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/output' from root:root to runner:runner
2025-08-20T19:01:49.4413472Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167' from root:root to runner:runner
2025-08-20T19:01:49.4414239Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/serde-ccfbfe85e126f3b2/stderr' from root:root to runner:runner
2025-08-20T19:01:49.4415062Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/serde-ccfbfe85e126f3b2/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4415817Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/serde-ccfbfe85e126f3b2/out' from root:root to runner:runner
2025-08-20T19:01:49.4416608Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/serde-ccfbfe85e126f3b2/root-output' from root:root to runner:runner
2025-08-20T19:01:49.4417431Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/serde-ccfbfe85e126f3b2/output' from root:root to runner:runner
2025-08-20T19:01:49.4418223Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/serde-ccfbfe85e126f3b2' from root:root to runner:runner
2025-08-20T19:01:49.4419238Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/libc-043f9700968c6b96/build_script_build-043f9700968c6b96' from root:root to runner:runner
2025-08-20T19:01:49.4420061Z [00:04:08.397]➜  ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/libc-043f9700968c6b96/build-script-build' retained as runner:runner
2025-08-20T19:01:49.4420941Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/libc-043f9700968c6b96/build_script_build-043f9700968c6b96.d' from root:root to runner:runner
2025-08-20T19:01:49.4421674Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/libc-043f9700968c6b96' from root:root to runner:runner
2025-08-20T19:01:49.4422582Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/bugreport-84f6f7b556227579/build_script_build-84f6f7b556227579' from root:root to runner:runner
2025-08-20T19:01:49.4423368Z [00:04:08.397]➜  ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/bugreport-84f6f7b556227579/build-script-build' retained as runner:runner
2025-08-20T19:01:49.4424273Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/bugreport-84f6f7b556227579/build_script_build-84f6f7b556227579.d' from root:root to runner:runner
2025-08-20T19:01:49.4425249Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/bugreport-84f6f7b556227579' from root:root to runner:runner
2025-08-20T19:01:49.4426102Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/thiserror-b8458e758c978feb/build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4427133Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/thiserror-b8458e758c978feb/build_script_build-b8458e758c978feb.d' from root:root to runner:runner
2025-08-20T19:01:49.4428003Z [00:04:08.397]➜  ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/thiserror-b8458e758c978feb/build_script_build-b8458e758c978feb' retained as runner:runner
2025-08-20T19:01:49.4428769Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/thiserror-b8458e758c978feb' from root:root to runner:runner
2025-08-20T19:01:49.4429611Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/rayon-core-55c4319b2dd25625/build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4430518Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/rayon-core-55c4319b2dd25625/build_script_build-55c4319b2dd25625.d' from root:root to runner:runner
2025-08-20T19:01:49.4431374Z [00:04:08.397]➜  ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/rayon-core-55c4319b2dd25625/build_script_build-55c4319b2dd25625' retained as runner:runner
2025-08-20T19:01:49.4432126Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/rayon-core-55c4319b2dd25625' from root:root to runner:runner
2025-08-20T19:01:49.4433078Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/rustix-2920b038b546f39e/build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4433935Z [00:04:08.397]➜  ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/rustix-2920b038b546f39e/build_script_build-2920b038b546f39e' retained as runner:runner
2025-08-20T19:01:49.4434941Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/rustix-2920b038b546f39e/build_script_build-2920b038b546f39e.d' from root:root to runner:runner
2025-08-20T19:01:49.4435685Z [00:04:08.397]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/rustix-2920b038b546f39e' from root:root to runner:runner
2025-08-20T19:01:49.4436597Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/libgit2-sys-634cb82b8136b9d4/build_script_build-634cb82b8136b9d4' from root:root to runner:runner
2025-08-20T19:01:49.4437472Z [00:04:08.398]➜  ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/libgit2-sys-634cb82b8136b9d4/build-script-build' retained as runner:runner
2025-08-20T19:01:49.4438433Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/libgit2-sys-634cb82b8136b9d4/build_script_build-634cb82b8136b9d4.d' from root:root to runner:runner
2025-08-20T19:01:49.4439197Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/libgit2-sys-634cb82b8136b9d4' from root:root to runner:runner
2025-08-20T19:01:49.4439841Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build' from root:root to runner:runner
2025-08-20T19:01:49.4440504Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.cargo-lock' from root:root to runner:runner
2025-08-20T19:01:49.4441405Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/thiserror-impl-1bcf3a093b5664a2/dep-lib-thiserror_impl' from root:root to runner:runner
2025-08-20T19:01:49.4442285Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/thiserror-impl-1bcf3a093b5664a2/lib-thiserror_impl' from root:root to runner:runner
2025-08-20T19:01:49.4443314Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/thiserror-impl-1bcf3a093b5664a2/lib-thiserror_impl.json' from root:root to runner:runner
2025-08-20T19:01:49.4444199Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/thiserror-impl-1bcf3a093b5664a2/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4445008Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/thiserror-impl-1bcf3a093b5664a2' from root:root to runner:runner
2025-08-20T19:01:49.4445900Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/prettyplease-87cb192c2af363e2/lib-prettyplease.json' from root:root to runner:runner
2025-08-20T19:01:49.4446769Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/prettyplease-87cb192c2af363e2/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4447709Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/prettyplease-87cb192c2af363e2/lib-prettyplease' from root:root to runner:runner
2025-08-20T19:01:49.4448757Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/prettyplease-87cb192c2af363e2/dep-lib-prettyplease' from root:root to runner:runner
2025-08-20T19:01:49.4449563Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/prettyplease-87cb192c2af363e2' from root:root to runner:runner
2025-08-20T19:01:49.4450411Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/once_cell-1cfe26da92235742/lib-once_cell.json' from root:root to runner:runner
2025-08-20T19:01:49.4451254Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/once_cell-1cfe26da92235742/dep-lib-once_cell' from root:root to runner:runner
2025-08-20T19:01:49.4452105Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/once_cell-1cfe26da92235742/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4452937Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/once_cell-1cfe26da92235742/lib-once_cell' from root:root to runner:runner
2025-08-20T19:01:49.4453707Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/once_cell-1cfe26da92235742' from root:root to runner:runner
2025-08-20T19:01:49.4454550Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/indexmap-5c4518665903cda8/lib-indexmap.json' from root:root to runner:runner
2025-08-20T19:01:49.4455400Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/indexmap-5c4518665903cda8/dep-lib-indexmap' from root:root to runner:runner
2025-08-20T19:01:49.4456341Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/indexmap-5c4518665903cda8/lib-indexmap' from root:root to runner:runner
2025-08-20T19:01:49.4457325Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/indexmap-5c4518665903cda8/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4458145Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/indexmap-5c4518665903cda8' from root:root to runner:runner
2025-08-20T19:01:49.4459026Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/zerofrom-derive-791f6378e8019f7c/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4459918Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/zerofrom-derive-791f6378e8019f7c/lib-zerofrom_derive' from root:root to runner:runner
2025-08-20T19:01:49.4460818Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/zerofrom-derive-791f6378e8019f7c/lib-zerofrom_derive.json' from root:root to runner:runner
2025-08-20T19:01:49.4461916Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/zerofrom-derive-791f6378e8019f7c/dep-lib-zerofrom_derive' from root:root to runner:runner
2025-08-20T19:01:49.4462729Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/zerofrom-derive-791f6378e8019f7c' from root:root to runner:runner
2025-08-20T19:01:49.4463582Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde_json-8757abf577c066df/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4464512Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde_json-8757abf577c066df/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:01:49.4465447Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde_json-8757abf577c066df/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4466365Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde_json-8757abf577c066df/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4467210Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde_json-8757abf577c066df' from root:root to runner:runner
2025-08-20T19:01:49.4468168Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/terminal_size-537cfdb2ee70c2b4/dep-lib-terminal_size' from root:root to runner:runner
2025-08-20T19:01:49.4469052Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/terminal_size-537cfdb2ee70c2b4/lib-terminal_size.json' from root:root to runner:runner
2025-08-20T19:01:49.4470120Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/terminal_size-537cfdb2ee70c2b4/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4471006Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/terminal_size-537cfdb2ee70c2b4/lib-terminal_size' from root:root to runner:runner
2025-08-20T19:01:49.4471802Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/terminal_size-537cfdb2ee70c2b4' from root:root to runner:runner
2025-08-20T19:01:49.4472663Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/clap_builder-a506de7042b42803/lib-clap_builder' from root:root to runner:runner
2025-08-20T19:01:49.4473519Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/clap_builder-a506de7042b42803/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4474387Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/clap_builder-a506de7042b42803/dep-lib-clap_builder' from root:root to runner:runner
2025-08-20T19:01:49.4475422Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/clap_builder-a506de7042b42803/lib-clap_builder.json' from root:root to runner:runner
2025-08-20T19:01:49.4476214Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/clap_builder-a506de7042b42803' from root:root to runner:runner
2025-08-20T19:01:49.4477077Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/cc-009c4d20ace05d19/lib-cc.json' from root:root to runner:runner
2025-08-20T19:01:49.4477906Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/cc-009c4d20ace05d19/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4478691Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/cc-009c4d20ace05d19/lib-cc' from root:root to runner:runner
2025-08-20T19:01:49.4479482Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/cc-009c4d20ace05d19/dep-lib-cc' from root:root to runner:runner
2025-08-20T19:01:49.4480225Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/cc-009c4d20ace05d19' from root:root to runner:runner
2025-08-20T19:01:49.4481081Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/regex-syntax-5bc4fd853bb1c4e6/lib-regex_syntax' from root:root to runner:runner
2025-08-20T19:01:49.4481953Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/regex-syntax-5bc4fd853bb1c4e6/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4482961Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/regex-syntax-5bc4fd853bb1c4e6/dep-lib-regex_syntax' from root:root to runner:runner
2025-08-20T19:01:49.4483881Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/regex-syntax-5bc4fd853bb1c4e6/lib-regex_syntax.json' from root:root to runner:runner
2025-08-20T19:01:49.4484674Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/regex-syntax-5bc4fd853bb1c4e6' from root:root to runner:runner
2025-08-20T19:01:49.4485519Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/jobserver-1aa8bec7774ceb6e/lib-jobserver' from root:root to runner:runner
2025-08-20T19:01:49.4486383Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/jobserver-1aa8bec7774ceb6e/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4487295Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/jobserver-1aa8bec7774ceb6e/dep-lib-jobserver' from root:root to runner:runner
2025-08-20T19:01:49.4488354Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/jobserver-1aa8bec7774ceb6e/lib-jobserver.json' from root:root to runner:runner
2025-08-20T19:01:49.4489140Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/jobserver-1aa8bec7774ceb6e' from root:root to runner:runner
2025-08-20T19:01:49.4490034Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/unicode-ident-a24fedd536a64fa2/lib-unicode_ident.json' from root:root to runner:runner
2025-08-20T19:01:49.4490909Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/unicode-ident-a24fedd536a64fa2/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4491797Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/unicode-ident-a24fedd536a64fa2/dep-lib-unicode_ident' from root:root to runner:runner
2025-08-20T19:01:49.4492676Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/unicode-ident-a24fedd536a64fa2/lib-unicode_ident' from root:root to runner:runner
2025-08-20T19:01:49.4493472Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/unicode-ident-a24fedd536a64fa2' from root:root to runner:runner
2025-08-20T19:01:49.4494332Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/yoke-derive-1f4e04824e7adc74/dep-lib-yoke_derive' from root:root to runner:runner
2025-08-20T19:01:49.4495189Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/yoke-derive-1f4e04824e7adc74/lib-yoke_derive' from root:root to runner:runner
2025-08-20T19:01:49.4496184Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/yoke-derive-1f4e04824e7adc74/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4497224Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/yoke-derive-1f4e04824e7adc74/lib-yoke_derive.json' from root:root to runner:runner
2025-08-20T19:01:49.4498050Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/yoke-derive-1f4e04824e7adc74' from root:root to runner:runner
2025-08-20T19:01:49.4498902Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde-a7c0d7167fc69c10/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4499828Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde-a7c0d7167fc69c10/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:01:49.4500738Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde-a7c0d7167fc69c10/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4501638Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde-a7c0d7167fc69c10/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4502540Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde-a7c0d7167fc69c10' from root:root to runner:runner
2025-08-20T19:01:49.4503353Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/quote-ff888b0fcbe07a39/lib-quote' from root:root to runner:runner
2025-08-20T19:01:49.4504187Z [00:04:08.398]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/quote-ff888b0fcbe07a39/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4505014Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/quote-ff888b0fcbe07a39/dep-lib-quote' from root:root to runner:runner
2025-08-20T19:01:49.4505834Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/quote-ff888b0fcbe07a39/lib-quote.json' from root:root to runner:runner
2025-08-20T19:01:49.4506600Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/quote-ff888b0fcbe07a39' from root:root to runner:runner
2025-08-20T19:01:49.4507544Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/darling_macro-e934a2fb5a55a6ce/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4508475Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/darling_macro-e934a2fb5a55a6ce/lib-darling_macro.json' from root:root to runner:runner
2025-08-20T19:01:49.4509500Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/darling_macro-e934a2fb5a55a6ce/dep-lib-darling_macro' from root:root to runner:runner
2025-08-20T19:01:49.4510394Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/darling_macro-e934a2fb5a55a6ce/lib-darling_macro' from root:root to runner:runner
2025-08-20T19:01:49.4511190Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/darling_macro-e934a2fb5a55a6ce' from root:root to runner:runner
2025-08-20T19:01:49.4512116Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/rustix-c9edea24618d6d5f/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4513059Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/rustix-c9edea24618d6d5f/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:01:49.4513825Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/rustix-c9edea24618d6d5f' from root:root to runner:runner
2025-08-20T19:01:49.4514630Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/libc-575461593549ce41/dep-lib-libc' from root:root to runner:runner
2025-08-20T19:01:49.4515644Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/libc-575461593549ce41/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4516443Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/libc-575461593549ce41/lib-libc' from root:root to runner:runner
2025-08-20T19:01:49.4517347Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/libc-575461593549ce41/lib-libc.json' from root:root to runner:runner
2025-08-20T19:01:49.4518147Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/libc-575461593549ce41' from root:root to runner:runner
2025-08-20T19:01:49.4519034Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b7b355ee76e503f6/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4520004Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b7b355ee76e503f6/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:01:49.4520960Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b7b355ee76e503f6/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4521922Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b7b355ee76e503f6/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4522868Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b7b355ee76e503f6' from root:root to runner:runner
2025-08-20T19:01:49.4523756Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/pkg-config-93a99bd4dff38010/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4524610Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/pkg-config-93a99bd4dff38010/lib-pkg_config' from root:root to runner:runner
2025-08-20T19:01:49.4525476Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/pkg-config-93a99bd4dff38010/lib-pkg_config.json' from root:root to runner:runner
2025-08-20T19:01:49.4526343Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/pkg-config-93a99bd4dff38010/dep-lib-pkg_config' from root:root to runner:runner
2025-08-20T19:01:49.4527223Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/pkg-config-93a99bd4dff38010' from root:root to runner:runner
2025-08-20T19:01:49.4528128Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/libz-sys-1f323e6208ede612/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4529212Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/libz-sys-1f323e6208ede612/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:01:49.4530144Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/libz-sys-1f323e6208ede612/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4531052Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/libz-sys-1f323e6208ede612/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4531816Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/libz-sys-1f323e6208ede612' from root:root to runner:runner
2025-08-20T19:01:49.4532626Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/regex-f645826edffdc4fc/lib-regex' from root:root to runner:runner
2025-08-20T19:01:49.4533444Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/regex-f645826edffdc4fc/dep-lib-regex' from root:root to runner:runner
2025-08-20T19:01:49.4534282Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/regex-f645826edffdc4fc/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4535109Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/regex-f645826edffdc4fc/lib-regex.json' from root:root to runner:runner
2025-08-20T19:01:49.4535862Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/regex-f645826edffdc4fc' from root:root to runner:runner
2025-08-20T19:01:49.4536789Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/toml-2e8e6d08f77968c6/dep-lib-toml' from root:root to runner:runner
2025-08-20T19:01:49.4537698Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/toml-2e8e6d08f77968c6/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4538543Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/toml-2e8e6d08f77968c6/lib-toml' from root:root to runner:runner
2025-08-20T19:01:49.4539354Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/toml-2e8e6d08f77968c6/lib-toml.json' from root:root to runner:runner
2025-08-20T19:01:49.4540112Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/toml-2e8e6d08f77968c6' from root:root to runner:runner
2025-08-20T19:01:49.4540942Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/strsim-a9d3cbd7c8322457/dep-lib-strsim' from root:root to runner:runner
2025-08-20T19:01:49.4541926Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/strsim-a9d3cbd7c8322457/lib-strsim' from root:root to runner:runner
2025-08-20T19:01:49.4542767Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/strsim-a9d3cbd7c8322457/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4543602Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/strsim-a9d3cbd7c8322457/lib-strsim.json' from root:root to runner:runner
2025-08-20T19:01:49.4544362Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/strsim-a9d3cbd7c8322457' from root:root to runner:runner
2025-08-20T19:01:49.4545229Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/displaydoc-2ddb91cd63039458/dep-lib-displaydoc' from root:root to runner:runner
2025-08-20T19:01:49.4546102Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/displaydoc-2ddb91cd63039458/lib-displaydoc.json' from root:root to runner:runner
2025-08-20T19:01:49.4546948Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/displaydoc-2ddb91cd63039458/lib-displaydoc' from root:root to runner:runner
2025-08-20T19:01:49.4547955Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/displaydoc-2ddb91cd63039458/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4548763Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/displaydoc-2ddb91cd63039458' from root:root to runner:runner
2025-08-20T19:01:49.4549763Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/itertools-1253dcca84c0885b/dep-lib-itertools' from root:root to runner:runner
2025-08-20T19:01:49.4550658Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/itertools-1253dcca84c0885b/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4551510Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/itertools-1253dcca84c0885b/lib-itertools.json' from root:root to runner:runner
2025-08-20T19:01:49.4552354Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/itertools-1253dcca84c0885b/lib-itertools' from root:root to runner:runner
2025-08-20T19:01:49.4553138Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/itertools-1253dcca84c0885b' from root:root to runner:runner
2025-08-20T19:01:49.4553998Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/proc-macro2-f29a55410a18d87b/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4554874Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/proc-macro2-f29a55410a18d87b/lib-proc_macro2.json' from root:root to runner:runner
2025-08-20T19:01:49.4555904Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/proc-macro2-f29a55410a18d87b/dep-lib-proc_macro2' from root:root to runner:runner
2025-08-20T19:01:49.4556766Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/proc-macro2-f29a55410a18d87b/lib-proc_macro2' from root:root to runner:runner
2025-08-20T19:01:49.4557653Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/proc-macro2-f29a55410a18d87b' from root:root to runner:runner
2025-08-20T19:01:49.4558543Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anyhow-d2ab9cca0d7c98af/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4559481Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anyhow-d2ab9cca0d7c98af/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:01:49.4560407Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anyhow-d2ab9cca0d7c98af/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4561313Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anyhow-d2ab9cca0d7c98af/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4562083Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anyhow-d2ab9cca0d7c98af' from root:root to runner:runner
2025-08-20T19:01:49.4563060Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anstream-007d10b213eb8916/dep-lib-anstream' from root:root to runner:runner
2025-08-20T19:01:49.4563956Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anstream-007d10b213eb8916/lib-anstream' from root:root to runner:runner
2025-08-20T19:01:49.4564801Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anstream-007d10b213eb8916/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4565657Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anstream-007d10b213eb8916/lib-anstream.json' from root:root to runner:runner
2025-08-20T19:01:49.4566434Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anstream-007d10b213eb8916' from root:root to runner:runner
2025-08-20T19:01:49.4567352Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/winnow-11b8ce4f7a3ed51e/dep-lib-winnow' from root:root to runner:runner
2025-08-20T19:01:49.4568276Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/winnow-11b8ce4f7a3ed51e/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4569363Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/winnow-11b8ce4f7a3ed51e/lib-winnow' from root:root to runner:runner
2025-08-20T19:01:49.4570207Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/winnow-11b8ce4f7a3ed51e/lib-winnow.json' from root:root to runner:runner
2025-08-20T19:01:49.4570969Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/winnow-11b8ce4f7a3ed51e' from root:root to runner:runner
2025-08-20T19:01:49.4571834Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/toml_writer-8bce2a27048a336d/dep-lib-toml_writer' from root:root to runner:runner
2025-08-20T19:01:49.4572694Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/toml_writer-8bce2a27048a336d/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4573549Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/toml_writer-8bce2a27048a336d/lib-toml_writer' from root:root to runner:runner
2025-08-20T19:01:49.4574417Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/toml_writer-8bce2a27048a336d/lib-toml_writer.json' from root:root to runner:runner
2025-08-20T19:01:49.4575197Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/toml_writer-8bce2a27048a336d' from root:root to runner:runner
2025-08-20T19:01:49.4576028Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/vcpkg-57e61f3d74998a16/lib-vcpkg.json' from root:root to runner:runner
2025-08-20T19:01:49.4576964Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/vcpkg-57e61f3d74998a16/dep-lib-vcpkg' from root:root to runner:runner
2025-08-20T19:01:49.4577938Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/vcpkg-57e61f3d74998a16/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4578748Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/vcpkg-57e61f3d74998a16/lib-vcpkg' from root:root to runner:runner
2025-08-20T19:01:49.4579519Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/vcpkg-57e61f3d74998a16' from root:root to runner:runner
2025-08-20T19:01:49.4580404Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde_spanned-9d1ec69992e97108/lib-serde_spanned.json' from root:root to runner:runner
2025-08-20T19:01:49.4581270Z [00:04:08.399]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde_spanned-9d1ec69992e97108/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4582315Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde_spanned-9d1ec69992e97108/dep-lib-serde_spanned' from root:root to runner:runner
2025-08-20T19:01:49.4583184Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde_spanned-9d1ec69992e97108/lib-serde_spanned' from root:root to runner:runner
2025-08-20T19:01:49.4583982Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde_spanned-9d1ec69992e97108' from root:root to runner:runner
2025-08-20T19:01:49.4584818Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/darling-ac1098b558dbdcb9/lib-darling.json' from root:root to runner:runner
2025-08-20T19:01:49.4585664Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/darling-ac1098b558dbdcb9/dep-lib-darling' from root:root to runner:runner
2025-08-20T19:01:49.4586486Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/darling-ac1098b558dbdcb9/lib-darling' from root:root to runner:runner
2025-08-20T19:01:49.4587419Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/darling-ac1098b558dbdcb9/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4588236Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/darling-ac1098b558dbdcb9' from root:root to runner:runner
2025-08-20T19:01:49.4589085Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/walkdir-598b39bebac6d310/lib-walkdir.json' from root:root to runner:runner
2025-08-20T19:01:49.4590051Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/walkdir-598b39bebac6d310/lib-walkdir' from root:root to runner:runner
2025-08-20T19:01:49.4590965Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/walkdir-598b39bebac6d310/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4591804Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/walkdir-598b39bebac6d310/dep-lib-walkdir' from root:root to runner:runner
2025-08-20T19:01:49.4592578Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/walkdir-598b39bebac6d310' from root:root to runner:runner
2025-08-20T19:01:49.4593438Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/colorchoice-32c0e8df2afc1e91/lib-colorchoice' from root:root to runner:runner
2025-08-20T19:01:49.4594311Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/colorchoice-32c0e8df2afc1e91/dep-lib-colorchoice' from root:root to runner:runner
2025-08-20T19:01:49.4595176Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/colorchoice-32c0e8df2afc1e91/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4596217Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/colorchoice-32c0e8df2afc1e91/lib-colorchoice.json' from root:root to runner:runner
2025-08-20T19:01:49.4597092Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/colorchoice-32c0e8df2afc1e91' from root:root to runner:runner
2025-08-20T19:01:49.4598018Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/darling_core-58115923cc9d53a3/dep-lib-darling_core' from root:root to runner:runner
2025-08-20T19:01:49.4598894Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/darling_core-58115923cc9d53a3/lib-darling_core.json' from root:root to runner:runner
2025-08-20T19:01:49.4599757Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/darling_core-58115923cc9d53a3/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4600618Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/darling_core-58115923cc9d53a3/lib-darling_core' from root:root to runner:runner
2025-08-20T19:01:49.4601396Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/darling_core-58115923cc9d53a3' from root:root to runner:runner
2025-08-20T19:01:49.4602313Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/bat-7563dabe23fa08bb/build-script-build-script-main.json' from root:root to runner:runner
2025-08-20T19:01:49.4603266Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/bat-7563dabe23fa08bb/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4604222Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/bat-7563dabe23fa08bb/build-script-build-script-main' from root:root to runner:runner
2025-08-20T19:01:49.4605126Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/bat-7563dabe23fa08bb/dep-build-script-build-script-main' from root:root to runner:runner
2025-08-20T19:01:49.4605883Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/bat-7563dabe23fa08bb' from root:root to runner:runner
2025-08-20T19:01:49.4606735Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/semver-e24b5df588320de0/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4607744Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/semver-e24b5df588320de0/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:01:49.4608719Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/semver-e24b5df588320de0/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4609766Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/semver-e24b5df588320de0/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4610542Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/semver-e24b5df588320de0' from root:root to runner:runner
2025-08-20T19:01:49.4611385Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/onig_sys-af51e9208552f7ec/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4612307Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/onig_sys-af51e9208552f7ec/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:01:49.4613231Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/onig_sys-af51e9208552f7ec/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4614139Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/onig_sys-af51e9208552f7ec/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4614910Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/onig_sys-af51e9208552f7ec' from root:root to runner:runner
2025-08-20T19:01:49.4615787Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anstyle-query-ef38611df44ed449/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4616771Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anstyle-query-ef38611df44ed449/lib-anstyle_query' from root:root to runner:runner
2025-08-20T19:01:49.4617794Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anstyle-query-ef38611df44ed449/dep-lib-anstyle_query' from root:root to runner:runner
2025-08-20T19:01:49.4618691Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anstyle-query-ef38611df44ed449/lib-anstyle_query.json' from root:root to runner:runner
2025-08-20T19:01:49.4619495Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anstyle-query-ef38611df44ed449' from root:root to runner:runner
2025-08-20T19:01:49.4620374Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/zerovec-derive-330e44643c5a519f/lib-zerovec_derive' from root:root to runner:runner
2025-08-20T19:01:49.4621248Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/zerovec-derive-330e44643c5a519f/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4622137Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/zerovec-derive-330e44643c5a519f/dep-lib-zerovec_derive' from root:root to runner:runner
2025-08-20T19:01:49.4623243Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/zerovec-derive-330e44643c5a519f/lib-zerovec_derive.json' from root:root to runner:runner
2025-08-20T19:01:49.4624054Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/zerovec-derive-330e44643c5a519f' from root:root to runner:runner
2025-08-20T19:01:49.4624914Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4625862Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:01:49.4626801Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4627826Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4628660Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf' from root:root to runner:runner
2025-08-20T19:01:49.4629467Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/fnv-92202d5b3ef7f31c/dep-lib-fnv' from root:root to runner:runner
2025-08-20T19:01:49.4630428Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/fnv-92202d5b3ef7f31c/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4631308Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/fnv-92202d5b3ef7f31c/lib-fnv.json' from root:root to runner:runner
2025-08-20T19:01:49.4632094Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/fnv-92202d5b3ef7f31c/lib-fnv' from root:root to runner:runner
2025-08-20T19:01:49.4632846Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/fnv-92202d5b3ef7f31c' from root:root to runner:runner
2025-08-20T19:01:49.4633749Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/thiserror-impl-38e9baa2f8d5d2c0/dep-lib-thiserror_impl' from root:root to runner:runner
2025-08-20T19:01:49.4634633Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/thiserror-impl-38e9baa2f8d5d2c0/lib-thiserror_impl' from root:root to runner:runner
2025-08-20T19:01:49.4635528Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/thiserror-impl-38e9baa2f8d5d2c0/lib-thiserror_impl.json' from root:root to runner:runner
2025-08-20T19:01:49.4636621Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/thiserror-impl-38e9baa2f8d5d2c0/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4637507Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/thiserror-impl-38e9baa2f8d5d2c0' from root:root to runner:runner
2025-08-20T19:01:49.4638415Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/toml_parser-6aaf0d02c8b16ef8/lib-toml_parser.json' from root:root to runner:runner
2025-08-20T19:01:49.4639272Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/toml_parser-6aaf0d02c8b16ef8/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4640123Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/toml_parser-6aaf0d02c8b16ef8/lib-toml_parser' from root:root to runner:runner
2025-08-20T19:01:49.4640995Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/toml_parser-6aaf0d02c8b16ef8/dep-lib-toml_parser' from root:root to runner:runner
2025-08-20T19:01:49.4641779Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/toml_parser-6aaf0d02c8b16ef8' from root:root to runner:runner
2025-08-20T19:01:49.4642688Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde_with_macros-93841e4b9780d092/dep-lib-serde_with_macros' from root:root to runner:runner
2025-08-20T19:01:49.4643677Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde_with_macros-93841e4b9780d092/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4644611Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde_with_macros-93841e4b9780d092/lib-serde_with_macros.json' from root:root to runner:runner
2025-08-20T19:01:49.4645500Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde_with_macros-93841e4b9780d092/lib-serde_with_macros' from root:root to runner:runner
2025-08-20T19:01:49.4646308Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde_with_macros-93841e4b9780d092' from root:root to runner:runner
2025-08-20T19:01:49.4647271Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/synstructure-cb12c67c2e7cb9ef/lib-synstructure.json' from root:root to runner:runner
2025-08-20T19:01:49.4648184Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/synstructure-cb12c67c2e7cb9ef/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4649049Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/synstructure-cb12c67c2e7cb9ef/lib-synstructure' from root:root to runner:runner
2025-08-20T19:01:49.4650142Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/synstructure-cb12c67c2e7cb9ef/dep-lib-synstructure' from root:root to runner:runner
2025-08-20T19:01:49.4650951Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/synstructure-cb12c67c2e7cb9ef' from root:root to runner:runner
2025-08-20T19:01:49.4651854Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/git-version-macro-66ce0d762872d4f7/lib-git_version_macro' from root:root to runner:runner
2025-08-20T19:01:49.4652764Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/git-version-macro-66ce0d762872d4f7/lib-git_version_macro.json' from root:root to runner:runner
2025-08-20T19:01:49.4653662Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/git-version-macro-66ce0d762872d4f7/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4654573Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/git-version-macro-66ce0d762872d4f7/dep-lib-git_version_macro' from root:root to runner:runner
2025-08-20T19:01:49.4655384Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/git-version-macro-66ce0d762872d4f7' from root:root to runner:runner
2025-08-20T19:01:49.4656257Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/aho-corasick-820654ff956f74f5/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4657334Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/aho-corasick-820654ff956f74f5/dep-lib-aho_corasick' from root:root to runner:runner
2025-08-20T19:01:49.4658249Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/aho-corasick-820654ff956f74f5/lib-aho_corasick' from root:root to runner:runner
2025-08-20T19:01:49.4659124Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/aho-corasick-820654ff956f74f5/lib-aho_corasick.json' from root:root to runner:runner
2025-08-20T19:01:49.4659920Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/aho-corasick-820654ff956f74f5' from root:root to runner:runner
2025-08-20T19:01:49.4660745Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/lib-shlex.json' from root:root to runner:runner
2025-08-20T19:01:49.4661563Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/dep-lib-shlex' from root:root to runner:runner
2025-08-20T19:01:49.4662394Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4663341Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/lib-shlex' from root:root to runner:runner
2025-08-20T19:01:49.4664108Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319' from root:root to runner:runner
2025-08-20T19:01:49.4665023Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anyhow-198f7894751c17ff/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4665960Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anyhow-198f7894751c17ff/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:01:49.4666727Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anyhow-198f7894751c17ff' from root:root to runner:runner
2025-08-20T19:01:49.4667648Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/either-8d4d522ab24c13cd/lib-either.json' from root:root to runner:runner
2025-08-20T19:01:49.4668540Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/either-8d4d522ab24c13cd/lib-either' from root:root to runner:runner
2025-08-20T19:01:49.4669382Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/either-8d4d522ab24c13cd/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4670218Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/either-8d4d522ab24c13cd/dep-lib-either' from root:root to runner:runner
2025-08-20T19:01:49.4671111Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/either-8d4d522ab24c13cd' from root:root to runner:runner
2025-08-20T19:01:49.4672041Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/utf8parse-978935a34c60a6d5/lib-utf8parse.json' from root:root to runner:runner
2025-08-20T19:01:49.4672902Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/utf8parse-978935a34c60a6d5/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4673741Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/utf8parse-978935a34c60a6d5/lib-utf8parse' from root:root to runner:runner
2025-08-20T19:01:49.4674600Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/utf8parse-978935a34c60a6d5/dep-lib-utf8parse' from root:root to runner:runner
2025-08-20T19:01:49.4675377Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/utf8parse-978935a34c60a6d5' from root:root to runner:runner
2025-08-20T19:01:49.4676513Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/libc-a5b9263dbb23e8b7/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4677552Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/libc-a5b9263dbb23e8b7/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:01:49.4678358Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/libc-a5b9263dbb23e8b7' from root:root to runner:runner
2025-08-20T19:01:49.4679170Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/memchr-cbf058b6ee682193/lib-memchr' from root:root to runner:runner
2025-08-20T19:01:49.4680020Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/memchr-cbf058b6ee682193/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4680860Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/memchr-cbf058b6ee682193/lib-memchr.json' from root:root to runner:runner
2025-08-20T19:01:49.4681684Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/memchr-cbf058b6ee682193/dep-lib-memchr' from root:root to runner:runner
2025-08-20T19:01:49.4682450Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/memchr-cbf058b6ee682193' from root:root to runner:runner
2025-08-20T19:01:49.4683308Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/same-file-1f5074b1b141e875/lib-same_file.json' from root:root to runner:runner
2025-08-20T19:01:49.4684292Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/same-file-1f5074b1b141e875/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4685180Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/same-file-1f5074b1b141e875/lib-same_file' from root:root to runner:runner
2025-08-20T19:01:49.4686027Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/same-file-1f5074b1b141e875/dep-lib-same_file' from root:root to runner:runner
2025-08-20T19:01:49.4686813Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/same-file-1f5074b1b141e875' from root:root to runner:runner
2025-08-20T19:01:49.4687692Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/syn-ceffe8f57cb0d489/lib-syn' from root:root to runner:runner
2025-08-20T19:01:49.4688560Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/syn-ceffe8f57cb0d489/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4689365Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/syn-ceffe8f57cb0d489/lib-syn.json' from root:root to runner:runner
2025-08-20T19:01:49.4690338Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/syn-ceffe8f57cb0d489/dep-lib-syn' from root:root to runner:runner
2025-08-20T19:01:49.4691099Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/syn-ceffe8f57cb0d489' from root:root to runner:runner
2025-08-20T19:01:49.4691935Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde_with-4325cc36c7f36169/lib-serde_with' from root:root to runner:runner
2025-08-20T19:01:49.4692788Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde_with-4325cc36c7f36169/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4693645Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde_with-4325cc36c7f36169/dep-lib-serde_with' from root:root to runner:runner
2025-08-20T19:01:49.4694505Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde_with-4325cc36c7f36169/lib-serde_with.json' from root:root to runner:runner
2025-08-20T19:01:49.4695277Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde_with-4325cc36c7f36169' from root:root to runner:runner
2025-08-20T19:01:49.4696151Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/prettyplease-7b860cbb760874a2/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4697310Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/prettyplease-7b860cbb760874a2/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:01:49.4698310Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/prettyplease-7b860cbb760874a2/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4699239Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/prettyplease-7b860cbb760874a2/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4700035Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/prettyplease-7b860cbb760874a2' from root:root to runner:runner
2025-08-20T19:01:49.4700917Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/toml_datetime-d868fea439ec5d4f/lib-toml_datetime.json' from root:root to runner:runner
2025-08-20T19:01:49.4701788Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/toml_datetime-d868fea439ec5d4f/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4702667Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/toml_datetime-d868fea439ec5d4f/dep-lib-toml_datetime' from root:root to runner:runner
2025-08-20T19:01:49.4703702Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/toml_datetime-d868fea439ec5d4f/lib-toml_datetime' from root:root to runner:runner
2025-08-20T19:01:49.4704500Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/toml_datetime-d868fea439ec5d4f' from root:root to runner:runner
2025-08-20T19:01:49.4705331Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/rustix-d96d1c5ca8b48599/dep-lib-rustix' from root:root to runner:runner
2025-08-20T19:01:49.4706171Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/rustix-d96d1c5ca8b48599/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4707096Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/rustix-d96d1c5ca8b48599/lib-rustix.json' from root:root to runner:runner
2025-08-20T19:01:49.4707961Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/rustix-d96d1c5ca8b48599/lib-rustix' from root:root to runner:runner
2025-08-20T19:01:49.4708729Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/rustix-d96d1c5ca8b48599' from root:root to runner:runner
2025-08-20T19:01:49.4709566Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde-a68ea95bda286375/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4710491Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde-a68ea95bda286375/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:01:49.4711550Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde-a68ea95bda286375/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4712512Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde-a68ea95bda286375/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4713281Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde-a68ea95bda286375' from root:root to runner:runner
2025-08-20T19:01:49.4714142Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4715075Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:01:49.4716008Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4717140Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4717987Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e' from root:root to runner:runner
2025-08-20T19:01:49.4718830Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/equivalent-be151bb69e5a723b/lib-equivalent' from root:root to runner:runner
2025-08-20T19:01:49.4719693Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/equivalent-be151bb69e5a723b/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4720564Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/equivalent-be151bb69e5a723b/dep-lib-equivalent' from root:root to runner:runner
2025-08-20T19:01:49.4721431Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/equivalent-be151bb69e5a723b/lib-equivalent.json' from root:root to runner:runner
2025-08-20T19:01:49.4722217Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/equivalent-be151bb69e5a723b' from root:root to runner:runner
2025-08-20T19:01:49.4723058Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anstyle-b2ffee21e8974235/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4723903Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anstyle-b2ffee21e8974235/dep-lib-anstyle' from root:root to runner:runner
2025-08-20T19:01:49.4724871Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anstyle-b2ffee21e8974235/lib-anstyle' from root:root to runner:runner
2025-08-20T19:01:49.4725732Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anstyle-b2ffee21e8974235/lib-anstyle.json' from root:root to runner:runner
2025-08-20T19:01:49.4726508Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anstyle-b2ffee21e8974235' from root:root to runner:runner
2025-08-20T19:01:49.4727526Z [00:04:08.401]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/prettyplease-d8751935d64a9770/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4728546Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/prettyplease-d8751935d64a9770/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:01:49.4729334Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/prettyplease-d8751935d64a9770' from root:root to runner:runner
2025-08-20T19:01:49.4730500Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/proc-macro2-ce781c406ea95167/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4731474Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/proc-macro2-ce781c406ea95167/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:01:49.4732259Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/proc-macro2-ce781c406ea95167' from root:root to runner:runner
2025-08-20T19:01:49.4733175Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde-ccfbfe85e126f3b2/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4734121Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde-ccfbfe85e126f3b2/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:01:49.4734891Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde-ccfbfe85e126f3b2' from root:root to runner:runner
2025-08-20T19:01:49.4735712Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde-0ffe6917e904c9ab/lib-serde.json' from root:root to runner:runner
2025-08-20T19:01:49.4736550Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde-0ffe6917e904c9ab/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4737453Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde-0ffe6917e904c9ab/dep-lib-serde' from root:root to runner:runner
2025-08-20T19:01:49.4738438Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde-0ffe6917e904c9ab/lib-serde' from root:root to runner:runner
2025-08-20T19:01:49.4739242Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde-0ffe6917e904c9ab' from root:root to runner:runner
2025-08-20T19:01:49.4740073Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/libc-043f9700968c6b96/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4740985Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/libc-043f9700968c6b96/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:01:49.4741895Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/libc-043f9700968c6b96/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4742790Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/libc-043f9700968c6b96/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4743719Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/libc-043f9700968c6b96' from root:root to runner:runner
2025-08-20T19:01:49.4744550Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/clap_lex-d83acb44fdd14ec4/lib-clap_lex' from root:root to runner:runner
2025-08-20T19:01:49.4745397Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/clap_lex-d83acb44fdd14ec4/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4746235Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/clap_lex-d83acb44fdd14ec4/lib-clap_lex.json' from root:root to runner:runner
2025-08-20T19:01:49.4747160Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/clap_lex-d83acb44fdd14ec4/dep-lib-clap_lex' from root:root to runner:runner
2025-08-20T19:01:49.4747992Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/clap_lex-d83acb44fdd14ec4' from root:root to runner:runner
2025-08-20T19:01:49.4748849Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/bugreport-84f6f7b556227579/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4749782Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/bugreport-84f6f7b556227579/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:01:49.4750715Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/bugreport-84f6f7b556227579/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4751760Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/bugreport-84f6f7b556227579/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4752590Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/bugreport-84f6f7b556227579' from root:root to runner:runner
2025-08-20T19:01:49.4753423Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anyhow-e94bd31fedb76048/dep-lib-anyhow' from root:root to runner:runner
2025-08-20T19:01:49.4754243Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anyhow-e94bd31fedb76048/lib-anyhow' from root:root to runner:runner
2025-08-20T19:01:49.4755088Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anyhow-e94bd31fedb76048/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4755922Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anyhow-e94bd31fedb76048/lib-anyhow.json' from root:root to runner:runner
2025-08-20T19:01:49.4756836Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anyhow-e94bd31fedb76048' from root:root to runner:runner
2025-08-20T19:01:49.4757729Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/clap-e8d177bf1cb85a57/lib-clap' from root:root to runner:runner
2025-08-20T19:01:49.4758580Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/clap-e8d177bf1cb85a57/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4759393Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/clap-e8d177bf1cb85a57/dep-lib-clap' from root:root to runner:runner
2025-08-20T19:01:49.4760207Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/clap-e8d177bf1cb85a57/lib-clap.json' from root:root to runner:runner
2025-08-20T19:01:49.4760961Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/clap-e8d177bf1cb85a57' from root:root to runner:runner
2025-08-20T19:01:49.4761839Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anstyle-parse-7600fb79de291417/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4762977Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anstyle-parse-7600fb79de291417/dep-lib-anstyle_parse' from root:root to runner:runner
2025-08-20T19:01:49.4763854Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anstyle-parse-7600fb79de291417/lib-anstyle_parse' from root:root to runner:runner
2025-08-20T19:01:49.4764875Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anstyle-parse-7600fb79de291417/lib-anstyle_parse.json' from root:root to runner:runner
2025-08-20T19:01:49.4765681Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anstyle-parse-7600fb79de291417' from root:root to runner:runner
2025-08-20T19:01:49.4766554Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde_derive-be3254bad79007a1/dep-lib-serde_derive' from root:root to runner:runner
2025-08-20T19:01:49.4767504Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde_derive-be3254bad79007a1/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4768451Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde_derive-be3254bad79007a1/lib-serde_derive' from root:root to runner:runner
2025-08-20T19:01:49.4769326Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde_derive-be3254bad79007a1/lib-serde_derive.json' from root:root to runner:runner
2025-08-20T19:01:49.4770112Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde_derive-be3254bad79007a1' from root:root to runner:runner
2025-08-20T19:01:49.4771116Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/thiserror-b8458e758c978feb/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4772063Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/thiserror-b8458e758c978feb/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:01:49.4772996Z [00:04:08.402]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/thiserror-b8458e758c978feb/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4773918Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/thiserror-b8458e758c978feb/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4774694Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/thiserror-b8458e758c978feb' from root:root to runner:runner
2025-08-20T19:01:49.4775550Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/rayon-core-55c4319b2dd25625/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4776488Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/rayon-core-55c4319b2dd25625/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:01:49.4777500Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/rayon-core-55c4319b2dd25625/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4778666Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/rayon-core-55c4319b2dd25625/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4779469Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/rayon-core-55c4319b2dd25625' from root:root to runner:runner
2025-08-20T19:01:49.4780341Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/regex-automata-e826d88f35360402/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4781241Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/regex-automata-e826d88f35360402/lib-regex_automata.json' from root:root to runner:runner
2025-08-20T19:01:49.4782133Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/regex-automata-e826d88f35360402/dep-lib-regex_automata' from root:root to runner:runner
2025-08-20T19:01:49.4783009Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/regex-automata-e826d88f35360402/lib-regex_automata' from root:root to runner:runner
2025-08-20T19:01:49.4783808Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/regex-automata-e826d88f35360402' from root:root to runner:runner
2025-08-20T19:01:49.4784871Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/hashbrown-75302223b2e4e5c6/dep-lib-hashbrown' from root:root to runner:runner
2025-08-20T19:01:49.4785736Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/hashbrown-75302223b2e4e5c6/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4786567Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/hashbrown-75302223b2e4e5c6/lib-hashbrown' from root:root to runner:runner
2025-08-20T19:01:49.4787511Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/hashbrown-75302223b2e4e5c6/lib-hashbrown.json' from root:root to runner:runner
2025-08-20T19:01:49.4788338Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/hashbrown-75302223b2e4e5c6' from root:root to runner:runner
2025-08-20T19:01:49.4789191Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/bitflags-4fe1ecf67724f066/dep-lib-bitflags' from root:root to runner:runner
2025-08-20T19:01:49.4790036Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/bitflags-4fe1ecf67724f066/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4790888Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/bitflags-4fe1ecf67724f066/lib-bitflags.json' from root:root to runner:runner
2025-08-20T19:01:49.4791870Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/bitflags-4fe1ecf67724f066/lib-bitflags' from root:root to runner:runner
2025-08-20T19:01:49.4792671Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/bitflags-4fe1ecf67724f066' from root:root to runner:runner
2025-08-20T19:01:49.4793598Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/is_terminal_polyfill-1c45283c6e56c87a/dep-lib-is_terminal_polyfill' from root:root to runner:runner
2025-08-20T19:01:49.4794510Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/is_terminal_polyfill-1c45283c6e56c87a/lib-is_terminal_polyfill' from root:root to runner:runner
2025-08-20T19:01:49.4795407Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/is_terminal_polyfill-1c45283c6e56c87a/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4796335Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/is_terminal_polyfill-1c45283c6e56c87a/lib-is_terminal_polyfill.json' from root:root to runner:runner
2025-08-20T19:01:49.4797219Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/is_terminal_polyfill-1c45283c6e56c87a' from root:root to runner:runner
2025-08-20T19:01:49.4798288Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/rustix-2920b038b546f39e/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4799223Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/rustix-2920b038b546f39e/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:01:49.4800140Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/rustix-2920b038b546f39e/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4801048Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/rustix-2920b038b546f39e/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4801813Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/rustix-2920b038b546f39e' from root:root to runner:runner
2025-08-20T19:01:49.4802699Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/icu_provider_macros-3e1b7a99b75dc46a/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4803603Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/icu_provider_macros-3e1b7a99b75dc46a/lib-icu_provider_macros' from root:root to runner:runner
2025-08-20T19:01:49.4804531Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/icu_provider_macros-3e1b7a99b75dc46a/dep-lib-icu_provider_macros' from root:root to runner:runner
2025-08-20T19:01:49.4805584Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/icu_provider_macros-3e1b7a99b75dc46a/lib-icu_provider_macros.json' from root:root to runner:runner
2025-08-20T19:01:49.4806415Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/icu_provider_macros-3e1b7a99b75dc46a' from root:root to runner:runner
2025-08-20T19:01:49.4807363Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/ident_case-3aff5cc603f2172f/dep-lib-ident_case' from root:root to runner:runner
2025-08-20T19:01:49.4808255Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/ident_case-3aff5cc603f2172f/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4809101Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/ident_case-3aff5cc603f2172f/lib-ident_case' from root:root to runner:runner
2025-08-20T19:01:49.4809957Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/ident_case-3aff5cc603f2172f/lib-ident_case.json' from root:root to runner:runner
2025-08-20T19:01:49.4810931Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/ident_case-3aff5cc603f2172f' from root:root to runner:runner
2025-08-20T19:01:49.4811813Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/linux-raw-sys-49ea3e0953a47f84/dep-lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T19:01:49.4812686Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/linux-raw-sys-49ea3e0953a47f84/lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T19:01:49.4813555Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/linux-raw-sys-49ea3e0953a47f84/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4814440Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/linux-raw-sys-49ea3e0953a47f84/lib-linux_raw_sys.json' from root:root to runner:runner
2025-08-20T19:01:49.4815238Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/linux-raw-sys-49ea3e0953a47f84' from root:root to runner:runner
2025-08-20T19:01:49.4816094Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/libgit2-sys-634cb82b8136b9d4/invoked.timestamp' from root:root to runner:runner
2025-08-20T19:01:49.4817113Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/libgit2-sys-634cb82b8136b9d4/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T19:01:49.4818104Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/libgit2-sys-634cb82b8136b9d4/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4819154Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/libgit2-sys-634cb82b8136b9d4/build-script-build-script-build' from root:root to runner:runner
2025-08-20T19:01:49.4819945Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/libgit2-sys-634cb82b8136b9d4' from root:root to runner:runner
2025-08-20T19:01:49.4820609Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint' from root:root to runner:runner
2025-08-20T19:01:49.4821231Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release' from root:root to runner:runner
2025-08-20T19:01:49.4821871Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T19:01:49.4822456Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target' from root:root to runner:runner
2025-08-20T19:01:49.4823049Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/Cargo.lock' from root:root to runner:runner
2025-08-20T19:01:49.4823831Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/build/main.rs' from root:root to runner:runner
2025-08-20T19:01:49.4824442Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/build/util.rs' from root:root to runner:runner
2025-08-20T19:01:49.4825088Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/build/application.rs' from root:root to runner:runner
2025-08-20T19:01:49.4825738Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/build/syntax_mapping.rs' from root:root to runner:runner
2025-08-20T19:01:49.4826311Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/build' from root:root to runner:runner
2025-08-20T19:01:49.4826936Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/wrapping.rs' from root:root to runner:runner
2025-08-20T19:01:49.4827860Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/bin/bat/directories.rs' from root:root to runner:runner
2025-08-20T19:01:49.4828521Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/bin/bat/app.rs' from root:root to runner:runner
2025-08-20T19:01:49.4829153Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/bin/bat/main.rs' from root:root to runner:runner
2025-08-20T19:01:49.4829824Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/bin/bat/assets.rs' from root:root to runner:runner
2025-08-20T19:01:49.4830502Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/bin/bat/completions.rs' from root:root to runner:runner
2025-08-20T19:01:49.4831148Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/bin/bat/clap_app.rs' from root:root to runner:runner
2025-08-20T19:01:49.4831967Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/bin/bat/input.rs' from root:root to runner:runner
2025-08-20T19:01:49.4832626Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/bin/bat/config.rs' from root:root to runner:runner
2025-08-20T19:01:49.4833228Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/bin/bat' from root:root to runner:runner
2025-08-20T19:01:49.4833816Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/bin' from root:root to runner:runner
2025-08-20T19:01:49.4834497Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/nonprintable_notation.rs' from root:root to runner:runner
2025-08-20T19:01:49.4835093Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/less.rs' from root:root to runner:runner
2025-08-20T19:01:49.4835723Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/decorations.rs' from root:root to runner:runner
2025-08-20T19:01:49.4836500Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/style.rs' from root:root to runner:runner
2025-08-20T19:01:49.4837223Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/assets.rs' from root:root to runner:runner
2025-08-20T19:01:49.4837872Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/pager.rs' from root:root to runner:runner
2025-08-20T19:01:49.4838484Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/paging.rs' from root:root to runner:runner
2025-08-20T19:01:49.4839098Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/vscreen.rs' from root:root to runner:runner
2025-08-20T19:01:49.4839716Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/printer.rs' from root:root to runner:runner
2025-08-20T19:01:49.4840356Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/preprocessor.rs' from root:root to runner:runner
2025-08-20T19:01:49.4840995Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/pretty_printer.rs' from root:root to runner:runner
2025-08-20T19:01:49.4841624Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/controller.rs' from root:root to runner:runner
2025-08-20T19:01:49.4842240Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/terminal.rs' from root:root to runner:runner
2025-08-20T19:01:49.4842862Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/lessopen.rs' from root:root to runner:runner
2025-08-20T19:01:49.4843497Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping.rs' from root:root to runner:runner
2025-08-20T19:01:49.4844249Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/theme.rs' from root:root to runner:runner
2025-08-20T19:01:49.4844901Z [00:04:08.403]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/error.rs' from root:root to runner:runner
2025-08-20T19:01:49.4845505Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/output.rs' from root:root to runner:runner
2025-08-20T19:01:49.4846112Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/diff.rs' from root:root to runner:runner
2025-08-20T19:01:49.4846719Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/macros.rs' from root:root to runner:runner
2025-08-20T19:01:49.4847478Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/assets/build_assets.rs' from root:root to runner:runner
2025-08-20T19:01:49.4848202Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/assets/assets_metadata.rs' from root:root to runner:runner
2025-08-20T19:01:49.4849028Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/assets/lazy_theme_set.rs' from root:root to runner:runner
2025-08-20T19:01:49.4849728Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/assets/serialized_syntax_set.rs' from root:root to runner:runner
2025-08-20T19:01:49.4850471Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/assets/build_assets/acknowledgements.rs' from root:root to runner:runner
2025-08-20T19:01:49.4851123Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/assets/build_assets' from root:root to runner:runner
2025-08-20T19:01:49.4851717Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/assets' from root:root to runner:runner
2025-08-20T19:01:49.4852331Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/input.rs' from root:root to runner:runner
2025-08-20T19:01:49.4853072Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/xonsh.toml' from root:root to runner:runner
2025-08-20T19:01:49.4853828Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/50-f-sharp.toml' from root:root to runner:runner
2025-08-20T19:01:49.4854567Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/50-bat.toml' from root:root to runner:runner
2025-08-20T19:01:49.4855314Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/50-cpp.toml' from root:root to runner:runner
2025-08-20T19:01:49.4856056Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/50-nmap.toml' from root:root to runner:runner
2025-08-20T19:01:49.4856907Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/.gitkeep' from root:root to runner:runner
2025-08-20T19:01:49.4857861Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/50-container.toml' from root:root to runner:runner
2025-08-20T19:01:49.4858631Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/50-sarif.toml' from root:root to runner:runner
2025-08-20T19:01:49.4859476Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/99-unset-ambiguous-extensions.toml' from root:root to runner:runner
2025-08-20T19:01:49.4860228Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/50-nginx.toml' from root:root to runner:runner
2025-08-20T19:01:49.4860968Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/50-nix.toml' from root:root to runner:runner
2025-08-20T19:01:49.4861723Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/50-git.toml' from root:root to runner:runner
2025-08-20T19:01:49.4862664Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/50-dotnet-xml.toml' from root:root to runner:runner
2025-08-20T19:01:49.4863422Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/50-mill.toml' from root:root to runner:runner
2025-08-20T19:01:49.4864163Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/50-diff.toml' from root:root to runner:runner
2025-08-20T19:01:49.4864909Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/50-ron.toml' from root:root to runner:runner
2025-08-20T19:01:49.4865749Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/99-unset-ambiguous-filenames.toml' from root:root to runner:runner
2025-08-20T19:01:49.4866517Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/50-markdown.toml' from root:root to runner:runner
2025-08-20T19:01:49.4867342Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/50-json.toml' from root:root to runner:runner
2025-08-20T19:01:49.4868241Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/50-proxy-auto-config.toml' from root:root to runner:runner
2025-08-20T19:01:49.4869016Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/50-citation.toml' from root:root to runner:runner
2025-08-20T19:01:49.4869914Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/50-apache.toml' from root:root to runner:runner
2025-08-20T19:01:49.4870668Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/50-ssh.toml' from root:root to runner:runner
2025-08-20T19:01:49.4871452Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/50-aws-credentials.toml' from root:root to runner:runner
2025-08-20T19:01:49.4872344Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common' from root:root to runner:runner
2025-08-20T19:01:49.4873104Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/bsd-family/.gitkeep' from root:root to runner:runner
2025-08-20T19:01:49.4873891Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/bsd-family/50-os-release.toml' from root:root to runner:runner
2025-08-20T19:01:49.4874600Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/bsd-family' from root:root to runner:runner
2025-08-20T19:01:49.4875342Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/macos/.gitkeep' from root:root to runner:runner
2025-08-20T19:01:49.4876031Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/macos' from root:root to runner:runner
2025-08-20T19:01:49.4876734Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/README.md' from root:root to runner:runner
2025-08-20T19:01:49.4877560Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/windows/.gitkeep' from root:root to runner:runner
2025-08-20T19:01:49.4878299Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/windows' from root:root to runner:runner
2025-08-20T19:01:49.4879093Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/unix-family/50-fish-shell.toml' from root:root to runner:runner
2025-08-20T19:01:49.4880047Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/unix-family/.gitkeep' from root:root to runner:runner
2025-08-20T19:01:49.4880835Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/unix-family/50-nginx.toml' from root:root to runner:runner
2025-08-20T19:01:49.4881618Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/unix-family/50-certbot.toml' from root:root to runner:runner
2025-08-20T19:01:49.4882400Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/unix-family/50-mail-spool.toml' from root:root to runner:runner
2025-08-20T19:01:49.4883172Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/unix-family/50-shell.toml' from root:root to runner:runner
2025-08-20T19:01:49.4883941Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/unix-family/50-apache.toml' from root:root to runner:runner
2025-08-20T19:01:49.4884905Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/unix-family/50-korn-shell.toml' from root:root to runner:runner
2025-08-20T19:01:49.4885690Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/unix-family/50-wireguard.toml' from root:root to runner:runner
2025-08-20T19:01:49.4886411Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/unix-family' from root:root to runner:runner
2025-08-20T19:01:49.4887212Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/linux/.gitkeep' from root:root to runner:runner
2025-08-20T19:01:49.4888022Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/linux/50-containers.toml' from root:root to runner:runner
2025-08-20T19:01:49.4888785Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/linux/50-systemd.toml' from root:root to runner:runner
2025-08-20T19:01:49.4889539Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/linux/50-pacman.toml' from root:root to runner:runner
2025-08-20T19:01:49.4890286Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/linux/50-paru.toml' from root:root to runner:runner
2025-08-20T19:01:49.4891066Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/linux/50-podman-quadlet.toml' from root:root to runner:runner
2025-08-20T19:01:49.4891839Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/linux/50-kubernetes.toml' from root:root to runner:runner
2025-08-20T19:01:49.4892733Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/linux/50-os-release.toml' from root:root to runner:runner
2025-08-20T19:01:49.4893549Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/linux/50-flatpak.toml' from root:root to runner:runner
2025-08-20T19:01:49.4894238Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/linux' from root:root to runner:runner
2025-08-20T19:01:49.4894902Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins' from root:root to runner:runner
2025-08-20T19:01:49.4895581Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtin.rs' from root:root to runner:runner
2025-08-20T19:01:49.4896286Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/ignored_suffixes.rs' from root:root to runner:runner
2025-08-20T19:01:49.4896915Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping' from root:root to runner:runner
2025-08-20T19:01:49.4897777Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/lib.rs' from root:root to runner:runner
2025-08-20T19:01:49.4898393Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/config.rs' from root:root to runner:runner
2025-08-20T19:01:49.4899021Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/line_range.rs' from root:root to runner:runner
2025-08-20T19:01:49.4899588Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src' from root:root to runner:runner
2025-08-20T19:01:49.4900191Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/LICENSE-MIT' from root:root to runner:runner
2025-08-20T19:01:49.4900809Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/.ignore' from root:root to runner:runner
2025-08-20T19:01:49.4901452Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes.bin' from root:root to runner:runner
2025-08-20T19:01:49.4902139Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/completions/bat.bash.in' from root:root to runner:runner
2025-08-20T19:01:49.4902823Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/completions/_bat.ps1.in' from root:root to runner:runner
2025-08-20T19:01:49.4903496Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/completions/bat.zsh.in' from root:root to runner:runner
2025-08-20T19:01:49.4904187Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/completions/bat.fish.in' from root:root to runner:runner
2025-08-20T19:01:49.4904945Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/completions' from root:root to runner:runner
2025-08-20T19:01:49.4905587Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/themes.bin' from root:root to runner:runner
2025-08-20T19:01:49.4906228Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/.gitattributes' from root:root to runner:runner
2025-08-20T19:01:49.4906878Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/manual/bat.1.in' from root:root to runner:runner
2025-08-20T19:01:49.4907588Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/manual' from root:root to runner:runner
2025-08-20T19:01:49.4908319Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/patches/C#.sublime-syntax.patch' from root:root to runner:runner
2025-08-20T19:01:49.4909049Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/patches/Groff.sublime-syntax.patch' from root:root to runner:runner
2025-08-20T19:01:49.4909792Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/patches/Makefile.sublime-syntax.patch' from root:root to runner:runner
2025-08-20T19:01:49.4910630Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/patches/1337.tmTheme.patch' from root:root to runner:runner
2025-08-20T19:01:49.4911361Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/patches/Rust.sublime-syntax.patch' from root:root to runner:runner
2025-08-20T19:01:49.4912092Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/patches/OneHalfDark.tmTheme.patch' from root:root to runner:runner
2025-08-20T19:01:49.4912838Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/patches/Markdown.sublime-syntax.patch' from root:root to runner:runner
2025-08-20T19:01:49.4913584Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/patches/TodoTxt.sublime-syntax.patch' from root:root to runner:runner
2025-08-20T19:01:49.4914325Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/patches/JavaDoc.sublime-syntax.patch' from root:root to runner:runner
2025-08-20T19:01:49.4915063Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/patches/Python.sublime-syntax.patch' from root:root to runner:runner
2025-08-20T19:01:49.4915828Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/patches/ShellScript.sublime-syntax.patch' from root:root to runner:runner
2025-08-20T19:01:49.4916550Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/patches/XML.sublime-syntax.patch' from root:root to runner:runner
2025-08-20T19:01:49.4917389Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/patches/MediaWiki.sublime-syntax.patch' from root:root to runner:runner
2025-08-20T19:01:49.4918302Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/patches/TwoDark.tmTheme.patch' from root:root to runner:runner
2025-08-20T19:01:49.4919093Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/patches/Monokai-Extended.tmTheme.patch' from root:root to runner:runner
2025-08-20T19:01:49.4919822Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/patches/Lisp.sublime-syntax.patch' from root:root to runner:runner
2025-08-20T19:01:49.4920587Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/patches/JavaScript.sublime-syntax.patch' from root:root to runner:runner
2025-08-20T19:01:49.4921207Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/patches' from root:root to runner:runner
2025-08-20T19:01:49.4921822Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/create.sh' from root:root to runner:runner
2025-08-20T19:01:49.4922467Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/themes/Coldark' from root:root to runner:runner
2025-08-20T19:01:49.4923278Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/themes/1337-Scheme' from root:root to runner:runner
2025-08-20T19:01:49.4923939Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/themes/Catppuccin' from root:root to runner:runner
2025-08-20T19:01:49.4924665Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/themes/sublime-monokai-extended' from root:root to runner:runner
2025-08-20T19:01:49.4925316Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/themes/Solarized' from root:root to runner:runner
2025-08-20T19:01:49.4925959Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/themes/zenburn' from root:root to runner:runner
2025-08-20T19:01:49.4926639Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/themes/dracula-sublime' from root:root to runner:runner
2025-08-20T19:01:49.4927399Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/themes/sublime-snazzy' from root:root to runner:runner
2025-08-20T19:01:49.4928097Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/themes/ansi.tmTheme' from root:root to runner:runner
2025-08-20T19:01:49.4928742Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/themes/TwoDark' from root:root to runner:runner
2025-08-20T19:01:49.4929386Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/themes/onehalf' from root:root to runner:runner
2025-08-20T19:01:49.4930060Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/themes/base16.tmTheme' from root:root to runner:runner
2025-08-20T19:01:49.4930855Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/themes/DarkNeon' from root:root to runner:runner
2025-08-20T19:01:49.4931560Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/themes/Nord-sublime' from root:root to runner:runner
2025-08-20T19:01:49.4932210Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/themes/gruvbox' from root:root to runner:runner
2025-08-20T19:01:49.4932919Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/themes/github-sublime-theme' from root:root to runner:runner
2025-08-20T19:01:49.4933637Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/themes/visual-studio-dark-plus' from root:root to runner:runner
2025-08-20T19:01:49.4934324Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/themes/base16-256.tmTheme' from root:root to runner:runner
2025-08-20T19:01:49.4934935Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/themes' from root:root to runner:runner
2025-08-20T19:01:49.4935754Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/theme_preview.rs' from root:root to runner:runner
2025-08-20T19:01:49.4936442Z [00:04:08.404]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/GraphQL' from root:root to runner:runner
2025-08-20T19:01:49.4937287Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Stylus.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.4938073Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Robot.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.4938822Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Crystal.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.4939501Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Robot' from root:root to runner:runner
2025-08-20T19:01:49.4940199Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/SmartVHDL' from root:root to runner:runner
2025-08-20T19:01:49.4940871Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/LESS' from root:root to runner:runner
2025-08-20T19:01:49.4941543Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Zig' from root:root to runner:runner
2025-08-20T19:01:49.4942294Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/MemInfo.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.4942965Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/TOML' from root:root to runner:runner
2025-08-20T19:01:49.4943802Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/MediaWiki' from root:root to runner:runner
2025-08-20T19:01:49.4944542Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/HTML_(Twig)' from root:root to runner:runner
2025-08-20T19:01:49.4945225Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Slim' from root:root to runner:runner
2025-08-20T19:01:49.4945899Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Idris2' from root:root to runner:runner
2025-08-20T19:01:49.4946584Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Svelte' from root:root to runner:runner
2025-08-20T19:01:49.4947374Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Jsonnet' from root:root to runner:runner
2025-08-20T19:01:49.4948157Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Group.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.4949057Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/SystemVerilog' from root:root to runner:runner
2025-08-20T19:01:49.4949856Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Requirementstxt.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.4950647Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/TypsecriptReact.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.4951324Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Docker' from root:root to runner:runner
2025-08-20T19:01:49.4952010Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Racket' from root:root to runner:runner
2025-08-20T19:01:49.4952701Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/SCSS_Sass' from root:root to runner:runner
2025-08-20T19:01:49.4953393Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Apache' from root:root to runner:runner
2025-08-20T19:01:49.4954175Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/JavaScript (Babel).sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.4954853Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Lean' from root:root to runner:runner
2025-08-20T19:01:49.4955609Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Kotlin.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.4956483Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Manpage.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.4957316Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Passwd.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.4958117Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/HTML (Twig).sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.4958823Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/ssh-config' from root:root to runner:runner
2025-08-20T19:01:49.4959503Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/CMake' from root:root to runner:runner
2025-08-20T19:01:49.4960188Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/gnuplot' from root:root to runner:runner
2025-08-20T19:01:49.4960868Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Fortran' from root:root to runner:runner
2025-08-20T19:01:49.4961758Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/CoffeeScript' from root:root to runner:runner
2025-08-20T19:01:49.4962447Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/FSharp' from root:root to runner:runner
2025-08-20T19:01:49.4963173Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Nim.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.4963910Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Ninja.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.4964604Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/SublimeJQ' from root:root to runner:runner
2025-08-20T19:01:49.4965332Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/syntax_test_tsv.tsv' from root:root to runner:runner
2025-08-20T19:01:49.4966080Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/http-request-response' from root:root to runner:runner
2025-08-20T19:01:49.4966813Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/wgsl.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.4967639Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/CpuInfo.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.4968403Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/VimL' from root:root to runner:runner
2025-08-20T19:01:49.4969250Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/TypeScript' from root:root to runner:runner
2025-08-20T19:01:49.4969999Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/VimHelp.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.4970713Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/SublimeEthereum' from root:root to runner:runner
2025-08-20T19:01:49.4971467Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/syntax_test_helphelp.txt' from root:root to runner:runner
2025-08-20T19:01:49.4972161Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Terraform' from root:root to runner:runner
2025-08-20T19:01:49.4972903Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Org mode.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.4973587Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Kotlin' from root:root to runner:runner
2025-08-20T19:01:49.4974490Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/AWK' from root:root to runner:runner
2025-08-20T19:01:49.4975166Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Fish' from root:root to runner:runner
2025-08-20T19:01:49.4975916Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/CSV/CSV.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.4976695Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/CSV/CSV-pipe.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.4977557Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/CSV/CSV-comma.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.4978396Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/CSV/CSV-semi-colon.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.4979152Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/CSV/TSV.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.4979817Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/CSV' from root:root to runner:runner
2025-08-20T19:01:49.4980514Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/PowerShell' from root:root to runner:runner
2025-08-20T19:01:49.4981190Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/CFML' from root:root to runner:runner
2025-08-20T19:01:49.4982013Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Protobuf' from root:root to runner:runner
2025-08-20T19:01:49.4982754Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Vue' from root:root to runner:runner
2025-08-20T19:01:49.4983442Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/cmd-help' from root:root to runner:runner
2025-08-20T19:01:49.4984134Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Verilog' from root:root to runner:runner
2025-08-20T19:01:49.4984867Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Rego.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.4985540Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Ada' from root:root to runner:runner
2025-08-20T19:01:49.4986216Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Nginx' from root:root to runner:runner
2025-08-20T19:01:49.4987293Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/show-nonprintable.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.4988020Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Groff' from root:root to runner:runner
2025-08-20T19:01:49.4988791Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/LiveScript.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.4989563Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Assembly (ARM).sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.4990266Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/sublime-odin' from root:root to runner:runner
2025-08-20T19:01:49.4991040Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/PowerShell.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.4991788Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Apache.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.4992465Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Julia' from root:root to runner:runner
2025-08-20T19:01:49.4993141Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Swift' from root:root to runner:runner
2025-08-20T19:01:49.4993868Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/GDScript-sublime' from root:root to runner:runner
2025-08-20T19:01:49.4994749Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Resolv.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.4995491Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/hosts' from root:root to runner:runner
2025-08-20T19:01:49.4996240Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/DotENV.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.4996920Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/LLVM' from root:root to runner:runner
2025-08-20T19:01:49.4997726Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Ninja' from root:root to runner:runner
2025-08-20T19:01:49.4998477Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Lean.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.4999224Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Verilog.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.4999950Z [00:04:08.405]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/INI.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.5000831Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/AsciiDoc' from root:root to runner:runner
2025-08-20T19:01:49.5001529Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Crontab' from root:root to runner:runner
2025-08-20T19:01:49.5002294Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/syntax_test_requirements.txt' from root:root to runner:runner
2025-08-20T19:01:49.5003061Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/TypeScript.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.5003815Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/gnuplot.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.5004504Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Crystal' from root:root to runner:runner
2025-08-20T19:01:49.5005211Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Assembly_(ARM)' from root:root to runner:runner
2025-08-20T19:01:49.5005934Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/JavaScript_(Babel)' from root:root to runner:runner
2025-08-20T19:01:49.5006711Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/CoffeeScript.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.5007754Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/QML' from root:root to runner:runner
2025-08-20T19:01:49.5008562Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Fstab.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.5009310Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/typst-syntax-highlight' from root:root to runner:runner
2025-08-20T19:01:49.5009995Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Email' from root:root to runner:runner
2025-08-20T19:01:49.5010671Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Jinja2' from root:root to runner:runner
2025-08-20T19:01:49.5011428Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/AsciiDoc.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.5012109Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/DotENV' from root:root to runner:runner
2025-08-20T19:01:49.5012835Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Nix.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.5013706Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/log.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.5014401Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Org_mode' from root:root to runner:runner
2025-08-20T19:01:49.5015141Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Swift.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.5015866Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/QML.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.5016542Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Dart' from root:root to runner:runner
2025-08-20T19:01:49.5017369Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/vscode-wgsl' from root:root to runner:runner
2025-08-20T19:01:49.5018098Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/TodoTxt' from root:root to runner:runner
2025-08-20T19:01:49.5018773Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Nix' from root:root to runner:runner
2025-08-20T19:01:49.5019508Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/syntax_test_csv.csv' from root:root to runner:runner
2025-08-20T19:01:49.5020247Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Cabal.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.5021068Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/NSIS' from root:root to runner:runner
2025-08-20T19:01:49.5021861Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/SML.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.5022643Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/apt-source-list.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.5023397Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Racket.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.5024139Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Slim.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.5024807Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/INI' from root:root to runner:runner
2025-08-20T19:01:49.5025486Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Strace' from root:root to runner:runner
2025-08-20T19:01:49.5026397Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Assembly (x86_64).sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.5027170Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/SLS' from root:root to runner:runner
2025-08-20T19:01:49.5027958Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Dart.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.5028656Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/PureScript' from root:root to runner:runner
2025-08-20T19:01:49.5029330Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/GLSL' from root:root to runner:runner
2025-08-20T19:01:49.5030011Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Stylus' from root:root to runner:runner
2025-08-20T19:01:49.5030702Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/varlink' from root:root to runner:runner
2025-08-20T19:01:49.5031382Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Puppet' from root:root to runner:runner
2025-08-20T19:01:49.5032113Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/syntax_test_man.man' from root:root to runner:runner
2025-08-20T19:01:49.5032797Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Elixir' from root:root to runner:runner
2025-08-20T19:01:49.5033687Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/syslog.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.5034369Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Elm' from root:root to runner:runner
2025-08-20T19:01:49.5035021Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra' from root:root to runner:runner
2025-08-20T19:01:49.5035694Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/01_Packages' from root:root to runner:runner
2025-08-20T19:01:49.5036309Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes' from root:root to runner:runner
2025-08-20T19:01:49.5036987Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/acknowledgements.bin' from root:root to runner:runner
2025-08-20T19:01:49.5037658Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets' from root:root to runner:runner
2025-08-20T19:01:49.5038280Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T19:01:49.5039183Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T19:01:49.5039896Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T19:01:49.5040561Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T19:01:49.5041243Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T19:01:49.5041903Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T19:01:49.5042548Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T19:01:49.5043236Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T19:01:49.5043920Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T19:01:49.5044583Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T19:01:49.5045258Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T19:01:49.5046073Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T19:01:49.5046749Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T19:01:49.5047488Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T19:01:49.5048215Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T19:01:49.5048809Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T19:01:49.5049408Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T19:01:49.5050000Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T19:01:49.5050869Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/objects/pack/pack-eccc1c4e9f880a31e99ed4112143556fe0c32e6d.promisor' from root:root to runner:runner
2025-08-20T19:01:49.5051882Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/objects/pack/pack-a652eb2f111010cd51d9613bee290bcb9dbf4752.idx' from root:root to runner:runner
2025-08-20T19:01:49.5052733Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/objects/pack/pack-eccc1c4e9f880a31e99ed4112143556fe0c32e6d.idx' from root:root to runner:runner
2025-08-20T19:01:49.5053570Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/objects/pack/pack-eccc1c4e9f880a31e99ed4112143556fe0c32e6d.rev' from root:root to runner:runner
2025-08-20T19:01:49.5054435Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/objects/pack/pack-a652eb2f111010cd51d9613bee290bcb9dbf4752.promisor' from root:root to runner:runner
2025-08-20T19:01:49.5055283Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/objects/pack/pack-a652eb2f111010cd51d9613bee290bcb9dbf4752.pack' from root:root to runner:runner
2025-08-20T19:01:49.5056116Z [00:04:08.406]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/objects/pack/pack-a652eb2f111010cd51d9613bee290bcb9dbf4752.rev' from root:root to runner:runner
2025-08-20T19:01:49.5056959Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/objects/pack/pack-eccc1c4e9f880a31e99ed4112143556fe0c32e6d.pack' from root:root to runner:runner
2025-08-20T19:01:49.5057721Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T19:01:49.5058353Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T19:01:49.5059089Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T19:01:49.5059738Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T19:01:49.5060330Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T19:01:49.5060953Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T19:01:49.5061566Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T19:01:49.5062232Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/logs/refs/heads/master' from root:root to runner:runner
2025-08-20T19:01:49.5062867Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T19:01:49.5063554Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T19:01:49.5064375Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T19:01:49.5065020Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T19:01:49.5065629Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T19:01:49.5066216Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T19:01:49.5066802Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T19:01:49.5067510Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T19:01:49.5068245Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/refs/heads/master' from root:root to runner:runner
2025-08-20T19:01:49.5068890Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T19:01:49.5069563Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T19:01:49.5070220Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T19:01:49.5070841Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T19:01:49.5071578Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T19:01:49.5072216Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T19:01:49.5072891Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/utils/mocked_pagers.rs' from root:root to runner:runner
2025-08-20T19:01:49.5073549Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/utils/command.rs' from root:root to runner:runner
2025-08-20T19:01:49.5074177Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/utils/mod.rs' from root:root to runner:runner
2025-08-20T19:01:49.5074786Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/utils' from root:root to runner:runner
2025-08-20T19:01:49.5075530Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/scripts/find-slow-to-highlight-files.py' from root:root to runner:runner
2025-08-20T19:01:49.5076215Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/scripts/license-checks.sh' from root:root to runner:runner
2025-08-20T19:01:49.5077184Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/scripts' from root:root to runner:runner
2025-08-20T19:01:49.5077915Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/mocked-pagers/most' from root:root to runner:runner
2025-08-20T19:01:49.5078589Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/mocked-pagers/echo.bat' from root:root to runner:runner
2025-08-20T19:01:49.5079263Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/mocked-pagers/more.bat' from root:root to runner:runner
2025-08-20T19:01:49.5079945Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/mocked-pagers/most.bat' from root:root to runner:runner
2025-08-20T19:01:49.5080601Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/mocked-pagers/more' from root:root to runner:runner
2025-08-20T19:01:49.5081241Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/mocked-pagers' from root:root to runner:runner
2025-08-20T19:01:49.5081850Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/assets.rs' from root:root to runner:runner
2025-08-20T19:01:49.5082502Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/github-actions.rs' from root:root to runner:runner
2025-08-20T19:01:49.5083206Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/sample.modified.rs' from root:root to runner:runner
2025-08-20T19:01:49.5084016Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/sample.rs' from root:root to runner:runner
2025-08-20T19:01:49.5084795Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/header_numbers.snapshot.txt' from root:root to runner:runner
2025-08-20T19:01:49.5085551Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/grid_header.snapshot.txt' from root:root to runner:runner
2025-08-20T19:01:49.5086319Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/numbers_rule.snapshot.txt' from root:root to runner:runner
2025-08-20T19:01:49.5087119Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/full.snapshot.txt' from root:root to runner:runner
2025-08-20T19:01:49.5087987Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/changes_grid_numbers_rule.snapshot.txt' from root:root to runner:runner
2025-08-20T19:01:49.5088803Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/changes_header_numbers_rule.snapshot.txt' from root:root to runner:runner
2025-08-20T19:01:49.5089741Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/changes_grid_header.snapshot.txt' from root:root to runner:runner
2025-08-20T19:01:49.5090524Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/changes_header_rule.snapshot.txt' from root:root to runner:runner
2025-08-20T19:01:49.5091273Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/grid_rule.snapshot.txt' from root:root to runner:runner
2025-08-20T19:01:49.5092038Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/changes_header.snapshot.txt' from root:root to runner:runner
2025-08-20T19:01:49.5092813Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/grid_header_rule.snapshot.txt' from root:root to runner:runner
2025-08-20T19:01:49.5093613Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/changes_grid_header_rule.snapshot.txt' from root:root to runner:runner
2025-08-20T19:01:49.5094399Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/grid_header_numbers.snapshot.txt' from root:root to runner:runner
2025-08-20T19:01:49.5095194Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/changes_numbers_rule.snapshot.txt' from root:root to runner:runner
2025-08-20T19:01:49.5095971Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/changes_grid_rule.snapshot.txt' from root:root to runner:runner
2025-08-20T19:01:49.5096801Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/changes_grid_header_numbers_rule.snapshot.txt' from root:root to runner:runner
2025-08-20T19:01:49.5097758Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/changes_grid.snapshot.txt' from root:root to runner:runner
2025-08-20T19:01:49.5098606Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/changes_grid_numbers.snapshot.txt' from root:root to runner:runner
2025-08-20T19:01:49.5099410Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/changes_header_numbers.snapshot.txt' from root:root to runner:runner
2025-08-20T19:01:49.5100137Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/grid.snapshot.txt' from root:root to runner:runner
2025-08-20T19:01:49.5100876Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/plain.snapshot.txt' from root:root to runner:runner
2025-08-20T19:01:49.5101631Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/changes_rule.snapshot.txt' from root:root to runner:runner
2025-08-20T19:01:49.5102405Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/changes.snapshot.txt' from root:root to runner:runner
2025-08-20T19:01:49.5103359Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/grid_numbers_rule.snapshot.txt' from root:root to runner:runner
2025-08-20T19:01:49.5104126Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/grid_numbers.snapshot.txt' from root:root to runner:runner
2025-08-20T19:01:49.5104899Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/changes_numbers.snapshot.txt' from root:root to runner:runner
2025-08-20T19:01:49.5105622Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/rule.snapshot.txt' from root:root to runner:runner
2025-08-20T19:01:49.5106372Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/numbers.snapshot.txt' from root:root to runner:runner
2025-08-20T19:01:49.5107206Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/header.snapshot.txt' from root:root to runner:runner
2025-08-20T19:01:49.5108052Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/grid_header_numbers_rule.snapshot.txt' from root:root to runner:runner
2025-08-20T19:01:49.5108836Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/header_numbers_rule.snapshot.txt' from root:root to runner:runner
2025-08-20T19:01:49.5109655Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/changes_grid_header_numbers.snapshot.txt' from root:root to runner:runner
2025-08-20T19:01:49.5110556Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/header_rule.snapshot.txt' from root:root to runner:runner
2025-08-20T19:01:49.5111248Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output' from root:root to runner:runner
2025-08-20T19:01:49.5111958Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/generate_snapshots.py' from root:root to runner:runner
2025-08-20T19:01:49.5112581Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots' from root:root to runner:runner
2025-08-20T19:01:49.5113214Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/.gitattributes' from root:root to runner:runner
2025-08-20T19:01:49.5113869Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/empty.txt' from root:root to runner:runner
2025-08-20T19:01:49.5114548Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/longline.json' from root:root to runner:runner
2025-08-20T19:01:49.5115236Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/bat-windows.conf' from root:root to runner:runner
2025-08-20T19:01:49.5116076Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/long-single-line.txt' from root:root to runner:runner
2025-08-20T19:01:49.5116749Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/test.binary' from root:root to runner:runner
2025-08-20T19:01:49.5117497Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/cache.c' from root:root to runner:runner
2025-08-20T19:01:49.5118275Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/test.A—B가' from root:root to runner:runner
2025-08-20T19:01:49.5118951Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/test_BOM.txt' from root:root to runner:runner
2025-08-20T19:01:49.5119946Z [00:04:08.407]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/this-file-path-is-really-long-and-would-have-broken-the-layout-of-the-header.txt' from root:root to runner:runner
2025-08-20T19:01:49.5120648Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/test.demo.foo.suffix' from root:root to runner:runner
2025-08-20T19:01:49.5121298Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/tabs.txt' from root:root to runner:runner
2025-08-20T19:01:49.5122012Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/sub_directory/dummy.txt' from root:root to runner:runner
2025-08-20T19:01:49.5122686Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/sub_directory' from root:root to runner:runner
2025-08-20T19:01:49.5123494Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/git/.gitconfig' from root:root to runner:runner
2025-08-20T19:01:49.5124221Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/git/.config/git/config' from root:root to runner:runner
2025-08-20T19:01:49.5124903Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/git/.config/git' from root:root to runner:runner
2025-08-20T19:01:49.5125572Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/git/.config' from root:root to runner:runner
2025-08-20T19:01:49.5126213Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/git' from root:root to runner:runner
2025-08-20T19:01:49.5126955Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/test_UTF-16LE-complicated.txt' from root:root to runner:runner
2025-08-20T19:01:49.5127796Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/single-line.txt' from root:root to runner:runner
2025-08-20T19:01:49.5128792Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/test_UTF-16BE-complicated.txt' from root:root to runner:runner
2025-08-20T19:01:49.5129490Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/test_UTF-16BE.txt' from root:root to runner:runner
2025-08-20T19:01:49.5130160Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/test.json~' from root:root to runner:runner
2025-08-20T19:01:49.5130848Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/nonprintable.txt' from root:root to runner:runner
2025-08-20T19:01:49.5131527Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/empty_lines.txt' from root:root to runner:runner
2025-08-20T19:01:49.5132171Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/cache' from root:root to runner:runner
2025-08-20T19:01:49.5132863Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/test.json.suffix' from root:root to runner:runner
2025-08-20T19:01:49.5133598Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/regression_tests/issue_314.hs' from root:root to runner:runner
2025-08-20T19:01:49.5134428Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/regression_tests/first_line_fallback.invalid-syntax' from root:root to runner:runner
2025-08-20T19:01:49.5135168Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/regression_tests/issue_985.js' from root:root to runner:runner
2025-08-20T19:01:49.5136039Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/regression_tests/issue_190.md' from root:root to runner:runner
2025-08-20T19:01:49.5136854Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/regression_tests/issue_914.rb' from root:root to runner:runner
2025-08-20T19:01:49.5137717Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/regression_tests/issue_915.vue' from root:root to runner:runner
2025-08-20T19:01:49.5138490Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/regression_tests/issue_2541.txt' from root:root to runner:runner
2025-08-20T19:01:49.5139222Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/regression_tests/issue_28.md' from root:root to runner:runner
2025-08-20T19:01:49.5139915Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/regression_tests' from root:root to runner:runner
2025-08-20T19:01:49.5140563Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/test.txt' from root:root to runner:runner
2025-08-20T19:01:49.5141238Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/multiline.txt' from root:root to runner:runner
2025-08-20T19:01:49.5142133Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/bat-theme.conf' from root:root to runner:runner
2025-08-20T19:01:49.5142852Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/map-syntax_case.Config' from root:root to runner:runner
2025-08-20T19:01:49.5143616Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/cache_source/themes/example.tmTheme' from root:root to runner:runner
2025-08-20T19:01:49.5144308Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/cache_source/themes' from root:root to runner:runner
2025-08-20T19:01:49.5145091Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/cache_source/syntaxes/c.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.5145802Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/cache_source/syntaxes' from root:root to runner:runner
2025-08-20T19:01:49.5146470Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/cache_source' from root:root to runner:runner
2025-08-20T19:01:49.5147233Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/test_UTF-16LE.txt' from root:root to runner:runner
2025-08-20T19:01:49.5148008Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/system_config/bat/config' from root:root to runner:runner
2025-08-20T19:01:49.5148694Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/system_config/bat' from root:root to runner:runner
2025-08-20T19:01:49.5149503Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/system_config' from root:root to runner:runner
2025-08-20T19:01:49.5150245Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/bat-tabs.conf' from root:root to runner:runner
2025-08-20T19:01:49.5150932Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/unicode-wrap.txt' from root:root to runner:runner
2025-08-20T19:01:49.5151591Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/bat.conf' from root:root to runner:runner
2025-08-20T19:01:49.5152280Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/test.demo.suffix' from root:root to runner:runner
2025-08-20T19:01:49.5152995Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/control_characters.txt' from root:root to runner:runner
2025-08-20T19:01:49.5153607Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples' from root:root to runner:runner
2025-08-20T19:01:49.5154411Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshot_tests.rs' from root:root to runner:runner
2025-08-20T19:01:49.5155089Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/update.sh' from root:root to runner:runner
2025-08-20T19:01:49.5155808Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/test_custom_assets.sh' from root:root to runner:runner
2025-08-20T19:01:49.5156564Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/create_highlighted_versions.py' from root:root to runner:runner
2025-08-20T19:01:49.5157429Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Protocol Buffer/vyconf.proto' from root:root to runner:runner
2025-08-20T19:01:49.5158206Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Protocol Buffer' from root:root to runner:runner
2025-08-20T19:01:49.5158933Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/BibTeX/test.bib' from root:root to runner:runner
2025-08-20T19:01:49.5159623Z [00:04:08.408]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/BibTeX' from root:root to runner:runner
2025-08-20T19:01:49.5160416Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/reStructuredText/reference.rst' from root:root to runner:runner
2025-08-20T19:01:49.5161147Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/reStructuredText' from root:root to runner:runner
2025-08-20T19:01:49.5162035Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/GraphQL/test.graphql' from root:root to runner:runner
2025-08-20T19:01:49.5162811Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/GraphQL' from root:root to runner:runner
2025-08-20T19:01:49.5163573Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Git Ignore/test.gitignore' from root:root to runner:runner
2025-08-20T19:01:49.5164319Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Git Ignore/LICENSE.md' from root:root to runner:runner
2025-08-20T19:01:49.5165032Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Git Ignore' from root:root to runner:runner
2025-08-20T19:01:49.5165742Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/CSS/style.css' from root:root to runner:runner
2025-08-20T19:01:49.5166413Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/CSS' from root:root to runner:runner
2025-08-20T19:01:49.5167412Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Hosts/hosts' from root:root to runner:runner
2025-08-20T19:01:49.5168179Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Hosts' from root:root to runner:runner
2025-08-20T19:01:49.5168914Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/VHDL/test.vhdl' from root:root to runner:runner
2025-08-20T19:01:49.5169587Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/VHDL' from root:root to runner:runner
2025-08-20T19:01:49.5170325Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Objective-C/test.m' from root:root to runner:runner
2025-08-20T19:01:49.5171037Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Objective-C' from root:root to runner:runner
2025-08-20T19:01:49.5171770Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Zig/example.zig' from root:root to runner:runner
2025-08-20T19:01:49.5172439Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Zig' from root:root to runner:runner
2025-08-20T19:01:49.5173179Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Solidity/ERC721.sol' from root:root to runner:runner
2025-08-20T19:01:49.5173921Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Solidity/LICENSE.md' from root:root to runner:runner
2025-08-20T19:01:49.5174862Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Solidity' from root:root to runner:runner
2025-08-20T19:01:49.5175586Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/dash/shfm' from root:root to runner:runner
2025-08-20T19:01:49.5176307Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/dash/LICENSE.md' from root:root to runner:runner
2025-08-20T19:01:49.5177070Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/dash' from root:root to runner:runner
2025-08-20T19:01:49.5177836Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/SSH Config/ssh_config' from root:root to runner:runner
2025-08-20T19:01:49.5178546Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/SSH Config' from root:root to runner:runner
2025-08-20T19:01:49.5179252Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/SQL/ims.sql' from root:root to runner:runner
2025-08-20T19:01:49.5179925Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/SQL' from root:root to runner:runner
2025-08-20T19:01:49.5180862Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Todo.txt/todo.txt' from root:root to runner:runner
2025-08-20T19:01:49.5181564Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Todo.txt' from root:root to runner:runner
2025-08-20T19:01:49.5182292Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Cabal/LICENSE.md' from root:root to runner:runner
2025-08-20T19:01:49.5183033Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Cabal/semantic.cabal' from root:root to runner:runner
2025-08-20T19:01:49.5183722Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Cabal' from root:root to runner:runner
2025-08-20T19:01:49.5184446Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/TOML/Cargo.toml' from root:root to runner:runner
2025-08-20T19:01:49.5185120Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/TOML' from root:root to runner:runner
2025-08-20T19:01:49.5185857Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Plaintext/README.md' from root:root to runner:runner
2025-08-20T19:01:49.5186623Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Plaintext/plaintext.txt' from root:root to runner:runner
2025-08-20T19:01:49.5187475Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Plaintext/bat_options' from root:root to runner:runner
2025-08-20T19:01:49.5188359Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Plaintext' from root:root to runner:runner
2025-08-20T19:01:49.5189087Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/F#/string.fs' from root:root to runner:runner
2025-08-20T19:01:49.5189795Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/F#/LICENSE.md' from root:root to runner:runner
2025-08-20T19:01:49.5190476Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/F#' from root:root to runner:runner
2025-08-20T19:01:49.5191289Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Git Attributes/example.gitattributes' from root:root to runner:runner
2025-08-20T19:01:49.5192009Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Git Attributes' from root:root to runner:runner
2025-08-20T19:01:49.5192775Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/MediaWiki/test.mediawiki' from root:root to runner:runner
2025-08-20T19:01:49.5193680Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/MediaWiki' from root:root to runner:runner
2025-08-20T19:01:49.5194710Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/BatTestCustomAssets/NoColorsUnlessCustomAssetsAreUsed.battestcustomassets' from root:root to runner:runner
2025-08-20T19:01:49.5195453Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/BatTestCustomAssets' from root:root to runner:runner
2025-08-20T19:01:49.5196173Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Slim/test.slim' from root:root to runner:runner
2025-08-20T19:01:49.5196857Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Slim' from root:root to runner:runner
2025-08-20T19:01:49.5197730Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/SSHD Config/sshd_config' from root:root to runner:runner
2025-08-20T19:01:49.5198454Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/SSHD Config' from root:root to runner:runner
2025-08-20T19:01:49.5199174Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Idris2/test.idr' from root:root to runner:runner
2025-08-20T19:01:49.5199913Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Idris2/LICENSE.md' from root:root to runner:runner
2025-08-20T19:01:49.5200594Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Idris2' from root:root to runner:runner
2025-08-20T19:01:49.5201464Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Svelte/App.svelte' from root:root to runner:runner
2025-08-20T19:01:49.5202223Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Svelte/LICENSE.md' from root:root to runner:runner
2025-08-20T19:01:49.5202916Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Svelte' from root:root to runner:runner
2025-08-20T19:01:49.5203679Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/XML/projectname.targets' from root:root to runner:runner
2025-08-20T19:01:49.5204415Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/XML/console.csproj' from root:root to runner:runner
2025-08-20T19:01:49.5205186Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/XML/Directory.Build.props' from root:root to runner:runner
2025-08-20T19:01:49.5205903Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/XML/example.xml' from root:root to runner:runner
2025-08-20T19:01:49.5206776Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/XML' from root:root to runner:runner
2025-08-20T19:01:49.5207615Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/GDScript/test.gd' from root:root to runner:runner
2025-08-20T19:01:49.5208353Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/GDScript' from root:root to runner:runner
2025-08-20T19:01:49.5209110Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Git Config/text.gitconfig' from root:root to runner:runner
2025-08-20T19:01:49.5209868Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Git Config/LICENSE.md' from root:root to runner:runner
2025-08-20T19:01:49.5210572Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Git Config' from root:root to runner:runner
2025-08-20T19:01:49.5211334Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/SystemVerilog/output.sv' from root:root to runner:runner
2025-08-20T19:01:49.5212051Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/SystemVerilog' from root:root to runner:runner
2025-08-20T19:01:49.5212767Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/WGSL/test.wgsl' from root:root to runner:runner
2025-08-20T19:01:49.5213491Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/WGSL/LICENSE.md' from root:root to runner:runner
2025-08-20T19:01:49.5214306Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/WGSL' from root:root to runner:runner
2025-08-20T19:01:49.5215095Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/AppleScript/test.applescript' from root:root to runner:runner
2025-08-20T19:01:49.5215806Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/AppleScript' from root:root to runner:runner
2025-08-20T19:01:49.5216502Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Go/main.go' from root:root to runner:runner
2025-08-20T19:01:49.5217305Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Go/LICENSE.md' from root:root to runner:runner
2025-08-20T19:01:49.5218018Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Go' from root:root to runner:runner
2025-08-20T19:01:49.5218729Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Lua/test.lua' from root:root to runner:runner
2025-08-20T19:01:49.5219583Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Lua' from root:root to runner:runner
2025-08-20T19:01:49.5220350Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/jsonnet/stdlib.jsonnet' from root:root to runner:runner
2025-08-20T19:01:49.5221090Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/jsonnet/LICENSE.md' from root:root to runner:runner
2025-08-20T19:01:49.5221783Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/jsonnet' from root:root to runner:runner
2025-08-20T19:01:49.5222509Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Racket/test.rkt' from root:root to runner:runner
2025-08-20T19:01:49.5223193Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Racket' from root:root to runner:runner
2025-08-20T19:01:49.5223998Z [00:04:08.409]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Requirements.txt/requirements.txt' from root:root to runner:runner
2025-08-20T19:01:49.5224723Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Requirements.txt' from root:root to runner:runner
2025-08-20T19:01:49.5225458Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Apache/httpd.conf' from root:root to runner:runner
2025-08-20T19:01:49.5226140Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Apache' from root:root to runner:runner
2025-08-20T19:01:49.5226983Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Lean/test.lean' from root:root to runner:runner
2025-08-20T19:01:49.5227866Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Lean/LICENSE.md' from root:root to runner:runner
2025-08-20T19:01:49.5228556Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Lean' from root:root to runner:runner
2025-08-20T19:01:49.5229285Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/HTML/test.html' from root:root to runner:runner
2025-08-20T19:01:49.5229960Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/HTML' from root:root to runner:runner
2025-08-20T19:01:49.5230680Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Batch/build.bat' from root:root to runner:runner
2025-08-20T19:01:49.5231403Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Batch/LICENSE.md' from root:root to runner:runner
2025-08-20T19:01:49.5232242Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Batch' from root:root to runner:runner
2025-08-20T19:01:49.5232968Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ruby/output.rb' from root:root to runner:runner
2025-08-20T19:01:49.5233645Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ruby' from root:root to runner:runner
2025-08-20T19:01:49.5234375Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Clojure/test.clj' from root:root to runner:runner
2025-08-20T19:01:49.5235070Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Clojure' from root:root to runner:runner
2025-08-20T19:01:49.5235777Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Fstab/fstab' from root:root to runner:runner
2025-08-20T19:01:49.5236458Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Fstab' from root:root to runner:runner
2025-08-20T19:01:49.5237269Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Typst/test.typ' from root:root to runner:runner
2025-08-20T19:01:49.5237999Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Typst' from root:root to runner:runner
2025-08-20T19:01:49.5238731Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Lisp/utils.lisp' from root:root to runner:runner
2025-08-20T19:01:49.5239610Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Lisp/LICENSE.md' from root:root to runner:runner
2025-08-20T19:01:49.5240298Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Lisp' from root:root to runner:runner
2025-08-20T19:01:49.5241027Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/nginx/nginx.conf' from root:root to runner:runner
2025-08-20T19:01:49.5241712Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/nginx' from root:root to runner:runner
2025-08-20T19:01:49.5242474Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ruby Haml/test.html.haml' from root:root to runner:runner
2025-08-20T19:01:49.5243167Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ruby Haml' from root:root to runner:runner
2025-08-20T19:01:49.5243914Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/CMake/CMakeLists.txt' from root:root to runner:runner
2025-08-20T19:01:49.5244802Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/CMake' from root:root to runner:runner
2025-08-20T19:01:49.5245539Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Less/example.less' from root:root to runner:runner
2025-08-20T19:01:49.5246225Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Less' from root:root to runner:runner
2025-08-20T19:01:49.5246966Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Python/battest.py' from root:root to runner:runner
2025-08-20T19:01:49.5247782Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Python' from root:root to runner:runner
2025-08-20T19:01:49.5248515Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/gnuplot/test.gp' from root:root to runner:runner
2025-08-20T19:01:49.5249344Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/gnuplot' from root:root to runner:runner
2025-08-20T19:01:49.5250135Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/orgmode/test.org' from root:root to runner:runner
2025-08-20T19:01:49.5250829Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/orgmode' from root:root to runner:runner
2025-08-20T19:01:49.5251637Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/CoffeeScript/coffeescript.coffee' from root:root to runner:runner
2025-08-20T19:01:49.5252404Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/CoffeeScript/LICENSE.md' from root:root to runner:runner
2025-08-20T19:01:49.5253117Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/CoffeeScript' from root:root to runner:runner
2025-08-20T19:01:49.5253861Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Syslog/example.syslog' from root:root to runner:runner
2025-08-20T19:01:49.5254737Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Syslog' from root:root to runner:runner
2025-08-20T19:01:49.5255472Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/MATLAB/test.matlab' from root:root to runner:runner
2025-08-20T19:01:49.5256208Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/MATLAB/LICENSE.md' from root:root to runner:runner
2025-08-20T19:01:49.5256889Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/MATLAB' from root:root to runner:runner
2025-08-20T19:01:49.5257742Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/CpuInfo/test.cpuinfo' from root:root to runner:runner
2025-08-20T19:01:49.5258458Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/CpuInfo' from root:root to runner:runner
2025-08-20T19:01:49.5259221Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Dockerfile/Dockerfile' from root:root to runner:runner
2025-08-20T19:01:49.5259927Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Dockerfile' from root:root to runner:runner
2025-08-20T19:01:49.5260731Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/http-request-response/example.http' from root:root to runner:runner
2025-08-20T19:01:49.5261483Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/http-request-response' from root:root to runner:runner
2025-08-20T19:01:49.5262354Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/SCSS/example.scss' from root:root to runner:runner
2025-08-20T19:01:49.5263084Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/SCSS' from root:root to runner:runner
2025-08-20T19:01:49.5263819Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Rego/src_test.rego' from root:root to runner:runner
2025-08-20T19:01:49.5264545Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Rego/LICENSE.md' from root:root to runner:runner
2025-08-20T19:01:49.5265228Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Rego' from root:root to runner:runner
2025-08-20T19:01:49.5265959Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Manpage/sway.5.man' from root:root to runner:runner
2025-08-20T19:01:49.5266705Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Manpage/select-2.man' from root:root to runner:runner
2025-08-20T19:01:49.5267727Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Manpage/bat-0.16.man' from root:root to runner:runner
2025-08-20T19:01:49.5268561Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Manpage/fzf-0.33.0.man' from root:root to runner:runner
2025-08-20T19:01:49.5269259Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Manpage' from root:root to runner:runner
2025-08-20T19:01:49.5269985Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/VimL/source.vim' from root:root to runner:runner
2025-08-20T19:01:49.5270664Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/VimL' from root:root to runner:runner
2025-08-20T19:01:49.5271428Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Assembly (x86_64)/test.nasm' from root:root to runner:runner
2025-08-20T19:01:49.5272160Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Assembly (x86_64)' from root:root to runner:runner
2025-08-20T19:01:49.5272911Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/TypeScript/example.ts' from root:root to runner:runner
2025-08-20T19:01:49.5273670Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/TypeScript/example.cts' from root:root to runner:runner
2025-08-20T19:01:49.5274417Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/TypeScript/LICENSE.md' from root:root to runner:runner
2025-08-20T19:01:49.5275333Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/TypeScript' from root:root to runner:runner
2025-08-20T19:01:49.5276158Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Fortran (Modern)/test_savetxt.f90' from root:root to runner:runner
2025-08-20T19:01:49.5276925Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Fortran (Modern)/LICENSE.md' from root:root to runner:runner
2025-08-20T19:01:49.5277789Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Fortran (Modern)' from root:root to runner:runner
2025-08-20T19:01:49.5278536Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Vyper/crowdsale.vy' from root:root to runner:runner
2025-08-20T19:01:49.5279263Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Vyper/LICENSE.md' from root:root to runner:runner
2025-08-20T19:01:49.5279938Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Vyper' from root:root to runner:runner
2025-08-20T19:01:49.5280893Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Terraform/main.tf' from root:root to runner:runner
2025-08-20T19:01:49.5281593Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Terraform' from root:root to runner:runner
2025-08-20T19:01:49.5282332Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/YAML/example.yaml' from root:root to runner:runner
2025-08-20T19:01:49.5283006Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/YAML' from root:root to runner:runner
2025-08-20T19:01:49.5283724Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/NSE/test.nse' from root:root to runner:runner
2025-08-20T19:01:49.5284396Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/NSE' from root:root to runner:runner
2025-08-20T19:01:49.5285115Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Kotlin/test.kt' from root:root to runner:runner
2025-08-20T19:01:49.5285801Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Kotlin' from root:root to runner:runner
2025-08-20T19:01:49.5286576Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ignored suffixes/test.rs.orig' from root:root to runner:runner
2025-08-20T19:01:49.5287462Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ignored suffixes/test.rs.ucf-dist' from root:root to runner:runner
2025-08-20T19:01:49.5288464Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ignored suffixes/test.rs.dpkg-dist' from root:root to runner:runner
2025-08-20T19:01:49.5289314Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ignored suffixes/test.rs.ucf-old' from root:root to runner:runner
2025-08-20T19:01:49.5290108Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ignored suffixes/test.rs.rpmorig' from root:root to runner:runner
2025-08-20T19:01:49.5290885Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ignored suffixes/test.rs.in' from root:root to runner:runner
2025-08-20T19:01:49.5291680Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ignored suffixes/test.rs.rpmsave' from root:root to runner:runner
2025-08-20T19:01:49.5292468Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ignored suffixes/test.rs.ucf-new' from root:root to runner:runner
2025-08-20T19:01:49.5293248Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ignored suffixes/test.unknown~' from root:root to runner:runner
2025-08-20T19:01:49.5294177Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ignored suffixes/test.rs.in.in' from root:root to runner:runner
2025-08-20T19:01:49.5294961Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ignored suffixes/test.rs.bak' from root:root to runner:runner
2025-08-20T19:01:49.5295753Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ignored suffixes/test.rs.orig~' from root:root to runner:runner
2025-08-20T19:01:49.5296509Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ignored suffixes/test.rs~' from root:root to runner:runner
2025-08-20T19:01:49.5297396Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ignored suffixes/test.rs.rpmnew' from root:root to runner:runner
2025-08-20T19:01:49.5298247Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ignored suffixes/test.rs.dpkg-old' from root:root to runner:runner
2025-08-20T19:01:49.5299024Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ignored suffixes/test.rs.old' from root:root to runner:runner
2025-08-20T19:01:49.5299752Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ignored suffixes' from root:root to runner:runner
2025-08-20T19:01:49.5300491Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/AWK/quicksort.awk' from root:root to runner:runner
2025-08-20T19:01:49.5301304Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/AWK' from root:root to runner:runner
2025-08-20T19:01:49.5302049Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Fish/test.fish' from root:root to runner:runner
2025-08-20T19:01:49.5302729Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Fish' from root:root to runner:runner
2025-08-20T19:01:49.5303612Z [00:04:08.410]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/CSV/decimals_comma_decimal_point_semicolon_delimited.csv' from root:root to runner:runner
2025-08-20T19:01:49.5304523Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/CSV/decimals_comma_decimal_point_pipe_delimited.csv' from root:root to runner:runner
2025-08-20T19:01:49.5305243Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/CSV/simple.tsv' from root:root to runner:runner
2025-08-20T19:01:49.5305995Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/CSV/comma_in_quotes.csv' from root:root to runner:runner
2025-08-20T19:01:49.5306926Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/CSV/comma-delimited.csv' from root:root to runner:runner
2025-08-20T19:01:49.5307781Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/CSV/LICENSE.md' from root:root to runner:runner
2025-08-20T19:01:49.5308463Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/CSV' from root:root to runner:runner
2025-08-20T19:01:49.5309233Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Java Server Page (JSP)/NOTICE' from root:root to runner:runner
2025-08-20T19:01:49.5310024Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Java Server Page (JSP)/LICENSE.md' from root:root to runner:runner
2025-08-20T19:01:49.5310831Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Java Server Page (JSP)/sessionDetail.jsp' from root:root to runner:runner
2025-08-20T19:01:49.5311593Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Java Server Page (JSP)' from root:root to runner:runner
2025-08-20T19:01:49.5312310Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/JSON/test.json' from root:root to runner:runner
2025-08-20T19:01:49.5313058Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/JSON/example.ndjson' from root:root to runner:runner
2025-08-20T19:01:49.5313733Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/JSON' from root:root to runner:runner
2025-08-20T19:01:49.5314579Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Perl/test.pl' from root:root to runner:runner
2025-08-20T19:01:49.5315316Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Perl' from root:root to runner:runner
2025-08-20T19:01:49.5316071Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/resolv.conf/resolv.conf' from root:root to runner:runner
2025-08-20T19:01:49.5316784Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/resolv.conf' from root:root to runner:runner
2025-08-20T19:01:49.5317622Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/PowerShell/test.ps1' from root:root to runner:runner
2025-08-20T19:01:49.5318383Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/PowerShell' from root:root to runner:runner
2025-08-20T19:01:49.5319098Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/CFML/test.cfml' from root:root to runner:runner
2025-08-20T19:01:49.5319975Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/CFML' from root:root to runner:runner
2025-08-20T19:01:49.5320709Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Vue/example.vue' from root:root to runner:runner
2025-08-20T19:01:49.5321386Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Vue' from root:root to runner:runner
2025-08-20T19:01:49.5322138Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/cmd-help/test.cmd-help' from root:root to runner:runner
2025-08-20T19:01:49.5322837Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/cmd-help' from root:root to runner:runner
2025-08-20T19:01:49.5323594Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Verilog/div_pipelined.v' from root:root to runner:runner
2025-08-20T19:01:49.5324332Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Verilog/LICENSE.md' from root:root to runner:runner
2025-08-20T19:01:49.5325022Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Verilog' from root:root to runner:runner
2025-08-20T19:01:49.5325738Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ada/click.gpr' from root:root to runner:runner
2025-08-20T19:01:49.5326460Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ada/click.adb' from root:root to runner:runner
2025-08-20T19:01:49.5327550Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ada/click.ads' from root:root to runner:runner
2025-08-20T19:01:49.5328320Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ada/LICENSE.md' from root:root to runner:runner
2025-08-20T19:01:49.5329000Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ada' from root:root to runner:runner
2025-08-20T19:01:49.5329754Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/OCaml/syntax-test.ml' from root:root to runner:runner
2025-08-20T19:01:49.5330439Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/OCaml' from root:root to runner:runner
2025-08-20T19:01:49.5331148Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Cpp/test.cpp' from root:root to runner:runner
2025-08-20T19:01:49.5331824Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Cpp' from root:root to runner:runner
2025-08-20T19:01:49.5332840Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Fortran Namelist/test.namelist' from root:root to runner:runner
2025-08-20T19:01:49.5333572Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Fortran Namelist' from root:root to runner:runner
2025-08-20T19:01:49.5334303Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Groff/rustdoc.1' from root:root to runner:runner
2025-08-20T19:01:49.5335028Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Groff/LICENSE.md' from root:root to runner:runner
2025-08-20T19:01:49.5335710Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Groff' from root:root to runner:runner
2025-08-20T19:01:49.5336480Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Regular Expression/test.re' from root:root to runner:runner
2025-08-20T19:01:49.5337319Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Regular Expression' from root:root to runner:runner
2025-08-20T19:01:49.5338067Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/C/test.c' from root:root to runner:runner
2025-08-20T19:01:49.5338737Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/C' from root:root to runner:runner
2025-08-20T19:01:49.5339454Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/nix/test.nix' from root:root to runner:runner
2025-08-20T19:01:49.5340263Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/nix' from root:root to runner:runner
2025-08-20T19:01:49.5341062Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Julia/test.jl' from root:root to runner:runner
2025-08-20T19:01:49.5341747Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Julia' from root:root to runner:runner
2025-08-20T19:01:49.5342482Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Swift/test.swift' from root:root to runner:runner
2025-08-20T19:01:49.5343157Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Swift' from root:root to runner:runner
2025-08-20T19:01:49.5343889Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Haskell/test.hs' from root:root to runner:runner
2025-08-20T19:01:49.5344573Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Haskell' from root:root to runner:runner
2025-08-20T19:01:49.5345312Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ruby On Rails/test.rb' from root:root to runner:runner
2025-08-20T19:01:49.5346178Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ruby On Rails' from root:root to runner:runner
2025-08-20T19:01:49.5346910Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Log/example.log' from root:root to runner:runner
2025-08-20T19:01:49.5347882Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Log' from root:root to runner:runner
2025-08-20T19:01:49.5348609Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/LLVM/test.ll' from root:root to runner:runner
2025-08-20T19:01:49.5349299Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/LLVM' from root:root to runner:runner
2025-08-20T19:01:49.5350039Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/ARM Assembly/test.S' from root:root to runner:runner
2025-08-20T19:01:49.5350750Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/ARM Assembly' from root:root to runner:runner
2025-08-20T19:01:49.5351461Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/TeX/main.tex' from root:root to runner:runner
2025-08-20T19:01:49.5352140Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/TeX' from root:root to runner:runner
2025-08-20T19:01:49.5352867Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ninja/test.ninja' from root:root to runner:runner
2025-08-20T19:01:49.5353746Z [00:04:08.411]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ninja/LICENSE.md' from root:root to runner:runner
2025-08-20T19:01:49.5354479Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ninja' from root:root to runner:runner
2025-08-20T19:01:49.5355218Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/nim/test.nimble' from root:root to runner:runner
2025-08-20T19:01:49.5355942Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/nim/main.nim' from root:root to runner:runner
2025-08-20T19:01:49.5356623Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/nim' from root:root to runner:runner
2025-08-20T19:01:49.5357424Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Bash/simple.sh' from root:root to runner:runner
2025-08-20T19:01:49.5358165Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Bash/batgrep.sh' from root:root to runner:runner
2025-08-20T19:01:49.5359043Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Bash' from root:root to runner:runner
2025-08-20T19:01:49.5359793Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/AsciiDoc/test.adoc' from root:root to runner:runner
2025-08-20T19:01:49.5360486Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/AsciiDoc' from root:root to runner:runner
2025-08-20T19:01:49.5361202Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Java/test.java' from root:root to runner:runner
2025-08-20T19:01:49.5361881Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Java' from root:root to runner:runner
2025-08-20T19:01:49.5362622Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Crontab/crontab.tab' from root:root to runner:runner
2025-08-20T19:01:49.5363313Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Crontab' from root:root to runner:runner
2025-08-20T19:01:49.5364046Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Makefile/Makefile' from root:root to runner:runner
2025-08-20T19:01:49.5364788Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Makefile/LICENSE.md' from root:root to runner:runner
2025-08-20T19:01:49.5365484Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Makefile' from root:root to runner:runner
2025-08-20T19:01:49.5366350Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/JavaScript/test.js' from root:root to runner:runner
2025-08-20T19:01:49.5367194Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/JavaScript' from root:root to runner:runner
2025-08-20T19:01:49.5368008Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Crystal/test.cr' from root:root to runner:runner
2025-08-20T19:01:49.5368709Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Crystal' from root:root to runner:runner
2025-08-20T19:01:49.5369489Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/NAnt Build File/Default.build' from root:root to runner:runner
2025-08-20T19:01:49.5370250Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/NAnt Build File/LICENSE.md' from root:root to runner:runner
2025-08-20T19:01:49.5370968Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/NAnt Build File' from root:root to runner:runner
2025-08-20T19:01:49.5371968Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/XAML/ItemPage.xaml' from root:root to runner:runner
2025-08-20T19:01:49.5372698Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/XAML/LICENSE.md' from root:root to runner:runner
2025-08-20T19:01:49.5373379Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/XAML' from root:root to runner:runner
2025-08-20T19:01:49.5374268Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Diff/82e7786e747b1fcfac1f963ae6415a22ec9caae1.diff' from root:root to runner:runner
2025-08-20T19:01:49.5374955Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Diff' from root:root to runner:runner
2025-08-20T19:01:49.5375703Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/QML/BatSyntaxTest.qml' from root:root to runner:runner
2025-08-20T19:01:49.5376384Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/QML' from root:root to runner:runner
2025-08-20T19:01:49.5377369Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Robot Framework/recipe141_aws_simple_storage_service.robot' from root:root to runner:runner
2025-08-20T19:01:49.5378192Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Robot Framework/LICENSE.md' from root:root to runner:runner
2025-08-20T19:01:49.5378918Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Robot Framework' from root:root to runner:runner
2025-08-20T19:01:49.5379789Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/SML/sample.sml' from root:root to runner:runner
2025-08-20T19:01:49.5380480Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/SML' from root:root to runner:runner
2025-08-20T19:01:49.5381226Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/ActionScript/test.as' from root:root to runner:runner
2025-08-20T19:01:49.5381947Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/ActionScript' from root:root to runner:runner
2025-08-20T19:01:49.5382674Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Email/test.eml' from root:root to runner:runner
2025-08-20T19:01:49.5383351Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Email' from root:root to runner:runner
2025-08-20T19:01:49.5384107Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Jinja2/template.jinja2' from root:root to runner:runner
2025-08-20T19:01:49.5384987Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Jinja2' from root:root to runner:runner
2025-08-20T19:01:49.5385747Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/MemInfo/test.meminfo' from root:root to runner:runner
2025-08-20T19:01:49.5386433Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/MemInfo' from root:root to runner:runner
2025-08-20T19:01:49.5387227Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/DotENV/.env' from root:root to runner:runner
2025-08-20T19:01:49.5388014Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/DotENV/LICENSE.md' from root:root to runner:runner
2025-08-20T19:01:49.5388705Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/DotENV' from root:root to runner:runner
2025-08-20T19:01:49.5389523Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Scala/ConcurrentEffectLaws.scala' from root:root to runner:runner
2025-08-20T19:01:49.5390248Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Scala/LICENSE.md' from root:root to runner:runner
2025-08-20T19:01:49.5390936Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Scala' from root:root to runner:runner
2025-08-20T19:01:49.5391721Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/LiveScript/livescript-demo.ls' from root:root to runner:runner
2025-08-20T19:01:49.5392617Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/LiveScript/LICENSE.md' from root:root to runner:runner
2025-08-20T19:01:49.5393326Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/LiveScript' from root:root to runner:runner
2025-08-20T19:01:49.5394068Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Markdown/example.md' from root:root to runner:runner
2025-08-20T19:01:49.5394769Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Markdown' from root:root to runner:runner
2025-08-20T19:01:49.5395467Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/R/test.r' from root:root to runner:runner
2025-08-20T19:01:49.5396130Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/R' from root:root to runner:runner
2025-08-20T19:01:49.5396877Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Dart/inner_comment.dart' from root:root to runner:runner
2025-08-20T19:01:49.5397884Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Dart/test.dart' from root:root to runner:runner
2025-08-20T19:01:49.5398573Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Dart' from root:root to runner:runner
2025-08-20T19:01:49.5399319Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Textile/test.textile' from root:root to runner:runner
2025-08-20T19:01:49.5400006Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Textile' from root:root to runner:runner
2025-08-20T19:01:49.5400773Z [00:04:08.412]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/fish_history/fish_history' from root:root to runner:runner
2025-08-20T19:01:49.5401482Z [00:04:08.413]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/fish_history' from root:root to runner:runner
2025-08-20T19:01:49.5402245Z [00:04:08.413]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/TypeScriptReact/app.tsx' from root:root to runner:runner
2025-08-20T19:01:49.5403024Z [00:04:08.413]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/TypeScriptReact/LICENSE.md' from root:root to runner:runner
2025-08-20T19:01:49.5403746Z [00:04:08.413]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/TypeScriptReact' from root:root to runner:runner
2025-08-20T19:01:49.5404494Z [00:04:08.413]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/EtcGroup/test.group' from root:root to runner:runner
2025-08-20T19:01:49.5405308Z [00:04:08.413]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/EtcGroup' from root:root to runner:runner
2025-08-20T19:01:49.5406097Z [00:04:08.413]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/debsources/sources.list' from root:root to runner:runner
2025-08-20T19:01:49.5406802Z [00:04:08.413]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/debsources' from root:root to runner:runner
2025-08-20T19:01:49.5407627Z [00:04:08.413]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/C-Sharp/Stack.cs' from root:root to runner:runner
2025-08-20T19:01:49.5408349Z [00:04:08.413]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/C-Sharp' from root:root to runner:runner
2025-08-20T19:01:49.5409073Z [00:04:08.413]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Pascal/test.pas' from root:root to runner:runner
2025-08-20T19:01:49.5409760Z [00:04:08.413]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Pascal' from root:root to runner:runner
2025-08-20T19:01:49.5410639Z [00:04:08.413]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/NSIS/test.nsi' from root:root to runner:runner
2025-08-20T19:01:49.5411321Z [00:04:08.413]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/NSIS' from root:root to runner:runner
2025-08-20T19:01:49.5412021Z [00:04:08.413]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/D/test.d' from root:root to runner:runner
2025-08-20T19:01:49.5412687Z [00:04:08.413]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/D' from root:root to runner:runner
2025-08-20T19:01:49.5413420Z [00:04:08.413]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Groovy/test.groovy' from root:root to runner:runner
2025-08-20T19:01:49.5414108Z [00:04:08.413]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Groovy' from root:root to runner:runner
2025-08-20T19:01:49.5414930Z [00:04:08.413]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Fortran (Fixed Form)/quicksort_real_F77.F' from root:root to runner:runner
2025-08-20T19:01:49.5415710Z [00:04:08.413]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Fortran (Fixed Form)/LICENSE.md' from root:root to runner:runner
2025-08-20T19:01:49.5416447Z [00:04:08.413]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Fortran (Fixed Form)' from root:root to runner:runner
2025-08-20T19:01:49.5417262Z [00:04:08.413]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Passwd/passwd' from root:root to runner:runner
2025-08-20T19:01:49.5418142Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Passwd' from root:root to runner:runner
2025-08-20T19:01:49.5418869Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/JQ/sample.jq' from root:root to runner:runner
2025-08-20T19:01:49.5419581Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/JQ/LICENSE.md' from root:root to runner:runner
2025-08-20T19:01:49.5420257Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/JQ' from root:root to runner:runner
2025-08-20T19:01:49.5420975Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Rust/output.rs' from root:root to runner:runner
2025-08-20T19:01:49.5421652Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Rust' from root:root to runner:runner
2025-08-20T19:01:49.5422358Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/INI/test.inf' from root:root to runner:runner
2025-08-20T19:01:49.5423197Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/INI/test.ini' from root:root to runner:runner
2025-08-20T19:01:49.5423867Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/INI' from root:root to runner:runner
2025-08-20T19:01:49.5424601Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Strace/ls.strace' from root:root to runner:runner
2025-08-20T19:01:49.5425287Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Strace' from root:root to runner:runner
2025-08-20T19:01:49.5425999Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/SLS/test.sls' from root:root to runner:runner
2025-08-20T19:01:49.5426677Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/SLS' from root:root to runner:runner
2025-08-20T19:01:49.5427498Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/PHP/test.php' from root:root to runner:runner
2025-08-20T19:01:49.5428220Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/PHP' from root:root to runner:runner
2025-08-20T19:01:49.5428965Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/PureScript/test.purs' from root:root to runner:runner
2025-08-20T19:01:49.5429675Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/PureScript' from root:root to runner:runner
2025-08-20T19:01:49.5430386Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/ASP/test.asp' from root:root to runner:runner
2025-08-20T19:01:49.5431198Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/ASP' from root:root to runner:runner
2025-08-20T19:01:49.5432007Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/GLSL/test.glsl' from root:root to runner:runner
2025-08-20T19:01:49.5432693Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/GLSL' from root:root to runner:runner
2025-08-20T19:01:49.5433442Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Erlang/bat_erlang.erl' from root:root to runner:runner
2025-08-20T19:01:49.5434128Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Erlang' from root:root to runner:runner
2025-08-20T19:01:49.5434881Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Stylus/gradients.styl' from root:root to runner:runner
2025-08-20T19:01:49.5435610Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Stylus/LICENSE.md' from root:root to runner:runner
2025-08-20T19:01:49.5436502Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Stylus' from root:root to runner:runner
2025-08-20T19:01:49.5437312Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Odin/test.odin' from root:root to runner:runner
2025-08-20T19:01:49.5438027Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Odin' from root:root to runner:runner
2025-08-20T19:01:49.5438863Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/varlink/org.varlink.certification.varlink' from root:root to runner:runner
2025-08-20T19:01:49.5439605Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/varlink/LICENSE.md' from root:root to runner:runner
2025-08-20T19:01:49.5440301Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/varlink' from root:root to runner:runner
2025-08-20T19:01:49.5441069Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Graphviz DOT/test_graph.dot' from root:root to runner:runner
2025-08-20T19:01:49.5441849Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Graphviz DOT/test_digraph.dot' from root:root to runner:runner
2025-08-20T19:01:49.5442606Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Graphviz DOT/LICENSE.md' from root:root to runner:runner
2025-08-20T19:01:49.5443320Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Graphviz DOT' from root:root to runner:runner
2025-08-20T19:01:49.5444198Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Objective-C++/test.mm' from root:root to runner:runner
2025-08-20T19:01:49.5444925Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Objective-C++' from root:root to runner:runner
2025-08-20T19:01:49.5445784Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Puppet/manifest_large_exported_classes_node.pp' from root:root to runner:runner
2025-08-20T19:01:49.5446513Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Puppet/LICENSE.md' from root:root to runner:runner
2025-08-20T19:01:49.5447276Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Puppet' from root:root to runner:runner
2025-08-20T19:01:49.5448064Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Elixir/command.ex' from root:root to runner:runner
2025-08-20T19:01:49.5448794Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Elixir/LICENSE.md' from root:root to runner:runner
2025-08-20T19:01:49.5449671Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Elixir' from root:root to runner:runner
2025-08-20T19:01:49.5450447Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Literate Haskell/Main.lhs' from root:root to runner:runner
2025-08-20T19:01:49.5451177Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Literate Haskell' from root:root to runner:runner
2025-08-20T19:01:49.5451883Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Elm/test.elm' from root:root to runner:runner
2025-08-20T19:01:49.5452607Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Elm/LICENSE.md' from root:root to runner:runner
2025-08-20T19:01:49.5453281Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Elm' from root:root to runner:runner
2025-08-20T19:01:49.5453993Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Tcl/test.tcl' from root:root to runner:runner
2025-08-20T19:01:49.5454662Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Tcl' from root:root to runner:runner
2025-08-20T19:01:49.5455415Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/VimHelp/helphelp.txt' from root:root to runner:runner
2025-08-20T19:01:49.5456103Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/VimHelp' from root:root to runner:runner
2025-08-20T19:01:49.5456951Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Sass/example.sass' from root:root to runner:runner
2025-08-20T19:01:49.5457812Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Sass' from root:root to runner:runner
2025-08-20T19:01:49.5458481Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source' from root:root to runner:runner
2025-08-20T19:01:49.5459297Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Protocol Buffer/vyconf.proto' from root:root to runner:runner
2025-08-20T19:01:49.5460050Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Protocol Buffer' from root:root to runner:runner
2025-08-20T19:01:49.5460798Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/BibTeX/test.bib' from root:root to runner:runner
2025-08-20T19:01:49.5461504Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/BibTeX' from root:root to runner:runner
2025-08-20T19:01:49.5462528Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/reStructuredText/reference.rst' from root:root to runner:runner
2025-08-20T19:01:49.5463295Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/reStructuredText' from root:root to runner:runner
2025-08-20T19:01:49.5464065Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/GraphQL/test.graphql' from root:root to runner:runner
2025-08-20T19:01:49.5464776Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/GraphQL' from root:root to runner:runner
2025-08-20T19:01:49.5465562Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Git Ignore/test.gitignore' from root:root to runner:runner
2025-08-20T19:01:49.5466290Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Git Ignore' from root:root to runner:runner
2025-08-20T19:01:49.5467197Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/CSS/style.css' from root:root to runner:runner
2025-08-20T19:01:49.5467975Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/CSS' from root:root to runner:runner
2025-08-20T19:01:49.5468710Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Hosts/hosts' from root:root to runner:runner
2025-08-20T19:01:49.5469411Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Hosts' from root:root to runner:runner
2025-08-20T19:01:49.5470302Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/VHDL/test.vhdl' from root:root to runner:runner
2025-08-20T19:01:49.5471046Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/VHDL' from root:root to runner:runner
2025-08-20T19:01:49.5471818Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Objective-C/test.m' from root:root to runner:runner
2025-08-20T19:01:49.5472544Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Objective-C' from root:root to runner:runner
2025-08-20T19:01:49.5473300Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Zig/example.zig' from root:root to runner:runner
2025-08-20T19:01:49.5473992Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Zig' from root:root to runner:runner
2025-08-20T19:01:49.5474758Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Solidity/ERC721.sol' from root:root to runner:runner
2025-08-20T19:01:49.5475740Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Solidity' from root:root to runner:runner
2025-08-20T19:01:49.5476466Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/dash/shfm' from root:root to runner:runner
2025-08-20T19:01:49.5477299Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/dash' from root:root to runner:runner
2025-08-20T19:01:49.5478118Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/SSH Config/ssh_config' from root:root to runner:runner
2025-08-20T19:01:49.5478852Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/SSH Config' from root:root to runner:runner
2025-08-20T19:01:49.5479582Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/SQL/ims.sql' from root:root to runner:runner
2025-08-20T19:01:49.5480275Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/SQL' from root:root to runner:runner
2025-08-20T19:01:49.5481034Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Todo.txt/todo.txt' from root:root to runner:runner
2025-08-20T19:01:49.5481761Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Todo.txt' from root:root to runner:runner
2025-08-20T19:01:49.5482684Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Cabal/semantic.cabal' from root:root to runner:runner
2025-08-20T19:01:49.5483420Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Cabal' from root:root to runner:runner
2025-08-20T19:01:49.5484164Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/TOML/Cargo.toml' from root:root to runner:runner
2025-08-20T19:01:49.5484871Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/TOML' from root:root to runner:runner
2025-08-20T19:01:49.5485657Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Plaintext/plaintext.txt' from root:root to runner:runner
2025-08-20T19:01:49.5486381Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Plaintext' from root:root to runner:runner
2025-08-20T19:01:49.5487220Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/F#/string.fs' from root:root to runner:runner
2025-08-20T19:01:49.5487932Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/F#' from root:root to runner:runner
2025-08-20T19:01:49.5488945Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Git Attributes/example.gitattributes' from root:root to runner:runner
2025-08-20T19:01:49.5489693Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Git Attributes' from root:root to runner:runner
2025-08-20T19:01:49.5490478Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/MediaWiki/test.mediawiki' from root:root to runner:runner
2025-08-20T19:01:49.5491198Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/MediaWiki' from root:root to runner:runner
2025-08-20T19:01:49.5492234Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/BatTestCustomAssets/NoColorsUnlessCustomAssetsAreUsed.battestcustomassets' from root:root to runner:runner
2025-08-20T19:01:49.5493012Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/BatTestCustomAssets' from root:root to runner:runner
2025-08-20T19:01:49.5493756Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Slim/test.slim' from root:root to runner:runner
2025-08-20T19:01:49.5494455Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Slim' from root:root to runner:runner
2025-08-20T19:01:49.5495237Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/SSHD Config/sshd_config' from root:root to runner:runner
2025-08-20T19:01:49.5496091Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/SSHD Config' from root:root to runner:runner
2025-08-20T19:01:49.5496863Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Idris2/test.idr' from root:root to runner:runner
2025-08-20T19:01:49.5497645Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Idris2' from root:root to runner:runner
2025-08-20T19:01:49.5498422Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Svelte/App.svelte' from root:root to runner:runner
2025-08-20T19:01:49.5499144Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Svelte' from root:root to runner:runner
2025-08-20T19:01:49.5499930Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/XML/projectname.targets' from root:root to runner:runner
2025-08-20T19:01:49.5500693Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/XML/console.csproj' from root:root to runner:runner
2025-08-20T19:01:49.5501675Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/XML/Directory.Build.props' from root:root to runner:runner
2025-08-20T19:01:49.5502439Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/XML/example.xml' from root:root to runner:runner
2025-08-20T19:01:49.5503137Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/XML' from root:root to runner:runner
2025-08-20T19:01:49.5503890Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/GDScript/test.gd' from root:root to runner:runner
2025-08-20T19:01:49.5504611Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/GDScript' from root:root to runner:runner
2025-08-20T19:01:49.5505395Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Git Config/text.gitconfig' from root:root to runner:runner
2025-08-20T19:01:49.5506123Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Git Config' from root:root to runner:runner
2025-08-20T19:01:49.5506904Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/SystemVerilog/output.sv' from root:root to runner:runner
2025-08-20T19:01:49.5507780Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/SystemVerilog' from root:root to runner:runner
2025-08-20T19:01:49.5508528Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/WGSL/test.wgsl' from root:root to runner:runner
2025-08-20T19:01:49.5509369Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/WGSL' from root:root to runner:runner
2025-08-20T19:01:49.5510215Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/AppleScript/test.applescript' from root:root to runner:runner
2025-08-20T19:01:49.5510953Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/AppleScript' from root:root to runner:runner
2025-08-20T19:01:49.5511690Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Go/main.go' from root:root to runner:runner
2025-08-20T19:01:49.5512391Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Go' from root:root to runner:runner
2025-08-20T19:01:49.5513126Z [00:04:08.414]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Lua/test.lua' from root:root to runner:runner
2025-08-20T19:01:49.5513820Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Lua' from root:root to runner:runner
2025-08-20T19:01:49.5514785Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/jsonnet/stdlib.jsonnet' from root:root to runner:runner
2025-08-20T19:01:49.5515502Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/jsonnet' from root:root to runner:runner
2025-08-20T19:01:49.5516253Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Racket/test.rkt' from root:root to runner:runner
2025-08-20T19:01:49.5516959Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Racket' from root:root to runner:runner
2025-08-20T19:01:49.5517935Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Requirements.txt/requirements.txt' from root:root to runner:runner
2025-08-20T19:01:49.5518708Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Requirements.txt' from root:root to runner:runner
2025-08-20T19:01:49.5519461Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Apache/httpd.conf' from root:root to runner:runner
2025-08-20T19:01:49.5520167Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Apache' from root:root to runner:runner
2025-08-20T19:01:49.5520917Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Lean/test.lean' from root:root to runner:runner
2025-08-20T19:01:49.5521612Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Lean' from root:root to runner:runner
2025-08-20T19:01:49.5522490Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/HTML/test.html' from root:root to runner:runner
2025-08-20T19:01:49.5523230Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/HTML' from root:root to runner:runner
2025-08-20T19:01:49.5523980Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Batch/build.bat' from root:root to runner:runner
2025-08-20T19:01:49.5524692Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Batch' from root:root to runner:runner
2025-08-20T19:01:49.5525439Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ruby/output.rb' from root:root to runner:runner
2025-08-20T19:01:49.5526132Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ruby' from root:root to runner:runner
2025-08-20T19:01:49.5526882Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Clojure/test.clj' from root:root to runner:runner
2025-08-20T19:01:49.5527888Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Clojure' from root:root to runner:runner
2025-08-20T19:01:49.5528628Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Fstab/fstab' from root:root to runner:runner
2025-08-20T19:01:49.5529333Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Fstab' from root:root to runner:runner
2025-08-20T19:01:49.5530070Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Typst/test.typ' from root:root to runner:runner
2025-08-20T19:01:49.5530781Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Typst' from root:root to runner:runner
2025-08-20T19:01:49.5531533Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Lisp/utils.lisp' from root:root to runner:runner
2025-08-20T19:01:49.5532236Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Lisp' from root:root to runner:runner
2025-08-20T19:01:49.5532980Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/nginx/nginx.conf' from root:root to runner:runner
2025-08-20T19:01:49.5533691Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/nginx' from root:root to runner:runner
2025-08-20T19:01:49.5534466Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ruby Haml/test.html.haml' from root:root to runner:runner
2025-08-20T19:01:49.5535316Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ruby Haml' from root:root to runner:runner
2025-08-20T19:01:49.5536146Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/CMake/CMakeLists.txt' from root:root to runner:runner
2025-08-20T19:01:49.5536846Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/CMake' from root:root to runner:runner
2025-08-20T19:01:49.5537738Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Less/example.less' from root:root to runner:runner
2025-08-20T19:01:49.5538463Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Less' from root:root to runner:runner
2025-08-20T19:01:49.5539221Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Python/battest.py' from root:root to runner:runner
2025-08-20T19:01:49.5539925Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Python' from root:root to runner:runner
2025-08-20T19:01:49.5540895Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/gnuplot/test.gp' from root:root to runner:runner
2025-08-20T19:01:49.5541621Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/gnuplot' from root:root to runner:runner
2025-08-20T19:01:49.5542366Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/orgmode/test.org' from root:root to runner:runner
2025-08-20T19:01:49.5543075Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/orgmode' from root:root to runner:runner
2025-08-20T19:01:49.5543907Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/CoffeeScript/coffeescript.coffee' from root:root to runner:runner
2025-08-20T19:01:49.5544646Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/CoffeeScript' from root:root to runner:runner
2025-08-20T19:01:49.5545418Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Syslog/example.syslog' from root:root to runner:runner
2025-08-20T19:01:49.5546123Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Syslog' from root:root to runner:runner
2025-08-20T19:01:49.5546882Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/MATLAB/test.matlab' from root:root to runner:runner
2025-08-20T19:01:49.5547700Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/MATLAB' from root:root to runner:runner
2025-08-20T19:01:49.5548634Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/CpuInfo/test.cpuinfo' from root:root to runner:runner
2025-08-20T19:01:49.5549392Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/CpuInfo' from root:root to runner:runner
2025-08-20T19:01:49.5550181Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Dockerfile/Dockerfile' from root:root to runner:runner
2025-08-20T19:01:49.5550901Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Dockerfile' from root:root to runner:runner
2025-08-20T19:01:49.5551737Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/http-request-response/example.http' from root:root to runner:runner
2025-08-20T19:01:49.5552508Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/http-request-response' from root:root to runner:runner
2025-08-20T19:01:49.5553391Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/SCSS/example.scss' from root:root to runner:runner
2025-08-20T19:01:49.5554093Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/SCSS' from root:root to runner:runner
2025-08-20T19:01:49.5554851Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Rego/src_test.rego' from root:root to runner:runner
2025-08-20T19:01:49.5555551Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Rego' from root:root to runner:runner
2025-08-20T19:01:49.5556303Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Manpage/sway.5.man' from root:root to runner:runner
2025-08-20T19:01:49.5557172Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Manpage/select-2.man' from root:root to runner:runner
2025-08-20T19:01:49.5557990Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Manpage/bat-0.16.man' from root:root to runner:runner
2025-08-20T19:01:49.5558768Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Manpage/fzf-0.33.0.man' from root:root to runner:runner
2025-08-20T19:01:49.5559480Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Manpage' from root:root to runner:runner
2025-08-20T19:01:49.5560230Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/VimL/source.vim' from root:root to runner:runner
2025-08-20T19:01:49.5561072Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/VimL' from root:root to runner:runner
2025-08-20T19:01:49.5561914Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Assembly (x86_64)/test.nasm' from root:root to runner:runner
2025-08-20T19:01:49.5562668Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Assembly (x86_64)' from root:root to runner:runner
2025-08-20T19:01:49.5563447Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/TypeScript/example.ts' from root:root to runner:runner
2025-08-20T19:01:49.5564234Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/TypeScript/example.cts' from root:root to runner:runner
2025-08-20T19:01:49.5565009Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/TypeScript' from root:root to runner:runner
2025-08-20T19:01:49.5565823Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Fortran (Modern)/test_savetxt.f90' from root:root to runner:runner
2025-08-20T19:01:49.5566775Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Fortran (Modern)' from root:root to runner:runner
2025-08-20T19:01:49.5567645Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Vyper/crowdsale.vy' from root:root to runner:runner
2025-08-20T19:01:49.5568433Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Vyper' from root:root to runner:runner
2025-08-20T19:01:49.5569182Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Terraform/main.tf' from root:root to runner:runner
2025-08-20T19:01:49.5569911Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Terraform' from root:root to runner:runner
2025-08-20T19:01:49.5570660Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/YAML/example.yaml' from root:root to runner:runner
2025-08-20T19:01:49.5571367Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/YAML' from root:root to runner:runner
2025-08-20T19:01:49.5572103Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/NSE/test.nse' from root:root to runner:runner
2025-08-20T19:01:49.5572795Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/NSE' from root:root to runner:runner
2025-08-20T19:01:49.5573547Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Kotlin/test.kt' from root:root to runner:runner
2025-08-20T19:01:49.5574470Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Kotlin' from root:root to runner:runner
2025-08-20T19:01:49.5575327Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ignored suffixes/test.rs.orig' from root:root to runner:runner
2025-08-20T19:01:49.5576145Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ignored suffixes/test.rs.ucf-dist' from root:root to runner:runner
2025-08-20T19:01:49.5576975Z [00:04:08.415]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ignored suffixes/test.rs.dpkg-dist' from root:root to runner:runner
2025-08-20T19:01:49.5577941Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ignored suffixes/test.rs.ucf-old' from root:root to runner:runner
2025-08-20T19:01:49.5578772Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ignored suffixes/test.rs.rpmorig' from root:root to runner:runner
2025-08-20T19:01:49.5579567Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ignored suffixes/test.rs.in' from root:root to runner:runner
2025-08-20T19:01:49.5580523Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ignored suffixes/test.rs.rpmsave' from root:root to runner:runner
2025-08-20T19:01:49.5581345Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ignored suffixes/test.rs.ucf-new' from root:root to runner:runner
2025-08-20T19:01:49.5582147Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ignored suffixes/test.unknown~' from root:root to runner:runner
2025-08-20T19:01:49.5582952Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ignored suffixes/test.rs.in.in' from root:root to runner:runner
2025-08-20T19:01:49.5583754Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ignored suffixes/test.rs.bak' from root:root to runner:runner
2025-08-20T19:01:49.5584569Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ignored suffixes/test.rs.orig~' from root:root to runner:runner
2025-08-20T19:01:49.5585353Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ignored suffixes/test.rs~' from root:root to runner:runner
2025-08-20T19:01:49.5586165Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ignored suffixes/test.rs.rpmnew' from root:root to runner:runner
2025-08-20T19:01:49.5587070Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ignored suffixes/test.rs.dpkg-old' from root:root to runner:runner
2025-08-20T19:01:49.5588005Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ignored suffixes/test.rs.old' from root:root to runner:runner
2025-08-20T19:01:49.5588779Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ignored suffixes' from root:root to runner:runner
2025-08-20T19:01:49.5589537Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/AWK/quicksort.awk' from root:root to runner:runner
2025-08-20T19:01:49.5590239Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/AWK' from root:root to runner:runner
2025-08-20T19:01:49.5590986Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Fish/test.fish' from root:root to runner:runner
2025-08-20T19:01:49.5591681Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Fish' from root:root to runner:runner
2025-08-20T19:01:49.5592586Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/CSV/decimals_comma_decimal_point_semicolon_delimited.csv' from root:root to runner:runner
2025-08-20T19:01:49.5593666Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/CSV/decimals_comma_decimal_point_pipe_delimited.csv' from root:root to runner:runner
2025-08-20T19:01:49.5594420Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/CSV/simple.tsv' from root:root to runner:runner
2025-08-20T19:01:49.5595190Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/CSV/comma_in_quotes.csv' from root:root to runner:runner
2025-08-20T19:01:49.5595973Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/CSV/comma-delimited.csv' from root:root to runner:runner
2025-08-20T19:01:49.5596670Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/CSV' from root:root to runner:runner
2025-08-20T19:01:49.5597603Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Java Server Page (JSP)/sessionDetail.jsp' from root:root to runner:runner
2025-08-20T19:01:49.5598422Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Java Server Page (JSP)' from root:root to runner:runner
2025-08-20T19:01:49.5599163Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/JSON/test.json' from root:root to runner:runner
2025-08-20T19:01:49.5599940Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/JSON/example.ndjson' from root:root to runner:runner
2025-08-20T19:01:49.5600784Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/JSON' from root:root to runner:runner
2025-08-20T19:01:49.5601530Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Perl/test.pl' from root:root to runner:runner
2025-08-20T19:01:49.5602230Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Perl' from root:root to runner:runner
2025-08-20T19:01:49.5603013Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/resolv.conf/resolv.conf' from root:root to runner:runner
2025-08-20T19:01:49.5603744Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/resolv.conf' from root:root to runner:runner
2025-08-20T19:01:49.5604515Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/PowerShell/test.ps1' from root:root to runner:runner
2025-08-20T19:01:49.5605241Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/PowerShell' from root:root to runner:runner
2025-08-20T19:01:49.5606168Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/CFML/test.cfml' from root:root to runner:runner
2025-08-20T19:01:49.5606871Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/CFML' from root:root to runner:runner
2025-08-20T19:01:49.5607740Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Vue/example.vue' from root:root to runner:runner
2025-08-20T19:01:49.5608458Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Vue' from root:root to runner:runner
2025-08-20T19:01:49.5609239Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/cmd-help/test.cmd-help' from root:root to runner:runner
2025-08-20T19:01:49.5609957Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/cmd-help' from root:root to runner:runner
2025-08-20T19:01:49.5610743Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Verilog/div_pipelined.v' from root:root to runner:runner
2025-08-20T19:01:49.5611453Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Verilog' from root:root to runner:runner
2025-08-20T19:01:49.5612190Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ada/click.gpr' from root:root to runner:runner
2025-08-20T19:01:49.5612932Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ada/click.adb' from root:root to runner:runner
2025-08-20T19:01:49.5613810Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ada/click.ads' from root:root to runner:runner
2025-08-20T19:01:49.5614513Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ada' from root:root to runner:runner
2025-08-20T19:01:49.5615279Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/OCaml/syntax-test.ml' from root:root to runner:runner
2025-08-20T19:01:49.5615990Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/OCaml' from root:root to runner:runner
2025-08-20T19:01:49.5616728Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Cpp/test.cpp' from root:root to runner:runner
2025-08-20T19:01:49.5617494Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Cpp' from root:root to runner:runner
2025-08-20T19:01:49.5618350Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Fortran Namelist/test.namelist' from root:root to runner:runner
2025-08-20T19:01:49.5619298Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Fortran Namelist' from root:root to runner:runner
2025-08-20T19:01:49.5620056Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Groff/rustdoc.1' from root:root to runner:runner
2025-08-20T19:01:49.5620762Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Groff' from root:root to runner:runner
2025-08-20T19:01:49.5621557Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Regular Expression/test.re' from root:root to runner:runner
2025-08-20T19:01:49.5622319Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Regular Expression' from root:root to runner:runner
2025-08-20T19:01:49.5623034Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/C/test.c' from root:root to runner:runner
2025-08-20T19:01:49.5623724Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/C' from root:root to runner:runner
2025-08-20T19:01:49.5624461Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/nix/test.nix' from root:root to runner:runner
2025-08-20T19:01:49.5625160Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/nix' from root:root to runner:runner
2025-08-20T19:01:49.5625893Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Julia/test.jl' from root:root to runner:runner
2025-08-20T19:01:49.5626722Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Julia' from root:root to runner:runner
2025-08-20T19:01:49.5627624Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Swift/test.swift' from root:root to runner:runner
2025-08-20T19:01:49.5628377Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Swift' from root:root to runner:runner
2025-08-20T19:01:49.5629134Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Haskell/test.hs' from root:root to runner:runner
2025-08-20T19:01:49.5629852Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Haskell' from root:root to runner:runner
2025-08-20T19:01:49.5630617Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ruby On Rails/test.rb' from root:root to runner:runner
2025-08-20T19:01:49.5631352Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ruby On Rails' from root:root to runner:runner
2025-08-20T19:01:49.5632289Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Log/example.log' from root:root to runner:runner
2025-08-20T19:01:49.5632997Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Log' from root:root to runner:runner
2025-08-20T19:01:49.5633737Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/LLVM/test.ll' from root:root to runner:runner
2025-08-20T19:01:49.5634435Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/LLVM' from root:root to runner:runner
2025-08-20T19:01:49.5635205Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/ARM Assembly/test.S' from root:root to runner:runner
2025-08-20T19:01:49.5635934Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/ARM Assembly' from root:root to runner:runner
2025-08-20T19:01:49.5636669Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/TeX/main.tex' from root:root to runner:runner
2025-08-20T19:01:49.5637448Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/TeX' from root:root to runner:runner
2025-08-20T19:01:49.5638246Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ninja/test.ninja' from root:root to runner:runner
2025-08-20T19:01:49.5638961Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ninja' from root:root to runner:runner
2025-08-20T19:01:49.5639846Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/nim/test.nimble' from root:root to runner:runner
2025-08-20T19:01:49.5640632Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/nim/main.nim' from root:root to runner:runner
2025-08-20T19:01:49.5641323Z [00:04:08.416]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/nim' from root:root to runner:runner
2025-08-20T19:01:49.5642070Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Bash/simple.sh' from root:root to runner:runner
2025-08-20T19:01:49.5642817Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Bash/batgrep.sh' from root:root to runner:runner
2025-08-20T19:01:49.5643516Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Bash' from root:root to runner:runner
2025-08-20T19:01:49.5644273Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/AsciiDoc/test.adoc' from root:root to runner:runner
2025-08-20T19:01:49.5645218Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/AsciiDoc' from root:root to runner:runner
2025-08-20T19:01:49.5645968Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Java/test.java' from root:root to runner:runner
2025-08-20T19:01:49.5646667Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Java' from root:root to runner:runner
2025-08-20T19:01:49.5647542Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Crontab/crontab.tab' from root:root to runner:runner
2025-08-20T19:01:49.5648307Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Crontab' from root:root to runner:runner
2025-08-20T19:01:49.5649069Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Makefile/Makefile' from root:root to runner:runner
2025-08-20T19:01:49.5649920Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Makefile' from root:root to runner:runner
2025-08-20T19:01:49.5650767Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/JavaScript/test.js' from root:root to runner:runner
2025-08-20T19:01:49.5651504Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/JavaScript' from root:root to runner:runner
2025-08-20T19:01:49.5652248Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Crystal/test.cr' from root:root to runner:runner
2025-08-20T19:01:49.5652968Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Crystal' from root:root to runner:runner
2025-08-20T19:01:49.5653763Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/NAnt Build File/Default.build' from root:root to runner:runner
2025-08-20T19:01:49.5654505Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/NAnt Build File' from root:root to runner:runner
2025-08-20T19:01:49.5655475Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/XAML/ItemPage.xaml' from root:root to runner:runner
2025-08-20T19:01:49.5656186Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/XAML' from root:root to runner:runner
2025-08-20T19:01:49.5657192Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Diff/82e7786e747b1fcfac1f963ae6415a22ec9caae1.diff' from root:root to runner:runner
2025-08-20T19:01:49.5657946Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Diff' from root:root to runner:runner
2025-08-20T19:01:49.5658732Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/QML/BatSyntaxTest.qml' from root:root to runner:runner
2025-08-20T19:01:49.5659430Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/QML' from root:root to runner:runner
2025-08-20T19:01:49.5660345Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Robot Framework/recipe141_aws_simple_storage_service.robot' from root:root to runner:runner
2025-08-20T19:01:49.5661088Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Robot Framework' from root:root to runner:runner
2025-08-20T19:01:49.5661835Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/SML/sample.sml' from root:root to runner:runner
2025-08-20T19:01:49.5662673Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/SML' from root:root to runner:runner
2025-08-20T19:01:49.5663495Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/ActionScript/test.as' from root:root to runner:runner
2025-08-20T19:01:49.5664230Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/ActionScript' from root:root to runner:runner
2025-08-20T19:01:49.5664973Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Email/test.eml' from root:root to runner:runner
2025-08-20T19:01:49.5665681Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Email' from root:root to runner:runner
2025-08-20T19:01:49.5666457Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Jinja2/template.jinja2' from root:root to runner:runner
2025-08-20T19:01:49.5667251Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Jinja2' from root:root to runner:runner
2025-08-20T19:01:49.5668248Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/MemInfo/test.meminfo' from root:root to runner:runner
2025-08-20T19:01:49.5668968Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/MemInfo' from root:root to runner:runner
2025-08-20T19:01:49.5669706Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/DotENV/.env' from root:root to runner:runner
2025-08-20T19:01:49.5670409Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/DotENV' from root:root to runner:runner
2025-08-20T19:01:49.5671244Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Scala/ConcurrentEffectLaws.scala' from root:root to runner:runner
2025-08-20T19:01:49.5671945Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Scala' from root:root to runner:runner
2025-08-20T19:01:49.5672763Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/LiveScript/livescript-demo.ls' from root:root to runner:runner
2025-08-20T19:01:49.5673485Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/LiveScript' from root:root to runner:runner
2025-08-20T19:01:49.5674250Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Markdown/example.md' from root:root to runner:runner
2025-08-20T19:01:49.5674969Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Markdown' from root:root to runner:runner
2025-08-20T19:01:49.5675907Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/R/test.r' from root:root to runner:runner
2025-08-20T19:01:49.5676617Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/R' from root:root to runner:runner
2025-08-20T19:01:49.5677476Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Dart/inner_comment.dart' from root:root to runner:runner
2025-08-20T19:01:49.5678263Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Dart/test.dart' from root:root to runner:runner
2025-08-20T19:01:49.5678968Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Dart' from root:root to runner:runner
2025-08-20T19:01:49.5679742Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Textile/test.textile' from root:root to runner:runner
2025-08-20T19:01:49.5680454Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Textile' from root:root to runner:runner
2025-08-20T19:01:49.5681377Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/fish_history/fish_history' from root:root to runner:runner
2025-08-20T19:01:49.5682118Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/fish_history' from root:root to runner:runner
2025-08-20T19:01:49.5682904Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/TypeScriptReact/app.tsx' from root:root to runner:runner
2025-08-20T19:01:49.5683658Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/TypeScriptReact' from root:root to runner:runner
2025-08-20T19:01:49.5684426Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/EtcGroup/test.group' from root:root to runner:runner
2025-08-20T19:01:49.5685144Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/EtcGroup' from root:root to runner:runner
2025-08-20T19:01:49.5685932Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/debsources/sources.list' from root:root to runner:runner
2025-08-20T19:01:49.5686655Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/debsources' from root:root to runner:runner
2025-08-20T19:01:49.5687480Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/C-Sharp/Stack.cs' from root:root to runner:runner
2025-08-20T19:01:49.5688244Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/C-Sharp' from root:root to runner:runner
2025-08-20T19:01:49.5689134Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Pascal/test.pas' from root:root to runner:runner
2025-08-20T19:01:49.5689882Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Pascal' from root:root to runner:runner
2025-08-20T19:01:49.5690622Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/NSIS/test.nsi' from root:root to runner:runner
2025-08-20T19:01:49.5691326Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/NSIS' from root:root to runner:runner
2025-08-20T19:01:49.5692050Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/D/test.d' from root:root to runner:runner
2025-08-20T19:01:49.5692735Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/D' from root:root to runner:runner
2025-08-20T19:01:49.5693495Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Groovy/test.groovy' from root:root to runner:runner
2025-08-20T19:01:49.5694362Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Groovy' from root:root to runner:runner
2025-08-20T19:01:49.5695208Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Fortran (Fixed Form)/quicksort_real_F77.F' from root:root to runner:runner
2025-08-20T19:01:49.5695981Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Fortran (Fixed Form)' from root:root to runner:runner
2025-08-20T19:01:49.5696725Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Passwd/passwd' from root:root to runner:runner
2025-08-20T19:01:49.5697518Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Passwd' from root:root to runner:runner
2025-08-20T19:01:49.5698306Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/JQ/sample.jq' from root:root to runner:runner
2025-08-20T19:01:49.5699000Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/JQ' from root:root to runner:runner
2025-08-20T19:01:49.5699737Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Rust/output.rs' from root:root to runner:runner
2025-08-20T19:01:49.5700443Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Rust' from root:root to runner:runner
2025-08-20T19:01:49.5701177Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/INI/test.inf' from root:root to runner:runner
2025-08-20T19:01:49.5702051Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/INI/test.ini' from root:root to runner:runner
2025-08-20T19:01:49.5702758Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/INI' from root:root to runner:runner
2025-08-20T19:01:49.5703505Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Strace/ls.strace' from root:root to runner:runner
2025-08-20T19:01:49.5704221Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Strace' from root:root to runner:runner
2025-08-20T19:01:49.5704954Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/SLS/test.sls' from root:root to runner:runner
2025-08-20T19:01:49.5705650Z [00:04:08.417]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/SLS' from root:root to runner:runner
2025-08-20T19:01:49.5706385Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/PHP/test.php' from root:root to runner:runner
2025-08-20T19:01:49.5707342Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/PHP' from root:root to runner:runner
2025-08-20T19:01:49.5708172Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/PureScript/test.purs' from root:root to runner:runner
2025-08-20T19:01:49.5708899Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/PureScript' from root:root to runner:runner
2025-08-20T19:01:49.5709636Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/ASP/test.asp' from root:root to runner:runner
2025-08-20T19:01:49.5710331Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/ASP' from root:root to runner:runner
2025-08-20T19:01:49.5711075Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/GLSL/test.glsl' from root:root to runner:runner
2025-08-20T19:01:49.5711778Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/GLSL' from root:root to runner:runner
2025-08-20T19:01:49.5712547Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Erlang/bat_erlang.erl' from root:root to runner:runner
2025-08-20T19:01:49.5713262Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Erlang' from root:root to runner:runner
2025-08-20T19:01:49.5714033Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Stylus/gradients.styl' from root:root to runner:runner
2025-08-20T19:01:49.5714893Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Stylus' from root:root to runner:runner
2025-08-20T19:01:49.5715703Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Odin/test.odin' from root:root to runner:runner
2025-08-20T19:01:49.5716403Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Odin' from root:root to runner:runner
2025-08-20T19:01:49.5717337Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/varlink/org.varlink.certification.varlink' from root:root to runner:runner
2025-08-20T19:01:49.5718114Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/varlink' from root:root to runner:runner
2025-08-20T19:01:49.5718910Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Graphviz DOT/test_graph.dot' from root:root to runner:runner
2025-08-20T19:01:49.5719710Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Graphviz DOT/test_digraph.dot' from root:root to runner:runner
2025-08-20T19:01:49.5720611Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Graphviz DOT' from root:root to runner:runner
2025-08-20T19:01:49.5721389Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Objective-C++/test.mm' from root:root to runner:runner
2025-08-20T19:01:49.5722127Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Objective-C++' from root:root to runner:runner
2025-08-20T19:01:49.5722999Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Puppet/manifest_large_exported_classes_node.pp' from root:root to runner:runner
2025-08-20T19:01:49.5723713Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Puppet' from root:root to runner:runner
2025-08-20T19:01:49.5724474Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Elixir/command.ex' from root:root to runner:runner
2025-08-20T19:01:49.5725181Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Elixir' from root:root to runner:runner
2025-08-20T19:01:49.5725970Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Literate Haskell/Main.lhs' from root:root to runner:runner
2025-08-20T19:01:49.5726749Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Literate Haskell' from root:root to runner:runner
2025-08-20T19:01:49.5727718Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Elm/test.elm' from root:root to runner:runner
2025-08-20T19:01:49.5728463Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Elm' from root:root to runner:runner
2025-08-20T19:01:49.5729197Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Tcl/test.tcl' from root:root to runner:runner
2025-08-20T19:01:49.5729899Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Tcl' from root:root to runner:runner
2025-08-20T19:01:49.5730673Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/VimHelp/helphelp.txt' from root:root to runner:runner
2025-08-20T19:01:49.5731394Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/VimHelp' from root:root to runner:runner
2025-08-20T19:01:49.5732147Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Sass/example.sass' from root:root to runner:runner
2025-08-20T19:01:49.5733021Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Sass' from root:root to runner:runner
2025-08-20T19:01:49.5733697Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted' from root:root to runner:runner
2025-08-20T19:01:49.5734409Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/regression_test.sh' from root:root to runner:runner
2025-08-20T19:01:49.5735190Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/BatTestCustomAssets.sublime-syntax' from root:root to runner:runner
2025-08-20T19:01:49.5735949Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/compare_highlighted_versions.py' from root:root to runner:runner
2025-08-20T19:01:49.5736584Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests' from root:root to runner:runner
2025-08-20T19:01:49.5737350Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/no_duplicate_extensions.rs' from root:root to runner:runner
2025-08-20T19:01:49.5738061Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/test_pretty_printer.rs' from root:root to runner:runner
2025-08-20T19:01:49.5738727Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/integration_tests.rs' from root:root to runner:runner
2025-08-20T19:01:49.5739374Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/tester/mod.rs' from root:root to runner:runner
2025-08-20T19:01:49.5739981Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/tester' from root:root to runner:runner
2025-08-20T19:01:49.5740791Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/system_wide_config.rs' from root:root to runner:runner
2025-08-20T19:01:49.5741481Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/.ignore' from root:root to runner:runner
2025-08-20T19:01:49.5742240Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/highlighting-speed-src/miniz.c' from root:root to runner:runner
2025-08-20T19:01:49.5743077Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/highlighting-speed-src/numpy_test_multiarray.py' from root:root to runner:runner
2025-08-20T19:01:49.5743842Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/highlighting-speed-src/jquery.js' from root:root to runner:runner
2025-08-20T19:01:49.5744699Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/highlighting-speed-src/grep-output-ansi-sequences.txt' from root:root to runner:runner
2025-08-20T19:01:49.5745419Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/highlighting-speed-src' from root:root to runner:runner
2025-08-20T19:01:49.5746300Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/run-benchmarks.sh' from root:root to runner:runner
2025-08-20T19:01:49.5747155Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/startup-time-src/mystery-file' from root:root to runner:runner
2025-08-20T19:01:49.5748002Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/startup-time-src/small-Markdown-file.md' from root:root to runner:runner
2025-08-20T19:01:49.5748817Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/startup-time-src/small-CpuInfo-file.cpuinfo' from root:root to runner:runner
2025-08-20T19:01:49.5749584Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/startup-time-src/Containerfile' from root:root to runner:runner
2025-08-20T19:01:49.5750288Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/startup-time-src' from root:root to runner:runner
2025-08-20T19:01:49.5751056Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-25.txt' from root:root to runner:runner
2025-08-20T19:01:49.5751819Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-0.txt' from root:root to runner:runner
2025-08-20T19:01:49.5752585Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-61.txt' from root:root to runner:runner
2025-08-20T19:01:49.5753491Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-38.txt' from root:root to runner:runner
2025-08-20T19:01:49.5754288Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-12.txt' from root:root to runner:runner
2025-08-20T19:01:49.5755058Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-10.txt' from root:root to runner:runner
2025-08-20T19:01:49.5755832Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-81.txt' from root:root to runner:runner
2025-08-20T19:01:49.5756593Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-24.txt' from root:root to runner:runner
2025-08-20T19:01:49.5757459Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-78.txt' from root:root to runner:runner
2025-08-20T19:01:49.5758267Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-69.txt' from root:root to runner:runner
2025-08-20T19:01:49.5759188Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-28.txt' from root:root to runner:runner
2025-08-20T19:01:49.5759949Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-8.txt' from root:root to runner:runner
2025-08-20T19:01:49.5760726Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-96.txt' from root:root to runner:runner
2025-08-20T19:01:49.5761491Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-1.txt' from root:root to runner:runner
2025-08-20T19:01:49.5762257Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-9.txt' from root:root to runner:runner
2025-08-20T19:01:49.5763027Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-54.txt' from root:root to runner:runner
2025-08-20T19:01:49.5763802Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-63.txt' from root:root to runner:runner
2025-08-20T19:01:49.5764566Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-34.txt' from root:root to runner:runner
2025-08-20T19:01:49.5765328Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-18.txt' from root:root to runner:runner
2025-08-20T19:01:49.5766100Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-91.txt' from root:root to runner:runner
2025-08-20T19:01:49.5767076Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-65.txt' from root:root to runner:runner
2025-08-20T19:01:49.5767900Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-60.txt' from root:root to runner:runner
2025-08-20T19:01:49.5768708Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-95.txt' from root:root to runner:runner
2025-08-20T19:01:49.5769475Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-66.txt' from root:root to runner:runner
2025-08-20T19:01:49.5770245Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-20.txt' from root:root to runner:runner
2025-08-20T19:01:49.5771010Z [00:04:08.418]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-70.txt' from root:root to runner:runner
2025-08-20T19:01:49.5771779Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-64.txt' from root:root to runner:runner
2025-08-20T19:01:49.5772808Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-93.txt' from root:root to runner:runner
2025-08-20T19:01:49.5773583Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-11.txt' from root:root to runner:runner
2025-08-20T19:01:49.5774360Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-26.txt' from root:root to runner:runner
2025-08-20T19:01:49.5775878Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-88.txt' from root:root to runner:runner
2025-08-20T19:01:49.5777537Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-43.txt' from root:root to runner:runner
2025-08-20T19:01:49.5779080Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-21.txt' from root:root to runner:runner
2025-08-20T19:01:49.5780553Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-76.txt' from root:root to runner:runner
2025-08-20T19:01:49.5782031Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-3.txt' from root:root to runner:runner
2025-08-20T19:01:49.5783500Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-55.txt' from root:root to runner:runner
2025-08-20T19:01:49.5785165Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-31.txt' from root:root to runner:runner
2025-08-20T19:01:49.5786743Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-42.txt' from root:root to runner:runner
2025-08-20T19:01:49.5788404Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-72.txt' from root:root to runner:runner
2025-08-20T19:01:49.5789878Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-4.txt' from root:root to runner:runner
2025-08-20T19:01:49.5791348Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-75.txt' from root:root to runner:runner
2025-08-20T19:01:49.5792817Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-85.txt' from root:root to runner:runner
2025-08-20T19:01:49.5794284Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-50.txt' from root:root to runner:runner
2025-08-20T19:01:49.5795998Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-51.txt' from root:root to runner:runner
2025-08-20T19:01:49.5797565Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-56.txt' from root:root to runner:runner
2025-08-20T19:01:49.5799092Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-22.txt' from root:root to runner:runner
2025-08-20T19:01:49.5800561Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-58.txt' from root:root to runner:runner
2025-08-20T19:01:49.5802039Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-15.txt' from root:root to runner:runner
2025-08-20T19:01:49.5803500Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-17.txt' from root:root to runner:runner
2025-08-20T19:01:49.5804977Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-71.txt' from root:root to runner:runner
2025-08-20T19:01:49.5806446Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-30.txt' from root:root to runner:runner
2025-08-20T19:01:49.5808038Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-23.txt' from root:root to runner:runner
2025-08-20T19:01:49.5809507Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-77.txt' from root:root to runner:runner
2025-08-20T19:01:49.5811141Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-2.txt' from root:root to runner:runner
2025-08-20T19:01:49.5812672Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-90.txt' from root:root to runner:runner
2025-08-20T19:01:49.5814141Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-39.txt' from root:root to runner:runner
2025-08-20T19:01:49.5815606Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-45.txt' from root:root to runner:runner
2025-08-20T19:01:49.5817168Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-52.txt' from root:root to runner:runner
2025-08-20T19:01:49.5818693Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-83.txt' from root:root to runner:runner
2025-08-20T19:01:49.5820156Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-59.txt' from root:root to runner:runner
2025-08-20T19:01:49.5821836Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-7.txt' from root:root to runner:runner
2025-08-20T19:01:49.5823304Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-97.txt' from root:root to runner:runner
2025-08-20T19:01:49.5824770Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-41.txt' from root:root to runner:runner
2025-08-20T19:01:49.5826243Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-57.txt' from root:root to runner:runner
2025-08-20T19:01:49.5827869Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-92.txt' from root:root to runner:runner
2025-08-20T19:01:49.5829358Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-80.txt' from root:root to runner:runner
2025-08-20T19:01:49.5830825Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-67.txt' from root:root to runner:runner
2025-08-20T19:01:49.5832291Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-36.txt' from root:root to runner:runner
2025-08-20T19:01:49.5833760Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-47.txt' from root:root to runner:runner
2025-08-20T19:01:49.5835384Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-98.txt' from root:root to runner:runner
2025-08-20T19:01:49.5836920Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-79.txt' from root:root to runner:runner
2025-08-20T19:01:49.5838535Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-19.txt' from root:root to runner:runner
2025-08-20T19:01:49.5840009Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-84.txt' from root:root to runner:runner
2025-08-20T19:01:49.5841480Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-73.txt' from root:root to runner:runner
2025-08-20T19:01:49.5842941Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-6.txt' from root:root to runner:runner
2025-08-20T19:01:49.5844396Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-5.txt' from root:root to runner:runner
2025-08-20T19:01:49.5846055Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-74.txt' from root:root to runner:runner
2025-08-20T19:01:49.5847622Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-48.txt' from root:root to runner:runner
2025-08-20T19:01:49.5849141Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-37.txt' from root:root to runner:runner
2025-08-20T19:01:49.5850605Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-27.txt' from root:root to runner:runner
2025-08-20T19:01:49.5852076Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-82.txt' from root:root to runner:runner
2025-08-20T19:01:49.5853551Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-35.txt' from root:root to runner:runner
2025-08-20T19:01:49.5855011Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-29.txt' from root:root to runner:runner
2025-08-20T19:01:49.5856476Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-33.txt' from root:root to runner:runner
2025-08-20T19:01:49.5858101Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-13.txt' from root:root to runner:runner
2025-08-20T19:01:49.5859740Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-49.txt' from root:root to runner:runner
2025-08-20T19:01:49.5861284Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-62.txt' from root:root to runner:runner
2025-08-20T19:01:49.5862744Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-40.txt' from root:root to runner:runner
2025-08-20T19:01:49.5864217Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-14.txt' from root:root to runner:runner
2025-08-20T19:01:49.5865689Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-32.txt' from root:root to runner:runner
2025-08-20T19:01:49.5867242Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-46.txt' from root:root to runner:runner
2025-08-20T19:01:49.5868812Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-16.txt' from root:root to runner:runner
2025-08-20T19:01:49.5870533Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-68.txt' from root:root to runner:runner
2025-08-20T19:01:49.5872010Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-44.txt' from root:root to runner:runner
2025-08-20T19:01:49.5873481Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-99.txt' from root:root to runner:runner
2025-08-20T19:01:49.5874947Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-53.txt' from root:root to runner:runner
2025-08-20T19:01:49.5876422Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-87.txt' from root:root to runner:runner
2025-08-20T19:01:49.5878035Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-89.txt' from root:root to runner:runner
2025-08-20T19:01:49.5879513Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-94.txt' from root:root to runner:runner
2025-08-20T19:01:49.5880989Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-100.txt' from root:root to runner:runner
2025-08-20T19:01:49.5882465Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-86.txt' from root:root to runner:runner
2025-08-20T19:01:49.5883857Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files' from root:root to runner:runner
2025-08-20T19:01:49.5885337Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/.gitignore' from root:root to runner:runner
2025-08-20T19:01:49.5886690Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks' from root:root to runner:runner
2025-08-20T19:01:49.5887996Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests' from root:root to runner:runner
2025-08-20T19:01:49.5889101Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO' from root:root to runner:runner
2025-08-20T19:01:49.5890134Z [00:04:08.419]➜  changed ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz' from root:root to runner:runner
2025-08-20T19:01:49.5891041Z [00:04:08.419]➜  ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' retained as runner:runner
2025-08-20T19:01:49.5891833Z [00:04:08.419]➜  ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-20T19:01:49.5892624Z [00:04:08.419]➜  ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/batcat.version' retained as runner:runner
2025-08-20T19:01:49.5893470Z [00:04:08.419]➜  ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/batcat.static.version' retained as runner:runner
2025-08-20T19:01:49.5894485Z [00:04:08.419]➜  ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD' retained as runner:runner
2025-08-20T19:01:49.5895230Z [00:04:08.419]➜  ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/LICENSE' retained as runner:runner
2025-08-20T19:01:49.5895947Z [00:04:08.419]➜  ownership of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR' retained as runner:runner
2025-08-20T19:01:49.5896806Z [00:04:08.427]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5897943Z [00:04:08.433]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5899038Z [00:04:08.439]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/CONTRIBUTING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5900240Z [00:04:08.445]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5901421Z [00:04:08.451]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5902603Z [00:04:08.457]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.gitmodules' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5903746Z [00:04:08.463]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/diagnostics/info.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5904960Z [00:04:08.469]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/diagnostics/.gitattributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5906191Z [00:04:08.475]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5907623Z [00:04:08.481]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/rustfmt.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5908862Z [00:04:08.487]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/NOTICE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5910058Z [00:04:08.493]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/examples/inputs.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5911301Z [00:04:08.499]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/examples/buffer.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5912526Z [00:04:08.505]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/examples/simple.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5913753Z [00:04:08.511]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/examples/cat.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5914964Z [00:04:08.517]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/examples/yaml.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5916199Z [00:04:08.523]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/examples/advanced.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5917879Z [00:04:08.530]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/examples/list_syntaxes_and_themes.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5919149Z [00:04:08.536]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5920359Z [00:04:08.542]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.github/FUNDING.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5921603Z [00:04:08.548]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.github/dependabot.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5922871Z [00:04:08.555]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.github/workflows/CICD.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5924245Z [00:04:08.561]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.github/workflows/require-changelog-for-PRs.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5925633Z [00:04:08.567]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.github/ISSUE_TEMPLATE/config.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5926969Z [00:04:08.573]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.github/ISSUE_TEMPLATE/bug_report.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5928491Z [00:04:08.579]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.github/ISSUE_TEMPLATE/syntax_request.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5929859Z [00:04:08.586]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.github/ISSUE_TEMPLATE/question.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5931410Z [00:04:08.592]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.github/ISSUE_TEMPLATE/feature_request.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5932801Z [00:04:08.599]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.github/.codecov.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5934062Z [00:04:08.605]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/doc/release-checklist.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5935319Z [00:04:08.611]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/doc/long-help.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5936523Z [00:04:08.617]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/doc/README-ko.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5937910Z [00:04:08.623]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/doc/logo-header.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5939136Z [00:04:08.629]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/doc/README-zh.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5940333Z [00:04:08.636]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/doc/README-ru.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5941748Z [00:04:08.642]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/doc/README-ja.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5943009Z [00:04:08.648]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/doc/sponsors/warp-logo.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5944344Z [00:04:08.654]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/doc/sponsors/warp-pack-header.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5945690Z [00:04:08.660]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/doc/sponsors/graphite-logo.jpeg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5947088Z [00:04:08.666]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/doc/alternatives.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5948420Z [00:04:08.673]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/doc/assets.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5949631Z [00:04:08.679]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/doc/sponsors.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5950844Z [00:04:08.685]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/doc/short-help.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5952055Z [00:04:08.692]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/LICENSE-APACHE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5953288Z [00:04:08.698]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/.rustc_info.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5954966Z [00:04:08.705]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libglobset-f4f9624d5c8cc594.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5956782Z [00:04:08.711]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-9be4cc03e1918df6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5958584Z [00:04:08.718]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/log-54c83ef749611abc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5960265Z [00:04:08.725]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-1d1efc38be5a27f8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5961996Z [00:04:08.731]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-73ed215010b561ed.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5963754Z [00:04:08.737]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libform_urlencoded-d22f34f47f97eadd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5965496Z [00:04:08.743]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libyaml_rust-c8aaf070859a0401.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5967617Z [00:04:08.750]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-9a8761ad561e142f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5969451Z [00:04:08.756]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5971164Z [00:04:08.762]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libconsole-dfa1aa4f2556d781.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5972885Z [00:04:08.768]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/linked_hash_map-bee71cebb34bbb63.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5974600Z [00:04:08.775]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_json-51740148f3e0d9af.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5976287Z [00:04:08.781]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bitflags-31983b188b121da4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.5978126Z [00:04:08.787]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_normalizer-5580589adbe0d62f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.6007533Z [00:04:08.793]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libc-7c8984d75e26dbe9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.6070967Z [00:04:08.799]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-9a8761ad561e142f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.6134846Z [00:04:08.806]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_provider-7bcb676197ff0edd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.6198342Z [00:04:08.812]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librgb-ee846bffb84ad358.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.6263233Z [00:04:08.819]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytesize-017c767a020b58b2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.6324116Z [00:04:08.825]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwrite16-ff676fd1ec9f9a7f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.6388971Z [00:04:08.831]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-31983b188b121da4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.6452853Z [00:04:08.838]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde_yaml-f958b7e9ad119d6a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.6518645Z [00:04:08.844]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/thiserror-2e938e90e7efa395.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.6581016Z [00:04:08.850]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bitflags-056469cb054f3137.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.6644891Z [00:04:08.857]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstd_prelude-daa05de338145a14.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.6712333Z [00:04:08.864]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstd_prelude-daa05de338145a14.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.6778482Z [00:04:08.870]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-271f229373c5cb4d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.6847485Z [00:04:08.877]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpowerfmt-6e0d9dec78c98ec2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.6914273Z [00:04:08.884]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libminiz_oxide-b877ceff94c572d5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.6981139Z [00:04:08.890]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-942298f08837beb8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.7047581Z [00:04:08.897]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unicode_width-7ded428ff597e470.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.7113892Z [00:04:08.904]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbincode-9cf32eab989e56f5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.7184130Z [00:04:08.911]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-f6a1d9c7e9001ae9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.7249751Z [00:04:08.917]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrc32fast-5da3ad0775acaf5f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.7314657Z [00:04:08.924]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_properties_data-57286969b29ae9da.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.7379282Z [00:04:08.930]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-8d4fe851a1105d97.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.7443922Z [00:04:08.937]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libxterm_color-aa5531b856cf70c7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.7508820Z [00:04:08.943]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_locid_transform_data-deeda695c34691a0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.7572078Z [00:04:08.949]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinked_hash_map-bee71cebb34bbb63.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.7635544Z [00:04:08.956]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/miniz_oxide-b877ceff94c572d5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.7698050Z [00:04:08.962]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/thiserror-437689595856de5e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.7762570Z [00:04:08.969]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/aho_corasick-271f229373c5cb4d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.7823514Z [00:04:08.975]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_syntax-8375770a0aabfdd3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.7887693Z [00:04:08.981]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-056469cb054f3137.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.7951292Z [00:04:08.987]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpath_abs-af10f20cc3695fcb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.8015452Z [00:04:08.994]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libz_sys-e3d0f2e314f00a51.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.8075740Z [00:04:09.000]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_deque-eb77c69ac2d7beae.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.8137695Z [00:04:09.006]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-e516d29188b73381.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.8200815Z [00:04:09.012]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgit2_sys-4deb50649619b43b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.8265652Z [00:04:09.019]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/itoa-fc01575634588a53.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.8329329Z [00:04:09.025]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinystr-9193fc9708c6ddda.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.8392115Z [00:04:09.031]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-e516d29188b73381.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.8456328Z [00:04:09.038]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_utils-51234f7be0e44a62.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.8520601Z [00:04:09.044]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/std_prelude-daa05de338145a14.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.8586148Z [00:04:09.051]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-8375770a0aabfdd3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.8651855Z [00:04:09.057]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libadler2-8ca6a70d9951681d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.8716139Z [00:04:09.064]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/colorchoice-6013ebb501c1abed.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.8779242Z [00:04:09.070]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-73ed215010b561ed.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.8842352Z [00:04:09.077]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclircle-f93dd060df503e61.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.8906064Z [00:04:09.083]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnu_ansi_term-6e25cf4aadb38c5b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.8970883Z [00:04:09.089]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminal_size-cca70a258e76f296.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.9033033Z [00:04:09.096]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bytemuck-fe8f8ee62542e0a3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.9095397Z [00:04:09.102]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/stable_deref_trait-d25f545777b6ba93.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.9158270Z [00:04:09.108]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libform_urlencoded-d22f34f47f97eadd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.9218905Z [00:04:09.114]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_locid_transform-39ab77d60ed5829b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.9280700Z [00:04:09.120]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_collections-58659a3ff9e906e8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.9343254Z [00:04:09.127]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpowerfmt-6e0d9dec78c98ec2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.9405458Z [00:04:09.133]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/deranged-e9b64198e293fccd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.9468269Z [00:04:09.139]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnu_ansi_term-6e25cf4aadb38c5b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.9531235Z [00:04:09.145]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_locid_transform-39ab77d60ed5829b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.9593582Z [00:04:09.152]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/home-25246cb9c45fe12e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.9658963Z [00:04:09.158]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsame_file-68187b3b758edad5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.9724462Z [00:04:09.165]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminal_colorsaurus-fca8253c2889771f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.9788928Z [00:04:09.171]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librayon-e5d88b5b64347be0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.9852909Z [00:04:09.178]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmio-eb396fed22626dbe.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.9918028Z [00:04:09.184]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/console-dfa1aa4f2556d781.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:49.9985796Z [00:04:09.191]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/xterm_color-aa5531b856cf70c7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.0052230Z [00:04:09.198]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytemuck-fe8f8ee62542e0a3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.0119815Z [00:04:09.204]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8_iter-fd2e55522e4115bf.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.0183747Z [00:04:09.211]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhome-25246cb9c45fe12e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.0247458Z [00:04:09.217]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle_parse-d9f762c54654b497.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.0312017Z [00:04:09.224]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibgit2_sys-4deb50649619b43b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.0377275Z [00:04:09.230]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_provider-7bcb676197ff0edd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.0445023Z [00:04:09.237]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bugreport-4a832a36ccb043df.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.0512502Z [00:04:09.244]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/equivalent-8d4fe851a1105d97.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.0575570Z [00:04:09.250]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libetcetera-36baa81ea3a36031.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.0637365Z [00:04:09.256]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstable_deref_trait-d25f545777b6ba93.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.0699007Z [00:04:09.262]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libyoke-bb269889bf286514.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.0761010Z [00:04:09.268]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librayon_core-d744dc40edf72df3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.0823927Z [00:04:09.275]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libansi_colours-e8381e8aa1b64cf4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.0886870Z [00:04:09.281]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_locid_transform_data-deeda695c34691a0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.0949060Z [00:04:09.287]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_properties-4b15e27345e0e46f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.1013985Z [00:04:09.294]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbugreport-4a832a36ccb043df.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.1077149Z [00:04:09.300]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/walkdir-a545e9a5ea7ecd80.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.1139231Z [00:04:09.306]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunsafe_libyaml-8959ae844e77fb2b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.1202156Z [00:04:09.313]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-b399ce78ce72a4e7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.1265296Z [00:04:09.319]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitertools-915aec7b648725f8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.1327550Z [00:04:09.325]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libquick_xml-6cb6f5433e29bfd0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.1387875Z [00:04:09.331]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-f497dbc862f38eff.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.1451097Z [00:04:09.337]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/nu_ansi_term-6e25cf4aadb38c5b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.1514123Z [00:04:09.344]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-f497dbc862f38eff.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.1579119Z [00:04:09.350]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-8d4fe851a1105d97.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.1644768Z [00:04:09.357]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_json-51740148f3e0d9af.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.1709800Z [00:04:09.363]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-d3912d4c466823d0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.1772044Z [00:04:09.370]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ryu-d9d94ef002221465.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.1833293Z [00:04:09.376]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libidna-288254ee0def8c00.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.1894626Z [00:04:09.382]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_yaml-f958b7e9ad119d6a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.1966264Z [00:04:09.389]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_locid-3eaf3aa7e2e9d5f0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.2028714Z [00:04:09.395]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-40b39d31228b3e36.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.2092552Z [00:04:09.402]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle-74b0f744cbb31470.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.2156021Z [00:04:09.408]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-1dbceb125d36f529.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.2220349Z [00:04:09.414]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsysinfo-96892097d8bbc39f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.2282719Z [00:04:09.421]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-920aadcb768c81d9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.2344349Z [00:04:09.427]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bincode-9cf32eab989e56f5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.2405900Z [00:04:09.433]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminal_size-cca70a258e76f296.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.2468794Z [00:04:09.439]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libryu-d9d94ef002221465.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.2528190Z [00:04:09.445]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unsafe_libyaml-8959ae844e77fb2b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.2587979Z [00:04:09.451]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbase64-269e532397edb1aa.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.2649316Z [00:04:09.457]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/flate2-8a962afd58c417e4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.2711685Z [00:04:09.463]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/time_core-c92fcfce196be157.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.2772844Z [00:04:09.470]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_automata-9a8761ad561e142f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.2834311Z [00:04:09.476]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_conv-b338309f5a6d2497.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.2895561Z [00:04:09.482]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_properties-4b15e27345e0e46f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.2959277Z [00:04:09.488]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8_iter-fd2e55522e4115bf.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.3022457Z [00:04:09.495]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/terminal_trx-7768ca00df799d63.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.3086452Z [00:04:09.501]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/either-b3141ecb6e1f5118.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.3149503Z [00:04:09.507]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/mio-eb396fed22626dbe.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.3213178Z [00:04:09.514]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf16_iter-a7bc44b761bfe6ed.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.3276076Z [00:04:09.520]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgit_version-14491a479ab8dcd1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.3337553Z [00:04:09.526]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgit2-c440e3ffb52f72db.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.3402305Z [00:04:09.533]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libshell_escape-b1368c1733aeae1a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.3464561Z [00:04:09.539]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_locid-3eaf3aa7e2e9d5f0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
﻿2025-08-20T19:01:50.3527686Z [00:04:09.545]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tinystr-9193fc9708c6ddda.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.3589351Z [00:04:09.551]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_locid-3eaf3aa7e2e9d5f0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.3651340Z [00:04:09.557]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfnv-d3a003c5745aa4e2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.3712618Z [00:04:09.564]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/idna-288254ee0def8c00.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.3774788Z [00:04:09.570]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcontent_inspector-ce10eb3ac909953a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.3836789Z [00:04:09.576]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-056469cb054f3137.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.3896600Z [00:04:09.582]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunsafe_libyaml-8959ae844e77fb2b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.3957486Z [00:04:09.588]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-1d1efc38be5a27f8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.4022104Z [00:04:09.595]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libryu-d9d94ef002221465.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.4084630Z [00:04:09.601]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_normalizer_data-de09fbe8fbd555b4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.4146943Z [00:04:09.607]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_epoch-179e3c81e30bec0d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.4208728Z [00:04:09.613]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-1dbceb125d36f529.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.4269475Z [00:04:09.619]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/plist-c80792f6c4176758.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.4327787Z [00:04:09.625]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerovec-69b412fa2a1afd8d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.4388485Z [00:04:09.631]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/utf8parse-654ab0e6866dede5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.4450077Z [00:04:09.637]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libderanged-e9b64198e293fccd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.4515169Z [00:04:09.644]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/url-8673851c8665807a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.4586667Z [00:04:09.651]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtermcolor-f8f0edae3397cc76.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.4650763Z [00:04:09.657]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtime_core-c92fcfce196be157.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.4715350Z [00:04:09.664]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/terminal_size-cca70a258e76f296.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.4777656Z [00:04:09.670]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-74b0f744cbb31470.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.4839742Z [00:04:09.676]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librgb-ee846bffb84ad358.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.4902547Z [00:04:09.683]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgit2-c440e3ffb52f72db.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.4966680Z [00:04:09.689]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmio-eb396fed22626dbe.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.5030850Z [00:04:09.695]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/encoding_rs-e54535f94b201fc2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.5095140Z [00:04:09.702]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_deque-eb77c69ac2d7beae.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.5158561Z [00:04:09.708]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbincode-9cf32eab989e56f5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.5220433Z [00:04:09.714]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libplist-c80792f6c4176758.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.5281969Z [00:04:09.720]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibgit2_sys-4deb50649619b43b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.5343915Z [00:04:09.727]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/cfg_if-5335dbb64cbcc9f5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.5405284Z [00:04:09.733]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libxterm_color-aa5531b856cf70c7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.5466362Z [00:04:09.739]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/num_conv-b338309f5a6d2497.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.5529001Z [00:04:09.745]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtime-76646ac80f0aa836.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.5590908Z [00:04:09.751]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminal_trx-7768ca00df799d63.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.5655969Z [00:04:09.758]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/path_abs-af10f20cc3695fcb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.5720213Z [00:04:09.764]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwild-cba2249c5eef03c3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.5783000Z [00:04:09.771]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/git_version-14491a479ab8dcd1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.5844974Z [00:04:09.777]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibz_sys-e3d0f2e314f00a51.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.5907621Z [00:04:09.783]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_locid_transform_data-deeda695c34691a0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.5971448Z [00:04:09.789]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibz_sys-e3d0f2e314f00a51.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.6033541Z [00:04:09.796]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/shell_escape-b1368c1733aeae1a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.6094667Z [00:04:09.802]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libshell_words-04357d8eadfbdc82.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.6156059Z [00:04:09.808]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_conv-b338309f5a6d2497.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.6214687Z [00:04:09.814]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-d9f762c54654b497.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.6276043Z [00:04:09.820]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-3c60fcc3958beeed.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.6336346Z [00:04:09.826]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libeither-b3141ecb6e1f5118.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.6397553Z [00:04:09.832]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libidna-288254ee0def8c00.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.6461364Z [00:04:09.838]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libplist-c80792f6c4176758.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.6523247Z [00:04:09.845]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstream-920aadcb768c81d9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.6585260Z [00:04:09.851]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/is_terminal_polyfill-d41033bcec586f6b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.6649265Z [00:04:09.857]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unicode_segmentation-58a87eb00497feda.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.6714497Z [00:04:09.864]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle_query-d3912d4c466823d0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.6781118Z [00:04:09.870]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/wild-cba2249c5eef03c3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.6851289Z [00:04:09.877]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-5335dbb64cbcc9f5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.6924664Z [00:04:09.885]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex-1dbceb125d36f529.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.6994426Z [00:04:09.892]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpercent_encoding-34b2c2a1cfbbb22b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.7062468Z [00:04:09.898]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/litemap-a63d05f46fac57ef.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.7127722Z [00:04:09.905]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_builder-f6a1d9c7e9001ae9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.7193751Z [00:04:09.912]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-8375770a0aabfdd3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.7259576Z [00:04:09.918]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libidna_adapter-1c979c5e9beb0425.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.7325211Z [00:04:09.925]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_segmentation-58a87eb00497feda.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.7394705Z [00:04:09.932]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rayon_core-d744dc40edf72df3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.7465941Z [00:04:09.939]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-6013ebb501c1abed.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.7531279Z [00:04:09.945]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/percent_encoding-34b2c2a1cfbbb22b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.7592431Z [00:04:09.952]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rgb-ee846bffb84ad358.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.7654116Z [00:04:09.958]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/utf8_iter-fd2e55522e4115bf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.7719345Z [00:04:09.964]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-920aadcb768c81d9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.7780622Z [00:04:09.970]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_properties-4b15e27345e0e46f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.7843376Z [00:04:09.977]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zerofrom-3650f481298332e4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.7902815Z [00:04:09.983]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_lex-f497dbc862f38eff.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.7965168Z [00:04:09.989]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgrep_cli-728b352713a29e5b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.8027510Z [00:04:09.995]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-7c8984d75e26dbe9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.8086589Z [00:04:10.001]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/time-76646ac80f0aa836.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.8145962Z [00:04:10.007]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsemver-c9fd00d202c4707b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.8206115Z [00:04:10.013]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/quick_xml-6cb6f5433e29bfd0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.8268170Z [00:04:10.019]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/form_urlencoded-d22f34f47f97eadd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.8331044Z [00:04:10.025]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpercent_encoding-34b2c2a1cfbbb22b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.8394023Z [00:04:10.032]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpath_abs-af10f20cc3695fcb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.8460641Z [00:04:10.038]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal_polyfill-d41033bcec586f6b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.8521983Z [00:04:10.045]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminal_trx-7768ca00df799d63.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.8583349Z [00:04:10.051]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerovec-69b412fa2a1afd8d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.8645843Z [00:04:10.057]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_deque-eb77c69ac2d7beae.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.8708193Z [00:04:10.063]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/etcetera-36baa81ea3a36031.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.8773917Z [00:04:10.070]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.8839508Z [00:04:10.076]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libquick_xml-6cb6f5433e29bfd0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.8903449Z [00:04:10.083]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hashbrown-942298f08837beb8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.8967754Z [00:04:10.089]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_normalizer_data-de09fbe8fbd555b4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.9029458Z [00:04:10.095]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-9be4cc03e1918df6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.9091910Z [00:04:10.101]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_epoch-179e3c81e30bec0d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.9153624Z [00:04:10.108]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblitemap-a63d05f46fac57ef.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.9215507Z [00:04:10.114]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libencoding_rs-e54535f94b201fc2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.9276690Z [00:04:10.120]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf16_iter-a7bc44b761bfe6ed.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.9338032Z [00:04:10.126]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/terminal_colorsaurus-fca8253c2889771f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.9400348Z [00:04:10.132]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-b399ce78ce72a4e7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.9464906Z [00:04:10.139]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/strsim-b4d47f8ab2e91eb8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.9528122Z [00:04:10.145]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgit_version-14491a479ab8dcd1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.9592354Z [00:04:10.152]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_yaml-f958b7e9ad119d6a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.9656492Z [00:04:10.158]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libflate2-8a962afd58c417e4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.9716805Z [00:04:10.164]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crc32fast-5da3ad0775acaf5f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.9778818Z [00:04:10.170]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitertools-915aec7b648725f8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.9838710Z [00:04:10.176]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liburl-8673851c8665807a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.9900897Z [00:04:10.182]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-fc01575634588a53.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:50.9963104Z [00:04:10.189]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libyaml_rust-c8aaf070859a0401.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.0025960Z [00:04:10.195]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde_json-51740148f3e0d9af.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.0088186Z [00:04:10.201]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bstr-026c9b0c0bff87e0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.0148955Z [00:04:10.207]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-271f229373c5cb4d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.0209915Z [00:04:10.213]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/globset-f4f9624d5c8cc594.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.0270642Z [00:04:10.219]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-026c9b0c0bff87e0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.0329797Z [00:04:10.225]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libflate2-8a962afd58c417e4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.0389434Z [00:04:10.231]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwalkdir-a545e9a5ea7ecd80.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.0449572Z [00:04:10.237]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinystr-9193fc9708c6ddda.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.0510044Z [00:04:10.243]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libadler2-8ca6a70d9951681d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.0570303Z [00:04:10.249]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-437689595856de5e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.0629074Z [00:04:10.255]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-31983b188b121da4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.0692580Z [00:04:10.261]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libglobset-f4f9624d5c8cc594.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.0754153Z [00:04:10.268]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/writeable-db68817ed34b1ba0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.0815618Z [00:04:10.274]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librayon_core-d744dc40edf72df3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.0876582Z [00:04:10.280]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-5335dbb64cbcc9f5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.0938876Z [00:04:10.286]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtime-76646ac80f0aa836.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.0999881Z [00:04:10.292]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/termcolor-f8f0edae3397cc76.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.1065814Z [00:04:10.298]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/indexmap-1d1efc38be5a27f8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.1120906Z [00:04:10.304]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwriteable-db68817ed34b1ba0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.1180459Z [00:04:10.310]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytesize-017c767a020b58b2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.1239469Z [00:04:10.316]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwriteable-db68817ed34b1ba0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.1304280Z [00:04:10.323]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/linux_raw_sys-3c60fcc3958beeed.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.1364801Z [00:04:10.329]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_properties_data-57286969b29ae9da.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.1428041Z [00:04:10.335]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-f6a1d9c7e9001ae9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.1487693Z [00:04:10.341]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/memchr-e799659df7e28d12.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.1549028Z [00:04:10.347]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libansi_colours-e8381e8aa1b64cf4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.1609742Z [00:04:10.353]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libyoke-bb269889bf286514.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.1669676Z [00:04:10.359]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/grep_cli-728b352713a29e5b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.1729576Z [00:04:10.365]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsysinfo-96892097d8bbc39f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.1788024Z [00:04:10.371]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/smallvec-73ed215010b561ed.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.1847681Z [00:04:10.377]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libidna_adapter-1c979c5e9beb0425.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.1907814Z [00:04:10.383]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_utils-51234f7be0e44a62.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.1967579Z [00:04:10.389]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcontent_inspector-ce10eb3ac909953a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.2027475Z [00:04:10.395]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/shell_words-04357d8eadfbdc82.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.2089053Z [00:04:10.401]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-026c9b0c0bff87e0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.2147583Z [00:04:10.407]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_collections-58659a3ff9e906e8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.2204864Z [00:04:10.413]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwalkdir-a545e9a5ea7ecd80.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.2263183Z [00:04:10.419]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.2321784Z [00:04:10.425]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminal_colorsaurus-fca8253c2889771f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.2378908Z [00:04:10.430]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libetcetera-36baa81ea3a36031.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.2438661Z [00:04:10.436]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwrite16-ff676fd1ec9f9a7f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.2500722Z [00:04:10.442]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/adler2-8ca6a70d9951681d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.2562394Z [00:04:10.449]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-437689595856de5e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.2623291Z [00:04:10.455]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-40b39d31228b3e36.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.2683708Z [00:04:10.461]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtime_core-c92fcfce196be157.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.2745360Z [00:04:10.467]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_utils-51234f7be0e44a62.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.2808050Z [00:04:10.473]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde-e516d29188b73381.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.2870950Z [00:04:10.479]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-3c60fcc3958beeed.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.2928827Z [00:04:10.485]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/git2-c440e3ffb52f72db.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.2989665Z [00:04:10.491]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerofrom-3650f481298332e4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.3050024Z [00:04:10.497]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-6013ebb501c1abed.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.3110798Z [00:04:10.503]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustix-40b39d31228b3e36.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.3175713Z [00:04:10.510]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-7c8984d75e26dbe9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.3238898Z [00:04:10.516]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_normalizer_data-de09fbe8fbd555b4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.3301257Z [00:04:10.522]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bytesize-017c767a020b58b2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.3367986Z [00:04:10.529]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytemuck-fe8f8ee62542e0a3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.3430286Z [00:04:10.535]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-d9f762c54654b497.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.3492687Z [00:04:10.542]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfnv-d3a003c5745aa4e2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.3554688Z [00:04:10.548]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/idna_adapter-1c979c5e9beb0425.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.3618562Z [00:04:10.554]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbugreport-4a832a36ccb043df.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.3681515Z [00:04:10.560]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/content_inspector-ce10eb3ac909953a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.3743580Z [00:04:10.567]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-74b0f744cbb31470.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.3806588Z [00:04:10.573]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-e799659df7e28d12.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.3868597Z [00:04:10.579]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal_polyfill-d41033bcec586f6b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.3928151Z [00:04:10.585]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libminiz_oxide-b877ceff94c572d5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.3990605Z [00:04:10.591]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclircle-f93dd060df503e61.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.4085135Z [00:04:10.601]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtermcolor-f8f0edae3397cc76.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.4147283Z [00:04:10.607]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_segmentation-58a87eb00497feda.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.4208860Z [00:04:10.613]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwild-cba2249c5eef03c3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.4268664Z [00:04:10.619]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_normalizer-5580589adbe0d62f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.4329619Z [00:04:10.625]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rayon-e5d88b5b64347be0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.4394535Z [00:04:10.632]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_provider-7bcb676197ff0edd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.4457167Z [00:04:10.638]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/base64-269e532397edb1aa.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.4518434Z [00:04:10.644]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-2e938e90e7efa395.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.4585161Z [00:04:10.650]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-d3912d4c466823d0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.4641037Z [00:04:10.656]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/sysinfo-96892097d8bbc39f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.4704255Z [00:04:10.663]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_collections-58659a3ff9e906e8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.4765770Z [00:04:10.669]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libshell_escape-b1368c1733aeae1a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.4829109Z [00:04:10.675]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.4893545Z [00:04:10.682]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/utf16_iter-a7bc44b761bfe6ed.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.4955181Z [00:04:10.688]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-e799659df7e28d12.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.5018379Z [00:04:10.694]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/same_file-68187b3b758edad5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.5082124Z [00:04:10.701]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_epoch-179e3c81e30bec0d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.5143410Z [00:04:10.707]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsemver-c9fd00d202c4707b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.5204218Z [00:04:10.713]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zerovec-69b412fa2a1afd8d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.5268565Z [00:04:10.719]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ansi_colours-e8381e8aa1b64cf4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.5328433Z [00:04:10.725]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap-9be4cc03e1918df6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.5387746Z [00:04:10.731]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librayon-e5d88b5b64347be0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.5447398Z [00:04:10.737]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libderanged-e9b64198e293fccd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.5508862Z [00:04:10.743]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_locid_transform-39ab77d60ed5829b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.5566980Z [00:04:10.749]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrc32fast-5da3ad0775acaf5f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.5625240Z [00:04:10.755]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhome-25246cb9c45fe12e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.5684749Z [00:04:10.761]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fnv-d3a003c5745aa4e2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.5747808Z [00:04:10.767]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/semver-c9fd00d202c4707b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.5810606Z [00:04:10.773]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/powerfmt-6e0d9dec78c98ec2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.5869522Z [00:04:10.779]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinked_hash_map-bee71cebb34bbb63.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.5929233Z [00:04:10.785]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-7ded428ff597e470.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.5990669Z [00:04:10.791]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/once_cell-b399ce78ce72a4e7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.6051888Z [00:04:10.797]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/write16-ff676fd1ec9f9a7f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.6112786Z [00:04:10.804]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-fc01575634588a53.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.6177924Z [00:04:10.810]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libconsole-dfa1aa4f2556d781.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.6240959Z [00:04:10.816]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-942298f08837beb8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.6301210Z [00:04:10.822]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstable_deref_trait-d25f545777b6ba93.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.6359297Z [00:04:10.828]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-2e938e90e7efa395.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.6421911Z [00:04:10.834]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsame_file-68187b3b758edad5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.6477944Z [00:04:10.840]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libencoding_rs-e54535f94b201fc2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.6536560Z [00:04:10.846]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clircle-f93dd060df503e61.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.6594993Z [00:04:10.852]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgrep_cli-728b352713a29e5b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.6657544Z [00:04:10.858]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-54c83ef749611abc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.6719322Z [00:04:10.864]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/yaml_rust-c8aaf070859a0401.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.6779554Z [00:04:10.870]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerofrom-3650f481298332e4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.6841757Z [00:04:10.876]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libshell_words-04357d8eadfbdc82.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.6904813Z [00:04:10.883]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-54c83ef749611abc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.6968199Z [00:04:10.889]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libeither-b3141ecb6e1f5118.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.7028482Z [00:04:10.895]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/yoke-bb269889bf286514.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.7089844Z [00:04:10.901]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_properties_data-57286969b29ae9da.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.7150233Z [00:04:10.907]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_normalizer-5580589adbe0d62f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.7211316Z [00:04:10.913]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-7ded428ff597e470.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.7274178Z [00:04:10.920]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblitemap-a63d05f46fac57ef.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.7332872Z [00:04:10.926]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbase64-269e532397edb1aa.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.7392507Z [00:04:10.932]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liburl-8673851c8665807a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.7452308Z [00:04:10.938]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/itertools-915aec7b648725f8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.7515318Z [00:04:10.944]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/semver-1e580d5bf50e4646/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.7575670Z [00:04:10.950]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/semver-1e580d5bf50e4646/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.7639036Z [00:04:10.956]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/semver-1e580d5bf50e4646/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.7700921Z [00:04:10.962]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/semver-1e580d5bf50e4646/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.7759795Z [00:04:10.968]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-e87e36cc3cce7aef/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.7820947Z [00:04:10.974]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-e87e36cc3cce7aef/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.7881662Z [00:04:10.980]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-e87e36cc3cce7aef/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.7941305Z [00:04:10.986]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-e87e36cc3cce7aef/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.8002786Z [00:04:10.993]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.8065619Z [00:04:10.999]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.8126706Z [00:04:11.005]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.8187795Z [00:04:11.011]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.8248289Z [00:04:11.017]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.8309729Z [00:04:11.023]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-big5.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.8372421Z [00:04:11.030]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-iso8859_1.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.8434467Z [00:04:11.036]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-iso8859_16.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.8499539Z [00:04:11.042]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-regenc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.8560435Z [00:04:11.048]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-iso8859_10.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.8621605Z [00:04:11.055]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-onig_init.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.8681288Z [00:04:11.060]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-gb18030.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.8742252Z [00:04:11.067]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-utf8.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.8803240Z [00:04:11.073]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-cp1251.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.8862849Z [00:04:11.079]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-regcomp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.8924061Z [00:04:11.085]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-euc_jp_prop.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.8983341Z [00:04:11.091]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-iso8859_3.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.9042876Z [00:04:11.097]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-regexec.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.9100467Z [00:04:11.102]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-euc_tw.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.9158861Z [00:04:11.108]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-unicode_unfold_key.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.9219628Z [00:04:11.114]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-iso8859_13.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.9281149Z [00:04:11.120]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-unicode.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.9340933Z [00:04:11.126]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-iso8859_5.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.9398318Z [00:04:11.132]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-unicode_fold1_key.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.9456733Z [00:04:11.138]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-iso8859_14.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.9518700Z [00:04:11.144]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-iso8859_11.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.9579938Z [00:04:11.150]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-unicode_fold2_key.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.9639598Z [00:04:11.156]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-ascii.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.9699134Z [00:04:11.162]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-iso8859_15.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.9756891Z [00:04:11.168]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-utf16_be.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.9816780Z [00:04:11.174]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-regsyntax.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.9877982Z [00:04:11.180]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/flag_check.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:51.9941153Z [00:04:11.186]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-regerror.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.0001763Z [00:04:11.192]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/config.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.0063274Z [00:04:11.199]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-utf32_be.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.0123212Z [00:04:11.205]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-iso8859_4.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.0182605Z [00:04:11.211]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-iso8859_7.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.0241267Z [00:04:11.216]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-euc_jp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.0299142Z [00:04:11.222]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-utf32_le.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.0358329Z [00:04:11.228]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-iso8859_6.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.0417336Z [00:04:11.234]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-sjis_prop.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.0476860Z [00:04:11.240]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-regversion.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.0537859Z [00:04:11.246]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-regtrav.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.0599006Z [00:04:11.252]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-iso8859_8.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.0663841Z [00:04:11.259]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-unicode_fold3_key.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.0724971Z [00:04:11.265]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-reggnu.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.0787438Z [00:04:11.271]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-koi8_r.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.0847680Z [00:04:11.277]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-regext.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.0907601Z [00:04:11.283]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-iso8859_2.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.0966157Z [00:04:11.289]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-iso8859_9.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.1026774Z [00:04:11.295]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-utf16_le.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.1087285Z [00:04:11.301]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-euc_kr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.1150019Z [00:04:11.307]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/onig_sys-de7acf2d6c2efd7f/out/a445302c6d3dcb51-sjis.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.1211328Z [00:04:11.313]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.1272769Z [00:04:11.320]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.1337424Z [00:04:11.326]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-vector.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.1398685Z [00:04:11.332]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-trace.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.1456980Z [00:04:11.338]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-diff_xdiff.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.1517410Z [00:04:11.344]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-tree-cache.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.1577423Z [00:04:11.350]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-varint.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.1639878Z [00:04:11.356]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-email.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.1699205Z [00:04:11.362]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/ce06de217e8a4ca5-auth_gssapi.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.1757909Z [00:04:11.368]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-index.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.1818386Z [00:04:11.374]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e15faf52f719d739-xhistogram.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.1878432Z [00:04:11.380]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/ce06de217e8a4ca5-credential.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.1938848Z [00:04:11.386]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e15faf52f719d739-xprepare.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.2000351Z [00:04:11.392]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-util.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.2060000Z [00:04:11.398]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-commit.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.2120504Z [00:04:11.404]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-hashsig.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.2183266Z [00:04:11.411]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-transaction.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.2253332Z [00:04:11.418]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e636de00c42e0bc4-pcre_compile.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.2325758Z [00:04:11.425]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-diff_stats.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.2403665Z [00:04:11.433]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-cache.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.2477749Z [00:04:11.440]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-remote.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.2549814Z [00:04:11.447]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-libgit2.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.2623259Z [00:04:11.455]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-regexp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.2697388Z [00:04:11.462]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-object_api.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.2766045Z [00:04:11.469]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/ce06de217e8a4ca5-ssh_libssh2.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.2827327Z [00:04:11.475]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-revwalk.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.2889664Z [00:04:11.481]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-attrcache.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.2951555Z [00:04:11.487]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-config_cache.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.3013830Z [00:04:11.494]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-utf8.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.3074876Z [00:04:11.500]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-sysdir.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.3134606Z [00:04:11.506]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-graph.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.3196024Z [00:04:11.512]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f5e66aefe9cd60e0-collisiondetect.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.3257303Z [00:04:11.518]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/5bf81a80010135a0-map.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.3319249Z [00:04:11.524]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e636de00c42e0bc4-pcre_dfa_exec.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.3382200Z [00:04:11.531]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/862d8c38285e74fe-stransport.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.3445385Z [00:04:11.537]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-branch.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.3507390Z [00:04:11.543]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-refdb.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.3569712Z [00:04:11.549]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-object.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.3632352Z [00:04:11.555]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/862d8c38285e74fe-socket.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.3695321Z [00:04:11.562]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-odb.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.3757387Z [00:04:11.568]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-mwindow.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.3819269Z [00:04:11.574]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-diff.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.3885057Z [00:04:11.581]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-alloc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.3947358Z [00:04:11.587]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-merge_driver.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.4009562Z [00:04:11.593]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-diff_driver.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.4073403Z [00:04:11.600]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e636de00c42e0bc4-pcre_string_utils.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.4136718Z [00:04:11.606]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-str.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.4199601Z [00:04:11.612]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/5f0d7ea156c84f98-sha224-256.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.4261076Z [00:04:11.618]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/862d8c38285e74fe-openssl_legacy.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.4322542Z [00:04:11.625]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-attr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.4386665Z [00:04:11.631]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e636de00c42e0bc4-pcre_globals.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.4448897Z [00:04:11.637]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-buf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.4508194Z [00:04:11.643]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-pqueue.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.4569303Z [00:04:11.649]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-tree.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.4631437Z [00:04:11.656]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-grafts.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.4696288Z [00:04:11.662]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e636de00c42e0bc4-pcre_ucd.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.4758844Z [00:04:11.668]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e636de00c42e0bc4-pcre_config.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.4818812Z [00:04:11.674]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-patch_parse.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.4881253Z [00:04:11.680]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/ce06de217e8a4ca5-local.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.4942509Z [00:04:11.687]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-checkout.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.5003986Z [00:04:11.693]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-refspec.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.5065271Z [00:04:11.699]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-fs_path.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.5126784Z [00:04:11.705]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-runtime.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.5188782Z [00:04:11.711]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-hash.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.5251263Z [00:04:11.717]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-commit_list.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.5314553Z [00:04:11.724]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-reader.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.5376863Z [00:04:11.730]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-config_parse.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.5439822Z [00:04:11.736]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-merge_file.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.5504192Z [00:04:11.743]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/ce06de217e8a4ca5-auth_ntlmclient.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.5565677Z [00:04:11.749]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/862d8c38285e74fe-tls.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.5625733Z [00:04:11.755]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e636de00c42e0bc4-pcre_fullinfo.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.5702446Z [00:04:11.762]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/flag_check.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.5764946Z [00:04:11.769]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/862d8c38285e74fe-openssl_dynamic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.5826093Z [00:04:11.775]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e636de00c42e0bc4-pcre_chartables.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.5886871Z [00:04:11.781]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/libgit2.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.5949302Z [00:04:11.787]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/ce06de217e8a4ca5-ssh.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.6010327Z [00:04:11.793]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-cherrypick.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.6070775Z [00:04:11.799]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-rand.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.6132622Z [00:04:11.806]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-merge.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.6193650Z [00:04:11.812]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/ce06de217e8a4ca5-auth.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.6254171Z [00:04:11.818]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-config_snapshot.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.6315166Z [00:04:11.824]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-annotated_commit.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.6376958Z [00:04:11.830]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-path.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.6439899Z [00:04:11.836]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-date.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.6500066Z [00:04:11.842]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-indexer.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.6560413Z [00:04:11.848]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/ce06de217e8a4ca5-http.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.6623071Z [00:04:11.855]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-net.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.6685223Z [00:04:11.861]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-reset.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.6747471Z [00:04:11.867]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-thread.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.6808369Z [00:04:11.873]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-strlist.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.6872350Z [00:04:11.880]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/50055d6c4ddcbeae-http.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.6937281Z [00:04:11.886]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-futils.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.7001798Z [00:04:11.893]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/862d8c38285e74fe-schannel.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.7063843Z [00:04:11.899]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-filebuf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.7126040Z [00:04:11.905]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-errors.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.7187698Z [00:04:11.911]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e636de00c42e0bc4-pcre_exec.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.7248796Z [00:04:11.917]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/50055d6c4ddcbeae-api.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.7308084Z [00:04:11.923]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-iterator.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.7368435Z [00:04:11.929]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-proxy.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.7429423Z [00:04:11.935]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-blame.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.7493271Z [00:04:11.942]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-diff_file.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.7555402Z [00:04:11.948]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f5e66aefe9cd60e0-builtin.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.7616426Z [00:04:11.954]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-diff_generate.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.7680693Z [00:04:11.960]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-reflog.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.7742471Z [00:04:11.967]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-config_mem.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.7805675Z [00:04:11.973]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-odb_mempack.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.7869991Z [00:04:11.979]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/ce06de217e8a4ca5-ssh_exec.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.7936132Z [00:04:11.986]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-config_file.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.7996589Z [00:04:11.992]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/862d8c38285e74fe-mbedtls.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.8057941Z [00:04:11.998]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-sortedcache.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.8119376Z [00:04:12.004]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e636de00c42e0bc4-pcre_byte_order.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.8177384Z [00:04:12.010]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/ce06de217e8a4ca5-smart.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.8237600Z [00:04:12.016]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-revparse.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.8301319Z [00:04:12.022]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/862d8c38285e74fe-openssl.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.8364561Z [00:04:12.029]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-wildmatch.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.8430069Z [00:04:12.035]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-signature.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.8492568Z [00:04:12.042]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-pathspec.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.8554068Z [00:04:12.048]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/ce06de217e8a4ca5-httpclient.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.8616279Z [00:04:12.054]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-strarray.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.8681230Z [00:04:12.060]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-crlf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.8745519Z [00:04:12.067]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e636de00c42e0bc4-pcre_study.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.8810820Z [00:04:12.073]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e15faf52f719d739-xdiffi.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.8871507Z [00:04:12.079]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/5bf81a80010135a0-realpath.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.8931325Z [00:04:12.085]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e636de00c42e0bc4-pcre_version.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.8992620Z [00:04:12.092]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-settings.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.9056663Z [00:04:12.098]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/ce06de217e8a4ca5-git.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.9122524Z [00:04:12.105]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e636de00c42e0bc4-pcre_xclass.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.9187155Z [00:04:12.111]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e636de00c42e0bc4-pcre_ord2utf8.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.9247914Z [00:04:12.117]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-trailer.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.9309669Z [00:04:12.123]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/ce06de217e8a4ca5-auth_sspi.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.9370520Z [00:04:12.129]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-ignore.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.9432138Z [00:04:12.136]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e636de00c42e0bc4-pcre_tables.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.9494849Z [00:04:12.142]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-diff_parse.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.9557943Z [00:04:12.148]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-mailmap.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.9620250Z [00:04:12.154]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/ce06de217e8a4ca5-httpparser.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.9681391Z [00:04:12.160]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-refdb_fs.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.9743420Z [00:04:12.167]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-blame_git.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.9804738Z [00:04:12.173]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-apply.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.9867781Z [00:04:12.179]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-config_list.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.9929489Z [00:04:12.185]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-message.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:52.9992026Z [00:04:12.191]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/ce06de217e8a4ca5-winhttp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.0053464Z [00:04:12.198]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-odb_pack.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.0117995Z [00:04:12.204]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-refs.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.0181795Z [00:04:12.210]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/ce06de217e8a4ca5-smart_protocol.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.0243227Z [00:04:12.217]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-blob.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.0304752Z [00:04:12.223]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-worktree.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.0366379Z [00:04:12.229]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-pack.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.0429465Z [00:04:12.235]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/47bcde6b0f28f448-failalloc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.0494061Z [00:04:12.242]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-diff_print.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.0555796Z [00:04:12.248]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-posix.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.0619850Z [00:04:12.254]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-odb_loose.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.0683525Z [00:04:12.261]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-status.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.0746511Z [00:04:12.267]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-attr_file.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.0807670Z [00:04:12.273]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/50055d6c4ddcbeae-llhttp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.0871654Z [00:04:12.279]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-pool.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.0934188Z [00:04:12.286]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e636de00c42e0bc4-pcreposix.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.0997118Z [00:04:12.292]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-fetch.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.1058000Z [00:04:12.298]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-stash.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.1121119Z [00:04:12.304]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/5f22996a283af3c7-sha1.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.1185283Z [00:04:12.311]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-filter.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.1249347Z [00:04:12.317]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/ce06de217e8a4ca5-credential_helpers.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.1313778Z [00:04:12.324]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e636de00c42e0bc4-pcre_refcount.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.1376691Z [00:04:12.330]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e15faf52f719d739-xpatience.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.1439868Z [00:04:12.336]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-patch.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.1503394Z [00:04:12.343]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-submodule.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.1566498Z [00:04:12.349]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e636de00c42e0bc4-pcre_jit_compile.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.1629092Z [00:04:12.355]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e15faf52f719d739-xmerge.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.1692602Z [00:04:12.362]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-delta.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.1756594Z [00:04:12.368]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-repository.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.1818502Z [00:04:12.374]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-midx.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.1879778Z [00:04:12.380]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e636de00c42e0bc4-pcre_maketables.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.1945153Z [00:04:12.387]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-pack-objects.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.2006839Z [00:04:12.393]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/862d8c38285e74fe-registry.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.2067925Z [00:04:12.399]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-oidarray.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.2133537Z [00:04:12.406]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/47bcde6b0f28f448-stdalloc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.2198618Z [00:04:12.412]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-oid.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.2261758Z [00:04:12.418]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-transport.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.2323746Z [00:04:12.425]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-push.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.2385403Z [00:04:12.431]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-tag.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.2445867Z [00:04:12.437]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e636de00c42e0bc4-pcre_printint.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.2509425Z [00:04:12.443]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e636de00c42e0bc4-pcre_newline.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.2571628Z [00:04:12.449]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-patch_generate.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.2632630Z [00:04:12.456]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-revert.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.2694185Z [00:04:12.462]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-diff_tform.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.2758272Z [00:04:12.468]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e636de00c42e0bc4-pcre_valid_utf8.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.2820841Z [00:04:12.474]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e15faf52f719d739-xutils.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.2880827Z [00:04:12.480]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-clone.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.2942304Z [00:04:12.486]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/5bf81a80010135a0-process.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.3004178Z [00:04:12.493]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-rebase.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.3068031Z [00:04:12.499]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/ce06de217e8a4ca5-smart_pkt.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.3127658Z [00:04:12.505]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-parse.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.3187254Z [00:04:12.511]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e636de00c42e0bc4-pcre_get.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.3246649Z [00:04:12.517]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-describe.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.3307855Z [00:04:12.523]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-tsort.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.3369212Z [00:04:12.529]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-ident.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.3432520Z [00:04:12.536]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-config.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.3494293Z [00:04:12.542]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-commit_graph.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.3555328Z [00:04:12.548]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-fetchhead.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.3615343Z [00:04:12.554]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-index_map.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.3675226Z [00:04:12.560]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/f6e81ea219c0b9f3-zstream.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.3745092Z [00:04:12.567]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/5f22996a283af3c7-ubc_check.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.3806324Z [00:04:12.573]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/e15faf52f719d739-xemit.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.3867550Z [00:04:12.579]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/build/43a19b30e9e69d8f-notes.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.3930393Z [00:04:12.585]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/proxy.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.3990574Z [00:04:12.591]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/net.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.4048509Z [00:04:12.597]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/status.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.4107727Z [00:04:12.603]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/apply.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.4166064Z [00:04:12.609]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/merge.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.4227620Z [00:04:12.615]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/transport.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.4289414Z [00:04:12.621]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/repository.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.4351507Z [00:04:12.627]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/mailmap.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.4411995Z [00:04:12.634]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/oidarray.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.4468495Z [00:04:12.639]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/attr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.4526945Z [00:04:12.645]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/graph.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.4589964Z [00:04:12.651]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/common.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.4648293Z [00:04:12.657]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/experimental.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.4711176Z [00:04:12.663]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/remote.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.4771230Z [00:04:12.669]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/pack.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.4831889Z [00:04:12.675]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/mempack.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.4894111Z [00:04:12.682]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/merge.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.4957365Z [00:04:12.688]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/transport.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.5022103Z [00:04:12.695]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/repository.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.5086198Z [00:04:12.701]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/refdb_backend.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.5150843Z [00:04:12.707]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/remote.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.5211379Z [00:04:12.713]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/filter.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.5271783Z [00:04:12.719]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/commit_graph.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.5334555Z [00:04:12.726]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/alloc.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.5401423Z [00:04:12.732]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/stream.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.5462492Z [00:04:12.739]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/commit.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.5522848Z [00:04:12.745]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/refs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.5582952Z [00:04:12.751]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/config.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.5642622Z [00:04:12.757]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/openssl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.5703857Z [00:04:12.763]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/diff.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.5767956Z [00:04:12.769]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/index.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.5833482Z [00:04:12.776]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/email.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.5898305Z [00:04:12.782]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/path.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.5967212Z [00:04:12.789]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/hashsig.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.6028690Z [00:04:12.795]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/cred.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.6091166Z [00:04:12.801]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/errors.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.6152373Z [00:04:12.808]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/credential.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.6218514Z [00:04:12.814]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/midx.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.6281878Z [00:04:12.820]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/sys/odb_backend.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.6343704Z [00:04:12.827]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/tag.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.6404164Z [00:04:12.833]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/types.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.6465230Z [00:04:12.839]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/filter.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.6527449Z [00:04:12.845]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/blame.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.6589816Z [00:04:12.851]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/object.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.6651106Z [00:04:12.857]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/cert.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.6710801Z [00:04:12.863]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/reset.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.6771371Z [00:04:12.869]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/commit.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.6833364Z [00:04:12.876]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/refs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.6896648Z [00:04:12.882]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/notes.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.6956182Z [00:04:12.888]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/rebase.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.7016567Z [00:04:12.894]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/odb.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.7076810Z [00:04:12.900]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/annotated_commit.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.7138528Z [00:04:12.906]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/oid.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.7199226Z [00:04:12.912]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/config.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.7262437Z [00:04:12.919]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/diff.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.7324347Z [00:04:12.925]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/index.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.7386358Z [00:04:12.931]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/describe.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.7448665Z [00:04:12.937]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/submodule.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.7525736Z [00:04:12.945]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/refspec.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.7592474Z [00:04:12.952]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/deprecated.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.7658498Z [00:04:12.958]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/indexer.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.7726814Z [00:04:12.965]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/clone.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.7793908Z [00:04:12.972]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/credential_helpers.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.7860681Z [00:04:12.978]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/branch.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.7928524Z [00:04:12.985]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/message.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.7993154Z [00:04:12.992]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/ignore.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.8055755Z [00:04:12.998]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/email.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.8118248Z [00:04:13.004]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/worktree.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.8179014Z [00:04:13.010]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/signature.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.8242308Z [00:04:13.017]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/strarray.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.8304501Z [00:04:13.023]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/revparse.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.8365930Z [00:04:13.029]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/version.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.8426762Z [00:04:13.035]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/stash.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.8486369Z [00:04:13.041]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/checkout.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.8544610Z [00:04:13.047]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/buffer.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.8601704Z [00:04:13.053]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/revwalk.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.8660962Z [00:04:13.058]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/reflog.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.8736639Z [00:04:13.066]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/blob.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.8806324Z [00:04:13.073]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/transaction.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.8867681Z [00:04:13.079]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/tree.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.8926096Z [00:04:13.085]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/errors.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.8987674Z [00:04:13.091]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/cherrypick.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.9049760Z [00:04:13.097]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/revert.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.9110996Z [00:04:13.103]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/stdint.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.9173869Z [00:04:13.110]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/pathspec.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.9235852Z [00:04:13.116]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/global.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.9299375Z [00:04:13.122]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/credential.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.9363607Z [00:04:13.129]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/cred_helpers.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.9425365Z [00:04:13.135]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/refdb.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.9491020Z [00:04:13.141]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/patch.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.9555457Z [00:04:13.148]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/trace.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.9618080Z [00:04:13.154]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2/odb_backend.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.9682863Z [00:04:13.161]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.9747687Z [00:04:13.167]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/out/include/git2_features.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.9812127Z [00:04:13.174]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.9874948Z [00:04:13.180]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libgit2-sys-0effe2f63a234e71/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:53.9940951Z [00:04:13.186]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.0004223Z [00:04:13.193]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.0070786Z [00:04:13.199]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.0133201Z [00:04:13.206]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.0194137Z [00:04:13.212]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-85a4cc39e1eae702/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.0256322Z [00:04:13.218]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-85a4cc39e1eae702/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.0316724Z [00:04:13.224]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-85a4cc39e1eae702/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.0375665Z [00:04:13.230]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-85a4cc39e1eae702/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.0436701Z [00:04:13.236]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-b865454bc2c485db/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.0495670Z [00:04:13.242]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-b865454bc2c485db/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.0558329Z [00:04:13.248]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-b865454bc2c485db/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.0619742Z [00:04:13.254]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-b865454bc2c485db/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.0681649Z [00:04:13.260]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rayon-core-647df20f480dedf1/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.0744035Z [00:04:13.267]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rayon-core-647df20f480dedf1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.0806414Z [00:04:13.273]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rayon-core-647df20f480dedf1/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.0868048Z [00:04:13.279]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rayon-core-647df20f480dedf1/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.0930233Z [00:04:13.285]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/bugreport-d85b5ad1d1c95b39/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.0994148Z [00:04:13.292]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/bugreport-d85b5ad1d1c95b39/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.1055885Z [00:04:13.298]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/bugreport-d85b5ad1d1c95b39/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.1115610Z [00:04:13.304]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/bugreport-d85b5ad1d1c95b39/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.1176085Z [00:04:13.310]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libz-sys-f2d50ba9728e7f0e/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.1236845Z [00:04:13.316]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libz-sys-f2d50ba9728e7f0e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.1298662Z [00:04:13.322]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libz-sys-f2d50ba9728e7f0e/out/flag_check.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.1361421Z [00:04:13.328]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libz-sys-f2d50ba9728e7f0e/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.1420545Z [00:04:13.334]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libz-sys-f2d50ba9728e7f0e/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.1480026Z [00:04:13.340]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-eab5081ac1797271/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.1539491Z [00:04:13.346]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-eab5081ac1797271/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.1602052Z [00:04:13.353]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-eab5081ac1797271/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.1663799Z [00:04:13.359]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-eab5081ac1797271/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.1723450Z [00:04:13.365]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-1e34e5b356de6083/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.1783825Z [00:04:13.371]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-1e34e5b356de6083/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.1845930Z [00:04:13.377]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-1e34e5b356de6083/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.1905264Z [00:04:13.383]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-1e34e5b356de6083/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.1964983Z [00:04:13.389]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/bat-85e59e7663783e04/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.2024140Z [00:04:13.395]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/bat-85e59e7663783e04/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.2088238Z [00:04:13.401]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/bat-85e59e7663783e04/out/codegen_static_syntax_mappings.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.2147190Z [00:04:13.407]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/bat-85e59e7663783e04/out/assets/completions/bat.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.2210756Z [00:04:13.413]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/bat-85e59e7663783e04/out/assets/completions/_bat.ps1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.2269231Z [00:04:13.419]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/bat-85e59e7663783e04/out/assets/completions/bat.bash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.2329847Z [00:04:13.425]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/bat-85e59e7663783e04/out/assets/completions/bat.zsh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.2393019Z [00:04:13.432]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/bat-85e59e7663783e04/out/assets/manual/bat.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.2456773Z [00:04:13.438]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/bat-85e59e7663783e04/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.2516502Z [00:04:13.444]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/bat-85e59e7663783e04/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.2574164Z [00:04:13.450]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.2632605Z [00:04:13.456]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/url-8673851c8665807a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.2688882Z [00:04:13.461]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/url-8673851c8665807a/lib-url.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.2746473Z [00:04:13.467]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/url-8673851c8665807a/dep-lib-url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.2804201Z [00:04:13.473]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/url-8673851c8665807a/lib-url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.2862554Z [00:04:13.479]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globset-f4f9624d5c8cc594/dep-lib-globset' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.2920053Z [00:04:13.484]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globset-f4f9624d5c8cc594/lib-globset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.2982497Z [00:04:13.491]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globset-f4f9624d5c8cc594/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.3042915Z [00:04:13.497]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globset-f4f9624d5c8cc594/lib-globset' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.3101895Z [00:04:13.503]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-d9d94ef002221465/dep-lib-ryu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.3159315Z [00:04:13.508]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-d9d94ef002221465/lib-ryu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.3216256Z [00:04:13.514]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-d9d94ef002221465/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.3274405Z [00:04:13.520]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-d9d94ef002221465/lib-ryu.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.3333891Z [00:04:13.526]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-core-c92fcfce196be157/dep-lib-time_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.3394315Z [00:04:13.532]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-core-c92fcfce196be157/lib-time_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.3453917Z [00:04:13.538]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-core-c92fcfce196be157/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.3515341Z [00:04:13.544]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-core-c92fcfce196be157/lib-time_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.3575202Z [00:04:13.550]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/semver-c9fd00d202c4707b/lib-semver' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.3633821Z [00:04:13.556]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/semver-c9fd00d202c4707b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.3690747Z [00:04:13.561]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/semver-c9fd00d202c4707b/lib-semver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.3748624Z [00:04:13.567]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/semver-c9fd00d202c4707b/dep-lib-semver' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.3807518Z [00:04:13.573]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/semver-1e580d5bf50e4646/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.3864519Z [00:04:13.579]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/semver-1e580d5bf50e4646/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.3922845Z [00:04:13.585]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-escape-b1368c1733aeae1a/lib-shell_escape.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.3980337Z [00:04:13.590]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-escape-b1368c1733aeae1a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.4039138Z [00:04:13.596]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-escape-b1368c1733aeae1a/lib-shell_escape' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.4095002Z [00:04:13.602]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-escape-b1368c1733aeae1a/dep-lib-shell_escape' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.4154330Z [00:04:13.608]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-f6a1d9c7e9001ae9/lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.4212489Z [00:04:13.614]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-f6a1d9c7e9001ae9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.4268915Z [00:04:13.619]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-f6a1d9c7e9001ae9/dep-lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.4326226Z [00:04:13.625]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-f6a1d9c7e9001ae9/lib-clap_builder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.4386484Z [00:04:13.631]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-d25f545777b6ba93/dep-lib-stable_deref_trait' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.4444841Z [00:04:13.637]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-d25f545777b6ba93/lib-stable_deref_trait' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.4501917Z [00:04:13.643]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-d25f545777b6ba93/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.4556847Z [00:04:13.648]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-d25f545777b6ba93/lib-stable_deref_trait.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.4616955Z [00:04:13.654]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-fc01575634588a53/lib-itoa.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.4680508Z [00:04:13.660]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-fc01575634588a53/dep-lib-itoa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.4743913Z [00:04:13.667]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-fc01575634588a53/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.4807424Z [00:04:13.673]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-fc01575634588a53/lib-itoa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.4873821Z [00:04:13.680]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bugreport-4a832a36ccb043df/dep-lib-bugreport' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.4940127Z [00:04:13.686]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bugreport-4a832a36ccb043df/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.5005906Z [00:04:13.693]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bugreport-4a832a36ccb043df/lib-bugreport.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.5072265Z [00:04:13.700]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bugreport-4a832a36ccb043df/lib-bugreport' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.5139069Z [00:04:13.706]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-cca70a258e76f296/dep-lib-terminal_size' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.5207190Z [00:04:13.713]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-cca70a258e76f296/lib-terminal_size.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.5272108Z [00:04:13.720]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-cca70a258e76f296/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.5335558Z [00:04:13.726]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-cca70a258e76f296/lib-terminal_size' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.5397414Z [00:04:13.732]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/git2-c440e3ffb52f72db/lib-git2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.5458803Z [00:04:13.738]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/git2-c440e3ffb52f72db/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.5520456Z [00:04:13.744]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/git2-c440e3ffb52f72db/dep-lib-git2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.5580368Z [00:04:13.750]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/git2-c440e3ffb52f72db/lib-git2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.5639833Z [00:04:13.756]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base64-269e532397edb1aa/lib-base64.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.5697957Z [00:04:13.762]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base64-269e532397edb1aa/lib-base64' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.5758638Z [00:04:13.768]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base64-269e532397edb1aa/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.5821324Z [00:04:13.774]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/base64-269e532397edb1aa/dep-lib-base64' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.5882649Z [00:04:13.781]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-437689595856de5e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.5943617Z [00:04:13.787]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-437689595856de5e/dep-lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.6005185Z [00:04:13.793]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-437689595856de5e/lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.6063713Z [00:04:13.799]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-437689595856de5e/lib-thiserror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.6122759Z [00:04:13.805]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/quick-xml-6cb6f5433e29bfd0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.6183764Z [00:04:13.811]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/quick-xml-6cb6f5433e29bfd0/lib-quick_xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.6245682Z [00:04:13.817]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/quick-xml-6cb6f5433e29bfd0/lib-quick_xml.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.6306745Z [00:04:13.823]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/quick-xml-6cb6f5433e29bfd0/dep-lib-quick_xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.6369083Z [00:04:13.829]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerofrom-3650f481298332e4/dep-lib-zerofrom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.6429264Z [00:04:13.835]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerofrom-3650f481298332e4/lib-zerofrom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.6491016Z [00:04:13.841]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerofrom-3650f481298332e4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.6555538Z [00:04:13.847]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerofrom-3650f481298332e4/lib-zerofrom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.6615256Z [00:04:13.854]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-conv-b338309f5a6d2497/dep-lib-num_conv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.6679036Z [00:04:13.860]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-conv-b338309f5a6d2497/lib-num_conv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.6741608Z [00:04:13.866]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-conv-b338309f5a6d2497/lib-num_conv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.6805598Z [00:04:13.873]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-conv-b338309f5a6d2497/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.6869545Z [00:04:13.879]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-d9f762c54654b497/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.6933817Z [00:04:13.886]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-d9f762c54654b497/dep-lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.6997273Z [00:04:13.892]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-d9f762c54654b497/lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.7061796Z [00:04:13.898]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-d9f762c54654b497/lib-anstyle_parse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.7128715Z [00:04:13.905]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locid-3eaf3aa7e2e9d5f0/lib-icu_locid' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.7195338Z [00:04:13.912]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locid-3eaf3aa7e2e9d5f0/dep-lib-icu_locid' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.7261993Z [00:04:13.918]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locid-3eaf3aa7e2e9d5f0/lib-icu_locid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.7330020Z [00:04:13.925]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locid-3eaf3aa7e2e9d5f0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.7397234Z [00:04:13.932]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-51740148f3e0d9af/dep-lib-serde_json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.7461841Z [00:04:13.939]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-51740148f3e0d9af/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.7523478Z [00:04:13.945]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-51740148f3e0d9af/lib-serde_json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.7586506Z [00:04:13.951]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-51740148f3e0d9af/lib-serde_json.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.7650184Z [00:04:13.957]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-57286969b29ae9da/dep-lib-icu_properties_data' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.7714770Z [00:04:13.964]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-57286969b29ae9da/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.7776530Z [00:04:13.970]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-57286969b29ae9da/lib-icu_properties_data' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.7837275Z [00:04:13.976]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-57286969b29ae9da/lib-icu_properties_data.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.7898910Z [00:04:13.982]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/console-dfa1aa4f2556d781/lib-console' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.7958719Z [00:04:13.988]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/console-dfa1aa4f2556d781/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.8020147Z [00:04:13.994]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/console-dfa1aa4f2556d781/lib-console.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.8082956Z [00:04:14.001]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/console-dfa1aa4f2556d781/dep-lib-console' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.8145500Z [00:04:14.007]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-e87e36cc3cce7aef/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.8206636Z [00:04:14.013]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-e87e36cc3cce7aef/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.8266975Z [00:04:14.019]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-eb77c69ac2d7beae/lib-crossbeam_deque' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.8327953Z [00:04:14.025]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-eb77c69ac2d7beae/dep-lib-crossbeam_deque' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.8388733Z [00:04:14.031]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-eb77c69ac2d7beae/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.8449084Z [00:04:14.037]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-eb77c69ac2d7beae/lib-crossbeam_deque.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.8509954Z [00:04:14.043]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-76646ac80f0aa836/dep-lib-time' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.8570768Z [00:04:14.049]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-76646ac80f0aa836/lib-time' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.8631936Z [00:04:14.055]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-76646ac80f0aa836/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.8692650Z [00:04:14.062]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/time-76646ac80f0aa836/lib-time.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.8754148Z [00:04:14.068]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/etcetera-36baa81ea3a36031/lib-etcetera' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.8813998Z [00:04:14.074]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/etcetera-36baa81ea3a36031/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.8873313Z [00:04:14.080]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/etcetera-36baa81ea3a36031/lib-etcetera.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.8931849Z [00:04:14.085]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/etcetera-36baa81ea3a36031/dep-lib-etcetera' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.8991407Z [00:04:14.091]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-07a28b32335706e2/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.9052011Z [00:04:14.097]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-07a28b32335706e2/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.9112449Z [00:04:14.104]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/lib-same_file.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.9172522Z [00:04:14.110]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.9231711Z [00:04:14.116]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/lib-same_file' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.9292864Z [00:04:14.122]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/dep-lib-same_file' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.9356665Z [00:04:14.128]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/write16-ff676fd1ec9f9a7f/dep-lib-write16' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.9416727Z [00:04:14.134]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/write16-ff676fd1ec9f9a7f/lib-write16.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.9477680Z [00:04:14.140]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/write16-ff676fd1ec9f9a7f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.9537521Z [00:04:14.146]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/write16-ff676fd1ec9f9a7f/lib-write16' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.9597303Z [00:04:14.152]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yoke-bb269889bf286514/lib-yoke.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.9658111Z [00:04:14.158]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yoke-bb269889bf286514/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.9719546Z [00:04:14.164]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yoke-bb269889bf286514/dep-lib-yoke' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.9780629Z [00:04:14.170]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yoke-bb269889bf286514/lib-yoke' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.9840651Z [00:04:14.176]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/flate2-8a962afd58c417e4/dep-lib-flate2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.9900532Z [00:04:14.182]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/flate2-8a962afd58c417e4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:54.9962659Z [00:04:14.188]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/flate2-8a962afd58c417e4/lib-flate2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.0018462Z [00:04:14.194]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/flate2-8a962afd58c417e4/lib-flate2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.0077884Z [00:04:14.200]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libz-sys-e3d0f2e314f00a51/lib-libz_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.0136178Z [00:04:14.206]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libz-sys-e3d0f2e314f00a51/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.0195752Z [00:04:14.212]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libz-sys-e3d0f2e314f00a51/dep-lib-libz_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.0254465Z [00:04:14.218]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libz-sys-e3d0f2e314f00a51/lib-libz_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.0317307Z [00:04:14.224]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sysinfo-96892097d8bbc39f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.0380080Z [00:04:14.230]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sysinfo-96892097d8bbc39f/dep-lib-sysinfo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.0442490Z [00:04:14.237]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sysinfo-96892097d8bbc39f/lib-sysinfo.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.0503540Z [00:04:14.243]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sysinfo-96892097d8bbc39f/lib-sysinfo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.0565007Z [00:04:14.249]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_provider-7bcb676197ff0edd/dep-lib-icu_provider' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.0627650Z [00:04:14.255]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_provider-7bcb676197ff0edd/lib-icu_provider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.0688788Z [00:04:14.261]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_provider-7bcb676197ff0edd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.0749286Z [00:04:14.267]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_provider-7bcb676197ff0edd/lib-icu_provider' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.0807742Z [00:04:14.273]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/adler2-8ca6a70d9951681d/dep-lib-adler2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.0868479Z [00:04:14.279]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/adler2-8ca6a70d9951681d/lib-adler2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.0927940Z [00:04:14.285]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/adler2-8ca6a70d9951681d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.0989858Z [00:04:14.291]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/adler2-8ca6a70d9951681d/lib-adler2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.1050678Z [00:04:14.297]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc32fast-5da3ad0775acaf5f/dep-lib-crc32fast' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.1111281Z [00:04:14.303]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc32fast-5da3ad0775acaf5f/lib-crc32fast' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.1170911Z [00:04:14.309]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc32fast-5da3ad0775acaf5f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.1231818Z [00:04:14.316]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc32fast-5da3ad0775acaf5f/lib-crc32fast.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.1293335Z [00:04:14.322]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-8d4fe851a1105d97/lib-equivalent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.1353113Z [00:04:14.328]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-8d4fe851a1105d97/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.1414582Z [00:04:14.334]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-8d4fe851a1105d97/dep-lib-equivalent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.1477674Z [00:04:14.340]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-8d4fe851a1105d97/lib-equivalent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.1539603Z [00:04:14.346]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-9be4cc03e1918df6/lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.1600827Z [00:04:14.352]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-9be4cc03e1918df6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.1661601Z [00:04:14.358]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-9be4cc03e1918df6/dep-lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.1724810Z [00:04:14.365]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-9be4cc03e1918df6/lib-clap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.1788393Z [00:04:14.371]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/path_abs-af10f20cc3695fcb/lib-path_abs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.1850791Z [00:04:14.377]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/path_abs-af10f20cc3695fcb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.1913049Z [00:04:14.384]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/path_abs-af10f20cc3695fcb/dep-lib-path_abs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.1973689Z [00:04:14.390]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/path_abs-af10f20cc3695fcb/lib-path_abs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.2034364Z [00:04:14.396]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_collections-58659a3ff9e906e8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.2095768Z [00:04:14.402]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_collections-58659a3ff9e906e8/lib-icu_collections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.2159088Z [00:04:14.408]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_collections-58659a3ff9e906e8/lib-icu_collections' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.2221667Z [00:04:14.414]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_collections-58659a3ff9e906e8/dep-lib-icu_collections' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.2284743Z [00:04:14.421]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miniz_oxide-b877ceff94c572d5/lib-miniz_oxide' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.2347612Z [00:04:14.427]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miniz_oxide-b877ceff94c572d5/lib-miniz_oxide.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.2409021Z [00:04:14.433]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miniz_oxide-b877ceff94c572d5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.2471122Z [00:04:14.439]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miniz_oxide-b877ceff94c572d5/dep-lib-miniz_oxide' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.2535670Z [00:04:14.446]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libgit2-sys-0effe2f63a234e71/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.2606089Z [00:04:14.453]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libgit2-sys-0effe2f63a234e71/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.2669088Z [00:04:14.459]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8_iter-fd2e55522e4115bf/lib-utf8_iter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.2732013Z [00:04:14.465]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8_iter-fd2e55522e4115bf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.2795633Z [00:04:14.472]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8_iter-fd2e55522e4115bf/lib-utf8_iter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.2861851Z [00:04:14.478]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8_iter-fd2e55522e4115bf/dep-lib-utf8_iter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.2923220Z [00:04:14.485]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-385f812694bb36c6/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.2984396Z [00:04:14.491]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-385f812694bb36c6/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.3044301Z [00:04:14.497]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/termcolor-f8f0edae3397cc76/dep-lib-termcolor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.3104825Z [00:04:14.503]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/termcolor-f8f0edae3397cc76/lib-termcolor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.3168359Z [00:04:14.509]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/termcolor-f8f0edae3397cc76/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.3228326Z [00:04:14.515]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/termcolor-f8f0edae3397cc76/lib-termcolor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.3291694Z [00:04:14.521]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-85a4cc39e1eae702/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.3354280Z [00:04:14.528]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-85a4cc39e1eae702/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.3418102Z [00:04:14.534]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-b865454bc2c485db/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.3480557Z [00:04:14.540]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-b865454bc2c485db/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.3542245Z [00:04:14.546]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer-5580589adbe0d62f/lib-icu_normalizer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.3601057Z [00:04:14.552]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer-5580589adbe0d62f/lib-icu_normalizer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.3661784Z [00:04:14.559]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer-5580589adbe0d62f/dep-lib-icu_normalizer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.3723326Z [00:04:14.565]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer-5580589adbe0d62f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.3785742Z [00:04:14.571]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-eb396fed22626dbe/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.3848617Z [00:04:14.577]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-eb396fed22626dbe/dep-lib-mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.3910103Z [00:04:14.583]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-eb396fed22626dbe/lib-mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.3970972Z [00:04:14.589]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-eb396fed22626dbe/lib-mio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.4036066Z [00:04:14.596]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-54c83ef749611abc/lib-log.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.4102726Z [00:04:14.603]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-54c83ef749611abc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.4168409Z [00:04:14.609]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-54c83ef749611abc/dep-lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.4235958Z [00:04:14.616]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-54c83ef749611abc/lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.4299604Z [00:04:14.622]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-9a8761ad561e142f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.4361633Z [00:04:14.628]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-9a8761ad561e142f/lib-regex_automata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.4423952Z [00:04:14.635]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-9a8761ad561e142f/dep-lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.4487415Z [00:04:14.641]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-9a8761ad561e142f/lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.4550919Z [00:04:14.647]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-6013ebb501c1abed/lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.4611022Z [00:04:14.653]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-6013ebb501c1abed/dep-lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.4670596Z [00:04:14.659]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-6013ebb501c1abed/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.4730674Z [00:04:14.665]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-6013ebb501c1abed/lib-colorchoice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.4790878Z [00:04:14.671]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/grep-cli-728b352713a29e5b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.4850932Z [00:04:14.677]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/grep-cli-728b352713a29e5b/lib-grep_cli.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.4911841Z [00:04:14.684]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/grep-cli-728b352713a29e5b/dep-lib-grep_cli' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.4972561Z [00:04:14.690]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/grep-cli-728b352713a29e5b/lib-grep_cli' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.5036034Z [00:04:14.696]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-51234f7be0e44a62/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.5099112Z [00:04:14.702]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-51234f7be0e44a62/lib-crossbeam_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.5161281Z [00:04:14.708]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-51234f7be0e44a62/lib-crossbeam_utils.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.5224157Z [00:04:14.715]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-51234f7be0e44a62/dep-lib-crossbeam_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.5285781Z [00:04:14.721]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-7c8984d75e26dbe9/dep-lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.5348043Z [00:04:14.727]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-7c8984d75e26dbe9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.5407983Z [00:04:14.733]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-7c8984d75e26dbe9/lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.5467705Z [00:04:14.739]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-7c8984d75e26dbe9/lib-libc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.5529932Z [00:04:14.745]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-6e25cf4aadb38c5b/lib-nu_ansi_term' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.5590834Z [00:04:14.751]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-6e25cf4aadb38c5b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.5652213Z [00:04:14.758]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-6e25cf4aadb38c5b/dep-lib-nu_ansi_term' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.5714815Z [00:04:14.764]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-6e25cf4aadb38c5b/lib-nu_ansi_term.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.5777481Z [00:04:14.770]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/content_inspector-ce10eb3ac909953a/lib-content_inspector.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.5842511Z [00:04:14.776]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/content_inspector-ce10eb3ac909953a/lib-content_inspector' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.5903845Z [00:04:14.783]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/content_inspector-ce10eb3ac909953a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.5964955Z [00:04:14.789]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/content_inspector-ce10eb3ac909953a/dep-lib-content_inspector' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.6025160Z [00:04:14.795]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal-trx-7768ca00df799d63/lib-terminal_trx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.6087134Z [00:04:14.801]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal-trx-7768ca00df799d63/dep-lib-terminal_trx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.6147319Z [00:04:14.807]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal-trx-7768ca00df799d63/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.6206352Z [00:04:14.813]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal-trx-7768ca00df799d63/lib-terminal_trx.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.6265596Z [00:04:14.819]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-5335dbb64cbcc9f5/lib-cfg_if.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.6324628Z [00:04:14.825]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-5335dbb64cbcc9f5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.6386834Z [00:04:14.831]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-5335dbb64cbcc9f5/lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.6445953Z [00:04:14.837]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-5335dbb64cbcc9f5/dep-lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.6508246Z [00:04:14.843]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-31983b188b121da4/dep-lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.6569099Z [00:04:14.849]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-31983b188b121da4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.6631134Z [00:04:14.855]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-31983b188b121da4/lib-bitflags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.6694945Z [00:04:14.862]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-31983b188b121da4/lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.6759621Z [00:04:14.868]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-e516d29188b73381/lib-serde.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.6821809Z [00:04:14.874]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-e516d29188b73381/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.6882857Z [00:04:14.881]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-e516d29188b73381/dep-lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.6941289Z [00:04:14.886]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-e516d29188b73381/lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.7000437Z [00:04:14.892]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.7062083Z [00:04:14.899]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.7121153Z [00:04:14.904]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/dep-lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.7181162Z [00:04:14.910]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/lib-regex_syntax.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.7240746Z [00:04:14.916]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/lib-utf8parse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.7300343Z [00:04:14.922]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.7359707Z [00:04:14.928]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/lib-utf8parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.7419789Z [00:04:14.934]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/dep-lib-utf8parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.7481517Z [00:04:14.940]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linked-hash-map-bee71cebb34bbb63/dep-lib-linked_hash_map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.7541063Z [00:04:14.946]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linked-hash-map-bee71cebb34bbb63/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.7597494Z [00:04:14.952]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linked-hash-map-bee71cebb34bbb63/lib-linked_hash_map.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.7654432Z [00:04:14.958]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linked-hash-map-bee71cebb34bbb63/lib-linked_hash_map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.7712727Z [00:04:14.964]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-words-04357d8eadfbdc82/lib-shell_words.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.7769492Z [00:04:14.969]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-words-04357d8eadfbdc82/dep-lib-shell_words' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.7826374Z [00:04:14.975]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-words-04357d8eadfbdc82/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.7884260Z [00:04:14.981]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-words-04357d8eadfbdc82/lib-shell_words' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.7942986Z [00:04:14.987]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-core-647df20f480dedf1/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.8000724Z [00:04:14.992]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-core-647df20f480dedf1/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.8059682Z [00:04:14.998]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-026c9b0c0bff87e0/lib-bstr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.8118768Z [00:04:15.004]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-026c9b0c0bff87e0/lib-bstr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.8179034Z [00:04:15.010]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-026c9b0c0bff87e0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.8239418Z [00:04:15.016]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-026c9b0c0bff87e0/dep-lib-bstr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.8299615Z [00:04:15.022]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/home-25246cb9c45fe12e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.8357915Z [00:04:15.028]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/home-25246cb9c45fe12e/lib-home.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.8415453Z [00:04:15.034]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/home-25246cb9c45fe12e/lib-home' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.8473163Z [00:04:15.040]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/home-25246cb9c45fe12e/dep-lib-home' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.8532149Z [00:04:15.046]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-40b39d31228b3e36/dep-lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.8590670Z [00:04:15.051]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-40b39d31228b3e36/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.8652983Z [00:04:15.058]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-40b39d31228b3e36/lib-rustix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.8714497Z [00:04:15.064]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-40b39d31228b3e36/lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.8775055Z [00:04:15.070]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-e5d88b5b64347be0/lib-rayon' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.8834427Z [00:04:15.076]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-e5d88b5b64347be0/dep-lib-rayon' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.8894295Z [00:04:15.082]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-e5d88b5b64347be0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.8953461Z [00:04:15.088]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-e5d88b5b64347be0/lib-rayon.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.9011865Z [00:04:15.094]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/dep-lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.9072123Z [00:04:15.100]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.9131445Z [00:04:15.105]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.9189264Z [00:04:15.111]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/lib-strsim.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.9247831Z [00:04:15.117]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-f497dbc862f38eff/lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.9306508Z [00:04:15.123]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-f497dbc862f38eff/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.9364958Z [00:04:15.129]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-f497dbc862f38eff/lib-clap_lex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.9425003Z [00:04:15.135]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-f497dbc862f38eff/dep-lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.9488232Z [00:04:15.141]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna_adapter-1c979c5e9beb0425/dep-lib-idna_adapter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.9546722Z [00:04:15.147]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna_adapter-1c979c5e9beb0425/lib-idna_adapter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.9607986Z [00:04:15.153]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna_adapter-1c979c5e9beb0425/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.9667199Z [00:04:15.159]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna_adapter-1c979c5e9beb0425/lib-idna_adapter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.9726334Z [00:04:15.165]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/std_prelude-daa05de338145a14/dep-lib-std_prelude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.9785917Z [00:04:15.171]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/std_prelude-daa05de338145a14/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.9845841Z [00:04:15.177]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/std_prelude-daa05de338145a14/lib-std_prelude.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.9908508Z [00:04:15.183]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/std_prelude-daa05de338145a14/lib-std_prelude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:55.9970042Z [00:04:15.189]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/litemap-a63d05f46fac57ef/lib-litemap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.0030519Z [00:04:15.195]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/litemap-a63d05f46fac57ef/dep-lib-litemap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.0090616Z [00:04:15.201]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/litemap-a63d05f46fac57ef/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.0150895Z [00:04:15.207]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/litemap-a63d05f46fac57ef/lib-litemap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.0213675Z [00:04:15.214]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties-4b15e27345e0e46f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.0275903Z [00:04:15.220]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties-4b15e27345e0e46f/lib-icu_properties' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.0336896Z [00:04:15.226]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties-4b15e27345e0e46f/lib-icu_properties.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.0398364Z [00:04:15.232]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties-4b15e27345e0e46f/dep-lib-icu_properties' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.0459482Z [00:04:15.238]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinystr-9193fc9708c6ddda/lib-tinystr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.0519592Z [00:04:15.244]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinystr-9193fc9708c6ddda/dep-lib-tinystr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.0582487Z [00:04:15.251]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinystr-9193fc9708c6ddda/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.0648068Z [00:04:15.257]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinystr-9193fc9708c6ddda/lib-tinystr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.0715602Z [00:04:15.264]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-2e938e90e7efa395/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.0777613Z [00:04:15.270]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-2e938e90e7efa395/dep-lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.0838887Z [00:04:15.276]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-2e938e90e7efa395/lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.0903596Z [00:04:15.283]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-2e938e90e7efa395/lib-thiserror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.0966017Z [00:04:15.289]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bugreport-d85b5ad1d1c95b39/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.1028412Z [00:04:15.295]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bugreport-d85b5ad1d1c95b39/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.1089739Z [00:04:15.301]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna-288254ee0def8c00/lib-idna.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.1150910Z [00:04:15.307]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna-288254ee0def8c00/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.1212902Z [00:04:15.314]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna-288254ee0def8c00/dep-lib-idna' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.1275035Z [00:04:15.320]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna-288254ee0def8c00/lib-idna' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.1337670Z [00:04:15.326]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rgb-ee846bffb84ad358/lib-rgb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.1400523Z [00:04:15.332]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rgb-ee846bffb84ad358/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.1459252Z [00:04:15.338]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rgb-ee846bffb84ad358/dep-lib-rgb' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.1520031Z [00:04:15.344]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rgb-ee846bffb84ad358/lib-rgb' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.1580480Z [00:04:15.350]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-b399ce78ce72a4e7/lib-once_cell.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.1642126Z [00:04:15.356]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-b399ce78ce72a4e7/dep-lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.1704411Z [00:04:15.363]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-b399ce78ce72a4e7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.1765190Z [00:04:15.369]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-b399ce78ce72a4e7/lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.1827432Z [00:04:15.375]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/deranged-e9b64198e293fccd/lib-deranged' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.1888129Z [00:04:15.381]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/deranged-e9b64198e293fccd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.1949036Z [00:04:15.387]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/deranged-e9b64198e293fccd/dep-lib-deranged' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.2008973Z [00:04:15.393]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/deranged-e9b64198e293fccd/lib-deranged.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.2068302Z [00:04:15.399]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unsafe-libyaml-8959ae844e77fb2b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.2129731Z [00:04:15.405]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unsafe-libyaml-8959ae844e77fb2b/dep-lib-unsafe_libyaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.2193119Z [00:04:15.412]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unsafe-libyaml-8959ae844e77fb2b/lib-unsafe_libyaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.2252916Z [00:04:15.418]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unsafe-libyaml-8959ae844e77fb2b/lib-unsafe_libyaml.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.2313553Z [00:04:15.424]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yaml-rust-c8aaf070859a0401/lib-yaml_rust' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.2376042Z [00:04:15.430]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yaml-rust-c8aaf070859a0401/dep-lib-yaml_rust' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.2435888Z [00:04:15.436]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yaml-rust-c8aaf070859a0401/lib-yaml_rust.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.2495867Z [00:04:15.442]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yaml-rust-c8aaf070859a0401/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.2556610Z [00:04:15.448]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-b3141ecb6e1f5118/lib-either.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.2616131Z [00:04:15.454]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-b3141ecb6e1f5118/lib-either' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.2675660Z [00:04:15.460]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-b3141ecb6e1f5118/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.2750120Z [00:04:15.467]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-b3141ecb6e1f5118/dep-lib-either' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.2820161Z [00:04:15.474]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wild-cba2249c5eef03c3/lib-wild.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.2885556Z [00:04:15.481]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wild-cba2249c5eef03c3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.2948146Z [00:04:15.487]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wild-cba2249c5eef03c3/lib-wild' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.3012487Z [00:04:15.494]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wild-cba2249c5eef03c3/dep-lib-wild' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.3077453Z [00:04:15.500]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/encoding_rs-e54535f94b201fc2/lib-encoding_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.3140636Z [00:04:15.506]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/encoding_rs-e54535f94b201fc2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.3205113Z [00:04:15.513]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/encoding_rs-e54535f94b201fc2/lib-encoding_rs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.3272234Z [00:04:15.519]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/encoding_rs-e54535f94b201fc2/dep-lib-encoding_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.3337122Z [00:04:15.526]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/form_urlencoded-d22f34f47f97eadd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.3402061Z [00:04:15.532]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/form_urlencoded-d22f34f47f97eadd/lib-form_urlencoded' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.3469497Z [00:04:15.539]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/form_urlencoded-d22f34f47f97eadd/dep-lib-form_urlencoded' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.3533917Z [00:04:15.546]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/form_urlencoded-d22f34f47f97eadd/lib-form_urlencoded.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.3595549Z [00:04:15.552]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal-colorsaurus-fca8253c2889771f/dep-lib-terminal_colorsaurus' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.3658171Z [00:04:15.558]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal-colorsaurus-fca8253c2889771f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.3718908Z [00:04:15.564]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal-colorsaurus-fca8253c2889771f/lib-terminal_colorsaurus' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.3781280Z [00:04:15.570]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal-colorsaurus-fca8253c2889771f/lib-terminal_colorsaurus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.3843828Z [00:04:15.577]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-73ed215010b561ed/lib-smallvec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.3903354Z [00:04:15.583]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-73ed215010b561ed/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.3963691Z [00:04:15.589]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-73ed215010b561ed/dep-lib-smallvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.4025832Z [00:04:15.595]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-73ed215010b561ed/lib-smallvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.4088408Z [00:04:15.601]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locid_transform-39ab77d60ed5829b/lib-icu_locid_transform' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.4148548Z [00:04:15.607]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locid_transform-39ab77d60ed5829b/lib-icu_locid_transform.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.4210003Z [00:04:15.613]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locid_transform-39ab77d60ed5829b/dep-lib-icu_locid_transform' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.4269166Z [00:04:15.619]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locid_transform-39ab77d60ed5829b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.4330188Z [00:04:15.625]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerovec-69b412fa2a1afd8d/lib-zerovec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.4390051Z [00:04:15.631]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerovec-69b412fa2a1afd8d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.4448733Z [00:04:15.637]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerovec-69b412fa2a1afd8d/dep-lib-zerovec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.4509566Z [00:04:15.643]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerovec-69b412fa2a1afd8d/lib-zerovec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.4571073Z [00:04:15.649]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-1dbceb125d36f529/lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.4634328Z [00:04:15.656]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-1dbceb125d36f529/dep-lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.4693603Z [00:04:15.662]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-1dbceb125d36f529/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.4752968Z [00:04:15.668]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-1dbceb125d36f529/lib-regex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.4815388Z [00:04:15.674]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clircle-f93dd060df503e61/lib-clircle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.4877824Z [00:04:15.680]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clircle-f93dd060df503e61/lib-clircle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.4939429Z [00:04:15.686]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clircle-f93dd060df503e61/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.5001694Z [00:04:15.693]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clircle-f93dd060df503e61/dep-lib-clircle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.5063832Z [00:04:15.699]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-942298f08837beb8/dep-lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.5125514Z [00:04:15.705]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-942298f08837beb8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.5188614Z [00:04:15.711]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-942298f08837beb8/lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.5247515Z [00:04:15.717]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-942298f08837beb8/lib-hashbrown.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.5309246Z [00:04:15.723]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-271f229373c5cb4d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.5370738Z [00:04:15.729]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-271f229373c5cb4d/dep-lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.5429781Z [00:04:15.735]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-271f229373c5cb4d/lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.5489146Z [00:04:15.741]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-271f229373c5cb4d/lib-aho_corasick.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.5551443Z [00:04:15.747]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytesize-017c767a020b58b2/dep-lib-bytesize' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.5611786Z [00:04:15.753]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytesize-017c767a020b58b2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.5672793Z [00:04:15.760]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytesize-017c767a020b58b2/lib-bytesize' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.5733438Z [00:04:15.766]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytesize-017c767a020b58b2/lib-bytesize.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.5795022Z [00:04:15.772]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-e799659df7e28d12/lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.5854599Z [00:04:15.778]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-e799659df7e28d12/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.5914330Z [00:04:15.784]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-e799659df7e28d12/lib-memchr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.5978275Z [00:04:15.790]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-e799659df7e28d12/dep-lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.6042392Z [00:04:15.797]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locid_transform_data-deeda695c34691a0/lib-icu_locid_transform_data.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.6102516Z [00:04:15.803]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locid_transform_data-deeda695c34691a0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.6162639Z [00:04:15.809]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locid_transform_data-deeda695c34691a0/lib-icu_locid_transform_data' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.6225076Z [00:04:15.815]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locid_transform_data-deeda695c34691a0/dep-lib-icu_locid_transform_data' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.6289125Z [00:04:15.821]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libz-sys-f2d50ba9728e7f0e/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.6352142Z [00:04:15.828]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libz-sys-f2d50ba9728e7f0e/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.6411710Z [00:04:15.834]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/writeable-db68817ed34b1ba0/lib-writeable' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.6472096Z [00:04:15.840]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/writeable-db68817ed34b1ba0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.6531440Z [00:04:15.845]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/writeable-db68817ed34b1ba0/lib-writeable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.6593972Z [00:04:15.852]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/writeable-db68817ed34b1ba0/dep-lib-writeable' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.6658215Z [00:04:15.858]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-056469cb054f3137/dep-lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.6719157Z [00:04:15.864]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-056469cb054f3137/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.6781809Z [00:04:15.870]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-056469cb054f3137/lib-bitflags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.6842837Z [00:04:15.877]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-056469cb054f3137/lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.6909071Z [00:04:15.883]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ansi_colours-e8381e8aa1b64cf4/dep-lib-ansi_colours' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.6973857Z [00:04:15.890]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ansi_colours-e8381e8aa1b64cf4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.7035392Z [00:04:15.896]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ansi_colours-e8381e8aa1b64cf4/lib-ansi_colours.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.7097377Z [00:04:15.902]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ansi_colours-e8381e8aa1b64cf4/lib-ansi_colours' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.7161138Z [00:04:15.908]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-eab5081ac1797271/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.7223511Z [00:04:15.915]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-eab5081ac1797271/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.7285980Z [00:04:15.921]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bincode-9cf32eab989e56f5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.7347677Z [00:04:15.927]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bincode-9cf32eab989e56f5/lib-bincode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.7407912Z [00:04:15.933]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bincode-9cf32eab989e56f5/lib-bincode' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.7469211Z [00:04:15.939]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bincode-9cf32eab989e56f5/dep-lib-bincode' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.7528771Z [00:04:15.945]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libgit2-sys-4deb50649619b43b/lib-libgit2_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.7588549Z [00:04:15.951]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libgit2-sys-4deb50649619b43b/dep-lib-libgit2_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.7647776Z [00:04:15.957]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libgit2-sys-4deb50649619b43b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.7706742Z [00:04:15.963]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libgit2-sys-4deb50649619b43b/lib-libgit2_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.7767411Z [00:04:15.969]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-de09fbe8fbd555b4/dep-lib-icu_normalizer_data' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.7828084Z [00:04:15.975]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-de09fbe8fbd555b4/lib-icu_normalizer_data' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.7886578Z [00:04:15.981]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-de09fbe8fbd555b4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.7945305Z [00:04:15.987]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-de09fbe8fbd555b4/lib-icu_normalizer_data.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.8006777Z [00:04:15.993]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-1d1efc38be5a27f8/lib-indexmap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.8067452Z [00:04:15.999]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-1d1efc38be5a27f8/dep-lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.8128163Z [00:04:16.005]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-1d1efc38be5a27f8/lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.8187124Z [00:04:16.011]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-1d1efc38be5a27f8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.8246685Z [00:04:16.017]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/xterm-color-aa5531b856cf70c7/lib-xterm_color.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.8306217Z [00:04:16.023]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/xterm-color-aa5531b856cf70c7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.8364734Z [00:04:16.029]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/xterm-color-aa5531b856cf70c7/dep-lib-xterm_color' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.8424469Z [00:04:16.035]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/xterm-color-aa5531b856cf70c7/lib-xterm_color' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.8484531Z [00:04:16.041]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytemuck-fe8f8ee62542e0a3/lib-bytemuck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.8544477Z [00:04:16.047]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytemuck-fe8f8ee62542e0a3/dep-lib-bytemuck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.8605127Z [00:04:16.053]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytemuck-fe8f8ee62542e0a3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.8665922Z [00:04:16.059]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytemuck-fe8f8ee62542e0a3/lib-bytemuck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.8726757Z [00:04:16.065]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-1e34e5b356de6083/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.8785959Z [00:04:16.071]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-1e34e5b356de6083/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.8846179Z [00:04:16.077]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-58a87eb00497feda/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.8906137Z [00:04:16.083]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-58a87eb00497feda/dep-lib-unicode_segmentation' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.8965352Z [00:04:16.089]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-58a87eb00497feda/lib-unicode_segmentation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.9025296Z [00:04:16.095]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-58a87eb00497feda/lib-unicode_segmentation' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.9087462Z [00:04:16.101]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/git-version-14491a479ab8dcd1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.9164347Z [00:04:16.109]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/git-version-14491a479ab8dcd1/lib-git_version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.9230786Z [00:04:16.115]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/git-version-14491a479ab8dcd1/lib-git_version.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.9294721Z [00:04:16.122]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/git-version-14491a479ab8dcd1/dep-lib-git_version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.9360373Z [00:04:16.128]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-74b0f744cbb31470/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.9426766Z [00:04:16.135]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-74b0f744cbb31470/dep-lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.9495963Z [00:04:16.142]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-74b0f744cbb31470/lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.9562206Z [00:04:16.149]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-74b0f744cbb31470/lib-anstyle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.9627774Z [00:04:16.155]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-core-d744dc40edf72df3/lib-rayon_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.9690767Z [00:04:16.161]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-core-d744dc40edf72df3/dep-lib-rayon_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.9753195Z [00:04:16.168]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-core-d744dc40edf72df3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.9816423Z [00:04:16.174]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-core-d744dc40edf72df3/lib-rayon_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.9879301Z [00:04:16.180]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-7ded428ff597e470/lib-unicode_width.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:56.9944532Z [00:04:16.187]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-7ded428ff597e470/lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.0006486Z [00:04:16.193]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-7ded428ff597e470/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.0066053Z [00:04:16.199]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-7ded428ff597e470/dep-lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.0129643Z [00:04:16.205]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-3c60fcc3958beeed/dep-lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.0190519Z [00:04:16.211]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-3c60fcc3958beeed/lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.0251472Z [00:04:16.217]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-3c60fcc3958beeed/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.0312275Z [00:04:16.224]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-3c60fcc3958beeed/lib-linux_raw_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.0373884Z [00:04:16.230]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf16_iter-a7bc44b761bfe6ed/dep-lib-utf16_iter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.0434463Z [00:04:16.236]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf16_iter-a7bc44b761bfe6ed/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.0495471Z [00:04:16.242]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf16_iter-a7bc44b761bfe6ed/lib-utf16_iter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.0557772Z [00:04:16.248]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf16_iter-a7bc44b761bfe6ed/lib-utf16_iter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.0622056Z [00:04:16.254]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-920aadcb768c81d9/dep-lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.0684048Z [00:04:16.261]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-920aadcb768c81d9/lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.0744461Z [00:04:16.267]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-920aadcb768c81d9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.0805288Z [00:04:16.273]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-920aadcb768c81d9/lib-anstream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.0868785Z [00:04:16.279]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_yaml-f958b7e9ad119d6a/lib-serde_yaml.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.0933001Z [00:04:16.286]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_yaml-f958b7e9ad119d6a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.0994112Z [00:04:16.292]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_yaml-f958b7e9ad119d6a/dep-lib-serde_yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.1054851Z [00:04:16.298]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_yaml-f958b7e9ad119d6a/lib-serde_yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.1116120Z [00:04:16.304]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-d3a003c5745aa4e2/dep-lib-fnv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.1174766Z [00:04:16.310]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-d3a003c5745aa4e2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.1234057Z [00:04:16.316]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-d3a003c5745aa4e2/lib-fnv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.1294829Z [00:04:16.322]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fnv-d3a003c5745aa4e2/lib-fnv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.1356357Z [00:04:16.328]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/dep-lib-is_terminal_polyfill' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.1416897Z [00:04:16.334]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/lib-is_terminal_polyfill' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.1479370Z [00:04:16.340]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.1541976Z [00:04:16.347]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/lib-is_terminal_polyfill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.1604527Z [00:04:16.353]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/powerfmt-6e0d9dec78c98ec2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.1666673Z [00:04:16.359]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/powerfmt-6e0d9dec78c98ec2/lib-powerfmt.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.1728943Z [00:04:16.365]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/powerfmt-6e0d9dec78c98ec2/lib-powerfmt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.1792950Z [00:04:16.372]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/powerfmt-6e0d9dec78c98ec2/dep-lib-powerfmt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.1857231Z [00:04:16.378]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bat-85e59e7663783e04/run-build-script-build-script-main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.1922109Z [00:04:16.385]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bat-85e59e7663783e04/run-build-script-build-script-main.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.1984512Z [00:04:16.391]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/lib-walkdir.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.2047922Z [00:04:16.397]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/lib-walkdir' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.2109748Z [00:04:16.403]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.2170122Z [00:04:16.409]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/dep-lib-walkdir' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.2232977Z [00:04:16.416]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/plist-c80792f6c4176758/lib-plist' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.2293725Z [00:04:16.422]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/plist-c80792f6c4176758/lib-plist.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.2357173Z [00:04:16.428]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/plist-c80792f6c4176758/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.2418542Z [00:04:16.434]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/plist-c80792f6c4176758/dep-lib-plist' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.2479171Z [00:04:16.440]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-915aec7b648725f8/dep-lib-itertools' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.2538793Z [00:04:16.446]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-915aec7b648725f8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.2599250Z [00:04:16.452]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-915aec7b648725f8/lib-itertools.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.2661598Z [00:04:16.458]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-915aec7b648725f8/lib-itertools' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.2723325Z [00:04:16.465]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-179e3c81e30bec0d/lib-crossbeam_epoch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.2785118Z [00:04:16.471]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-179e3c81e30bec0d/dep-lib-crossbeam_epoch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.2846813Z [00:04:16.477]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-179e3c81e30bec0d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.2908357Z [00:04:16.483]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-179e3c81e30bec0d/lib-crossbeam_epoch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.2968763Z [00:04:16.489]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-34b2c2a1cfbbb22b/lib-percent_encoding.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.3029729Z [00:04:16.495]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-34b2c2a1cfbbb22b/dep-lib-percent_encoding' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.3093169Z [00:04:16.502]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-34b2c2a1cfbbb22b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.3153639Z [00:04:16.508]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-34b2c2a1cfbbb22b/lib-percent_encoding' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.3214683Z [00:04:16.514]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-d3912d4c466823d0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.3275303Z [00:04:16.520]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-d3912d4c466823d0/lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.3337168Z [00:04:16.526]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-d3912d4c466823d0/dep-lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.3397808Z [00:04:16.532]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-d3912d4c466823d0/lib-anstyle_query.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.3458758Z [00:04:16.538]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/aarch64-unknown-linux-musl/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.3523101Z [00:04:16.545]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libsame_file-1f5074b1b141e875.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.3583831Z [00:04:16.551]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libhashbrown-75302223b2e4e5c6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.3645075Z [00:04:16.557]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/synstructure-cb12c67c2e7cb9ef.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.3706113Z [00:04:16.563]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libserde_with-4325cc36c7f36169.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.3767877Z [00:04:16.569]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/shlex-380b779259fb4319.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.3829088Z [00:04:16.575]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/equivalent-be151bb69e5a723b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.3892727Z [00:04:16.582]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libanstyle-b2ffee21e8974235.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.3955210Z [00:04:16.588]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/anstyle_query-ef38611df44ed449.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.4016891Z [00:04:16.594]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libanstyle-b2ffee21e8974235.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.4083024Z [00:04:16.601]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libproc_macro2-f29a55410a18d87b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.4148887Z [00:04:16.607]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libshlex-380b779259fb4319.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.4214685Z [00:04:16.614]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libsame_file-1f5074b1b141e875.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.4281330Z [00:04:16.620]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/strsim-a9d3cbd7c8322457.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.4345456Z [00:04:16.627]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libwinnow-11b8ce4f7a3ed51e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.4411918Z [00:04:16.633]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libanstyle_parse-7600fb79de291417.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.4476382Z [00:04:16.640]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libregex_syntax-5bc4fd853bb1c4e6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.4538774Z [00:04:16.646]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libdarling-ac1098b558dbdcb9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.4600888Z [00:04:16.652]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libdarling-ac1098b558dbdcb9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.4663706Z [00:04:16.659]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/liblinux_raw_sys-49ea3e0953a47f84.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.4726301Z [00:04:16.665]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/ident_case-3aff5cc603f2172f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.4787361Z [00:04:16.671]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libindexmap-5c4518665903cda8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.4847976Z [00:04:16.677]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libbitflags-4fe1ecf67724f066.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.4908588Z [00:04:16.683]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libregex_syntax-5bc4fd853bb1c4e6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.4971230Z [00:04:16.690]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libdisplaydoc-2ddb91cd63039458.so' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:57.5032777Z [00:04:16.696]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libwalkdir-598b39bebac6d310.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.5095194Z [00:04:16.702]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libonce_cell-1cfe26da92235742.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.5160149Z [00:04:16.708]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libcolorchoice-32c0e8df2afc1e91.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.5232889Z [00:04:16.716]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libjobserver-1aa8bec7774ceb6e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.5302071Z [00:04:16.723]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/winnow-11b8ce4f7a3ed51e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.5371854Z [00:04:16.730]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libc-575461593549ce41.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.5435269Z [00:04:16.736]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libcc-009c4d20ace05d19.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.5498058Z [00:04:16.742]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libanstyle_parse-7600fb79de291417.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.5558731Z [00:04:16.748]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/itertools-1253dcca84c0885b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.5621257Z [00:04:16.755]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/proc_macro2-f29a55410a18d87b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.5684357Z [00:04:16.761]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/clap-e8d177bf1cb85a57.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.5746871Z [00:04:16.767]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/is_terminal_polyfill-1c45283c6e56c87a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.5811985Z [00:04:16.774]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libeither-8d4d522ab24c13cd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.5875929Z [00:04:16.780]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libis_terminal_polyfill-1c45283c6e56c87a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.5941462Z [00:04:16.786]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libserde_spanned-9d1ec69992e97108.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.6003701Z [00:04:16.793]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libserde_spanned-9d1ec69992e97108.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.6064575Z [00:04:16.799]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/same_file-1f5074b1b141e875.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.6128073Z [00:04:16.805]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libsyn-ceffe8f57cb0d489.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.6193387Z [00:04:16.812]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libfnv-92202d5b3ef7f31c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.6254903Z [00:04:16.818]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libyoke_derive-1f4e04824e7adc74.so' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:57.6316291Z [00:04:16.824]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/liblibc-575461593549ce41.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.6377259Z [00:04:16.830]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libtoml_parser-6aaf0d02c8b16ef8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.6440560Z [00:04:16.836]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libanstyle_query-ef38611df44ed449.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.6502299Z [00:04:16.843]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libcc-009c4d20ace05d19.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.6566459Z [00:04:16.849]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libclap_builder-a506de7042b42803.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.6630555Z [00:04:16.855]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libserde_with-4325cc36c7f36169.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.6691383Z [00:04:16.861]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/bitflags-4fe1ecf67724f066.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.6754109Z [00:04:16.868]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libpkg_config-93a99bd4dff38010.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.6817652Z [00:04:16.874]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libaho_corasick-820654ff956f74f5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.6879087Z [00:04:16.880]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libindexmap-5c4518665903cda8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.6945998Z [00:04:16.887]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libunicode_ident-a24fedd536a64fa2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.7012914Z [00:04:16.894]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/unicode_ident-a24fedd536a64fa2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.7074898Z [00:04:16.900]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libanstyle_query-ef38611df44ed449.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.7134843Z [00:04:16.906]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libquote-ff888b0fcbe07a39.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.7197555Z [00:04:16.912]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libterminal_size-537cfdb2ee70c2b4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.7259759Z [00:04:16.918]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/git_version_macro-66ce0d762872d4f7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.7320584Z [00:04:16.924]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libprettyplease-87cb192c2af363e2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.7381273Z [00:04:16.930]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/cc-009c4d20ace05d19.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.7444918Z [00:04:16.937]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libhashbrown-75302223b2e4e5c6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.7506831Z [00:04:16.943]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/darling-ac1098b558dbdcb9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.7569797Z [00:04:16.949]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libzerovec_derive-330e44643c5a519f.so' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:57.7631585Z [00:04:16.956]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/serde_derive-be3254bad79007a1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.7691504Z [00:04:16.962]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libtoml-2e8e6d08f77968c6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.7753635Z [00:04:16.968]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libvcpkg-57e61f3d74998a16.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.7816225Z [00:04:16.974]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libtoml_parser-6aaf0d02c8b16ef8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.7878107Z [00:04:16.980]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libterminal_size-537cfdb2ee70c2b4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.7939806Z [00:04:16.986]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libjobserver-1aa8bec7774ceb6e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.8001028Z [00:04:16.992]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libanyhow-e94bd31fedb76048.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.8061655Z [00:04:16.999]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libthiserror_impl-38e9baa2f8d5d2c0.so' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:57.8123336Z [00:04:17.005]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libstrsim-a9d3cbd7c8322457.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.8184821Z [00:04:17.011]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/vcpkg-57e61f3d74998a16.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.8244951Z [00:04:17.017]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/librustix-d96d1c5ca8b48599.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.8304741Z [00:04:17.023]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libicu_provider_macros-3e1b7a99b75dc46a.so' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:57.8365677Z [00:04:17.029]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libgit_version_macro-66ce0d762872d4f7.so' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:57.8425966Z [00:04:17.035]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libwalkdir-598b39bebac6d310.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.8486882Z [00:04:17.041]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/quote-ff888b0fcbe07a39.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.8547167Z [00:04:17.047]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libutf8parse-978935a34c60a6d5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.8607645Z [00:04:17.053]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libcolorchoice-32c0e8df2afc1e91.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.8668465Z [00:04:17.059]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/toml_parser-6aaf0d02c8b16ef8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.8732170Z [00:04:17.066]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libserde_with_macros-93841e4b9780d092.so' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:57.8795657Z [00:04:17.072]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libsyn-ceffe8f57cb0d489.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.8857127Z [00:04:17.078]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/colorchoice-32c0e8df2afc1e91.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.8920056Z [00:04:17.084]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/clap_builder-a506de7042b42803.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.8982440Z [00:04:17.091]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libwinnow-11b8ce4f7a3ed51e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.9044773Z [00:04:17.097]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libmemchr-cbf058b6ee682193.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.9105051Z [00:04:17.103]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libitertools-1253dcca84c0885b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.9167263Z [00:04:17.109]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libzerofrom_derive-791f6378e8019f7c.so' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:57.9229462Z [00:04:17.115]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/once_cell-1cfe26da92235742.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.9290589Z [00:04:17.121]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libregex-f645826edffdc4fc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.9351739Z [00:04:17.128]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libclap_lex-d83acb44fdd14ec4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.9412291Z [00:04:17.134]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/anstyle_parse-7600fb79de291417.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.9476415Z [00:04:17.140]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libtoml_datetime-d868fea439ec5d4f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.9541950Z [00:04:17.147]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libclap-e8d177bf1cb85a57.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.9607927Z [00:04:17.153]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/regex_automata-e826d88f35360402.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.9670001Z [00:04:17.159]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/thiserror_impl-38e9baa2f8d5d2c0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.9733152Z [00:04:17.166]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libequivalent-be151bb69e5a723b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.9794319Z [00:04:17.172]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libtoml_writer-8bce2a27048a336d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.9854342Z [00:04:17.178]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libthiserror_impl-1bcf3a093b5664a2.so' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:57.9915504Z [00:04:17.184]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/icu_provider_macros-3e1b7a99b75dc46a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:57.9977760Z [00:04:17.190]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libeither-8d4d522ab24c13cd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.0038066Z [00:04:17.196]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/zerofrom_derive-791f6378e8019f7c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.0097237Z [00:04:17.202]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/hashbrown-75302223b2e4e5c6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.0156303Z [00:04:17.208]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/jobserver-1aa8bec7774ceb6e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.0217681Z [00:04:17.214]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/walkdir-598b39bebac6d310.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.0276815Z [00:04:17.220]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libtoml-2e8e6d08f77968c6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.0336948Z [00:04:17.226]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libunicode_ident-a24fedd536a64fa2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.0397547Z [00:04:17.232]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/toml_datetime-d868fea439ec5d4f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.0460836Z [00:04:17.238]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/librustix-d96d1c5ca8b48599.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.0522494Z [00:04:17.245]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libtoml_datetime-d868fea439ec5d4f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.0583757Z [00:04:17.251]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/regex_syntax-5bc4fd853bb1c4e6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.0648212Z [00:04:17.257]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libclap_builder-a506de7042b42803.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.0710472Z [00:04:17.263]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libfnv-92202d5b3ef7f31c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.0773079Z [00:04:17.270]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libproc_macro2-f29a55410a18d87b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.0835980Z [00:04:17.276]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libclap_lex-d83acb44fdd14ec4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.0899959Z [00:04:17.282]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/displaydoc-2ddb91cd63039458.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.0964760Z [00:04:17.289]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/pkg_config-93a99bd4dff38010.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.1026410Z [00:04:17.295]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/anstream-007d10b213eb8916.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.1091243Z [00:04:17.301]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libstrsim-a9d3cbd7c8322457.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.1153761Z [00:04:17.308]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libanyhow-e94bd31fedb76048.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.1216310Z [00:04:17.314]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libanstream-007d10b213eb8916.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.1277983Z [00:04:17.320]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libonce_cell-1cfe26da92235742.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.1338209Z [00:04:17.326]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libutf8parse-978935a34c60a6d5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.1399141Z [00:04:17.332]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libregex_automata-e826d88f35360402.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.1461396Z [00:04:17.338]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/fnv-92202d5b3ef7f31c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.1523287Z [00:04:17.345]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libdarling_macro-e934a2fb5a55a6ce.so' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:58.1585004Z [00:04:17.351]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libequivalent-be151bb69e5a723b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.1647816Z [00:04:17.357]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/regex-f645826edffdc4fc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.1710251Z [00:04:17.363]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libident_case-3aff5cc603f2172f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.1772004Z [00:04:17.370]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/serde_with-4325cc36c7f36169.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.1833053Z [00:04:17.376]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libdarling_core-58115923cc9d53a3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.1892662Z [00:04:17.382]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libis_terminal_polyfill-1c45283c6e56c87a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.1952843Z [00:04:17.388]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/serde_spanned-9d1ec69992e97108.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.2013229Z [00:04:17.394]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libpkg_config-93a99bd4dff38010.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.2076474Z [00:04:17.400]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/anstyle-b2ffee21e8974235.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.2141144Z [00:04:17.406]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/aho_corasick-820654ff956f74f5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.2204360Z [00:04:17.413]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/anyhow-e94bd31fedb76048.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.2269101Z [00:04:17.419]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/zerovec_derive-330e44643c5a519f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.2330121Z [00:04:17.425]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/terminal_size-537cfdb2ee70c2b4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.2391651Z [00:04:17.431]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libserde-0ffe6917e904c9ab.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.2454494Z [00:04:17.438]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/either-8d4d522ab24c13cd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.2517593Z [00:04:17.444]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/linux_raw_sys-49ea3e0953a47f84.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.2579247Z [00:04:17.450]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/darling_macro-e934a2fb5a55a6ce.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.2643482Z [00:04:17.457]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libsynstructure-cb12c67c2e7cb9ef.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.2704982Z [00:04:17.463]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/yoke_derive-1f4e04824e7adc74.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.2766637Z [00:04:17.469]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libsynstructure-cb12c67c2e7cb9ef.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.2825899Z [00:04:17.475]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libmemchr-cbf058b6ee682193.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.2886457Z [00:04:17.481]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libbitflags-4fe1ecf67724f066.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.2946862Z [00:04:17.487]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/serde-0ffe6917e904c9ab.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.3009212Z [00:04:17.493]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/clap_lex-d83acb44fdd14ec4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.3071757Z [00:04:17.500]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/thiserror_impl-1bcf3a093b5664a2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.3133942Z [00:04:17.506]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libvcpkg-57e61f3d74998a16.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.3197663Z [00:04:17.512]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libdarling_core-58115923cc9d53a3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.3258768Z [00:04:17.518]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/toml_writer-8bce2a27048a336d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.3320634Z [00:04:17.524]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/syn-ceffe8f57cb0d489.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.3383506Z [00:04:17.531]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libaho_corasick-820654ff956f74f5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.3445058Z [00:04:17.537]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/utf8parse-978935a34c60a6d5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.3506663Z [00:04:17.543]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/liblibc-575461593549ce41.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.3567793Z [00:04:17.549]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libclap-e8d177bf1cb85a57.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.3629596Z [00:04:17.555]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/memchr-cbf058b6ee682193.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.3692381Z [00:04:17.562]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/rustix-d96d1c5ca8b48599.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.3756321Z [00:04:17.568]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/serde_with_macros-93841e4b9780d092.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.3819607Z [00:04:17.574]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/darling_core-58115923cc9d53a3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.3879148Z [00:04:17.580]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/liblinux_raw_sys-49ea3e0953a47f84.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.3938024Z [00:04:17.586]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libserde-0ffe6917e904c9ab.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.3997716Z [00:04:17.592]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libserde_derive-be3254bad79007a1.so' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:58.4058560Z [00:04:17.598]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libtoml_writer-8bce2a27048a336d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.4118745Z [00:04:17.604]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libregex-f645826edffdc4fc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.4181594Z [00:04:17.611]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libitertools-1253dcca84c0885b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.4242529Z [00:04:17.617]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libregex_automata-e826d88f35360402.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.4301097Z [00:04:17.622]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libshlex-380b779259fb4319.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.4362096Z [00:04:17.629]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libprettyplease-87cb192c2af363e2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.4424375Z [00:04:17.635]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libident_case-3aff5cc603f2172f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.4485673Z [00:04:17.641]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/toml-2e8e6d08f77968c6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.4544616Z [00:04:17.647]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/indexmap-5c4518665903cda8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.4604861Z [00:04:17.653]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libanstream-007d10b213eb8916.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.4666265Z [00:04:17.659]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/libquote-ff888b0fcbe07a39.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.4727731Z [00:04:17.665]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/deps/prettyplease-87cb192c2af363e2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.4791975Z [00:04:17.672]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/serde_json-8757abf577c066df/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:58.4852355Z [00:04:17.678]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/serde_json-8757abf577c066df/build_script_build-8757abf577c066df' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:58.4912456Z [00:04:17.684]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/serde_json-8757abf577c066df/build_script_build-8757abf577c066df.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.4971569Z [00:04:17.690]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/serde-a7c0d7167fc69c10/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:58.5031280Z [00:04:17.695]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/serde-a7c0d7167fc69c10/build_script_build-a7c0d7167fc69c10.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.5094513Z [00:04:17.702]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/serde-a7c0d7167fc69c10/build_script_build-a7c0d7167fc69c10' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:58.5157341Z [00:04:17.708]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/rustix-c9edea24618d6d5f/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.5219907Z [00:04:17.714]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/rustix-c9edea24618d6d5f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.5282197Z [00:04:17.721]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/rustix-c9edea24618d6d5f/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.5343580Z [00:04:17.727]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/rustix-c9edea24618d6d5f/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.5404725Z [00:04:17.733]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6/build_script_build-b7b355ee76e503f6' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:58.5465516Z [00:04:17.739]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:58.5527536Z [00:04:17.745]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6/build_script_build-b7b355ee76e503f6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.5587939Z [00:04:17.751]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/libz-sys-1f323e6208ede612/build_script_build-1f323e6208ede612' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:58.5650268Z [00:04:17.757]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/libz-sys-1f323e6208ede612/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:58.5713390Z [00:04:17.764]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/libz-sys-1f323e6208ede612/build_script_build-1f323e6208ede612.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.5775111Z [00:04:17.770]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/anyhow-d2ab9cca0d7c98af/build_script_build-d2ab9cca0d7c98af.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.5836032Z [00:04:17.776]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/anyhow-d2ab9cca0d7c98af/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:58.5899607Z [00:04:17.782]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/anyhow-d2ab9cca0d7c98af/build_script_build-d2ab9cca0d7c98af' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:58.5964573Z [00:04:17.789]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/bat-7563dabe23fa08bb/build_script_main-7563dabe23fa08bb' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:58.6024898Z [00:04:17.795]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/bat-7563dabe23fa08bb/build_script_main-7563dabe23fa08bb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.6085007Z [00:04:17.801]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/bat-7563dabe23fa08bb/build-script-main' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:58.6152681Z [00:04:17.807]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/semver-e24b5df588320de0/build_script_build-e24b5df588320de0' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:58.6210795Z [00:04:17.813]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/semver-e24b5df588320de0/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:58.6271960Z [00:04:17.820]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/semver-e24b5df588320de0/build_script_build-e24b5df588320de0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.6334024Z [00:04:17.826]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/onig_sys-af51e9208552f7ec/build_script_build-af51e9208552f7ec.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.6395394Z [00:04:17.832]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/onig_sys-af51e9208552f7ec/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:58.6456327Z [00:04:17.838]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/onig_sys-af51e9208552f7ec/build_script_build-af51e9208552f7ec' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:58.6518101Z [00:04:17.844]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build_script_build-088b0e1b523234bf' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:58.6578476Z [00:04:17.850]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build_script_build-088b0e1b523234bf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.6642427Z [00:04:17.857]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:58.6704553Z [00:04:17.863]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/anyhow-198f7894751c17ff/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.6768384Z [00:04:17.869]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/anyhow-198f7894751c17ff/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.6834077Z [00:04:17.876]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/anyhow-198f7894751c17ff/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.6897814Z [00:04:17.882]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/anyhow-198f7894751c17ff/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.6964797Z [00:04:17.889]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/libc-a5b9263dbb23e8b7/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.7027224Z [00:04:17.895]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/libc-a5b9263dbb23e8b7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.7088337Z [00:04:17.901]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/libc-a5b9263dbb23e8b7/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.7150997Z [00:04:17.907]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/libc-a5b9263dbb23e8b7/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.7212374Z [00:04:17.914]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/prettyplease-7b860cbb760874a2/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:58.7274714Z [00:04:17.920]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/prettyplease-7b860cbb760874a2/build_script_build-7b860cbb760874a2' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:58.7336330Z [00:04:17.926]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/prettyplease-7b860cbb760874a2/build_script_build-7b860cbb760874a2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.7398819Z [00:04:17.932]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/serde-a68ea95bda286375/build_script_build-a68ea95bda286375.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.7459685Z [00:04:17.938]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/serde-a68ea95bda286375/build_script_build-a68ea95bda286375' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:58.7522759Z [00:04:17.945]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/serde-a68ea95bda286375/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:58.7584647Z [00:04:17.951]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build_script_build-8196f37f0d52254e' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:58.7645007Z [00:04:17.957]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:58.7706754Z [00:04:17.963]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build_script_build-8196f37f0d52254e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.7769214Z [00:04:17.969]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/prettyplease-d8751935d64a9770/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.7831328Z [00:04:17.975]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/prettyplease-d8751935d64a9770/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.7893321Z [00:04:17.982]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/prettyplease-d8751935d64a9770/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.7953108Z [00:04:17.988]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/prettyplease-d8751935d64a9770/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.8014000Z [00:04:17.994]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.8073770Z [00:04:18.000]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.8133803Z [00:04:18.006]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.8197686Z [00:04:18.012]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.8261734Z [00:04:18.019]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/serde-ccfbfe85e126f3b2/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.8325093Z [00:04:18.025]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/serde-ccfbfe85e126f3b2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.8390640Z [00:04:18.031]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/serde-ccfbfe85e126f3b2/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.8455299Z [00:04:18.038]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/serde-ccfbfe85e126f3b2/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.8522431Z [00:04:18.045]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/libc-043f9700968c6b96/build_script_build-043f9700968c6b96' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:58.8587848Z [00:04:18.051]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/libc-043f9700968c6b96/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:58.8653349Z [00:04:18.058]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/libc-043f9700968c6b96/build_script_build-043f9700968c6b96.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.8720102Z [00:04:18.064]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/bugreport-84f6f7b556227579/build_script_build-84f6f7b556227579' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:58.8785103Z [00:04:18.071]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/bugreport-84f6f7b556227579/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:58.8845093Z [00:04:18.077]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/bugreport-84f6f7b556227579/build_script_build-84f6f7b556227579.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.8906501Z [00:04:18.083]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/thiserror-b8458e758c978feb/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:58.8968951Z [00:04:18.089]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/thiserror-b8458e758c978feb/build_script_build-b8458e758c978feb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.9029020Z [00:04:18.095]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/thiserror-b8458e758c978feb/build_script_build-b8458e758c978feb' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:58.9087077Z [00:04:18.101]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/rayon-core-55c4319b2dd25625/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:58.9146883Z [00:04:18.107]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/rayon-core-55c4319b2dd25625/build_script_build-55c4319b2dd25625.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.9206135Z [00:04:18.113]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/rayon-core-55c4319b2dd25625/build_script_build-55c4319b2dd25625' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:58.9268100Z [00:04:18.119]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/rustix-2920b038b546f39e/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:58.9328497Z [00:04:18.125]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/rustix-2920b038b546f39e/build_script_build-2920b038b546f39e' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:58.9389890Z [00:04:18.131]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/rustix-2920b038b546f39e/build_script_build-2920b038b546f39e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.9449344Z [00:04:18.137]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/libgit2-sys-634cb82b8136b9d4/build_script_build-634cb82b8136b9d4' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:58.9507648Z [00:04:18.143]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/libgit2-sys-634cb82b8136b9d4/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T19:01:58.9565547Z [00:04:18.149]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/build/libgit2-sys-634cb82b8136b9d4/build_script_build-634cb82b8136b9d4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.9624109Z [00:04:18.155]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.9687644Z [00:04:18.161]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/thiserror-impl-1bcf3a093b5664a2/dep-lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.9749320Z [00:04:18.167]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/thiserror-impl-1bcf3a093b5664a2/lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.9810992Z [00:04:18.173]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/thiserror-impl-1bcf3a093b5664a2/lib-thiserror_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.9872422Z [00:04:18.180]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/thiserror-impl-1bcf3a093b5664a2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.9934472Z [00:04:18.186]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/prettyplease-87cb192c2af363e2/lib-prettyplease.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:58.9997148Z [00:04:18.192]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/prettyplease-87cb192c2af363e2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.0058248Z [00:04:18.198]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/prettyplease-87cb192c2af363e2/lib-prettyplease' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.0116741Z [00:04:18.204]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/prettyplease-87cb192c2af363e2/dep-lib-prettyplease' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.0176336Z [00:04:18.210]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/once_cell-1cfe26da92235742/lib-once_cell.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.0239069Z [00:04:18.216]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/once_cell-1cfe26da92235742/dep-lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.0296660Z [00:04:18.222]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/once_cell-1cfe26da92235742/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.0355866Z [00:04:18.228]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/once_cell-1cfe26da92235742/lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.0415214Z [00:04:18.234]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/indexmap-5c4518665903cda8/lib-indexmap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.0475335Z [00:04:18.240]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/indexmap-5c4518665903cda8/dep-lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.0536811Z [00:04:18.246]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/indexmap-5c4518665903cda8/lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.0599400Z [00:04:18.252]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/indexmap-5c4518665903cda8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.0665598Z [00:04:18.259]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/zerofrom-derive-791f6378e8019f7c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.0728200Z [00:04:18.265]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/zerofrom-derive-791f6378e8019f7c/lib-zerofrom_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.0789988Z [00:04:18.271]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/zerofrom-derive-791f6378e8019f7c/lib-zerofrom_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.0850678Z [00:04:18.277]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/zerofrom-derive-791f6378e8019f7c/dep-lib-zerofrom_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.0912248Z [00:04:18.284]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde_json-8757abf577c066df/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.0974204Z [00:04:18.290]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde_json-8757abf577c066df/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.1034664Z [00:04:18.296]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde_json-8757abf577c066df/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.1096504Z [00:04:18.302]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde_json-8757abf577c066df/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.1158594Z [00:04:18.308]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/terminal_size-537cfdb2ee70c2b4/dep-lib-terminal_size' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.1223609Z [00:04:18.315]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/terminal_size-537cfdb2ee70c2b4/lib-terminal_size.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.1289759Z [00:04:18.321]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/terminal_size-537cfdb2ee70c2b4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.1353229Z [00:04:18.328]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/terminal_size-537cfdb2ee70c2b4/lib-terminal_size' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.1415345Z [00:04:18.334]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/clap_builder-a506de7042b42803/lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.1476859Z [00:04:18.340]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/clap_builder-a506de7042b42803/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.1537899Z [00:04:18.346]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/clap_builder-a506de7042b42803/dep-lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.1599736Z [00:04:18.352]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/clap_builder-a506de7042b42803/lib-clap_builder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.1662469Z [00:04:18.359]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/cc-009c4d20ace05d19/lib-cc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.1726405Z [00:04:18.365]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/cc-009c4d20ace05d19/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.1788036Z [00:04:18.371]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/cc-009c4d20ace05d19/lib-cc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.1849991Z [00:04:18.377]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/cc-009c4d20ace05d19/dep-lib-cc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.1911333Z [00:04:18.383]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/regex-syntax-5bc4fd853bb1c4e6/lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.1970799Z [00:04:18.389]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/regex-syntax-5bc4fd853bb1c4e6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.2031006Z [00:04:18.395]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/regex-syntax-5bc4fd853bb1c4e6/dep-lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.2089840Z [00:04:18.401]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/regex-syntax-5bc4fd853bb1c4e6/lib-regex_syntax.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.2150081Z [00:04:18.407]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/jobserver-1aa8bec7774ceb6e/lib-jobserver' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.2211925Z [00:04:18.414]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/jobserver-1aa8bec7774ceb6e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.2272081Z [00:04:18.420]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/jobserver-1aa8bec7774ceb6e/dep-lib-jobserver' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.2332508Z [00:04:18.426]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/jobserver-1aa8bec7774ceb6e/lib-jobserver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.2394461Z [00:04:18.432]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/unicode-ident-a24fedd536a64fa2/lib-unicode_ident.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.2454979Z [00:04:18.438]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/unicode-ident-a24fedd536a64fa2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.2521571Z [00:04:18.444]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/unicode-ident-a24fedd536a64fa2/dep-lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.2592660Z [00:04:18.452]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/unicode-ident-a24fedd536a64fa2/lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.2656450Z [00:04:18.458]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/yoke-derive-1f4e04824e7adc74/dep-lib-yoke_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.2715827Z [00:04:18.464]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/yoke-derive-1f4e04824e7adc74/lib-yoke_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.2779151Z [00:04:18.470]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/yoke-derive-1f4e04824e7adc74/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.2842394Z [00:04:18.477]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/yoke-derive-1f4e04824e7adc74/lib-yoke_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.2904970Z [00:04:18.483]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde-a7c0d7167fc69c10/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.2966853Z [00:04:18.489]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde-a7c0d7167fc69c10/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.3027177Z [00:04:18.495]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde-a7c0d7167fc69c10/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.3086805Z [00:04:18.501]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde-a7c0d7167fc69c10/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.3147431Z [00:04:18.507]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/quote-ff888b0fcbe07a39/lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.3205508Z [00:04:18.513]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/quote-ff888b0fcbe07a39/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.3265380Z [00:04:18.519]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/quote-ff888b0fcbe07a39/dep-lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.3326620Z [00:04:18.525]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/quote-ff888b0fcbe07a39/lib-quote.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.3386607Z [00:04:18.531]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/darling_macro-e934a2fb5a55a6ce/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.3447379Z [00:04:18.537]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/darling_macro-e934a2fb5a55a6ce/lib-darling_macro.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.3507634Z [00:04:18.543]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/darling_macro-e934a2fb5a55a6ce/dep-lib-darling_macro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.3566888Z [00:04:18.549]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/darling_macro-e934a2fb5a55a6ce/lib-darling_macro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.3628493Z [00:04:18.555]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/rustix-c9edea24618d6d5f/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.3689843Z [00:04:18.561]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/rustix-c9edea24618d6d5f/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.3752567Z [00:04:18.568]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/libc-575461593549ce41/dep-lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.3815605Z [00:04:18.574]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/libc-575461593549ce41/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.3875787Z [00:04:18.580]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/libc-575461593549ce41/lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.3937545Z [00:04:18.586]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/libc-575461593549ce41/lib-libc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.4000094Z [00:04:18.592]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b7b355ee76e503f6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.4061818Z [00:04:18.599]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b7b355ee76e503f6/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.4125287Z [00:04:18.605]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b7b355ee76e503f6/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.4187616Z [00:04:18.611]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b7b355ee76e503f6/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.4249009Z [00:04:18.617]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/pkg-config-93a99bd4dff38010/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.4311513Z [00:04:18.623]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/pkg-config-93a99bd4dff38010/lib-pkg_config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.4372725Z [00:04:18.630]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/pkg-config-93a99bd4dff38010/lib-pkg_config.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.4436799Z [00:04:18.636]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/pkg-config-93a99bd4dff38010/dep-lib-pkg_config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.4499117Z [00:04:18.642]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/libz-sys-1f323e6208ede612/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.4559769Z [00:04:18.648]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/libz-sys-1f323e6208ede612/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.4618761Z [00:04:18.654]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/libz-sys-1f323e6208ede612/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.4677959Z [00:04:18.660]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/libz-sys-1f323e6208ede612/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.4737565Z [00:04:18.666]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/regex-f645826edffdc4fc/lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.4798697Z [00:04:18.672]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/regex-f645826edffdc4fc/dep-lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.4856107Z [00:04:18.678]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/regex-f645826edffdc4fc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.4915921Z [00:04:18.684]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/regex-f645826edffdc4fc/lib-regex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.4975444Z [00:04:18.690]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/toml-2e8e6d08f77968c6/dep-lib-toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.5034590Z [00:04:18.696]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/toml-2e8e6d08f77968c6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.5096018Z [00:04:18.702]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/toml-2e8e6d08f77968c6/lib-toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.5157339Z [00:04:18.708]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/toml-2e8e6d08f77968c6/lib-toml.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.5218662Z [00:04:18.714]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/strsim-a9d3cbd7c8322457/dep-lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.5280168Z [00:04:18.720]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/strsim-a9d3cbd7c8322457/lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.5341216Z [00:04:18.726]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/strsim-a9d3cbd7c8322457/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.5412553Z [00:04:18.734]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/strsim-a9d3cbd7c8322457/lib-strsim.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.5473606Z [00:04:18.740]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/displaydoc-2ddb91cd63039458/dep-lib-displaydoc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.5534313Z [00:04:18.746]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/displaydoc-2ddb91cd63039458/lib-displaydoc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.5596578Z [00:04:18.752]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/displaydoc-2ddb91cd63039458/lib-displaydoc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.5658094Z [00:04:18.758]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/displaydoc-2ddb91cd63039458/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.5719463Z [00:04:18.764]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/itertools-1253dcca84c0885b/dep-lib-itertools' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.5779441Z [00:04:18.770]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/itertools-1253dcca84c0885b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.5843018Z [00:04:18.777]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/itertools-1253dcca84c0885b/lib-itertools.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.5903790Z [00:04:18.783]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/itertools-1253dcca84c0885b/lib-itertools' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.5964790Z [00:04:18.789]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/proc-macro2-f29a55410a18d87b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.6024772Z [00:04:18.795]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/proc-macro2-f29a55410a18d87b/lib-proc_macro2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.6083688Z [00:04:18.801]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/proc-macro2-f29a55410a18d87b/dep-lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.6143014Z [00:04:18.807]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/proc-macro2-f29a55410a18d87b/lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.6203692Z [00:04:18.813]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anyhow-d2ab9cca0d7c98af/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.6262266Z [00:04:18.819]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anyhow-d2ab9cca0d7c98af/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.6322434Z [00:04:18.825]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anyhow-d2ab9cca0d7c98af/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.6381799Z [00:04:18.830]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anyhow-d2ab9cca0d7c98af/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.6441732Z [00:04:18.837]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anstream-007d10b213eb8916/dep-lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.6502858Z [00:04:18.843]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anstream-007d10b213eb8916/lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.6562884Z [00:04:18.849]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anstream-007d10b213eb8916/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.6625212Z [00:04:18.855]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anstream-007d10b213eb8916/lib-anstream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.6684578Z [00:04:18.861]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/winnow-11b8ce4f7a3ed51e/dep-lib-winnow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.6742977Z [00:04:18.867]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/winnow-11b8ce4f7a3ed51e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.6801520Z [00:04:18.872]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/winnow-11b8ce4f7a3ed51e/lib-winnow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.6858555Z [00:04:18.878]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/winnow-11b8ce4f7a3ed51e/lib-winnow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.6917175Z [00:04:18.884]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/toml_writer-8bce2a27048a336d/dep-lib-toml_writer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.6975090Z [00:04:18.890]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/toml_writer-8bce2a27048a336d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.7034869Z [00:04:18.896]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/toml_writer-8bce2a27048a336d/lib-toml_writer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.7096003Z [00:04:18.902]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/toml_writer-8bce2a27048a336d/lib-toml_writer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.7155566Z [00:04:18.908]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/vcpkg-57e61f3d74998a16/lib-vcpkg.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.7215585Z [00:04:18.914]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/vcpkg-57e61f3d74998a16/dep-lib-vcpkg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.7277444Z [00:04:18.920]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/vcpkg-57e61f3d74998a16/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.7337385Z [00:04:18.926]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/vcpkg-57e61f3d74998a16/lib-vcpkg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.7398166Z [00:04:18.932]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde_spanned-9d1ec69992e97108/lib-serde_spanned.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.7457740Z [00:04:18.938]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde_spanned-9d1ec69992e97108/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.7519215Z [00:04:18.944]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde_spanned-9d1ec69992e97108/dep-lib-serde_spanned' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.7582727Z [00:04:18.951]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde_spanned-9d1ec69992e97108/lib-serde_spanned' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.7645535Z [00:04:18.957]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/darling-ac1098b558dbdcb9/lib-darling.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.7708608Z [00:04:18.963]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/darling-ac1098b558dbdcb9/dep-lib-darling' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.7770656Z [00:04:18.969]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/darling-ac1098b558dbdcb9/lib-darling' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.7831448Z [00:04:18.975]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/darling-ac1098b558dbdcb9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.7892776Z [00:04:18.982]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/walkdir-598b39bebac6d310/lib-walkdir.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.7952418Z [00:04:18.988]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/walkdir-598b39bebac6d310/lib-walkdir' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.8014566Z [00:04:18.994]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/walkdir-598b39bebac6d310/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.8076319Z [00:04:19.000]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/walkdir-598b39bebac6d310/dep-lib-walkdir' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.8136459Z [00:04:19.006]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/colorchoice-32c0e8df2afc1e91/lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.8198946Z [00:04:19.012]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/colorchoice-32c0e8df2afc1e91/dep-lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.8258429Z [00:04:19.018]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/colorchoice-32c0e8df2afc1e91/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.8321705Z [00:04:19.025]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/colorchoice-32c0e8df2afc1e91/lib-colorchoice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.8384173Z [00:04:19.031]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/darling_core-58115923cc9d53a3/dep-lib-darling_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.8444756Z [00:04:19.037]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/darling_core-58115923cc9d53a3/lib-darling_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.8505228Z [00:04:19.043]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/darling_core-58115923cc9d53a3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.8567775Z [00:04:19.049]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/darling_core-58115923cc9d53a3/lib-darling_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.8630277Z [00:04:19.055]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/bat-7563dabe23fa08bb/build-script-build-script-main.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.8689094Z [00:04:19.061]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/bat-7563dabe23fa08bb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.8752773Z [00:04:19.068]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/bat-7563dabe23fa08bb/build-script-build-script-main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.8816898Z [00:04:19.074]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/bat-7563dabe23fa08bb/dep-build-script-build-script-main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.8883652Z [00:04:19.081]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/semver-e24b5df588320de0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.8947870Z [00:04:19.087]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/semver-e24b5df588320de0/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.9012023Z [00:04:19.093]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/semver-e24b5df588320de0/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.9074046Z [00:04:19.100]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/semver-e24b5df588320de0/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.9138402Z [00:04:19.106]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/onig_sys-af51e9208552f7ec/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.9201483Z [00:04:19.112]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/onig_sys-af51e9208552f7ec/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.9264763Z [00:04:19.119]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/onig_sys-af51e9208552f7ec/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.9330298Z [00:04:19.125]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/onig_sys-af51e9208552f7ec/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.9392005Z [00:04:19.132]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anstyle-query-ef38611df44ed449/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.9453290Z [00:04:19.138]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anstyle-query-ef38611df44ed449/lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.9516079Z [00:04:19.144]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anstyle-query-ef38611df44ed449/dep-lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.9577371Z [00:04:19.150]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anstyle-query-ef38611df44ed449/lib-anstyle_query.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.9639586Z [00:04:19.156]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/zerovec-derive-330e44643c5a519f/lib-zerovec_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.9700615Z [00:04:19.162]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/zerovec-derive-330e44643c5a519f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.9760683Z [00:04:19.168]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/zerovec-derive-330e44643c5a519f/dep-lib-zerovec_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.9819263Z [00:04:19.174]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/zerovec-derive-330e44643c5a519f/lib-zerovec_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.9884682Z [00:04:19.180]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:01:59.9939591Z [00:04:19.186]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.0252901Z [00:04:19.218]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.0319423Z [00:04:19.224]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.0380476Z [00:04:19.230]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/fnv-92202d5b3ef7f31c/dep-lib-fnv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.0439222Z [00:04:19.236]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/fnv-92202d5b3ef7f31c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.0497446Z [00:04:19.242]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/fnv-92202d5b3ef7f31c/lib-fnv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.0557871Z [00:04:19.248]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/fnv-92202d5b3ef7f31c/lib-fnv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.0619550Z [00:04:19.254]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/thiserror-impl-38e9baa2f8d5d2c0/dep-lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.0684095Z [00:04:19.261]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/thiserror-impl-38e9baa2f8d5d2c0/lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.0748289Z [00:04:19.267]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/thiserror-impl-38e9baa2f8d5d2c0/lib-thiserror_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.0818007Z [00:04:19.274]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/thiserror-impl-38e9baa2f8d5d2c0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.0883593Z [00:04:19.281]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/toml_parser-6aaf0d02c8b16ef8/lib-toml_parser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.0949610Z [00:04:19.287]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/toml_parser-6aaf0d02c8b16ef8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.1012883Z [00:04:19.294]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/toml_parser-6aaf0d02c8b16ef8/lib-toml_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.1073010Z [00:04:19.300]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/toml_parser-6aaf0d02c8b16ef8/dep-lib-toml_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.1133653Z [00:04:19.306]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde_with_macros-93841e4b9780d092/dep-lib-serde_with_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.1197125Z [00:04:19.312]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde_with_macros-93841e4b9780d092/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.1258534Z [00:04:19.318]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde_with_macros-93841e4b9780d092/lib-serde_with_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.1321734Z [00:04:19.324]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde_with_macros-93841e4b9780d092/lib-serde_with_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.1382442Z [00:04:19.331]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/synstructure-cb12c67c2e7cb9ef/lib-synstructure.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.1441979Z [00:04:19.337]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/synstructure-cb12c67c2e7cb9ef/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.1504431Z [00:04:19.343]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/synstructure-cb12c67c2e7cb9ef/lib-synstructure' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.1567314Z [00:04:19.349]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/synstructure-cb12c67c2e7cb9ef/dep-lib-synstructure' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.1630002Z [00:04:19.355]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/git-version-macro-66ce0d762872d4f7/lib-git_version_macro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.1690256Z [00:04:19.361]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/git-version-macro-66ce0d762872d4f7/lib-git_version_macro.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.1752824Z [00:04:19.368]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/git-version-macro-66ce0d762872d4f7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.1813336Z [00:04:19.374]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/git-version-macro-66ce0d762872d4f7/dep-lib-git_version_macro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.1873601Z [00:04:19.380]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/aho-corasick-820654ff956f74f5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.1932706Z [00:04:19.386]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/aho-corasick-820654ff956f74f5/dep-lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.1992955Z [00:04:19.392]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/aho-corasick-820654ff956f74f5/lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.2051933Z [00:04:19.397]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/aho-corasick-820654ff956f74f5/lib-aho_corasick.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.2109387Z [00:04:19.403]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/lib-shlex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.2169086Z [00:04:19.409]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/dep-lib-shlex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.2229998Z [00:04:19.415]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.2289540Z [00:04:19.421]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/lib-shlex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.2349590Z [00:04:19.427]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anyhow-198f7894751c17ff/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.2409726Z [00:04:19.433]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anyhow-198f7894751c17ff/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.2468939Z [00:04:19.439]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/either-8d4d522ab24c13cd/lib-either.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.2527195Z [00:04:19.445]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/either-8d4d522ab24c13cd/lib-either' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.2584306Z [00:04:19.451]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/either-8d4d522ab24c13cd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.2643508Z [00:04:19.457]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/either-8d4d522ab24c13cd/dep-lib-either' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.2703686Z [00:04:19.463]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/utf8parse-978935a34c60a6d5/lib-utf8parse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.2763927Z [00:04:19.469]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/utf8parse-978935a34c60a6d5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.2825615Z [00:04:19.475]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/utf8parse-978935a34c60a6d5/lib-utf8parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.2887874Z [00:04:19.481]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/utf8parse-978935a34c60a6d5/dep-lib-utf8parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.2951198Z [00:04:19.487]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/libc-a5b9263dbb23e8b7/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.3010906Z [00:04:19.493]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/libc-a5b9263dbb23e8b7/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.3071449Z [00:04:19.500]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/memchr-cbf058b6ee682193/lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.3131790Z [00:04:19.506]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/memchr-cbf058b6ee682193/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.3190871Z [00:04:19.511]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/memchr-cbf058b6ee682193/lib-memchr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.3251692Z [00:04:19.518]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/memchr-cbf058b6ee682193/dep-lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.3314163Z [00:04:19.524]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/same-file-1f5074b1b141e875/lib-same_file.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.3375836Z [00:04:19.530]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/same-file-1f5074b1b141e875/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.3439675Z [00:04:19.536]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/same-file-1f5074b1b141e875/lib-same_file' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.3500929Z [00:04:19.542]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/same-file-1f5074b1b141e875/dep-lib-same_file' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.3561989Z [00:04:19.549]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/syn-ceffe8f57cb0d489/lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.3622773Z [00:04:19.555]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/syn-ceffe8f57cb0d489/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.3684815Z [00:04:19.561]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/syn-ceffe8f57cb0d489/lib-syn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.3746842Z [00:04:19.567]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/syn-ceffe8f57cb0d489/dep-lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.3810685Z [00:04:19.573]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde_with-4325cc36c7f36169/lib-serde_with' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.3888048Z [00:04:19.581]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde_with-4325cc36c7f36169/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.3953920Z [00:04:19.588]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde_with-4325cc36c7f36169/dep-lib-serde_with' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.4015231Z [00:04:19.594]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde_with-4325cc36c7f36169/lib-serde_with.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.4077363Z [00:04:19.600]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/prettyplease-7b860cbb760874a2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.4140513Z [00:04:19.606]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/prettyplease-7b860cbb760874a2/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.4201166Z [00:04:19.612]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/prettyplease-7b860cbb760874a2/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.4260044Z [00:04:19.618]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/prettyplease-7b860cbb760874a2/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.4317526Z [00:04:19.624]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/toml_datetime-d868fea439ec5d4f/lib-toml_datetime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.4380024Z [00:04:19.630]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/toml_datetime-d868fea439ec5d4f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.4440136Z [00:04:19.636]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/toml_datetime-d868fea439ec5d4f/dep-lib-toml_datetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.4501050Z [00:04:19.642]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/toml_datetime-d868fea439ec5d4f/lib-toml_datetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.4563693Z [00:04:19.649]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/rustix-d96d1c5ca8b48599/dep-lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.4624596Z [00:04:19.655]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/rustix-d96d1c5ca8b48599/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.4687876Z [00:04:19.661]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/rustix-d96d1c5ca8b48599/lib-rustix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.4750445Z [00:04:19.667]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/rustix-d96d1c5ca8b48599/lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.4811827Z [00:04:19.674]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde-a68ea95bda286375/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.4873485Z [00:04:19.680]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde-a68ea95bda286375/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.4934782Z [00:04:19.686]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde-a68ea95bda286375/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.4994938Z [00:04:19.692]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde-a68ea95bda286375/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.5055722Z [00:04:19.698]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.5117072Z [00:04:19.704]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.5177577Z [00:04:19.710]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.5234971Z [00:04:19.716]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.5292905Z [00:04:19.722]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/equivalent-be151bb69e5a723b/lib-equivalent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.5351170Z [00:04:19.727]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/equivalent-be151bb69e5a723b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.5413320Z [00:04:19.734]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/equivalent-be151bb69e5a723b/dep-lib-equivalent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.5474353Z [00:04:19.740]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/equivalent-be151bb69e5a723b/lib-equivalent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.5536623Z [00:04:19.746]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anstyle-b2ffee21e8974235/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.5599088Z [00:04:19.752]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anstyle-b2ffee21e8974235/dep-lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.5661482Z [00:04:19.759]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anstyle-b2ffee21e8974235/lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.5721864Z [00:04:19.765]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anstyle-b2ffee21e8974235/lib-anstyle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.5783640Z [00:04:19.771]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/prettyplease-d8751935d64a9770/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.5845015Z [00:04:19.777]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/prettyplease-d8751935d64a9770/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.5908961Z [00:04:19.783]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/proc-macro2-ce781c406ea95167/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.5971461Z [00:04:19.789]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/proc-macro2-ce781c406ea95167/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.6032424Z [00:04:19.796]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde-ccfbfe85e126f3b2/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.6093142Z [00:04:19.802]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde-ccfbfe85e126f3b2/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.6155890Z [00:04:19.808]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde-0ffe6917e904c9ab/lib-serde.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.6217564Z [00:04:19.814]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde-0ffe6917e904c9ab/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.6277800Z [00:04:19.820]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde-0ffe6917e904c9ab/dep-lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.6338487Z [00:04:19.826]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde-0ffe6917e904c9ab/lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.6398692Z [00:04:19.832]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/libc-043f9700968c6b96/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.6460131Z [00:04:19.838]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/libc-043f9700968c6b96/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.6518556Z [00:04:19.844]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/libc-043f9700968c6b96/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.6578426Z [00:04:19.850]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/libc-043f9700968c6b96/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.6638860Z [00:04:19.856]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/clap_lex-d83acb44fdd14ec4/lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.6698700Z [00:04:19.862]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/clap_lex-d83acb44fdd14ec4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.6758034Z [00:04:19.868]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/clap_lex-d83acb44fdd14ec4/lib-clap_lex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.6816856Z [00:04:19.874]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/clap_lex-d83acb44fdd14ec4/dep-lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.6877924Z [00:04:19.880]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/bugreport-84f6f7b556227579/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.6937278Z [00:04:19.886]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/bugreport-84f6f7b556227579/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.6995249Z [00:04:19.892]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/bugreport-84f6f7b556227579/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.7054849Z [00:04:19.898]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/bugreport-84f6f7b556227579/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.7115664Z [00:04:19.904]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anyhow-e94bd31fedb76048/dep-lib-anyhow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.7175919Z [00:04:19.910]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anyhow-e94bd31fedb76048/lib-anyhow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.7235239Z [00:04:19.916]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anyhow-e94bd31fedb76048/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.7294039Z [00:04:19.922]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anyhow-e94bd31fedb76048/lib-anyhow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.7352196Z [00:04:19.928]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/clap-e8d177bf1cb85a57/lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.7407865Z [00:04:19.933]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/clap-e8d177bf1cb85a57/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.7465440Z [00:04:19.939]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/clap-e8d177bf1cb85a57/dep-lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.7525454Z [00:04:19.945]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/clap-e8d177bf1cb85a57/lib-clap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.7587435Z [00:04:19.951]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anstyle-parse-7600fb79de291417/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.7648005Z [00:04:19.957]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anstyle-parse-7600fb79de291417/dep-lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.7706310Z [00:04:19.963]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anstyle-parse-7600fb79de291417/lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.7764832Z [00:04:19.969]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/anstyle-parse-7600fb79de291417/lib-anstyle_parse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.7824359Z [00:04:19.975]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde_derive-be3254bad79007a1/dep-lib-serde_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.7884830Z [00:04:19.981]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde_derive-be3254bad79007a1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.7945848Z [00:04:19.987]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde_derive-be3254bad79007a1/lib-serde_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.8005861Z [00:04:19.993]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/serde_derive-be3254bad79007a1/lib-serde_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.8068474Z [00:04:19.999]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/thiserror-b8458e758c978feb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.8126696Z [00:04:20.005]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/thiserror-b8458e758c978feb/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.8185569Z [00:04:20.011]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/thiserror-b8458e758c978feb/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.8244888Z [00:04:20.017]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/thiserror-b8458e758c978feb/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.8305925Z [00:04:20.023]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/rayon-core-55c4319b2dd25625/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.8366199Z [00:04:20.029]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/rayon-core-55c4319b2dd25625/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.8427899Z [00:04:20.035]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/rayon-core-55c4319b2dd25625/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.8490550Z [00:04:20.041]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/rayon-core-55c4319b2dd25625/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.8553133Z [00:04:20.048]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/regex-automata-e826d88f35360402/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.8614259Z [00:04:20.054]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/regex-automata-e826d88f35360402/lib-regex_automata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.8673778Z [00:04:20.060]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/regex-automata-e826d88f35360402/dep-lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.8731989Z [00:04:20.066]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/regex-automata-e826d88f35360402/lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.8790943Z [00:04:20.071]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/hashbrown-75302223b2e4e5c6/dep-lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.8850356Z [00:04:20.077]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/hashbrown-75302223b2e4e5c6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.8910085Z [00:04:20.083]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/hashbrown-75302223b2e4e5c6/lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.8969222Z [00:04:20.089]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/hashbrown-75302223b2e4e5c6/lib-hashbrown.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.9030475Z [00:04:20.095]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/bitflags-4fe1ecf67724f066/dep-lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.9090603Z [00:04:20.101]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/bitflags-4fe1ecf67724f066/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.9151447Z [00:04:20.108]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/bitflags-4fe1ecf67724f066/lib-bitflags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.9212045Z [00:04:20.114]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/bitflags-4fe1ecf67724f066/lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.9273671Z [00:04:20.120]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/is_terminal_polyfill-1c45283c6e56c87a/dep-lib-is_terminal_polyfill' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.9334184Z [00:04:20.126]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/is_terminal_polyfill-1c45283c6e56c87a/lib-is_terminal_polyfill' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.9395270Z [00:04:20.132]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/is_terminal_polyfill-1c45283c6e56c87a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.9457082Z [00:04:20.138]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/is_terminal_polyfill-1c45283c6e56c87a/lib-is_terminal_polyfill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.9519260Z [00:04:20.144]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/rustix-2920b038b546f39e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.9578222Z [00:04:20.150]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/rustix-2920b038b546f39e/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.9638272Z [00:04:20.156]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/rustix-2920b038b546f39e/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.9698082Z [00:04:20.162]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/rustix-2920b038b546f39e/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.9756830Z [00:04:20.168]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/icu_provider_macros-3e1b7a99b75dc46a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.9818220Z [00:04:20.174]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/icu_provider_macros-3e1b7a99b75dc46a/lib-icu_provider_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.9878990Z [00:04:20.180]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/icu_provider_macros-3e1b7a99b75dc46a/dep-lib-icu_provider_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:00.9940025Z [00:04:20.186]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/icu_provider_macros-3e1b7a99b75dc46a/lib-icu_provider_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.0001780Z [00:04:20.193]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/ident_case-3aff5cc603f2172f/dep-lib-ident_case' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.0064171Z [00:04:20.199]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/ident_case-3aff5cc603f2172f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.0127711Z [00:04:20.205]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/ident_case-3aff5cc603f2172f/lib-ident_case' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.0188645Z [00:04:20.211]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/ident_case-3aff5cc603f2172f/lib-ident_case.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.0251276Z [00:04:20.217]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/linux-raw-sys-49ea3e0953a47f84/dep-lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.0311458Z [00:04:20.223]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/linux-raw-sys-49ea3e0953a47f84/lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.0374420Z [00:04:20.230]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/linux-raw-sys-49ea3e0953a47f84/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.0435200Z [00:04:20.236]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/linux-raw-sys-49ea3e0953a47f84/lib-linux_raw_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.0496242Z [00:04:20.242]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/libgit2-sys-634cb82b8136b9d4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.0557335Z [00:04:20.248]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/libgit2-sys-634cb82b8136b9d4/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.0616957Z [00:04:20.254]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/libgit2-sys-634cb82b8136b9d4/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.0680602Z [00:04:20.260]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/release/.fingerprint/libgit2-sys-634cb82b8136b9d4/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.0740108Z [00:04:20.266]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/target/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.0799904Z [00:04:20.272]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/Cargo.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.0858490Z [00:04:20.278]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/build/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.0919449Z [00:04:20.284]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/build/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.0979135Z [00:04:20.290]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/build/application.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.1040254Z [00:04:20.296]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/build/syntax_mapping.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.1102249Z [00:04:20.303]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/wrapping.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.1163920Z [00:04:20.309]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/bin/bat/directories.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.1224890Z [00:04:20.315]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/bin/bat/app.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.1286913Z [00:04:20.321]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/bin/bat/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.1347630Z [00:04:20.327]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/bin/bat/assets.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.1407735Z [00:04:20.333]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/bin/bat/completions.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.1468637Z [00:04:20.339]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/bin/bat/clap_app.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.1530905Z [00:04:20.345]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/bin/bat/input.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.1593715Z [00:04:20.352]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/bin/bat/config.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.1656712Z [00:04:20.358]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/nonprintable_notation.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.1719805Z [00:04:20.364]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/less.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.1778878Z [00:04:20.370]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/decorations.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.1840171Z [00:04:20.376]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/style.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.1900799Z [00:04:20.382]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/assets.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.1962034Z [00:04:20.389]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/pager.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.2023116Z [00:04:20.395]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/paging.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.2083092Z [00:04:20.401]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/vscreen.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.2143105Z [00:04:20.407]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/printer.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.2206523Z [00:04:20.413]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/preprocessor.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.2270843Z [00:04:20.419]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/pretty_printer.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.2332592Z [00:04:20.426]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/controller.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.2392401Z [00:04:20.432]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/terminal.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.2453010Z [00:04:20.438]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/lessopen.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.2515251Z [00:04:20.444]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.2579124Z [00:04:20.450]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/theme.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.2643493Z [00:04:20.457]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/error.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.2705796Z [00:04:20.463]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/output.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.2769348Z [00:04:20.469]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/diff.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.2830738Z [00:04:20.475]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/macros.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.2893055Z [00:04:20.482]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/assets/build_assets.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.2955533Z [00:04:20.488]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/assets/assets_metadata.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.3020458Z [00:04:20.494]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/assets/lazy_theme_set.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.3082617Z [00:04:20.501]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/assets/serialized_syntax_set.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.3146725Z [00:04:20.507]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/assets/build_assets/acknowledgements.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.3208516Z [00:04:20.513]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/input.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.3273989Z [00:04:20.520]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/xonsh.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.3340109Z [00:04:20.526]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/50-f-sharp.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.3403553Z [00:04:20.533]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/50-bat.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.3463719Z [00:04:20.539]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/50-cpp.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.3524709Z [00:04:20.545]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/50-nmap.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.3584440Z [00:04:20.551]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/.gitkeep' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.3643521Z [00:04:20.557]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/50-container.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.3703454Z [00:04:20.563]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/50-sarif.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.3766339Z [00:04:20.569]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/99-unset-ambiguous-extensions.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.3828768Z [00:04:20.575]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/50-nginx.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.3892552Z [00:04:20.582]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/50-nix.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.3956122Z [00:04:20.588]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/50-git.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.4016921Z [00:04:20.594]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/50-dotnet-xml.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.4076944Z [00:04:20.600]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/50-mill.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.4137794Z [00:04:20.606]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/50-diff.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.4198863Z [00:04:20.612]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/50-ron.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.4263897Z [00:04:20.619]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/99-unset-ambiguous-filenames.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.4326735Z [00:04:20.625]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/50-markdown.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.4389848Z [00:04:20.631]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/50-json.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.4456158Z [00:04:20.638]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/50-proxy-auto-config.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.4518716Z [00:04:20.644]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/50-citation.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.4580409Z [00:04:20.650]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/50-apache.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.4643206Z [00:04:20.657]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/50-ssh.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.4706619Z [00:04:20.663]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/common/50-aws-credentials.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.4768267Z [00:04:20.669]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/bsd-family/.gitkeep' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.4830600Z [00:04:20.675]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/bsd-family/50-os-release.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.4893692Z [00:04:20.682]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/macos/.gitkeep' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.4954961Z [00:04:20.688]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.5014948Z [00:04:20.694]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/windows/.gitkeep' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.5075905Z [00:04:20.700]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/unix-family/50-fish-shell.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.5138501Z [00:04:20.706]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/unix-family/.gitkeep' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.5199758Z [00:04:20.712]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/unix-family/50-nginx.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.5260558Z [00:04:20.718]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/unix-family/50-certbot.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.5321371Z [00:04:20.724]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/unix-family/50-mail-spool.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.5384517Z [00:04:20.731]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/unix-family/50-shell.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.5443896Z [00:04:20.737]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/unix-family/50-apache.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.5504909Z [00:04:20.743]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/unix-family/50-korn-shell.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.5565398Z [00:04:20.749]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/unix-family/50-wireguard.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.5626477Z [00:04:20.755]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/linux/.gitkeep' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.5686639Z [00:04:20.761]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/linux/50-containers.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.5747785Z [00:04:20.767]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/linux/50-systemd.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.5809054Z [00:04:20.773]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/linux/50-pacman.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.5868615Z [00:04:20.779]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/linux/50-paru.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.5928584Z [00:04:20.785]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/linux/50-podman-quadlet.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.5991264Z [00:04:20.791]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/linux/50-kubernetes.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.6054649Z [00:04:20.798]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/linux/50-os-release.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.6114724Z [00:04:20.804]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtins/linux/50-flatpak.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.6174164Z [00:04:20.810]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/builtin.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.6234890Z [00:04:20.816]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/syntax_mapping/ignored_suffixes.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.6292733Z [00:04:20.822]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.6350124Z [00:04:20.827]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/config.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.6407607Z [00:04:20.833]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/src/line_range.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.6466334Z [00:04:20.839]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/LICENSE-MIT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.6524519Z [00:04:20.845]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/.ignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.6584881Z [00:04:20.851]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes.bin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.6648661Z [00:04:20.857]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/completions/bat.bash.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.6711508Z [00:04:20.864]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/completions/_bat.ps1.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.6774486Z [00:04:20.870]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/completions/bat.zsh.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.6838655Z [00:04:20.876]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/completions/bat.fish.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.6902273Z [00:04:20.883]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/themes.bin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.6966070Z [00:04:20.889]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/.gitattributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.7029394Z [00:04:20.895]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/manual/bat.1.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.7094408Z [00:04:20.902]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/patches/C#.sublime-syntax.patch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.7158922Z [00:04:20.908]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/patches/Groff.sublime-syntax.patch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.7222836Z [00:04:20.915]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/patches/Makefile.sublime-syntax.patch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.7288761Z [00:04:20.921]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/patches/1337.tmTheme.patch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.7351976Z [00:04:20.928]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/patches/Rust.sublime-syntax.patch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.7416728Z [00:04:20.934]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/patches/OneHalfDark.tmTheme.patch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.7481364Z [00:04:20.940]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/patches/Markdown.sublime-syntax.patch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.7543008Z [00:04:20.947]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/patches/TodoTxt.sublime-syntax.patch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.7603181Z [00:04:20.953]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/patches/JavaDoc.sublime-syntax.patch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.7665200Z [00:04:20.959]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/patches/Python.sublime-syntax.patch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.7725781Z [00:04:20.965]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/patches/ShellScript.sublime-syntax.patch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.7786762Z [00:04:20.971]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/patches/XML.sublime-syntax.patch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.7848717Z [00:04:20.977]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/patches/MediaWiki.sublime-syntax.patch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.7907709Z [00:04:20.983]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/patches/TwoDark.tmTheme.patch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.7967441Z [00:04:20.989]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/patches/Monokai-Extended.tmTheme.patch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.8026821Z [00:04:20.995]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/patches/Lisp.sublime-syntax.patch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.8088487Z [00:04:21.001]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/patches/JavaScript.sublime-syntax.patch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.8146926Z [00:04:21.007]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/create.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:02:01.8207368Z [00:04:21.013]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/themes/ansi.tmTheme' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.8271005Z [00:04:21.019]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/themes/base16.tmTheme' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.8331786Z [00:04:21.026]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/themes/base16-256.tmTheme' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.8392330Z [00:04:21.032]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/theme_preview.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.8453688Z [00:04:21.038]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Stylus.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.8514354Z [00:04:21.044]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Robot.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.8576040Z [00:04:21.050]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Crystal.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.8636668Z [00:04:21.056]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/MemInfo.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.8700176Z [00:04:21.062]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Group.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.8761436Z [00:04:21.069]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Requirementstxt.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.8823000Z [00:04:21.075]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/TypsecriptReact.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.8886477Z [00:04:21.081]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/JavaScript (Babel).sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.8949162Z [00:04:21.087]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Kotlin.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.9007621Z [00:04:21.093]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Manpage.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.9065056Z [00:04:21.099]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Passwd.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.9122322Z [00:04:21.105]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/HTML (Twig).sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.9181319Z [00:04:21.111]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Nim.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.9241262Z [00:04:21.117]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Ninja.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.9301423Z [00:04:21.123]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/syntax_test_tsv.tsv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.9362787Z [00:04:21.129]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/wgsl.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.9423458Z [00:04:21.135]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/CpuInfo.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.9484877Z [00:04:21.141]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/VimHelp.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.9545113Z [00:04:21.147]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/syntax_test_helphelp.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.9603604Z [00:04:21.153]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Org mode.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.9664117Z [00:04:21.159]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/CSV/CSV.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.9725822Z [00:04:21.165]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/CSV/CSV-pipe.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.9786478Z [00:04:21.171]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/CSV/CSV-comma.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.9845293Z [00:04:21.177]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/CSV/CSV-semi-colon.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.9904431Z [00:04:21.183]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/CSV/TSV.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:01.9962195Z [00:04:21.189]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Rego.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.0019472Z [00:04:21.194]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/show-nonprintable.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.0079470Z [00:04:21.200]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/LiveScript.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.0140824Z [00:04:21.206]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Assembly (ARM).sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.0202745Z [00:04:21.213]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/PowerShell.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.0261997Z [00:04:21.219]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Apache.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.0322337Z [00:04:21.225]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Resolv.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.0383709Z [00:04:21.231]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/DotENV.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.0444502Z [00:04:21.237]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Lean.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.0504507Z [00:04:21.243]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Verilog.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.0563729Z [00:04:21.249]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/INI.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.0625725Z [00:04:21.255]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/syntax_test_requirements.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.0686933Z [00:04:21.261]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/TypeScript.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.0745216Z [00:04:21.267]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/gnuplot.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.0803220Z [00:04:21.273]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/CoffeeScript.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.0861356Z [00:04:21.279]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Fstab.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.0919165Z [00:04:21.284]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/AsciiDoc.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.0977611Z [00:04:21.290]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Nix.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.1034673Z [00:04:21.296]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/log.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.1094217Z [00:04:21.302]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Swift.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.1157184Z [00:04:21.308]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/QML.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.1217525Z [00:04:21.314]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/syntax_test_csv.csv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.1277088Z [00:04:21.320]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Cabal.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.1337396Z [00:04:21.326]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/SML.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.1406382Z [00:04:21.333]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/apt-source-list.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.1514964Z [00:04:21.344]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Racket.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.1575788Z [00:04:21.350]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Slim.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.1638212Z [00:04:21.356]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Assembly (x86_64).sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.1702337Z [00:04:21.363]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/Dart.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.1765789Z [00:04:21.369]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/syntax_test_man.man' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.1829494Z [00:04:21.375]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/syntaxes/02_Extra/syslog.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.1892332Z [00:04:21.382]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/assets/acknowledgements.bin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.1954889Z [00:04:21.388]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.2017732Z [00:04:21.394]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:02:02.2077843Z [00:04:21.400]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:02:02.2138989Z [00:04:21.406]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:02:02.2203224Z [00:04:21.413]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:02:02.2266639Z [00:04:21.419]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:02:02.2332481Z [00:04:21.426]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:02:02.2394368Z [00:04:21.432]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:02:02.2457313Z [00:04:21.438]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:02:02.2517360Z [00:04:21.444]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:02:02.2578011Z [00:04:21.450]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:02:02.2638314Z [00:04:21.456]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:02:02.2698888Z [00:04:21.462]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:02:02.2762323Z [00:04:21.469]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:02:02.2823154Z [00:04:21.475]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T19:02:02.2885159Z [00:04:21.481]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.2944909Z [00:04:21.487]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.3007673Z [00:04:21.493]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/objects/pack/pack-eccc1c4e9f880a31e99ed4112143556fe0c32e6d.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.3070218Z [00:04:21.499]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/objects/pack/pack-a652eb2f111010cd51d9613bee290bcb9dbf4752.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.3130417Z [00:04:21.505]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/objects/pack/pack-eccc1c4e9f880a31e99ed4112143556fe0c32e6d.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.3191636Z [00:04:21.511]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/objects/pack/pack-eccc1c4e9f880a31e99ed4112143556fe0c32e6d.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.3253745Z [00:04:21.518]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/objects/pack/pack-a652eb2f111010cd51d9613bee290bcb9dbf4752.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.3317587Z [00:04:21.524]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/objects/pack/pack-a652eb2f111010cd51d9613bee290bcb9dbf4752.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.3380003Z [00:04:21.530]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/objects/pack/pack-a652eb2f111010cd51d9613bee290bcb9dbf4752.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.3441693Z [00:04:21.537]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/objects/pack/pack-eccc1c4e9f880a31e99ed4112143556fe0c32e6d.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.3503589Z [00:04:21.543]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.3567815Z [00:04:21.549]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.3629277Z [00:04:21.555]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.3692706Z [00:04:21.562]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/logs/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.3755484Z [00:04:21.568]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.3816903Z [00:04:21.574]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.3878491Z [00:04:21.580]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.3941203Z [00:04:21.586]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.4003674Z [00:04:21.593]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/utils/mocked_pagers.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.4064984Z [00:04:21.599]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/utils/command.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.4128402Z [00:04:21.605]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/utils/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.4187598Z [00:04:21.611]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/scripts/find-slow-to-highlight-files.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.4245641Z [00:04:21.617]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/scripts/license-checks.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:02:02.4305176Z [00:04:21.623]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/mocked-pagers/most' retained as 0755 (rwxr-xr-x)
2025-08-20T19:02:02.4366699Z [00:04:21.629]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/mocked-pagers/echo.bat' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.4428744Z [00:04:21.635]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/mocked-pagers/more.bat' retained as 0755 (rwxr-xr-x)
2025-08-20T19:02:02.4491406Z [00:04:21.642]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/mocked-pagers/most.bat' retained as 0755 (rwxr-xr-x)
2025-08-20T19:02:02.4552715Z [00:04:21.648]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/mocked-pagers/more' retained as 0755 (rwxr-xr-x)
2025-08-20T19:02:02.4614884Z [00:04:21.654]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/assets.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.4678260Z [00:04:21.660]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/github-actions.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.4738624Z [00:04:21.666]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/sample.modified.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.4800168Z [00:04:21.672]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/sample.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.4861884Z [00:04:21.679]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/header_numbers.snapshot.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.4922938Z [00:04:21.685]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/grid_header.snapshot.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.4983460Z [00:04:21.691]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/numbers_rule.snapshot.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.5048300Z [00:04:21.697]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/full.snapshot.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.5110631Z [00:04:21.703]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/changes_grid_numbers_rule.snapshot.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.5173048Z [00:04:21.710]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/changes_header_numbers_rule.snapshot.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.5232491Z [00:04:21.716]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/changes_grid_header.snapshot.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.5290181Z [00:04:21.721]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/changes_header_rule.snapshot.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.5349493Z [00:04:21.727]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/grid_rule.snapshot.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.5406940Z [00:04:21.733]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/changes_header.snapshot.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.5467275Z [00:04:21.739]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/grid_header_rule.snapshot.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.5529821Z [00:04:21.745]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/changes_grid_header_rule.snapshot.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.5589798Z [00:04:21.751]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/grid_header_numbers.snapshot.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.5649232Z [00:04:21.757]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/changes_numbers_rule.snapshot.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.5708612Z [00:04:21.763]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/changes_grid_rule.snapshot.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.5768026Z [00:04:21.769]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/changes_grid_header_numbers_rule.snapshot.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.5828956Z [00:04:21.775]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/changes_grid.snapshot.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.5887311Z [00:04:21.781]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/changes_grid_numbers.snapshot.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.5946118Z [00:04:21.787]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/changes_header_numbers.snapshot.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.6003276Z [00:04:21.793]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/grid.snapshot.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.6061027Z [00:04:21.798]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/plain.snapshot.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.6120362Z [00:04:21.804]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/changes_rule.snapshot.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.6179376Z [00:04:21.810]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/changes.snapshot.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.6237749Z [00:04:21.816]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/grid_numbers_rule.snapshot.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.6298280Z [00:04:21.822]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/grid_numbers.snapshot.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.6359358Z [00:04:21.828]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/changes_numbers.snapshot.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.6416635Z [00:04:21.834]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/rule.snapshot.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.6475284Z [00:04:21.840]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/numbers.snapshot.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.6535527Z [00:04:21.846]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/header.snapshot.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.6595477Z [00:04:21.852]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/grid_header_numbers_rule.snapshot.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.6655321Z [00:04:21.858]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/header_numbers_rule.snapshot.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.6714062Z [00:04:21.864]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/changes_grid_header_numbers.snapshot.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.6772021Z [00:04:21.870]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/output/header_rule.snapshot.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.6829621Z [00:04:21.875]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshots/generate_snapshots.py' retained as 0755 (rwxr-xr-x)
2025-08-20T19:02:02.6891796Z [00:04:21.882]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/.gitattributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.6954311Z [00:04:21.888]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/empty.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.7013210Z [00:04:21.894]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/longline.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.7073183Z [00:04:21.900]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/bat-windows.conf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.7132615Z [00:04:21.906]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/long-single-line.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.7193202Z [00:04:21.912]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/test.binary' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.7255352Z [00:04:21.918]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/cache.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.7317692Z [00:04:21.924]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/test.A—B가' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.7380262Z [00:04:21.930]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/test_BOM.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.7442707Z [00:04:21.937]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/this-file-path-is-really-long-and-would-have-broken-the-layout-of-the-header.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.7503657Z [00:04:21.943]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/test.demo.foo.suffix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.7563085Z [00:04:21.949]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/tabs.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.7624188Z [00:04:21.955]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/sub_directory/dummy.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.7694045Z [00:04:21.962]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/git/.gitconfig' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.7757461Z [00:04:21.968]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/git/.config/git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.7823096Z [00:04:21.975]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/test_UTF-16LE-complicated.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.7893715Z [00:04:21.982]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/single-line.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.7962627Z [00:04:21.989]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/test_UTF-16BE-complicated.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.8023768Z [00:04:21.995]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/test_UTF-16BE.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.8083008Z [00:04:22.001]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/test.json~' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.8141856Z [00:04:22.007]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/nonprintable.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.8200614Z [00:04:22.012]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/empty_lines.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.8260662Z [00:04:22.018]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/cache' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.8322627Z [00:04:22.025]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/test.json.suffix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.8385672Z [00:04:22.031]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/regression_tests/issue_314.hs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.8448553Z [00:04:22.037]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/regression_tests/first_line_fallback.invalid-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.8508814Z [00:04:22.043]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/regression_tests/issue_985.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.8568574Z [00:04:22.049]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/regression_tests/issue_190.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.8637430Z [00:04:22.056]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/regression_tests/issue_914.rb' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.8698378Z [00:04:22.062]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/regression_tests/issue_915.vue' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.8760346Z [00:04:22.068]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/regression_tests/issue_2541.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.8821525Z [00:04:22.075]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/regression_tests/issue_28.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.8882280Z [00:04:22.081]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/test.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.8942624Z [00:04:22.087]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/multiline.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.9005160Z [00:04:22.093]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/bat-theme.conf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.9066147Z [00:04:22.099]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/map-syntax_case.Config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.9129024Z [00:04:22.105]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/cache_source/themes/example.tmTheme' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.9190458Z [00:04:22.111]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/cache_source/syntaxes/c.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.9251991Z [00:04:22.118]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/test_UTF-16LE.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.9313824Z [00:04:22.124]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/system_config/bat/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.9374269Z [00:04:22.130]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/bat-tabs.conf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.9434406Z [00:04:22.136]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/unicode-wrap.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.9493149Z [00:04:22.142]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/bat.conf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.9551859Z [00:04:22.148]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/test.demo.suffix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.9611676Z [00:04:22.154]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/examples/control_characters.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.9673695Z [00:04:22.160]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/snapshot_tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.9733706Z [00:04:22.166]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/update.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:02:02.9793847Z [00:04:22.172]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/test_custom_assets.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:02:02.9853797Z [00:04:22.178]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/create_highlighted_versions.py' retained as 0755 (rwxr-xr-x)
2025-08-20T19:02:02.9917254Z [00:04:22.184]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Protocol Buffer/vyconf.proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:02.9975655Z [00:04:22.190]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/BibTeX/test.bib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.0035150Z [00:04:22.196]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/reStructuredText/reference.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.0094300Z [00:04:22.202]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/GraphQL/test.graphql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.0153855Z [00:04:22.208]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Git Ignore/test.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.0214196Z [00:04:22.214]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Git Ignore/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.0275682Z [00:04:22.220]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/CSS/style.css' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.0338484Z [00:04:22.226]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Hosts/hosts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.0398613Z [00:04:22.232]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/VHDL/test.vhdl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.0459243Z [00:04:22.238]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Objective-C/test.m' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.0518203Z [00:04:22.244]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Zig/example.zig' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.0578995Z [00:04:22.250]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Solidity/ERC721.sol' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.0640214Z [00:04:22.256]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Solidity/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.0704926Z [00:04:22.263]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/dash/shfm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.0765813Z [00:04:22.269]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/dash/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.0826405Z [00:04:22.275]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/SSH Config/ssh_config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.0886238Z [00:04:22.281]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/SQL/ims.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.0950434Z [00:04:22.287]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Todo.txt/todo.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.1012027Z [00:04:22.294]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Cabal/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.1073926Z [00:04:22.300]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Cabal/semantic.cabal' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.1136707Z [00:04:22.306]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/TOML/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.1198465Z [00:04:22.312]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Plaintext/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.1257715Z [00:04:22.318]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Plaintext/plaintext.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.1317232Z [00:04:22.324]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Plaintext/bat_options' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.1378170Z [00:04:22.330]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/F#/string.fs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.1438105Z [00:04:22.336]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/F#/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.1501535Z [00:04:22.342]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Git Attributes/example.gitattributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.1561284Z [00:04:22.348]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/MediaWiki/test.mediawiki' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.1623049Z [00:04:22.355]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/BatTestCustomAssets/NoColorsUnlessCustomAssetsAreUsed.battestcustomassets' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.1685276Z [00:04:22.361]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Slim/test.slim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.1746732Z [00:04:22.367]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/SSHD Config/sshd_config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.1808546Z [00:04:22.373]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Idris2/test.idr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.1868631Z [00:04:22.379]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Idris2/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.1931506Z [00:04:22.385]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Svelte/App.svelte' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.1991213Z [00:04:22.391]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Svelte/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.2050065Z [00:04:22.397]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/XML/projectname.targets' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.2110641Z [00:04:22.403]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/XML/console.csproj' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.2171682Z [00:04:22.410]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/XML/Directory.Build.props' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.2231878Z [00:04:22.416]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/XML/example.xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.2294364Z [00:04:22.422]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/GDScript/test.gd' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.2355745Z [00:04:22.428]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Git Config/text.gitconfig' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.2415151Z [00:04:22.434]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Git Config/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.2475096Z [00:04:22.440]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/SystemVerilog/output.sv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.2535196Z [00:04:22.446]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/WGSL/test.wgsl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.2596824Z [00:04:22.452]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/WGSL/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.2657585Z [00:04:22.458]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/AppleScript/test.applescript' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.2719590Z [00:04:22.464]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Go/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.2778542Z [00:04:22.470]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Go/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.2838592Z [00:04:22.476]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Lua/test.lua' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.2899044Z [00:04:22.482]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/jsonnet/stdlib.jsonnet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.2958857Z [00:04:22.488]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/jsonnet/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.3017749Z [00:04:22.494]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Racket/test.rkt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.3077411Z [00:04:22.500]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Requirements.txt/requirements.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.3139133Z [00:04:22.506]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Apache/httpd.conf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.3200010Z [00:04:22.512]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Lean/test.lean' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.3259603Z [00:04:22.518]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Lean/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.3323664Z [00:04:22.525]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/HTML/test.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.3386449Z [00:04:22.531]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Batch/build.bat' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.3447277Z [00:04:22.537]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Batch/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.3508410Z [00:04:22.543]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ruby/output.rb' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.3570837Z [00:04:22.549]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Clojure/test.clj' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.3633192Z [00:04:22.556]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Fstab/fstab' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.3696096Z [00:04:22.562]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Typst/test.typ' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.3757586Z [00:04:22.568]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Lisp/utils.lisp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.3820466Z [00:04:22.574]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Lisp/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.3880358Z [00:04:22.580]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/nginx/nginx.conf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.3941595Z [00:04:22.586]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ruby Haml/test.html.haml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.4004653Z [00:04:22.593]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/CMake/CMakeLists.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.4064340Z [00:04:22.599]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Less/example.less' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.4125832Z [00:04:22.605]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Python/battest.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.4185605Z [00:04:22.611]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/gnuplot/test.gp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.4246287Z [00:04:22.617]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/orgmode/test.org' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.4308305Z [00:04:22.623]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/CoffeeScript/coffeescript.coffee' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.4371259Z [00:04:22.629]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/CoffeeScript/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.4434695Z [00:04:22.636]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Syslog/example.syslog' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.4498356Z [00:04:22.642]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/MATLAB/test.matlab' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.4562048Z [00:04:22.649]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/MATLAB/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.4623876Z [00:04:22.655]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/CpuInfo/test.cpuinfo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.4685705Z [00:04:22.661]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Dockerfile/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.4746755Z [00:04:22.667]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/http-request-response/example.http' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.4810599Z [00:04:22.673]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/SCSS/example.scss' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.4873143Z [00:04:22.680]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Rego/src_test.rego' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.4937560Z [00:04:22.686]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Rego/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.5000843Z [00:04:22.692]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Manpage/sway.5.man' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.5062305Z [00:04:22.699]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Manpage/select-2.man' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.5125136Z [00:04:22.705]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Manpage/bat-0.16.man' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.5185858Z [00:04:22.711]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Manpage/fzf-0.33.0.man' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.5249260Z [00:04:22.717]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/VimL/source.vim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.5311089Z [00:04:22.723]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Assembly (x86_64)/test.nasm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.5374501Z [00:04:22.730]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/TypeScript/example.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.5453167Z [00:04:22.738]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/TypeScript/example.cts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.5527470Z [00:04:22.745]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/TypeScript/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.5633597Z [00:04:22.756]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Fortran (Modern)/test_savetxt.f90' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.5705567Z [00:04:22.763]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Fortran (Modern)/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.5771303Z [00:04:22.769]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Vyper/crowdsale.vy' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.5836258Z [00:04:22.776]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Vyper/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.5900933Z [00:04:22.782]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Terraform/main.tf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.5962274Z [00:04:22.789]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/YAML/example.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.6035521Z [00:04:22.796]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/NSE/test.nse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.6097310Z [00:04:22.802]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Kotlin/test.kt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.6159384Z [00:04:22.808]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ignored suffixes/test.rs.orig' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.6223900Z [00:04:22.815]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ignored suffixes/test.rs.ucf-dist' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.6285703Z [00:04:22.821]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ignored suffixes/test.rs.dpkg-dist' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.6353376Z [00:04:22.828]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ignored suffixes/test.rs.ucf-old' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.6414220Z [00:04:22.834]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ignored suffixes/test.rs.rpmorig' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.6474282Z [00:04:22.840]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ignored suffixes/test.rs.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.6534460Z [00:04:22.846]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ignored suffixes/test.rs.rpmsave' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.6596040Z [00:04:22.852]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ignored suffixes/test.rs.ucf-new' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.6659988Z [00:04:22.858]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ignored suffixes/test.unknown~' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.6723000Z [00:04:22.865]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ignored suffixes/test.rs.in.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.6784803Z [00:04:22.871]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ignored suffixes/test.rs.bak' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.6847169Z [00:04:22.877]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ignored suffixes/test.rs.orig~' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.6908536Z [00:04:22.883]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ignored suffixes/test.rs~' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.6966610Z [00:04:22.889]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ignored suffixes/test.rs.rpmnew' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.7026204Z [00:04:22.895]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ignored suffixes/test.rs.dpkg-old' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.7086869Z [00:04:22.901]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ignored suffixes/test.rs.old' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.7152990Z [00:04:22.908]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/AWK/quicksort.awk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.7217505Z [00:04:22.914]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Fish/test.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.7282372Z [00:04:22.921]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/CSV/decimals_comma_decimal_point_semicolon_delimited.csv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.7348189Z [00:04:22.927]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/CSV/decimals_comma_decimal_point_pipe_delimited.csv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.7408268Z [00:04:22.933]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/CSV/simple.tsv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.7473199Z [00:04:22.940]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/CSV/comma_in_quotes.csv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.7536009Z [00:04:22.946]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/CSV/comma-delimited.csv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.7599825Z [00:04:22.952]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/CSV/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.7671096Z [00:04:22.959]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Java Server Page (JSP)/NOTICE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.7733800Z [00:04:22.966]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Java Server Page (JSP)/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.7795535Z [00:04:22.972]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Java Server Page (JSP)/sessionDetail.jsp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.7860092Z [00:04:22.978]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/JSON/test.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.7922314Z [00:04:22.985]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/JSON/example.ndjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.7985911Z [00:04:22.991]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Perl/test.pl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.8050873Z [00:04:22.997]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/resolv.conf/resolv.conf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.8113958Z [00:04:23.004]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/PowerShell/test.ps1' retained as 0755 (rwxr-xr-x)
2025-08-20T19:02:03.8179451Z [00:04:23.010]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/CFML/test.cfml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.8244684Z [00:04:23.017]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Vue/example.vue' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.8307316Z [00:04:23.023]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/cmd-help/test.cmd-help' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.8370996Z [00:04:23.029]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Verilog/div_pipelined.v' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.8433857Z [00:04:23.036]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Verilog/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.8496672Z [00:04:23.042]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ada/click.gpr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.8562238Z [00:04:23.049]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ada/click.adb' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.8626646Z [00:04:23.055]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ada/click.ads' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.8688523Z [00:04:23.061]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ada/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.8751263Z [00:04:23.067]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/OCaml/syntax-test.ml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.8816054Z [00:04:23.074]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Cpp/test.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.8882025Z [00:04:23.081]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Fortran Namelist/test.namelist' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.8945687Z [00:04:23.087]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Groff/rustdoc.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.9014460Z [00:04:23.094]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Groff/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.9078600Z [00:04:23.100]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Regular Expression/test.re' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.9142077Z [00:04:23.107]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/C/test.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.9207101Z [00:04:23.113]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/nix/test.nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.9270641Z [00:04:23.119]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Julia/test.jl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.9333948Z [00:04:23.126]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Swift/test.swift' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.9395892Z [00:04:23.132]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Haskell/test.hs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.9460769Z [00:04:23.138]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ruby On Rails/test.rb' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.9524233Z [00:04:23.145]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Log/example.log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.9586244Z [00:04:23.151]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/LLVM/test.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.9646511Z [00:04:23.157]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/ARM Assembly/test.S' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.9706876Z [00:04:23.163]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/TeX/main.tex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.9767494Z [00:04:23.169]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ninja/test.ninja' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.9829653Z [00:04:23.175]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Ninja/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.9892938Z [00:04:23.182]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/nim/test.nimble' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:03.9958571Z [00:04:23.188]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/nim/main.nim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.0025593Z [00:04:23.195]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Bash/simple.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.0093499Z [00:04:23.202]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Bash/batgrep.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.0158137Z [00:04:23.208]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/AsciiDoc/test.adoc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.0218690Z [00:04:23.214]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Java/test.java' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.0279671Z [00:04:23.220]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Crontab/crontab.tab' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.0341670Z [00:04:23.227]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Makefile/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.0403982Z [00:04:23.233]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Makefile/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.0463871Z [00:04:23.239]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/JavaScript/test.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.0524692Z [00:04:23.245]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Crystal/test.cr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.0589336Z [00:04:23.251]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/NAnt Build File/Default.build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.0652271Z [00:04:23.258]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/NAnt Build File/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.0715234Z [00:04:23.264]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/XAML/ItemPage.xaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.0774039Z [00:04:23.270]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/XAML/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.0833733Z [00:04:23.276]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Diff/82e7786e747b1fcfac1f963ae6415a22ec9caae1.diff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.0892915Z [00:04:23.282]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/QML/BatSyntaxTest.qml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.0955032Z [00:04:23.288]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Robot Framework/recipe141_aws_simple_storage_service.robot' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.1016133Z [00:04:23.294]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Robot Framework/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.1076727Z [00:04:23.300]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/SML/sample.sml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.1138653Z [00:04:23.306]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/ActionScript/test.as' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.1202214Z [00:04:23.313]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Email/test.eml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.1264975Z [00:04:23.319]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Jinja2/template.jinja2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.1328420Z [00:04:23.325]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/MemInfo/test.meminfo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.1392337Z [00:04:23.332]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/DotENV/.env' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.1471712Z [00:04:23.339]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/DotENV/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.1547086Z [00:04:23.347]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Scala/ConcurrentEffectLaws.scala' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.1608505Z [00:04:23.353]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Scala/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.1670929Z [00:04:23.359]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/LiveScript/livescript-demo.ls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.1735139Z [00:04:23.366]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/LiveScript/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.1803340Z [00:04:23.373]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Markdown/example.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.1867377Z [00:04:23.379]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/R/test.r' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.1929381Z [00:04:23.385]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Dart/inner_comment.dart' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.1990504Z [00:04:23.391]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Dart/test.dart' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.2050692Z [00:04:23.397]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Textile/test.textile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.2111529Z [00:04:23.404]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/fish_history/fish_history' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.2173641Z [00:04:23.410]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/TypeScriptReact/app.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.2234557Z [00:04:23.416]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/TypeScriptReact/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.2295738Z [00:04:23.422]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/EtcGroup/test.group' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.2358126Z [00:04:23.428]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/debsources/sources.list' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.2420232Z [00:04:23.434]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/C-Sharp/Stack.cs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.2482309Z [00:04:23.441]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Pascal/test.pas' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.2544220Z [00:04:23.447]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/NSIS/test.nsi' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.2605957Z [00:04:23.453]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/D/test.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.2668228Z [00:04:23.459]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Groovy/test.groovy' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.2728316Z [00:04:23.465]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Fortran (Fixed Form)/quicksort_real_F77.F' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.2788391Z [00:04:23.471]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Fortran (Fixed Form)/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.2848396Z [00:04:23.477]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Passwd/passwd' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.2910016Z [00:04:23.483]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/JQ/sample.jq' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.2973269Z [00:04:23.490]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/JQ/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.3037653Z [00:04:23.496]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Rust/output.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.3101248Z [00:04:23.503]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/INI/test.inf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.3164785Z [00:04:23.509]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/INI/test.ini' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.3227326Z [00:04:23.515]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Strace/ls.strace' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.3289923Z [00:04:23.521]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/SLS/test.sls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.3351623Z [00:04:23.528]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/PHP/test.php' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.3413431Z [00:04:23.534]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/PureScript/test.purs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.3477576Z [00:04:23.540]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/ASP/test.asp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.3542752Z [00:04:23.547]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/GLSL/test.glsl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.3605232Z [00:04:23.553]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Erlang/bat_erlang.erl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.3665676Z [00:04:23.559]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Stylus/gradients.styl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.3726411Z [00:04:23.565]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Stylus/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.3786022Z [00:04:23.571]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Odin/test.odin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.3846807Z [00:04:23.577]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/varlink/org.varlink.certification.varlink' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.3908824Z [00:04:23.583]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/varlink/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.3972215Z [00:04:23.590]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Graphviz DOT/test_graph.dot' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.4033318Z [00:04:23.596]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Graphviz DOT/test_digraph.dot' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.4095346Z [00:04:23.602]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Graphviz DOT/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.4159186Z [00:04:23.608]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Objective-C++/test.mm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.4222907Z [00:04:23.615]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Puppet/manifest_large_exported_classes_node.pp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.4284409Z [00:04:23.621]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Puppet/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.4346270Z [00:04:23.627]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Elixir/command.ex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.4408153Z [00:04:23.633]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Elixir/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.4471609Z [00:04:23.639]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Literate Haskell/Main.lhs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.4533642Z [00:04:23.646]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Elm/test.elm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.4594868Z [00:04:23.652]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Elm/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.4656908Z [00:04:23.658]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Tcl/test.tcl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.4720232Z [00:04:23.664]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/VimHelp/helphelp.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.4784790Z [00:04:23.671]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/source/Sass/example.sass' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.4848226Z [00:04:23.677]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Protocol Buffer/vyconf.proto' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.4910495Z [00:04:23.683]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/BibTeX/test.bib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.4977903Z [00:04:23.690]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/reStructuredText/reference.rst' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.5045878Z [00:04:23.697]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/GraphQL/test.graphql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.5110125Z [00:04:23.703]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Git Ignore/test.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.5174436Z [00:04:23.710]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/CSS/style.css' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.5238533Z [00:04:23.716]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Hosts/hosts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.5302577Z [00:04:23.723]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/VHDL/test.vhdl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.5364628Z [00:04:23.729]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Objective-C/test.m' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.5426459Z [00:04:23.735]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Zig/example.zig' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.5489582Z [00:04:23.741]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Solidity/ERC721.sol' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.5553628Z [00:04:23.748]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/dash/shfm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.5615199Z [00:04:23.754]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/SSH Config/ssh_config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.5675271Z [00:04:23.760]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/SQL/ims.sql' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.5737134Z [00:04:23.766]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Todo.txt/todo.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.5798965Z [00:04:23.772]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Cabal/semantic.cabal' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.5860955Z [00:04:23.778]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/TOML/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.5923921Z [00:04:23.785]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Plaintext/plaintext.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.5985063Z [00:04:23.791]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/F#/string.fs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.6046262Z [00:04:23.797]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Git Attributes/example.gitattributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.6107465Z [00:04:23.803]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/MediaWiki/test.mediawiki' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.6168838Z [00:04:23.809]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/BatTestCustomAssets/NoColorsUnlessCustomAssetsAreUsed.battestcustomassets' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.6231631Z [00:04:23.816]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Slim/test.slim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.6293150Z [00:04:23.822]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/SSHD Config/sshd_config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.6355393Z [00:04:23.828]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Idris2/test.idr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.6419422Z [00:04:23.834]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Svelte/App.svelte' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.6483655Z [00:04:23.841]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/XML/projectname.targets' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.6547764Z [00:04:23.847]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/XML/console.csproj' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.6611126Z [00:04:23.853]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/XML/Directory.Build.props' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.6673872Z [00:04:23.860]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/XML/example.xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.6738465Z [00:04:23.866]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/GDScript/test.gd' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.6802780Z [00:04:23.873]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Git Config/text.gitconfig' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.6869255Z [00:04:23.879]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/SystemVerilog/output.sv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.6936754Z [00:04:23.886]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/WGSL/test.wgsl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.7003293Z [00:04:23.893]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/AppleScript/test.applescript' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.7067143Z [00:04:23.899]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Go/main.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.7133901Z [00:04:23.906]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Lua/test.lua' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.7201209Z [00:04:23.913]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/jsonnet/stdlib.jsonnet' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.7264103Z [00:04:23.919]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Racket/test.rkt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.7327453Z [00:04:23.925]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Requirements.txt/requirements.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.7392200Z [00:04:23.932]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Apache/httpd.conf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.7455464Z [00:04:23.938]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Lean/test.lean' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.7519711Z [00:04:23.944]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/HTML/test.html' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.7582404Z [00:04:23.951]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Batch/build.bat' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.7649781Z [00:04:23.957]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ruby/output.rb' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.7712367Z [00:04:23.964]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Clojure/test.clj' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.7777083Z [00:04:23.970]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Fstab/fstab' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.7840511Z [00:04:23.976]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Typst/test.typ' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.7903016Z [00:04:23.983]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Lisp/utils.lisp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.7965969Z [00:04:23.989]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/nginx/nginx.conf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.8030074Z [00:04:23.995]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ruby Haml/test.html.haml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.8091471Z [00:04:24.002]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/CMake/CMakeLists.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.8152420Z [00:04:24.008]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Less/example.less' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.8214735Z [00:04:24.014]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Python/battest.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.8281032Z [00:04:24.021]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/gnuplot/test.gp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.8344083Z [00:04:24.027]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/orgmode/test.org' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.8408962Z [00:04:24.033]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/CoffeeScript/coffeescript.coffee' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.8471766Z [00:04:24.040]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Syslog/example.syslog' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.8533418Z [00:04:24.046]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/MATLAB/test.matlab' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.8596751Z [00:04:24.052]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/CpuInfo/test.cpuinfo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.8660912Z [00:04:24.058]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Dockerfile/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.8723985Z [00:04:24.065]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/http-request-response/example.http' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.8786031Z [00:04:24.071]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/SCSS/example.scss' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.8848514Z [00:04:24.077]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Rego/src_test.rego' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.8910187Z [00:04:24.083]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Manpage/sway.5.man' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.8971200Z [00:04:24.089]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Manpage/select-2.man' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.9034689Z [00:04:24.096]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Manpage/bat-0.16.man' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.9098336Z [00:04:24.102]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Manpage/fzf-0.33.0.man' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.9159556Z [00:04:24.108]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/VimL/source.vim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.9222364Z [00:04:24.115]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Assembly (x86_64)/test.nasm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.9283169Z [00:04:24.121]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/TypeScript/example.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.9345872Z [00:04:24.127]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/TypeScript/example.cts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.9410226Z [00:04:24.133]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Fortran (Modern)/test_savetxt.f90' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.9471821Z [00:04:24.140]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Vyper/crowdsale.vy' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.9533378Z [00:04:24.146]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Terraform/main.tf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.9595644Z [00:04:24.152]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/YAML/example.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.9658138Z [00:04:24.158]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/NSE/test.nse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.9722518Z [00:04:24.165]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Kotlin/test.kt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.9784835Z [00:04:24.171]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ignored suffixes/test.rs.orig' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.9848721Z [00:04:24.177]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ignored suffixes/test.rs.ucf-dist' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.9909945Z [00:04:24.183]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ignored suffixes/test.rs.dpkg-dist' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:04.9971970Z [00:04:24.190]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ignored suffixes/test.rs.ucf-old' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.0036342Z [00:04:24.196]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ignored suffixes/test.rs.rpmorig' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.0099133Z [00:04:24.202]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ignored suffixes/test.rs.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.0162059Z [00:04:24.209]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ignored suffixes/test.rs.rpmsave' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.0222706Z [00:04:24.215]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ignored suffixes/test.rs.ucf-new' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.0285922Z [00:04:24.221]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ignored suffixes/test.unknown~' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.0348221Z [00:04:24.227]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ignored suffixes/test.rs.in.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.0408633Z [00:04:24.233]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ignored suffixes/test.rs.bak' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.0470369Z [00:04:24.239]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ignored suffixes/test.rs.orig~' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.0533138Z [00:04:24.246]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ignored suffixes/test.rs~' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.0596810Z [00:04:24.252]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ignored suffixes/test.rs.rpmnew' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.0661907Z [00:04:24.259]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ignored suffixes/test.rs.dpkg-old' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.0724898Z [00:04:24.265]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ignored suffixes/test.rs.old' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.0789672Z [00:04:24.271]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/AWK/quicksort.awk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.0854026Z [00:04:24.278]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Fish/test.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.0916260Z [00:04:24.284]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/CSV/decimals_comma_decimal_point_semicolon_delimited.csv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.0979569Z [00:04:24.290]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/CSV/decimals_comma_decimal_point_pipe_delimited.csv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.1041420Z [00:04:24.296]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/CSV/simple.tsv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.1102150Z [00:04:24.303]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/CSV/comma_in_quotes.csv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.1163087Z [00:04:24.309]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/CSV/comma-delimited.csv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.1226088Z [00:04:24.315]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Java Server Page (JSP)/sessionDetail.jsp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.1288566Z [00:04:24.321]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/JSON/test.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.1352212Z [00:04:24.328]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/JSON/example.ndjson' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.1417508Z [00:04:24.334]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Perl/test.pl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.1479365Z [00:04:24.340]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/resolv.conf/resolv.conf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.1542937Z [00:04:24.347]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/PowerShell/test.ps1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.1605346Z [00:04:24.353]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/CFML/test.cfml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.1669011Z [00:04:24.359]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Vue/example.vue' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.1734230Z [00:04:24.366]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/cmd-help/test.cmd-help' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.1799488Z [00:04:24.372]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Verilog/div_pipelined.v' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.1862938Z [00:04:24.379]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ada/click.gpr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.1926706Z [00:04:24.385]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ada/click.adb' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.1992978Z [00:04:24.392]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ada/click.ads' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.2056525Z [00:04:24.398]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/OCaml/syntax-test.ml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.2119056Z [00:04:24.404]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Cpp/test.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.2184461Z [00:04:24.411]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Fortran Namelist/test.namelist' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.2248093Z [00:04:24.417]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Groff/rustdoc.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.2311917Z [00:04:24.423]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Regular Expression/test.re' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.2376403Z [00:04:24.430]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/C/test.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.2438227Z [00:04:24.436]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/nix/test.nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.2501794Z [00:04:24.443]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Julia/test.jl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.2566024Z [00:04:24.449]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Swift/test.swift' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.2630955Z [00:04:24.455]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Haskell/test.hs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.2692501Z [00:04:24.462]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ruby On Rails/test.rb' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.2756349Z [00:04:24.468]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Log/example.log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.2818756Z [00:04:24.474]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/LLVM/test.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.2881238Z [00:04:24.481]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/ARM Assembly/test.S' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.2948058Z [00:04:24.487]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/TeX/main.tex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.3015397Z [00:04:24.494]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Ninja/test.ninja' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.3081069Z [00:04:24.500]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/nim/test.nimble' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.3141928Z [00:04:24.507]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/nim/main.nim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.3202376Z [00:04:24.513]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Bash/simple.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.3263140Z [00:04:24.519]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Bash/batgrep.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.3323079Z [00:04:24.525]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/AsciiDoc/test.adoc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.3384621Z [00:04:24.531]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Java/test.java' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.3447333Z [00:04:24.537]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Crontab/crontab.tab' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.3511221Z [00:04:24.543]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Makefile/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.3575011Z [00:04:24.550]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/JavaScript/test.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.3637608Z [00:04:24.556]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Crystal/test.cr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.3698724Z [00:04:24.562]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/NAnt Build File/Default.build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.3760492Z [00:04:24.568]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/XAML/ItemPage.xaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.3823280Z [00:04:24.575]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Diff/82e7786e747b1fcfac1f963ae6415a22ec9caae1.diff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.3884390Z [00:04:24.581]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/QML/BatSyntaxTest.qml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.3946224Z [00:04:24.587]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Robot Framework/recipe141_aws_simple_storage_service.robot' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.4005848Z [00:04:24.593]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/SML/sample.sml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.4078203Z [00:04:24.600]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/ActionScript/test.as' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.4143731Z [00:04:24.607]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Email/test.eml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.4204808Z [00:04:24.613]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Jinja2/template.jinja2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.4265393Z [00:04:24.619]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/MemInfo/test.meminfo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.4325912Z [00:04:24.625]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/DotENV/.env' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.4388064Z [00:04:24.631]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Scala/ConcurrentEffectLaws.scala' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.4448851Z [00:04:24.637]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/LiveScript/livescript-demo.ls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.4511438Z [00:04:24.643]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Markdown/example.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.4572128Z [00:04:24.650]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/R/test.r' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.4631491Z [00:04:24.655]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Dart/inner_comment.dart' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.4691988Z [00:04:24.662]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Dart/test.dart' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.4754188Z [00:04:24.668]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Textile/test.textile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.4815788Z [00:04:24.674]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/fish_history/fish_history' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.4880767Z [00:04:24.680]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/TypeScriptReact/app.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.4942204Z [00:04:24.687]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/EtcGroup/test.group' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.5001910Z [00:04:24.693]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/debsources/sources.list' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.5061313Z [00:04:24.698]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/C-Sharp/Stack.cs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.5120444Z [00:04:24.704]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Pascal/test.pas' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.5181600Z [00:04:24.711]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/NSIS/test.nsi' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.5242586Z [00:04:24.717]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/D/test.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.5301873Z [00:04:24.723]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Groovy/test.groovy' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.5363271Z [00:04:24.729]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Fortran (Fixed Form)/quicksort_real_F77.F' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.5424100Z [00:04:24.735]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Passwd/passwd' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.5483412Z [00:04:24.741]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/JQ/sample.jq' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.5543296Z [00:04:24.747]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Rust/output.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.5601892Z [00:04:24.753]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/INI/test.inf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.5661067Z [00:04:24.759]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/INI/test.ini' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.5718836Z [00:04:24.764]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Strace/ls.strace' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.5777978Z [00:04:24.770]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/SLS/test.sls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.5837858Z [00:04:24.776]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/PHP/test.php' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.5897588Z [00:04:24.782]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/PureScript/test.purs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.5959668Z [00:04:24.788]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/ASP/test.asp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.6022383Z [00:04:24.795]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/GLSL/test.glsl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.6085016Z [00:04:24.801]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Erlang/bat_erlang.erl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.6147261Z [00:04:24.807]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Stylus/gradients.styl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.6207618Z [00:04:24.813]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Odin/test.odin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.6270346Z [00:04:24.819]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/varlink/org.varlink.certification.varlink' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.6331141Z [00:04:24.825]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Graphviz DOT/test_graph.dot' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.6390197Z [00:04:24.831]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Graphviz DOT/test_digraph.dot' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.6450692Z [00:04:24.837]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Objective-C++/test.mm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.6512103Z [00:04:24.843]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Puppet/manifest_large_exported_classes_node.pp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.6571681Z [00:04:24.850]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Elixir/command.ex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.6634835Z [00:04:24.856]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Literate Haskell/Main.lhs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.6696611Z [00:04:24.862]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Elm/test.elm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.6757965Z [00:04:24.868]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Tcl/test.tcl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.6820125Z [00:04:24.874]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/VimHelp/helphelp.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.6881317Z [00:04:24.881]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/highlighted/Sass/example.sass' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.6942470Z [00:04:24.887]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/regression_test.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:02:05.7005445Z [00:04:24.893]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/BatTestCustomAssets.sublime-syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.7068137Z [00:04:24.899]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/syntax-tests/compare_highlighted_versions.py' retained as 0755 (rwxr-xr-x)
2025-08-20T19:02:05.7132746Z [00:04:24.906]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/no_duplicate_extensions.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.7197681Z [00:04:24.912]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/test_pretty_printer.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.7260747Z [00:04:24.918]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/integration_tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.7321238Z [00:04:24.924]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/tester/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.7381953Z [00:04:24.931]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/system_wide_config.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.7443516Z [00:04:24.937]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/.ignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.7506021Z [00:04:24.943]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/highlighting-speed-src/miniz.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.7567857Z [00:04:24.949]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/highlighting-speed-src/numpy_test_multiarray.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.7628398Z [00:04:24.955]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/highlighting-speed-src/jquery.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.7691450Z [00:04:24.962]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/highlighting-speed-src/grep-output-ansi-sequences.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.7753358Z [00:04:24.968]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/run-benchmarks.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T19:02:05.7817491Z [00:04:24.974]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/startup-time-src/mystery-file' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.7881487Z [00:04:24.981]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/startup-time-src/small-Markdown-file.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.7944786Z [00:04:24.987]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/startup-time-src/small-CpuInfo-file.cpuinfo' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.8009651Z [00:04:24.993]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/startup-time-src/Containerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.8075079Z [00:04:25.000]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-25.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.8138804Z [00:04:25.006]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-0.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.8204250Z [00:04:25.013]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-61.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.8268582Z [00:04:25.019]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-38.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.8331987Z [00:04:25.026]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-12.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.8396395Z [00:04:25.032]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-10.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.8460205Z [00:04:25.038]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-81.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.8524604Z [00:04:25.045]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-24.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.8588099Z [00:04:25.051]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-78.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.8649415Z [00:04:25.057]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-69.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.8714514Z [00:04:25.064]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-28.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.8778397Z [00:04:25.070]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-8.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.8841864Z [00:04:25.077]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-96.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.8904042Z [00:04:25.083]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-1.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.8968153Z [00:04:25.089]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-9.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.9028937Z [00:04:25.095]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-54.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.9089785Z [00:04:25.101]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-63.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.9152859Z [00:04:25.108]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-34.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.9215404Z [00:04:25.114]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-18.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.9279298Z [00:04:25.120]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-91.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.9340818Z [00:04:25.126]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-65.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.9405766Z [00:04:25.133]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-60.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.9470569Z [00:04:25.139]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-95.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.9532668Z [00:04:25.146]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-66.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.9596356Z [00:04:25.152]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-20.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.9662193Z [00:04:25.159]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-70.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.9725256Z [00:04:25.165]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-64.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.9786877Z [00:04:25.171]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-93.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.9847886Z [00:04:25.177]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-11.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.9909403Z [00:04:25.183]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-26.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:05.9971630Z [00:04:25.189]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-88.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.0034177Z [00:04:25.196]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-43.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.0095486Z [00:04:25.202]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-21.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.0156435Z [00:04:25.208]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-76.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.0216347Z [00:04:25.214]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-3.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.0277115Z [00:04:25.220]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-55.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.0337727Z [00:04:25.226]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-31.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.0398233Z [00:04:25.232]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-42.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.0458083Z [00:04:25.238]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-72.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.0520130Z [00:04:25.244]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-4.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.0584929Z [00:04:25.251]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-75.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.0650530Z [00:04:25.257]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-85.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.0714333Z [00:04:25.264]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-50.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.0775434Z [00:04:25.270]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-51.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.0837455Z [00:04:25.276]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-56.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.0897649Z [00:04:25.282]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-22.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.0961295Z [00:04:25.289]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-58.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.1023799Z [00:04:25.295]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-15.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.1085709Z [00:04:25.301]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-17.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.1147192Z [00:04:25.307]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-71.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.1209939Z [00:04:25.313]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-30.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.1269299Z [00:04:25.319]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-23.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.1329409Z [00:04:25.325]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-77.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.1391430Z [00:04:25.331]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-2.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.1452402Z [00:04:25.338]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-90.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.1513088Z [00:04:25.344]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-39.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.1572906Z [00:04:25.350]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-45.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.1635137Z [00:04:25.356]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-52.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.1697131Z [00:04:25.362]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-83.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.1759131Z [00:04:25.368]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-59.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.1822636Z [00:04:25.375]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-7.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.1885018Z [00:04:25.381]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-97.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.1946778Z [00:04:25.387]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-41.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.2011021Z [00:04:25.393]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-57.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.2073666Z [00:04:25.400]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-92.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.2136626Z [00:04:25.406]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-80.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.2197403Z [00:04:25.412]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-67.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.2256483Z [00:04:25.418]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-36.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.2322474Z [00:04:25.425]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-47.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.2380423Z [00:04:25.430]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-98.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.2436929Z [00:04:25.436]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-79.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.2497450Z [00:04:25.442]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-19.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.2566048Z [00:04:25.449]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-84.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.2624203Z [00:04:25.455]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-73.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.2686101Z [00:04:25.461]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-6.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.2745660Z [00:04:25.467]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-5.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.2807166Z [00:04:25.473]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-74.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.2868305Z [00:04:25.479]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-48.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.2928072Z [00:04:25.485]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-37.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.2989514Z [00:04:25.491]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-27.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.3049765Z [00:04:25.497]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-82.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.3137439Z [00:04:25.506]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-35.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.3198530Z [00:04:25.512]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-29.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.3258016Z [00:04:25.518]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-33.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.3318246Z [00:04:25.524]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-13.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.3376620Z [00:04:25.530]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-49.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.3435713Z [00:04:25.536]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-62.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.3494851Z [00:04:25.542]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-40.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.3555244Z [00:04:25.548]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-14.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.3613630Z [00:04:25.554]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-32.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.3673002Z [00:04:25.560]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-46.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.3733369Z [00:04:25.566]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-16.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.3793441Z [00:04:25.572]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-68.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.3852865Z [00:04:25.578]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-44.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.3912870Z [00:04:25.584]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-99.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.3973130Z [00:04:25.590]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-53.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.4034528Z [00:04:25.596]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-87.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.4094577Z [00:04:25.602]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-89.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.4155467Z [00:04:25.608]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-94.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.4215043Z [00:04:25.614]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-100.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.4274295Z [00:04:25.620]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/many-small-files/small-file-86.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.4338150Z [00:04:25.626]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.wFEhfGMWOz/TEMPREPO/tests/benchmarks/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.4400195Z [00:04:25.632]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/batcat.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.4461287Z [00:04:25.638]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/batcat.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.4524024Z [00:04:25.645]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.4584816Z [00:04:25.651]➜  mode of '/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T19:02:06.4919823Z [00:04:25.684]➜  realpath: missing operand
2025-08-20T19:02:06.4920260Z [00:04:25.684]➜  Try 'realpath --help' for more information.
2025-08-20T19:02:06.5004241Z [00:04:25.693]➜  
2025-08-20T19:02:06.5004850Z [00:04:25.693]➜  [+] Found LICENSE ==> [/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/LICENSE]
2025-08-20T19:02:06.5005263Z [00:04:25.693]➜  
2025-08-20T19:02:06.5005448Z [00:04:25.693]➜  
2025-08-20T19:02:06.5012850Z [00:04:25.694]➜  Copyright (c) 2018-2021 bat-developers (https://github.com/sharkdp/bat).
2025-08-20T19:02:06.5013240Z [00:04:25.694]➜  
2025-08-20T19:02:06.5013636Z [00:04:25.694]➜  bat is made available under the terms of either the MIT License or the Apache
2025-08-20T19:02:06.5014321Z [00:04:25.694]➜  License 2.0, at your option.
2025-08-20T19:02:06.5014574Z [00:04:25.694]➜  
2025-08-20T19:02:06.5014911Z [00:04:25.694]➜  See the LICENSE-APACHE and LICENSE-MIT files for license details.
2025-08-20T19:02:06.5015261Z [00:04:25.694]➜  
2025-08-20T19:02:06.5015443Z [00:04:25.694]➜  
2025-08-20T19:02:09.0982182Z [00:04:28.291]➜  
2025-08-20T19:02:09.0982557Z [00:04:28.291]➜  File: LICENSE
2025-08-20T19:02:09.0982843Z [00:04:28.291]➜    Type: ASCII text
2025-08-20T19:02:09.0983292Z [00:04:28.291]➜    B3sum: ab3cf3b689755b8add17f15116c217ca7b00b15bd0fceccee2d4e7348ee9421e
2025-08-20T19:02:09.0983882Z [00:04:28.291]➜    SHA256sum: dd46bdeebfdf5e0e55dd0b4636eff2bfbb8f8efeaea018ed86814710a23c1bda
2025-08-20T19:02:09.0984288Z [00:04:28.291]➜    Size: 4.0K
2025-08-20T19:02:09.1102490Z [00:04:28.303]➜  
2025-08-20T19:02:09.1102808Z [00:04:28.303]➜  File: SBUILD
2025-08-20T19:02:09.1103172Z [00:04:28.303]➜    Type: a /SBUILD ver @v1.0.0 script, ASCII text executable
2025-08-20T19:02:09.1104039Z [00:04:28.303]➜    B3sum: c84374f79b09d62e670b352344c2cf9d679a4058e62371cd4896d717caefeb5f
2025-08-20T19:02:09.1104611Z [00:04:28.303]➜    SHA256sum: ce1b070a7abaf948da0dcdab7814e7ddd22ad727ce405121e0164a4179cf949b
2025-08-20T19:02:09.1105010Z [00:04:28.303]➜    Size: 8.0K
2025-08-20T19:02:09.1202760Z [00:04:28.313]➜  
2025-08-20T19:02:09.1203101Z [00:04:28.313]➜  File: batcat.static.version
2025-08-20T19:02:09.1203486Z [00:04:28.313]➜    Type: ASCII text, with no line terminators
2025-08-20T19:02:09.1203975Z [00:04:28.313]➜    B3sum: 3e574367d9a9c4ebb545e8511d9c319dc855c53843b6f23c66a19ada3a137b3b
2025-08-20T19:02:09.1204543Z [00:04:28.313]➜    SHA256sum: ff5f854e9c27c2309e7eaf283cc53fb0969d985b143b650a909a247d8c0c437b
2025-08-20T19:02:09.1204933Z [00:04:28.313]➜    Size: 4.0K
2025-08-20T19:02:09.1304977Z [00:04:28.323]➜  
2025-08-20T19:02:09.1305324Z [00:04:28.323]➜  File: batcat.version
2025-08-20T19:02:09.1305690Z [00:04:28.323]➜    Type: ASCII text, with no line terminators
2025-08-20T19:02:09.1306310Z [00:04:28.323]➜    B3sum: 3e574367d9a9c4ebb545e8511d9c319dc855c53843b6f23c66a19ada3a137b3b
2025-08-20T19:02:09.1306889Z [00:04:28.323]➜    SHA256sum: ff5f854e9c27c2309e7eaf283cc53fb0969d985b143b650a909a247d8c0c437b
2025-08-20T19:02:09.1307799Z [00:04:28.323]➜    Size: 4.0K
2025-08-20T19:02:09.1308295Z [00:04:28.323]➜  
2025-08-20T19:02:09.1308800Z [00:04:28.323]➜  [+] Generating (b3sum) Checksums ==> [/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/CHECKSUM]
2025-08-20T19:02:09.1336366Z [00:04:28.326]➜  batcat.version:3e574367d9a9c4ebb545e8511d9c319dc855c53843b6f23c66a19ada3a137b3b
2025-08-20T19:02:09.1337221Z [00:04:28.326]➜  batcat.static.version:3e574367d9a9c4ebb545e8511d9c319dc855c53843b6f23c66a19ada3a137b3b
2025-08-20T19:02:09.1337877Z [00:04:28.326]➜  SBUILD:c84374f79b09d62e670b352344c2cf9d679a4058e62371cd4896d717caefeb5f
2025-08-20T19:02:09.1338430Z [00:04:28.326]➜  LICENSE:ab3cf3b689755b8add17f15116c217ca7b00b15bd0fceccee2d4e7348ee9421e
2025-08-20T19:02:09.1356326Z [00:04:28.328]➜  
2025-08-20T19:02:09.1356903Z [00:04:28.328]➜  [+] Signing batcat.static (Verify: https://docs.pkgforge.dev/repositories/pkgforge-stable/security#trust-but-verify)
2025-08-20T19:02:09.1462734Z [00:04:28.339]➜  
2025-08-20T19:02:09.1463604Z [00:04:28.339]➜  [✓] SuccessFully Built batcat.static using https://github.com/pkgforge/soarpkgs/blob/main/binaries/bat/static.official.source.yaml [Wednesday, 2025-08-20 (07:02:09 PM) UTC]
2025-08-20T19:02:09.1464550Z [00:04:28.339]➜  
2025-08-20T19:02:09.1575014Z [00:04:28.350]➜  [+] Total Size: 375M (Includes DUPES+TMPFILES)
2025-08-20T19:02:09.1575602Z [00:04:28.350]➜  [+] LOGPATH='/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/batcat.static.log'
2025-08-20T19:02:09.1589041Z [00:04:28.351]➜  [+] ENVPATH=/tmp/pkgforge/ShleofHaW_SBUILD/ENVPATH
2025-08-20T19:02:09.1798991Z 
2025-08-20T19:02:09.1799857Z [+] Sanitizing /tmp/pkgforge/ShleofHaW_SBUILD/BUILD.log ==> /tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/batcat.static.log
2025-08-20T19:02:12.4351019Z 
2025-08-20T19:02:12.4351985Z [✗] FATAL: Failed to Push Artifacts ==> [ghcr.io/pkgforge/bincache/bat/official]
2025-08-20T19:02:12.4352473Z [+] LOGS (Build Dir): /tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR
2025-08-20T19:02:12.4352736Z 
2025-08-20T19:02:12.6880330Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T19:02:14.5642487Z ./BUILD_ARTIFACTS.tar : 31.81%   (   371 MiB =>    118 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T19:02:14.6199140Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T19:02:14.6237346Z 
2025-08-20T19:02:14.6238123Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/bat/static.official.source.yaml :: 00(Hr):04(Min):34(Sec)
2025-08-20T19:02:14.6238736Z 
2025-08-20T19:02:14.6255859Z 
2025-08-20T19:02:14.6256057Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (07:02:14 PM) UTC
2025-08-20T19:02:14.6256293Z 
2025-08-20T19:02:15.2046094Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T19:02:15.2094206Z ##[group]Run ##Presets
2025-08-20T19:02:15.2094539Z [36;1m##Presets[0m
2025-08-20T19:02:15.2094719Z [36;1mset +x ; set +e[0m
2025-08-20T19:02:15.2094906Z [36;1m#-------------#[0m
2025-08-20T19:02:15.2095086Z [36;1m##Debug?[0m
2025-08-20T19:02:15.2095300Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:02:15.2095560Z [36;1m  set -x[0m
2025-08-20T19:02:15.2095719Z [36;1mfi[0m
2025-08-20T19:02:15.2095875Z [36;1m#-------------#[0m
2025-08-20T19:02:15.2096056Z [36;1m##Set ENV[0m
2025-08-20T19:02:15.2096269Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T19:02:15.2096662Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-"[0m
2025-08-20T19:02:15.2098170Z [36;1m    GHCRPKG_TAG_SRCBUILD=""[0m
2025-08-20T19:02:15.2098554Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/bat/official/bat-srcbuild-"[0m
2025-08-20T19:02:15.2099034Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T19:02:15.2099409Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:02:15.2099837Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:02:15.2100153Z [36;1m fi[0m
2025-08-20T19:02:15.2100306Z [36;1m##Push[0m
2025-08-20T19:02:15.2100505Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T19:02:15.2100758Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T19:02:15.2101105Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T19:02:15.2101556Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T19:02:15.2101977Z [36;1m     ls -sh "/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T19:02:15.2102297Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T19:02:15.2102498Z [36;1m       {[0m
2025-08-20T19:02:15.2102688Z [36;1m        for i in {1..10}; do[0m
2025-08-20T19:02:15.2103005Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T19:02:15.2103427Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T19:02:15.2103839Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T19:02:15.2104249Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=")[0m
2025-08-20T19:02:15.2104667Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=")[0m
2025-08-20T19:02:15.2105037Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=")[0m
2025-08-20T19:02:15.2105406Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=:")[0m
2025-08-20T19:02:15.2105776Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=")[0m
2025-08-20T19:02:15.2106142Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=")[0m
2025-08-20T19:02:15.2106915Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=")[0m
2025-08-20T19:02:15.2107578Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ")[0m
2025-08-20T19:02:15.2108063Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T19:02:15.2108491Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=")[0m
2025-08-20T19:02:15.2108898Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=")[0m
2025-08-20T19:02:15.2109301Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=")[0m
2025-08-20T19:02:15.2109726Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-bat")[0m
2025-08-20T19:02:15.2110146Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=")[0m
2025-08-20T19:02:15.2110768Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T19:02:15.2111215Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=")[0m
2025-08-20T19:02:15.2111603Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T19:02:15.2112083Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T19:02:15.2112494Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T19:02:15.2112724Z [36;1m         #Check[0m
2025-08-20T19:02:15.2113249Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "" ]]; then[0m
2025-08-20T19:02:15.2113929Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T19:02:15.2114257Z [36;1m            break[0m
2025-08-20T19:02:15.2114449Z [36;1m          else[0m
2025-08-20T19:02:15.2114829Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T19:02:15.2115238Z [36;1m          fi[0m
2025-08-20T19:02:15.2115437Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T19:02:15.2115676Z [36;1m        done[0m
2025-08-20T19:02:15.2115845Z [36;1m       }[0m
2025-08-20T19:02:15.2116029Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T19:02:15.2116258Z [36;1m       ghcr_push_cmd[0m
2025-08-20T19:02:15.2116792Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "" ]]; then[0m
2025-08-20T19:02:15.2117647Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T19:02:15.2118035Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T19:02:15.2118288Z [36;1m          ghcr_push_cmd[0m
2025-08-20T19:02:15.2118836Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "" ]]; then[0m
2025-08-20T19:02:15.2119517Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T19:02:15.2120010Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T19:02:15.2120385Z [36;1m             return 1 || exit 1[0m
2025-08-20T19:02:15.2120600Z [36;1m           fi[0m
2025-08-20T19:02:15.2120772Z [36;1m       fi[0m
2025-08-20T19:02:15.2120935Z [36;1m   fi[0m
2025-08-20T19:02:15.2121088Z [36;1m fi[0m
2025-08-20T19:02:15.2121252Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T19:02:15.2188128Z shell: /usr/bin/bash -e {0}
2025-08-20T19:02:15.2188352Z env:
2025-08-20T19:02:15.2188510Z   CROSS_COMPILING: NO
2025-08-20T19:02:15.2188964Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:02:15.2189188Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:02:15.2189387Z   ON_QEMU: NO
2025-08-20T19:02:15.2189535Z   DEBUG: 0
2025-08-20T19:02:15.2189696Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:02:15.2189904Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:02:15.2190157Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/bat/official
2025-08-20T19:02:15.2190420Z   KEEP_LOGS: YES
2025-08-20T19:02:15.2190591Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:02:15.2190781Z   PKG_FAMILY_LOCAL: bat
2025-08-20T19:02:15.2190970Z   SBUILD_REBUILD: false
2025-08-20T19:02:15.2191462Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/bat/static.official.source.yaml
2025-08-20T19:02:15.2191990Z   BUILD_SYS: docker://rust
2025-08-20T19:02:15.2192186Z   BUILD_ON_HOST: FALSE
2025-08-20T19:02:15.2192364Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:02:15.2192541Z   SYSTMP: /tmp
2025-08-20T19:02:15.2192703Z   GHA_MODE: MATRIX
2025-08-20T19:02:15.2193345Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T19:02:15.2193837Z   INPUT_SBUILD: /tmp/pkgforge/jIpMoZlfP_build.yaml
2025-08-20T19:02:15.2194137Z   BUILD_DIR: /tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml
2025-08-20T19:02:15.2194495Z   SBUILD_OUTDIR: /tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR
2025-08-20T19:02:15.2194951Z   SBUILD_TMPDIR: /tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:02:15.2195309Z   PKG_TYPE: static
2025-08-20T19:02:15.2195483Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:02:15.2195672Z   PUSH_SUCCESSFUL: NO
2025-08-20T19:02:15.2196245Z   GHCR_TOKEN: ***
2025-08-20T19:02:15.2196516Z   GITHUB_TOKEN: ***
2025-08-20T19:02:15.2196719Z   GITLAB_TOKEN: ***
2025-08-20T19:02:15.2198004Z   MINISIGN_KEY: ***
2025-08-20T19:02:15.2198176Z ##[endgroup]
2025-08-20T19:02:15.2271038Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T19:02:15.2279929Z 119M	./BUILD_ARTIFACTS.zstd
2025-08-20T19:02:15.2291262Z total 2.0M
2025-08-20T19:02:15.2291455Z 4.0K CHECKSUM
2025-08-20T19:02:15.2291617Z 4.0K CHECKSUM.sig
2025-08-20T19:02:15.2291782Z 4.0K LICENSE
2025-08-20T19:02:15.2291940Z 4.0K LICENSE.sig
2025-08-20T19:02:15.2292101Z 8.0K SBUILD
2025-08-20T19:02:15.2292251Z 4.0K SBUILD.sig
2025-08-20T19:02:15.2292412Z 4.0K SBUILD_TEMP
2025-08-20T19:02:15.2292578Z 2.0M batcat.static.log
2025-08-20T19:02:15.2292766Z 4.0K batcat.static.version
2025-08-20T19:02:15.2292975Z 4.0K batcat.static.version.sig
2025-08-20T19:02:15.2293176Z 4.0K batcat.version
2025-08-20T19:02:15.2293349Z 4.0K batcat.version.sig
2025-08-20T19:02:15.2580275Z Error: "ghcr.io/pkgforge/bincache/bat/official/bat-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/bat/official/bat-srcbuild-"
2025-08-20T19:02:15.2581445Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T19:02:20.2643499Z Error: "ghcr.io/pkgforge/bincache/bat/official/bat-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/bat/official/bat-srcbuild-"
2025-08-20T19:02:20.2647457Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T19:02:20.2652671Z 
2025-08-20T19:02:20.2653035Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/bat/official/bat-srcbuild-
2025-08-20T19:02:20.2653437Z 
2025-08-20T19:02:20.2684348Z Error: "ghcr.io/pkgforge/bincache/bat/official/bat-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/bat/official/bat-srcbuild-"
2025-08-20T19:02:20.2688034Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T19:02:20.2721588Z ##[group]Run ##Presets
2025-08-20T19:02:20.2721844Z [36;1m##Presets[0m
2025-08-20T19:02:20.2722022Z [36;1mset +x ; set +e[0m
2025-08-20T19:02:20.2722207Z [36;1m#-------------#[0m
2025-08-20T19:02:20.2722390Z [36;1m##Debug?[0m
2025-08-20T19:02:20.2722607Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:02:20.2723111Z [36;1m  set -x[0m
2025-08-20T19:02:20.2723276Z [36;1mfi[0m
2025-08-20T19:02:20.2723431Z [36;1m#-------------#[0m
2025-08-20T19:02:20.2723663Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T19:02:20.2723970Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T19:02:20.2756292Z shell: /usr/bin/bash -e {0}
2025-08-20T19:02:20.2756504Z env:
2025-08-20T19:02:20.2756658Z   CROSS_COMPILING: NO
2025-08-20T19:02:20.2756854Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:02:20.2757237Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:02:20.2757436Z   ON_QEMU: NO
2025-08-20T19:02:20.2757642Z   DEBUG: 0
2025-08-20T19:02:20.2757805Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:02:20.2758016Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:02:20.2758269Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/bat/official
2025-08-20T19:02:20.2758528Z   KEEP_LOGS: YES
2025-08-20T19:02:20.2758696Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:02:20.2758893Z   PKG_FAMILY_LOCAL: bat
2025-08-20T19:02:20.2759079Z   SBUILD_REBUILD: false
2025-08-20T19:02:20.2759568Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/bat/static.official.source.yaml
2025-08-20T19:02:20.2760086Z   BUILD_SYS: docker://rust
2025-08-20T19:02:20.2760281Z   BUILD_ON_HOST: FALSE
2025-08-20T19:02:20.2760459Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:02:20.2760640Z   SYSTMP: /tmp
2025-08-20T19:02:20.2760799Z   GHA_MODE: MATRIX
2025-08-20T19:02:20.2761201Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T19:02:20.2761689Z   INPUT_SBUILD: /tmp/pkgforge/jIpMoZlfP_build.yaml
2025-08-20T19:02:20.2761993Z   BUILD_DIR: /tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml
2025-08-20T19:02:20.2762358Z   SBUILD_OUTDIR: /tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR
2025-08-20T19:02:20.2762815Z   SBUILD_TMPDIR: /tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:02:20.2763183Z   PKG_TYPE: static
2025-08-20T19:02:20.2763357Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:02:20.2763541Z   PUSH_SUCCESSFUL: NO
2025-08-20T19:02:20.2763725Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T19:02:20.2764030Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/bat/official/bat-srcbuild-
2025-08-20T19:02:20.2764358Z ##[endgroup]
2025-08-20T19:02:20.2901298Z ##[group]Run actions/upload-artifact@v4
2025-08-20T19:02:20.2901615Z with:
2025-08-20T19:02:20.2901787Z   name: Bincache_bat_aarch64-Linux
2025-08-20T19:02:20.2902041Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T19:02:20.2902300Z   compression-level: 0
2025-08-20T19:02:20.2902481Z   retention-days: 30
2025-08-20T19:02:20.2902658Z   overwrite: true
2025-08-20T19:02:20.2902835Z   if-no-files-found: warn
2025-08-20T19:02:20.2903036Z   include-hidden-files: false
2025-08-20T19:02:20.2903234Z env:
2025-08-20T19:02:20.2903385Z   CROSS_COMPILING: NO
2025-08-20T19:02:20.2903576Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:02:20.2903814Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:02:20.2904013Z   ON_QEMU: NO
2025-08-20T19:02:20.2904168Z   DEBUG: 0
2025-08-20T19:02:20.2904332Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:02:20.2904548Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:02:20.2904801Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/bat/official
2025-08-20T19:02:20.2905108Z   KEEP_LOGS: YES
2025-08-20T19:02:20.2905287Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:02:20.2905479Z   PKG_FAMILY_LOCAL: bat
2025-08-20T19:02:20.2905662Z   SBUILD_REBUILD: false
2025-08-20T19:02:20.2906153Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/bat/static.official.source.yaml
2025-08-20T19:02:20.2906675Z   BUILD_SYS: docker://rust
2025-08-20T19:02:20.2906874Z   BUILD_ON_HOST: FALSE
2025-08-20T19:02:20.2907326Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:02:20.2907515Z   SYSTMP: /tmp
2025-08-20T19:02:20.2907676Z   GHA_MODE: MATRIX
2025-08-20T19:02:20.2908075Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T19:02:20.2908896Z   INPUT_SBUILD: /tmp/pkgforge/jIpMoZlfP_build.yaml
2025-08-20T19:02:20.2909199Z   BUILD_DIR: /tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml
2025-08-20T19:02:20.2909562Z   SBUILD_OUTDIR: /tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR
2025-08-20T19:02:20.2910028Z   SBUILD_TMPDIR: /tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:02:20.2910386Z   PKG_TYPE: static
2025-08-20T19:02:20.2910563Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:02:20.2910752Z   PUSH_SUCCESSFUL: NO
2025-08-20T19:02:20.2910938Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T19:02:20.2911244Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/bat/official/bat-srcbuild-
2025-08-20T19:02:20.2911580Z   UTC_TIME: 2025_08_20T07_02_20_PM
2025-08-20T19:02:20.2911779Z ##[endgroup]
2025-08-20T19:02:20.9412641Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T19:02:20.9418347Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T19:02:20.9418906Z With the provided path, there will be 2 files uploaded
2025-08-20T19:02:21.1920745Z Artifact name is valid!
2025-08-20T19:02:21.1924129Z Root directory input is valid!
2025-08-20T19:02:21.2588582Z Beginning upload of artifact content to blob storage
2025-08-20T19:02:21.9417867Z Uploaded bytes 8388608
2025-08-20T19:02:21.9959136Z Uploaded bytes 16777216
2025-08-20T19:02:22.1082053Z Uploaded bytes 25165824
2025-08-20T19:02:22.1252094Z Uploaded bytes 33554432
2025-08-20T19:02:22.1442106Z Uploaded bytes 41943040
2025-08-20T19:02:22.2256707Z Uploaded bytes 50331648
2025-08-20T19:02:22.3445074Z Uploaded bytes 58720256
2025-08-20T19:02:22.3842764Z Uploaded bytes 67108864
2025-08-20T19:02:22.3963753Z Uploaded bytes 75497472
2025-08-20T19:02:22.4460016Z Uploaded bytes 83886080
2025-08-20T19:02:22.6145482Z Uploaded bytes 92274688
2025-08-20T19:02:22.6365579Z Uploaded bytes 100663296
2025-08-20T19:02:22.6451627Z Uploaded bytes 109051904
2025-08-20T19:02:22.7405628Z Uploaded bytes 117440512
2025-08-20T19:02:22.8818584Z Uploaded bytes 125829120
2025-08-20T19:02:22.9738025Z Uploaded bytes 126211926
2025-08-20T19:02:23.0343671Z Finished uploading artifact content to blob storage!
2025-08-20T19:02:23.0354252Z SHA256 digest of uploaded artifact zip is 04e0771b73ca160304e10f821ef106ce16c79483615800f041f9350fb65593c2
2025-08-20T19:02:23.0354738Z Finalizing artifact upload
2025-08-20T19:02:23.1394982Z Artifact Bincache_bat_aarch64-Linux.zip successfully finalized. Artifact ID 3812217029
2025-08-20T19:02:23.1395715Z Artifact Bincache_bat_aarch64-Linux has been successfully uploaded! Final size is 126211926 bytes. Artifact ID is 3812217029
2025-08-20T19:02:23.1413991Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17107517322/artifacts/3812217029
2025-08-20T19:02:23.1741987Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T19:02:23.1742306Z with:
2025-08-20T19:02:23.1742509Z   subject-name: bat--
2025-08-20T19:02:23.1743176Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T19:02:23.1743871Z   show-summary: true
2025-08-20T19:02:23.1744059Z   push-to-registry: false
2025-08-20T19:02:23.1744425Z   github-token: ***
2025-08-20T19:02:23.1744599Z env:
2025-08-20T19:02:23.1744752Z   CROSS_COMPILING: NO
2025-08-20T19:02:23.1744949Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:02:23.1745164Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:02:23.1745367Z   ON_QEMU: NO
2025-08-20T19:02:23.1745521Z   DEBUG: 0
2025-08-20T19:02:23.1745685Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:02:23.1745899Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:02:23.1746199Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/bat/official
2025-08-20T19:02:23.1746467Z   KEEP_LOGS: YES
2025-08-20T19:02:23.1746641Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:02:23.1747503Z   PKG_FAMILY_LOCAL: bat
2025-08-20T19:02:23.1747698Z   SBUILD_REBUILD: false
2025-08-20T19:02:23.1748192Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/bat/static.official.source.yaml
2025-08-20T19:02:23.1748719Z   BUILD_SYS: docker://rust
2025-08-20T19:02:23.1748919Z   BUILD_ON_HOST: FALSE
2025-08-20T19:02:23.1749100Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:02:23.1749278Z   SYSTMP: /tmp
2025-08-20T19:02:23.1749443Z   GHA_MODE: MATRIX
2025-08-20T19:02:23.1749848Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T19:02:23.1750341Z   INPUT_SBUILD: /tmp/pkgforge/jIpMoZlfP_build.yaml
2025-08-20T19:02:23.1750648Z   BUILD_DIR: /tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml
2025-08-20T19:02:23.1751026Z   SBUILD_OUTDIR: /tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR
2025-08-20T19:02:23.1751492Z   SBUILD_TMPDIR: /tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:02:23.1751859Z   PKG_TYPE: static
2025-08-20T19:02:23.1752039Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:02:23.1752234Z   PUSH_SUCCESSFUL: NO
2025-08-20T19:02:23.1752421Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T19:02:23.1752727Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/bat/official/bat-srcbuild-
2025-08-20T19:02:23.1753071Z   UTC_TIME: 2025_08_20T07_02_20_PM
2025-08-20T19:02:23.1753276Z ##[endgroup]
2025-08-20T19:02:23.1835967Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T19:02:23.1836382Z env:
2025-08-20T19:02:23.1836541Z   CROSS_COMPILING: NO
2025-08-20T19:02:23.1836736Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:02:23.1836947Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:02:23.1837353Z   ON_QEMU: NO
2025-08-20T19:02:23.1837514Z   DEBUG: 0
2025-08-20T19:02:23.1837695Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:02:23.1837913Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:02:23.1838171Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/bat/official
2025-08-20T19:02:23.1838454Z   KEEP_LOGS: YES
2025-08-20T19:02:23.1838628Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:02:23.1838823Z   PKG_FAMILY_LOCAL: bat
2025-08-20T19:02:23.1839012Z   SBUILD_REBUILD: false
2025-08-20T19:02:23.1839511Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/bat/static.official.source.yaml
2025-08-20T19:02:23.1840042Z   BUILD_SYS: docker://rust
2025-08-20T19:02:23.1840243Z   BUILD_ON_HOST: FALSE
2025-08-20T19:02:23.1840428Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:02:23.1840611Z   SYSTMP: /tmp
2025-08-20T19:02:23.1840775Z   GHA_MODE: MATRIX
2025-08-20T19:02:23.1841186Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T19:02:23.1841676Z   INPUT_SBUILD: /tmp/pkgforge/jIpMoZlfP_build.yaml
2025-08-20T19:02:23.1842292Z   BUILD_DIR: /tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml
2025-08-20T19:02:23.1842692Z   SBUILD_OUTDIR: /tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR
2025-08-20T19:02:23.1843165Z   SBUILD_TMPDIR: /tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:02:23.1843531Z   PKG_TYPE: static
2025-08-20T19:02:23.1843708Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:02:23.1843903Z   PUSH_SUCCESSFUL: NO
2025-08-20T19:02:23.1844093Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T19:02:23.1844404Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/bat/official/bat-srcbuild-
2025-08-20T19:02:23.1844747Z   UTC_TIME: 2025_08_20T07_02_20_PM
2025-08-20T19:02:23.1844952Z ##[endgroup]
2025-08-20T19:02:23.6964224Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T19:02:23.6964550Z with:
2025-08-20T19:02:23.6965206Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T19:02:23.6965905Z   subject-name: bat--
2025-08-20T19:02:23.6966399Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T19:02:23.6969630Z   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/17107517322/attempts/1"}}}
2025-08-20T19:02:23.6972195Z   push-to-registry: false
2025-08-20T19:02:23.6972399Z   show-summary: true
2025-08-20T19:02:23.6972811Z   github-token: ***
2025-08-20T19:02:23.6973002Z env:
2025-08-20T19:02:23.6973158Z   CROSS_COMPILING: NO
2025-08-20T19:02:23.6973354Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:02:23.6973577Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:02:23.6973781Z   ON_QEMU: NO
2025-08-20T19:02:23.6973940Z   DEBUG: 0
2025-08-20T19:02:23.6974109Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:02:23.6974327Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:02:23.6974593Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/bat/official
2025-08-20T19:02:23.6974863Z   KEEP_LOGS: YES
2025-08-20T19:02:23.6975043Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:02:23.6975245Z   PKG_FAMILY_LOCAL: bat
2025-08-20T19:02:23.6975438Z   SBUILD_REBUILD: false
2025-08-20T19:02:23.6975932Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/bat/static.official.source.yaml
2025-08-20T19:02:23.6976472Z   BUILD_SYS: docker://rust
2025-08-20T19:02:23.6976681Z   BUILD_ON_HOST: FALSE
2025-08-20T19:02:23.6976872Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:02:23.6977294Z   SYSTMP: /tmp
2025-08-20T19:02:23.6977469Z   GHA_MODE: MATRIX
2025-08-20T19:02:23.6977877Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T19:02:23.6978370Z   INPUT_SBUILD: /tmp/pkgforge/jIpMoZlfP_build.yaml
2025-08-20T19:02:23.6978684Z   BUILD_DIR: /tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml
2025-08-20T19:02:23.6979061Z   SBUILD_OUTDIR: /tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR
2025-08-20T19:02:23.6979529Z   SBUILD_TMPDIR: /tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:02:23.6979898Z   PKG_TYPE: static
2025-08-20T19:02:23.6980079Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:02:23.6980278Z   PUSH_SUCCESSFUL: NO
2025-08-20T19:02:23.6980470Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T19:02:23.6981138Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/bat/official/bat-srcbuild-
2025-08-20T19:02:23.6981518Z   UTC_TIME: 2025_08_20T07_02_20_PM
2025-08-20T19:02:23.6981740Z ##[endgroup]
2025-08-20T19:02:25.3880071Z Attestation created for 12 subjects
2025-08-20T19:02:25.3884321Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T19:02:25.3884757Z -----BEGIN CERTIFICATE-----
2025-08-20T19:02:25.3885087Z MIIG7zCCBnWgAwIBAgIUcM0wD6ADlFFRvP4DRxsQe/JrFr4wCgYIKoZIzj0EAwMw
2025-08-20T19:02:25.3885537Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T19:02:25.3886008Z cm1lZGlhdGUwHhcNMjUwODIwMTkwMjI0WhcNMjUwODIwMTkxMjI0WjAAMFkwEwYH
2025-08-20T19:02:25.3886456Z KoZIzj0CAQYIKoZIzj0DAQcDQgAECyuYeRdr40l/CY3olM0lIFp1VvjHKxil6Qmv
2025-08-20T19:02:25.3886896Z wxJRWIR1kaeAxOSFyJ4GNd38dALgd3yAukchIZD5W2QkH7dz8KOCBZQwggWQMA4G
2025-08-20T19:02:25.3887519Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUv7o5
2025-08-20T19:02:25.3888014Z aOV03I+LaUIS9OauZwQyktEwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T19:02:25.3888460Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T19:02:25.3889306Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T19:02:25.3889765Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T19:02:25.3890207Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T19:02:25.3890637Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T19:02:25.3891083Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T19:02:25.3891539Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T19:02:25.3891997Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T19:02:25.3892451Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T19:02:25.3892897Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T19:02:25.3893352Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T19:02:25.3893811Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T19:02:25.3894265Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T19:02:25.3894712Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T19:02:25.3895179Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T19:02:25.3895643Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T19:02:25.3896106Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T19:02:25.3896566Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T19:02:25.3897162Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T19:02:25.3897630Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T19:02:25.3898086Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T19:02:25.3898587Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T19:02:25.3899056Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T19:02:25.3899515Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA3NTE3MzIyL2F0
2025-08-20T19:02:25.3899971Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYoGCisGAQQB1nkCBAIE
2025-08-20T19:02:25.3900434Z fAR6AHgAdgDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjI3Ghw
2025-08-20T19:02:25.3900901Z AAAEAwBHMEUCIQDIH4ycuLpjvlQALFt8UaGFBkac0Bje+pQP1W7lgE8o1wIgX5US
2025-08-20T19:02:25.3901358Z 76At1xIQAAMinqQrlaU1L6oanEpMALvlVc7Q6kIwCgYIKoZIzj0EAwMDaAAwZQIw
2025-08-20T19:02:25.3901810Z IP0hiVFunMOTO8mPsa8dOCCuj+qkyXbH0Q9z8mx2CeZfO8Y51+ES6D7aTAXYMjJA
2025-08-20T19:02:25.3902246Z AjEA1j8AjcoO4r2VS61b/SZlalyql+hvMxxU7cAYrsbs1HI7XJKIfEq4sge1qTmm
2025-08-20T19:02:25.3902556Z mHyz
2025-08-20T19:02:25.3902718Z -----END CERTIFICATE-----
2025-08-20T19:02:25.3902850Z 
2025-08-20T19:02:25.3903325Z ##[endgroup]
2025-08-20T19:02:25.3904066Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T19:02:25.3904473Z https://search.sigstore.dev?logIndex=413932047
2025-08-20T19:02:25.3904866Z [36mAttestation uploaded to repository[39m
2025-08-20T19:02:25.3905185Z https://github.com/pkgforge/bincache/attestations/9868542
2025-08-20T19:02:25.4915324Z ##[group]Run ##Presets
2025-08-20T19:02:25.4915599Z [36;1m##Presets[0m
2025-08-20T19:02:25.4915783Z [36;1mset +x ; set +e[0m
2025-08-20T19:02:25.4915979Z [36;1m#-------------#[0m
2025-08-20T19:02:25.4916168Z [36;1m##Debug?[0m
2025-08-20T19:02:25.4916391Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:02:25.4916666Z [36;1m  set -x[0m
2025-08-20T19:02:25.4916842Z [36;1mfi[0m
2025-08-20T19:02:25.4917226Z [36;1m#-------------#[0m
2025-08-20T19:02:25.4917558Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T19:02:25.4918039Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/bat/official"[0m
2025-08-20T19:02:25.4918418Z [36;1m exit 1[0m
2025-08-20T19:02:25.4918586Z [36;1mfi[0m
2025-08-20T19:02:25.4950521Z shell: /usr/bin/bash -e {0}
2025-08-20T19:02:25.4950743Z env:
2025-08-20T19:02:25.4950904Z   CROSS_COMPILING: NO
2025-08-20T19:02:25.4951159Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:02:25.4951379Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:02:25.4951581Z   ON_QEMU: NO
2025-08-20T19:02:25.4951738Z   DEBUG: 0
2025-08-20T19:02:25.4951906Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:02:25.4952123Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:02:25.4952387Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/bat/official
2025-08-20T19:02:25.4952656Z   KEEP_LOGS: YES
2025-08-20T19:02:25.4952829Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:02:25.4953024Z   PKG_FAMILY_LOCAL: bat
2025-08-20T19:02:25.4953215Z   SBUILD_REBUILD: false
2025-08-20T19:02:25.4953711Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/bat/static.official.source.yaml
2025-08-20T19:02:25.4954244Z   BUILD_SYS: docker://rust
2025-08-20T19:02:25.4954447Z   BUILD_ON_HOST: FALSE
2025-08-20T19:02:25.4954653Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:02:25.4954839Z   SYSTMP: /tmp
2025-08-20T19:02:25.4955006Z   GHA_MODE: MATRIX
2025-08-20T19:02:25.4955417Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T19:02:25.4955912Z   INPUT_SBUILD: /tmp/pkgforge/jIpMoZlfP_build.yaml
2025-08-20T19:02:25.4956220Z   BUILD_DIR: /tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml
2025-08-20T19:02:25.4956597Z   SBUILD_OUTDIR: /tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR
2025-08-20T19:02:25.4957284Z   SBUILD_TMPDIR: /tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:02:25.4957661Z   PKG_TYPE: static
2025-08-20T19:02:25.4957840Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:02:25.4958034Z   PUSH_SUCCESSFUL: NO
2025-08-20T19:02:25.4958224Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T19:02:25.4958580Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/bat/official/bat-srcbuild-
2025-08-20T19:02:25.4958935Z   UTC_TIME: 2025_08_20T07_02_20_PM
2025-08-20T19:02:25.4959156Z ##[endgroup]
2025-08-20T19:02:25.5033253Z ##[group]Run ##Presets
2025-08-20T19:02:25.5033548Z [36;1m##Presets[0m
2025-08-20T19:02:25.5033734Z [36;1mset +x ; set +e[0m
2025-08-20T19:02:25.5033930Z [36;1m#-------------#[0m
2025-08-20T19:02:25.5034119Z [36;1m##Debug?[0m
2025-08-20T19:02:25.5034341Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:02:25.5034618Z [36;1m  set -x[0m
2025-08-20T19:02:25.5034785Z [36;1mfi[0m
2025-08-20T19:02:25.5034949Z [36;1m#-------------#[0m
2025-08-20T19:02:25.5035178Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T19:02:25.5035590Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/bat/official"[0m
2025-08-20T19:02:25.5035997Z [36;1m exit 1[0m
2025-08-20T19:02:25.5036166Z [36;1mfi[0m
2025-08-20T19:02:25.5065499Z shell: /usr/bin/bash -e {0}
2025-08-20T19:02:25.5065729Z env:
2025-08-20T19:02:25.5065893Z   CROSS_COMPILING: NO
2025-08-20T19:02:25.5066110Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:02:25.5066368Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:02:25.5066576Z   ON_QEMU: NO
2025-08-20T19:02:25.5066735Z   DEBUG: 0
2025-08-20T19:02:25.5066901Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:02:25.5067453Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:02:25.5067735Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/bat/official
2025-08-20T19:02:25.5068008Z   KEEP_LOGS: YES
2025-08-20T19:02:25.5068188Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:02:25.5068383Z   PKG_FAMILY_LOCAL: bat
2025-08-20T19:02:25.5068571Z   SBUILD_REBUILD: false
2025-08-20T19:02:25.5069111Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/bat/static.official.source.yaml
2025-08-20T19:02:25.5069644Z   BUILD_SYS: docker://rust
2025-08-20T19:02:25.5069844Z   BUILD_ON_HOST: FALSE
2025-08-20T19:02:25.5070030Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:02:25.5070217Z   SYSTMP: /tmp
2025-08-20T19:02:25.5070383Z   GHA_MODE: MATRIX
2025-08-20T19:02:25.5071155Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T19:02:25.5071653Z   INPUT_SBUILD: /tmp/pkgforge/jIpMoZlfP_build.yaml
2025-08-20T19:02:25.5071961Z   BUILD_DIR: /tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml
2025-08-20T19:02:25.5072336Z   SBUILD_OUTDIR: /tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR
2025-08-20T19:02:25.5072804Z   SBUILD_TMPDIR: /tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:02:25.5073168Z   PKG_TYPE: static
2025-08-20T19:02:25.5073348Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:02:25.5073542Z   PUSH_SUCCESSFUL: NO
2025-08-20T19:02:25.5073728Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T19:02:25.5074038Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/bat/official/bat-srcbuild-
2025-08-20T19:02:25.5074382Z   UTC_TIME: 2025_08_20T07_02_20_PM
2025-08-20T19:02:25.5074590Z ##[endgroup]
2025-08-20T19:02:25.5121161Z 
2025-08-20T19:02:25.5121464Z [-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/bat/official
2025-08-20T19:02:25.5134097Z ##[error]Process completed with exit code 1.
2025-08-20T19:02:25.5177827Z ##[group]Run ##Presets
2025-08-20T19:02:25.5178144Z [36;1m##Presets[0m
2025-08-20T19:02:25.5178328Z [36;1mset +x ; set +e[0m
2025-08-20T19:02:25.5178525Z [36;1m#-------------#[0m
2025-08-20T19:02:25.5178718Z [36;1m##Debug?[0m
2025-08-20T19:02:25.5178941Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T19:02:25.5179213Z [36;1m  set -x[0m
2025-08-20T19:02:25.5179383Z [36;1mfi[0m
2025-08-20T19:02:25.5179544Z [36;1m#-------------#[0m
2025-08-20T19:02:25.5179859Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T19:02:25.5180230Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T19:02:25.5180511Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T19:02:25.5180758Z [36;1mfi[0m
2025-08-20T19:02:25.5210576Z shell: /usr/bin/bash -e {0}
2025-08-20T19:02:25.5210798Z env:
2025-08-20T19:02:25.5210966Z   CROSS_COMPILING: NO
2025-08-20T19:02:25.5211226Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T19:02:25.5211450Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T19:02:25.5211654Z   ON_QEMU: NO
2025-08-20T19:02:25.5211817Z   DEBUG: 0
2025-08-20T19:02:25.5211984Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T19:02:25.5212199Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T19:02:25.5212460Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/bat/official
2025-08-20T19:02:25.5212733Z   KEEP_LOGS: YES
2025-08-20T19:02:25.5212913Z   GITHUB_TEST_BUILD: YES
2025-08-20T19:02:25.5213109Z   PKG_FAMILY_LOCAL: bat
2025-08-20T19:02:25.5213301Z   SBUILD_REBUILD: false
2025-08-20T19:02:25.5213802Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/bat/static.official.source.yaml
2025-08-20T19:02:25.5214333Z   BUILD_SYS: docker://rust
2025-08-20T19:02:25.5214538Z   BUILD_ON_HOST: FALSE
2025-08-20T19:02:25.5214749Z   BUILD_SYSTEM: DOCKER
2025-08-20T19:02:25.5214934Z   SYSTMP: /tmp
2025-08-20T19:02:25.5215103Z   GHA_MODE: MATRIX
2025-08-20T19:02:25.5215518Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T19:02:25.5216012Z   INPUT_SBUILD: /tmp/pkgforge/jIpMoZlfP_build.yaml
2025-08-20T19:02:25.5216328Z   BUILD_DIR: /tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml
2025-08-20T19:02:25.5216704Z   SBUILD_OUTDIR: /tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR
2025-08-20T19:02:25.5217547Z   SBUILD_TMPDIR: /tmp/pkgforge/QeAxBrA_jIpMoZlfP_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T19:02:25.5217928Z   PKG_TYPE: static
2025-08-20T19:02:25.5218110Z   SBUILD_SUCCESSFUL: YES
2025-08-20T19:02:25.5218306Z   PUSH_SUCCESSFUL: NO
2025-08-20T19:02:25.5218494Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T19:02:25.5218805Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/bat/official/bat-srcbuild-
2025-08-20T19:02:25.5219156Z   UTC_TIME: 2025_08_20T07_02_20_PM
2025-08-20T19:02:25.5219755Z ##[endgroup]
2025-08-20T19:02:25.5277891Z EXITED
2025-08-20T19:02:25.5326416Z Cleaning up orphan processes
